@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.slotozen-ncpej9 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotozen-vca4wa {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.slotozen-72kv7t,
ul.slotozen-72kv7t {
  padding-left: 20px;
}

ul.slotozen-72kv7t {
  list-style: disc;
}

ol.slotozen-72kv7t {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.slotozen-7qci84 > .slotozen-yhweqo,
.slotozen-7qci84 > .slotozen-lnj8qp,
.slotozen-7qci84 > blockquote,
.slotozen-7qci84 > h1,
.slotozen-7qci84 > h2,
.slotozen-7qci84 > h3,
.slotozen-7qci84 > h4,
.slotozen-7qci84 > h5,
.slotozen-7qci84 > h6,
.slotozen-7qci84 > ol,
.slotozen-7qci84 > p,
.slotozen-7qci84 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotozen-7qci84 > ol,
.slotozen-7qci84 > ul {
  padding-left: 50px;
}

.slotozen-7qci84 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.slotozen-7qci84:not(:last-child) {
  margin-bottom: 2rem;
}

.slotozen-7qci84 > :not(:first-child) {
  margin-top: 2rem;
}

.slotozen-7qci84 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotozen-7qci84:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slotozen-7qci84:first-child {
    margin-top: 20px;
  }
}

.slotozen-7qci84 > p:last-of-type {
  margin-bottom: 32px;
}

.slotozen-7qci84 > .slotozen-335cks:not(:first-child) {
  margin: 64px auto 16px auto;
}

.slotozen-nv10ms > .slotozen-335cks {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotozen-lnj8qp {
  overflow: auto;
}

.slotozen-lnj8qp::-webkit-scrollbar {
  height: 5px;
}

.slotozen-lnj8qp table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.slotozen-lnj8qp table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.slotozen-lnj8qp table thead,
table thead {
  border-bottom: none;
}

.slotozen-lnj8qp table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.slotozen-lnj8qp table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.slotozen-lnj8qp table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.slotozen-lnj8qp .slotozen-jt1315 {
  table-layout: auto;
}

.slotozen-lnj8qp .slotozen-jt1315 th {
  word-break: normal;
}

.slotozen-lnj8qp .slotozen-jt1315 td {
  word-break: normal;
}

.slotozen-ncpej9 .slotozen-ncpej9 {
  padding-right: 0;
  padding-left: 0;
}

.slotozen-jckaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.slotozen-ezuj75 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.slotozen-vkthq2 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.slotozen-yhweqo {
  margin-top: 24px;
}

.slotozen-yhweqo.slotozen-rgme5j {
  text-align: left;
}

.slotozen-yhweqo.slotozen-edl98b {
  text-align: right;
}

.slotozen-yhweqo.slotozen-dgbvy7 {
  text-align: center;
}

.slotozen-j93tyv {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.slotozen-ov8tof ease-in-out;
  cursor: pointer;
}

.slotozen-j93tyv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.slotozen-j93tyv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .slotozen-j93tyv {
    min-width: unset;
  }
}

.slotozen-dgwqsm {
  background-color: var(--fh-bg-color);
}

.slotozen-q4p99s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.slotozen-63zhbi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.slotozen-63zhbi img {
  max-height: 80px;
  object-fit: contain;
}

.slotozen-t1x6b3 {
  flex: 1 1;
}

.slotozen-4q8f2w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.slotozen-0ybqbs {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.slotozen-0ybqbs span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slotozen-0ybqbs.slotozen-cnb3dm span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.slotozen-0ybqbs.slotozen-cnb3dm span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.slotozen-0ybqbs.slotozen-cnb3dm span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.slotozen-t1x6b3 + .slotozen-4q8f2w {
  margin-left: 20px;
}

.slotozen-g6wu25 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.slotozen-g6wu25 > svg {
  max-width: 24px;
  max-height: 24px;
}

.slotozen-g6wu25 + .slotozen-g6wu25 {
  margin-left: 5px;
}

.slotozen-ylzx8l {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.slotozen-ylzx8l:hover {
  background-color: var(--button-bg-hover);
}

.slotozen-c3hhgx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.slotozen-ov8tof ease-in-out;
  border: 1px solid var(--border-color);
}

.slotozen-c3hhgx:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.slotozen-457msl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .slotozen-t1x6b3 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .slotozen-457msl {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .slotozen-t1x6b3 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .slotozen-g6wu25 {
    min-width: unset;
    flex: 1 1;
  }
}

.slotozen-db8npv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.slotozen-db8npv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slotozen-db8npv:hover .slotozen-m8d1fw {
  opacity: 1;
  pointer-events: auto;
}

.slotozen-bnz154 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.slotozen-0ku8w9 ease-in-out;
  gap: 4px;
}

.slotozen-bnz154 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotozen-bnz154 .slotozen-jckaic img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotozen-vst6an,
.slotozen-bnz154:hover {
  color: var(--button-bg-hover);
}

.slotozen-ahtkh9 {
  position: relative;
}

.slotozen-ahtkh9 .slotozen-bnz154 {
  margin-right: 0;
  padding-right: 4px;
}

.slotozen-izi488 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotozen-ahtkh9.slotozen-cnb3dm .slotozen-izi488 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.slotozen-ahtkh9.slotozen-cnb3dm .slotozen-m8d1fw {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.slotozen-ahtkh9.slotozen-cnb3dm .slotozen-m8d1fw::before {
  display: none;
}

.slotozen-izi488 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slotozen-m8d1fw {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.slotozen-yakx8m 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.slotozen-m8d1fw::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.slotozen-m8d1fw:hover {
  color: var(--fh-bg-color);
}

.slotozen-h5aklh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.slotozen-yakx8m 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.slotozen-0ku8w9 ease-in-out;
  -o-transition: 0.slotozen-0ku8w9 ease-in-out;
  transition: 0.slotozen-0ku8w9 ease-in-out;
}

.slotozen-h5aklh .slotozen-jckaic img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotozen-k4zcj3,
.slotozen-h5aklh:hover {
  color: var(--button-bg-hover);
}

.slotozen-v84v86 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.slotozen-v84v86.slotozen-8dva8f {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.slotozen-v84v86.slotozen-8dva8f:after,
.slotozen-v84v86.slotozen-8dva8f:before {
  content: "";
  position: absolute;
  margin: auto;
}

.slotozen-v84v86.slotozen-8dva8f:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.slotozen-v84v86.slotozen-8dva8f:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.slotozen-v84v86.slotozen-8dva8f > * {
  z-index: 1;
}

.slotozen-v84v86 b,
.slotozen-v84v86 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.slotozen-v84v86 .slotozen-lenzl1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.slotozen-v84v86 .slotozen-c9opmt {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.slotozen-v84v86 .slotozen-jckaic {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.slotozen-v84v86 .slotozen-5cnwsa {
  margin-top: 12px;
}

.slotozen-5cnwsa {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.slotozen-s4qx8k {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.slotozen-5cnwsa .slotozen-ounc7g {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.slotozen-ov8tof ease-in-out;
}

.slotozen-5cnwsa .slotozen-ounc7g:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slotozen-4oticr {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.slotozen-v84v86.slotozen-32c5kh {
  gap: 12px;
  padding: 16px;
}

.slotozen-v84v86.slotozen-32c5kh .slotozen-4oticr {
  min-width: 240px;
}

.slotozen-v84v86.slotozen-32c5kh .slotozen-4oticr.slotozen-u6ni37 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .slotozen-v84v86 .slotozen-lenzl1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .slotozen-v84v86 .slotozen-c9opmt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .slotozen-v84v86 .slotozen-jckaic {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .slotozen-v84v86.slotozen-32c5kh .slotozen-jckaic {
    max-width: 126px;
  }
  .slotozen-v84v86 .slotozen-5cnwsa {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .slotozen-v84v86 .slotozen-s4qx8k {
    max-width: unset;
  }
  .slotozen-4oticr {
    min-width: unset;
    width: 100%;
  }
  .slotozen-v84v86 .slotozen-4oticr {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .slotozen-v84v86.slotozen-32c5kh {
    grid-template-rows: auto 1fr auto;
  }
  .slotozen-v84v86.slotozen-32c5kh .slotozen-4oticr {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .slotozen-v84v86 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .slotozen-v84v86 .slotozen-lenzl1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .slotozen-v84v86 .slotozen-jckaic {
    max-width: 78px;
  }
  .slotozen-v84v86 .slotozen-5cnwsa {
    margin-top: -12px;
  }
  .slotozen-v84v86.slotozen-32c5kh {
    gap: 8px;
  }
  .slotozen-v84v86.slotozen-32c5kh .slotozen-lenzl1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .slotozen-v84v86.slotozen-32c5kh .slotozen-c9opmt {
    grid-column: 1/3;
  }
  .slotozen-v84v86.slotozen-32c5kh .slotozen-jckaic {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .slotozen-v84v86.slotozen-32c5kh .slotozen-jckaic img {
    max-width: 114px;
  }
}

.slotozen-4oticr.slotozen-4dg93h,
.slotozen-4oticr.slotozen-jhbr59,
.slotozen-4oticr.slotozen-3kyhx0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.slotozen-ov8tof ease-in-out;
}

.slotozen-4oticr.slotozen-4dg93h,
.slotozen-4oticr.slotozen-3kyhx0 {
  padding: 10px;
}

.slotozen-4oticr.slotozen-4dg93h:hover,
.slotozen-4oticr.slotozen-jhbr59:hover,
.slotozen-4oticr.slotozen-3kyhx0:hover {
  background: var(--button-bg-hover);
}

.slotozen-4oticr.slotozen-4dg93h:hover svg path,
.slotozen-4oticr.slotozen-3kyhx0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.slotozen-4oticr.slotozen-u6ni37 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.slotozen-ov8tof ease-in-out;
  background: var(--button-bg-color);
}

.slotozen-4oticr.slotozen-u6ni37:hover {
  background-color: var(--button-bg-hover);
}

.slotozen-4oticr.slotozen-jhbr59:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.slotozen-4oticr.slotozen-jhbr59:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotozen-4oticr.slotozen-u6ni37:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotozen-9panfe {
  max-width: 650px;
}

.slotozen-wfp3eh {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.slotozen-5lespn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slotozen-92z998 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.slotozen-0ku8w9 ease-in-out;
  cursor: pointer;
}

.slotozen-92z998:hover {
  opacity: 0.5;
}

.slotozen-92z998:focus {
  outline: 0;
}

.slotozen-92z998:focus .slotozen-riqcpk,
.slotozen-92z998:hover .slotozen-riqcpk {
  fill: red;
  fill-opacity: 1;
}

.slotozen-92z998:hover {
  cursor: pointer;
}

.slotozen-81erdt {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.slotozen-9panfe.slotozen-dgbvy7 {
  margin: 0 auto;
}

.slotozen-9panfe.slotozen-edl98b {
  margin-left: auto;
}

.slotozen-vblz8x {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.slotozen-627v51 {
  padding-bottom: 50px;
}

.slotozen-40ktz8 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.slotozen-xzi90g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.slotozen-eg6uvj {
  margin-top: 24px;
}

.slotozen-9dzkwg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slotozen-dohmh4 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.slotozen-ey32z4 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.slotozen-bcz5x9 {
  width: 468px;
}

.slotozen-ey32z4 .slotozen-m8d1fw {
  margin: 0.slotozen-o2c1mu 0;
}

.slotozen-srtyun {
  display: flex;
  min-width: 224px;
}

.slotozen-gn004z {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.slotozen-0ku8w9 ease-in-out;
}

.slotozen-6z0uet,
.slotozen-gn004z:hover {
  color: var(--text-color);
}

.slotozen-7zu261 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.slotozen-wxecc8 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .slotozen-vblz8x {
    padding: 16px;
  }
  .slotozen-7zu261 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .slotozen-wxecc8 {
    align-items: center;
  }
  .slotozen-bcz5x9 {
    width: unset;
  }
  .slotozen-srtyun {
    min-width: unset;
  }
  .slotozen-ey32z4 {
    max-height: unset;
  }
  .slotozen-40ktz8 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slotozen-vblz8x {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.slotozen-skuuox {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotozen-skuuox:not(:last-child) {
  margin-bottom: 16px;
}

.slotozen-qhuvtz {
  outline: 0;
}

.slotozen-qhuvtz .slotozen-ywaf1t {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.slotozen-7wyje7 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .slotozen-7wyje7 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.slotozen-7wyje7::-webkit-details-marker {
  display: none;
}

.slotozen-7wyje7:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.slotozen-7wyje7:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .slotozen-7wyje7:after {
  transform: unset;
}

.slotozen-ywaf1t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.slotozen-ywaf1t svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.slotozen-0ku8w9 ease-in-out;
  -o-transition: 0.slotozen-0ku8w9 ease-in-out;
  transition: 0.slotozen-0ku8w9 ease-in-out;
}

.slotozen-vjxa1d {
  padding: 16px 0 0 0;
}

.slotozen-vjxa1d * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .slotozen-vjxa1d :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotozen-7wyje7 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slotozen-7wyje7::after {
    margin-left: auto;
  }
  .slotozen-ywaf1t {
    order: 3;
    flex: 1 1 100%;
  }
  .slotozen-7wyje7 {
    font-size: 14px;
    line-height: 130%;
  }
  .slotozen-ywaf1t svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.slotozen-9ergci {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.slotozen-8j63uz {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.slotozen-9ergci.slotozen-cnb3dm .slotozen-8j63uz {
  margin-bottom: 12px;
}

.slotozen-8j63uz::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.slotozen-9ergci.slotozen-cnb3dm .slotozen-8j63uz::after {
  transform: unset;
}

.slotozen-lcywlu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.slotozen-ewc8c2 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.slotozen-0ku8w9 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.slotozen-ewc8c2:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slotozen-9ergci.slotozen-cnb3dm .slotozen-lcywlu {
  max-height: 100%;
}

.slotozen-x8y9ms {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.slotozen-0fe5t0 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.slotozen-ugk1pm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slotozen-2ljlhs {
  margin-right: 4px;
}

.slotozen-37blqp {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.slotozen-0ku8w9 ease-in-out;
}

.slotozen-37blqp svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.slotozen-i5jrm5,
.slotozen-37blqp:hover {
  color: var(--text-color);
}

.slotozen-4k0xay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.slotozen-4k0xay img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.slotozen-4k0xay .slotozen-w4233h {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.slotozen-4k0xay .slotozen-02kehv {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.slotozen-2rq75m {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.slotozen-orsda1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotozen-wsgbcz .slotozen-ncpej9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.slotozen-wsgbcz {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.slotozen-0pseyv {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.slotozen-xser2z {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.slotozen-urd2p9 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.slotozen-js70kc 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.slotozen-urd2p9:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slotozen-mshqpg {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.slotozen-k6k4us {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.slotozen-0ku8w9 ease-in-out;
  transition: transform 0.slotozen-0ku8w9 ease-in-out;
  -o-transition: transform 0.slotozen-0ku8w9 ease-in-out;
  transition:
    transform 0.slotozen-0ku8w9 ease-in-out,
    -webkit-transform 0.slotozen-0ku8w9 ease-in-out;
  cursor: pointer;
}

.slotozen-k6k4us svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.slotozen-k6k4us:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.slotozen-bh4nw0 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slotozen-bh4nw0 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.slotozen-8xpxn7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.slotozen-9hl352 {
  position: relative;
  width: 100%;
}

.slotozen-8xpxn7.slotozen-4gsdi8 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slotozen-8xpxn7.slotozen-dgbvy7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slotozen-8xpxn7.slotozen-edl98b {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slotozen-phvkvb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.slotozen-qrbmj6 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.slotozen-0ku8w9 ease-in-out;
  cursor: pointer;
}

.slotozen-qrbmj6:hover {
  opacity: 0.5;
}

.slotozen-8xpxn7.slotozen-vhpwyg .slotozen-qrbmj6 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slotozen-8xpxn7.slotozen-vhpwyg .slotozen-phvkvb {
  cursor: pointer;
}

.slotozen-52v8yh {
  fill: #0009;
}

.slotozen-174y1m {
  fill: #fff;
}

.slotozen-qrbmj6:hover .slotozen-52v8yh {
  fill: red;
}

.slotozen-qrbmj6 svg path {
  -webkit-transition: 0.slotozen-0ku8w9 ease-in-out;
  -o-transition: 0.slotozen-0ku8w9 ease-in-out;
  transition: 0.slotozen-0ku8w9 ease-in-out;
}

.slotozen-ckjfzd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.slotozen-ckjfzd > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.slotozen-ckjfzd.slotozen-nwteh6 > :not(.get-image) {
  grid-column: 1/3;
}

.slotozen-du9l4b:not(._h1-block) .slotozen-ckjfzd > .slotozen-335cks {
  grid-row: 1/2;
  grid-column: 1/3;
}

.slotozen-ckjfzd.slotozen-nwteh6 .slotozen-b8oave {
  grid-column: 2/3;
}

.slotozen-ckjfzd.slotozen-nwteh6 > .slotozen-jckaic {
  grid-column: 1/2;
}

.slotozen-ckjfzd.slotozen-nwteh6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.slotozen-ckjfzd > p:first-of-type {
  margin-top: 0;
}

.slotozen-ckjfzd .slotozen-jckaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.slotozen-du9l4b:not(._h1-block) .slotozen-335cks ~ .slotozen-jckaic {
  grid-row: 2/10;
}

.slotozen-du9l4b.slotozen-yr5b1v .slotozen-335cks ~ .slotozen-jckaic {
  grid-row: 1/10;
}

.slotozen-du9l4b.slotozen-yr5b1v > .slotozen-335cks {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.slotozen-du9l4b.slotozen-yr5b1v .slotozen-jckaic {
  grid-row: 1/10;
}

.slotozen-ckjfzd.slotozen-ewsd03 .slotozen-jckaic {
  align-items: flex-start;
}

.slotozen-ckjfzd.slotozen-dgbvy7 .slotozen-b8oave {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.slotozen-ckjfzd.slotozen-dgbvy7 .slotozen-jckaic {
  align-items: center;
}

.slotozen-ckjfzd.slotozen-8msrff .slotozen-jckaic {
  align-items: flex-end;
}

.slotozen-b8oave > :first-child {
  margin-top: 0;
}

.slotozen-b8oave > :last-child {
  margin-bottom: 0;
}

* + .slotozen-7cbtur,
.slotozen-du9l4b + .slotozen-du9l4b {
  margin-top: 2rem;
}

.slotozen-l23vvc td::before,
.slotozen-l23vvc th::after {
  display: none !important;
}

.slotozen-l23vvc #link-selector {
  color: #000;
}

.slotozen-l23vvc .slotozen-xjo7cm {
  color: #135e96;
}

.slotozen-l23vvc .slotozen-cm4zur *,
.slotozen-l23vvc .slotozen-acrs38 p,
.slotozen-l23vvc .slotozen-wx3kos * {
  color: #000;
}

.slotozen-l23vvc .slotozen-qhmrz6 {
  background: 0 0 !important;
}

.slotozen-l23vvc .slotozen-mucm1k {
  color: #000;
}

.slotozen-l23vvc .slotozen-gqwlrl.slotozen-ucvui3 {
  color: #fff;
}

.slotozen-l23vvc .slotozen-7zwzz3 {
  color: #000;
}

.slotozen-l23vvc
  .slotozen-9gporj
  .slotozen-2yangn.slotozen-ucvui3.slotozen-zgq4yl {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.slotozen-qrt3hr,
body .slotozen-m3m3y2 {
  color: #000;
  background: var(--color-body) !important;
}

.slotozen-qrt3hr .slotozen-webvm0 .slotozen-879085,
body .slotozen-m3m3y2 .slotozen-webvm0 .slotozen-879085 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotozen-ewc8c2:focus,
  .slotozen-ewc8c2:hover {
    color: #f9cb16;
  }
  .slotozen-ge3eou:focus,
  .slotozen-ge3eou:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotozen-5vdan8:focus img,
  .slotozen-5vdan8:focus svg,
  .slotozen-5vdan8:hover img,
  .slotozen-5vdan8:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .slotozen-4k0xay {
    display: none;
  }
}

@media (min-width: 1024px) {
  .slotozen-ahtkh9:hover .slotozen-izi488 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .slotozen-izi488 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .slotozen-jcvast {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .slotozen-7kl8ki {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotozen-czgv34 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .slotozen-tap5fe .slotozen-az9v4u {
    grid-template-columns: 1fr;
  }
  .slotozen-tap5fe .slotozen-3sa8wx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .slotozen-tap5fe .slotozen-cxmn8g {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotozen-tap5fe .slotozen-naer3t {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotozen-tap5fe .slotozen-op6eee {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .slotozen-tap5fe .slotozen-cxmn8g:not(:first-child) {
    border: none;
  }
  .slotozen-tap5fe .slotozen-cxmn8g:first-child .slotozen-naer3t {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .slotozen-tap5fe .slotozen-cxmn8g:last-child .slotozen-naer3t {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .slotozen-q4p99s {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .slotozen-63zhbi {
    max-width: 100px;
  }
  .slotozen-t1x6b3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slotozen-4q8f2w {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slotozen-4q8f2w svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .slotozen-0ybqbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .slotozen-t1x6b3 + .slotozen-4q8f2w {
    margin-left: auto;
  }
  .slotozen-qj0m9m {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .slotozen-qj0m9m.slotozen-cnb3dm {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .slotozen-457msl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .slotozen-db8npv {
    width: 100%;
  }
  .slotozen-db8npv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .slotozen-bnz154 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .slotozen-bnz154 svg {
    margin-right: 4px;
  }
  .slotozen-ahtkh9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slotozen-izi488 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .slotozen-izi488 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .slotozen-m8d1fw {
    display: none;
    width: 100%;
  }
  .slotozen-ahtkh9.slotozen-cnb3dm .slotozen-m8d1fw {
    padding: 0 0 0 48px;
  }
  .slotozen-h5aklh {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .slotozen-xzi90g .slotozen-jckaic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .slotozen-tazrli {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotozen-tazrli + .slotozen-tazrli {
    margin-right: 0;
  }
  .slotozen-tazrli + .slotozen-jckaic {
    margin: 0;
  }
  .slotozen-jcvast {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotozen-7kl8ki {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotozen-9f80pi,
  .slotozen-1pthqk {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotozen-ckjfzd {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slotozen-ckjfzd.slotozen-nwteh6 .slotozen-b8oave {
    grid-column: auto;
    grid-row: auto;
  }
  .slotozen-ckjfzd > .slotozen-335cks {
    grid-column: 1/2;
  }
  .slotozen-ckjfzd.slotozen-nwteh6 > :not(.get-image) {
    grid-column: 1/2;
  }
  .slotozen-ckjfzd .slotozen-jckaic,
  .slotozen-ckjfzd.slotozen-nwteh6 > .slotozen-jckaic {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotozen-ckjfzd.slotozen-nwteh6 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .slotozen-du9l4b.slotozen-yr5b1v .slotozen-ckjfzd > .slotozen-jckaic {
    grid-row: 1/2;
  }
  .slotozen-ckjfzd .slotozen-335cks ~ .slotozen-jckaic,
  .slotozen-ckjfzd.slotozen-nwteh6 .slotozen-335cks ~ .slotozen-jckaic {
    grid-row: 2/3;
  }
  .slotozen-du9l4b.slotozen-yr5b1v .slotozen-335cks ~ .slotozen-jckaic {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .slotozen-7qci84:first-child .slotozen-zjwtmg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotozen-7qci84:first-child .slotozen-zjwtmg h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .slotozen-7qci84 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .slotozen-7qci84 {
    padding: 0;
  }
  .slotozen-yhweqo {
    margin-top: 1rem;
  }
  .slotozen-qhuvtz {
    border-radius: 5px;
  }
  .slotozen-rxbzrl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotozen-8j63uz::after {
    display: inline-block;
  }
  .slotozen-8j63uz {
    margin: 0;
    width: 100%;
  }
  .slotozen-lcywlu {
    width: 100%;
  }
  .slotozen-lcywlu.slotozen-x5apn2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .slotozen-lcywlu.slotozen-x5apn2 .slotozen-c6kgri {
    width: 100%;
  }
  .slotozen-lcywlu.slotozen-x5apn2 .slotozen-c6kgri:not(:last-child) {
    margin-right: 0;
  }
  .slotozen-ewc8c2 {
    width: 100%;
    text-align: center;
  }
  .slotozen-9ergci.slotozen-cnb3dm .slotozen-lcywlu {
    margin-top: 1rem;
  }
  .slotozen-jcvast {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotozen-czgv34,
  .slotozen-7kl8ki {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotozen-9f80pi,
  .slotozen-1pthqk,
  .slotozen-tdi42g {
    grid-template-columns: 1fr;
  }
  .slotozen-0l6vvl {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .slotozen-1ynjg2 {
    min-width: 300px;
    max-width: 325px;
  }
  .slotozen-naer3t {
    cursor: auto;
  }
  .slotozen-63dzih .slotozen-naer3t {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slotozen-bh4nw0 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .slotozen-m8d1fw {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .slotozen-bh4nw0 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.slotozen-tazrli p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .slotozen-4q8f2w {
    margin: 0 -0.2rem;
  }
  .slotozen-tazrli {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slotozen-n5qm02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .slotozen-evb9gm {
    max-width: 100%;
  }
  .slotozen-jcvast {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotozen-czgv34,
  .slotozen-7kl8ki {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .slotozen-q4p99s {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotozen-4q8f2w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .slotozen-dgwqsm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotozen-g6wu25 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotozen-nw6xij,
  .slotozen-5oz0re {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .slotozen-j93tyv {
    width: 100%;
  }
  .slotozen-jcvast {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .slotozen-bh4nw0 {
    top: 127px !important;
  }
}

.slotozen-nooc6h {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slotozen-nooc6h {
  }
}

@media (max-width: 767px) {
  .slotozen-nooc6h {
    margin-bottom: 12px;
  }
}

.slotozen-nooc6h img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.slotozen-xl5rn0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.slotozen-xl5rn0 > .slotozen-sl79nd {
  flex: 1 1;
}

@media (max-width: 767px) {
  .slotozen-xl5rn0 {
    flex-direction: column;
    gap: 12px;
  }
}

.slotozen-s4rspo {
  display: flex;
}

.slotozen-s4rspo .slotozen-fckgsm {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.slotozen-s4rspo .slotozen-qs6yly {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.slotozen-s4rspo .slotozen-ui7s3p {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.slotozen-s4rspo .slotozen-cm1hxn {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.slotozen-s4rspo .slotozen-cm1hxn:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slotozen-s4rspo .slotozen-sainuq {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.slotozen-9wlkcw {
  border: unset;
  background-color: unset;
}

.slotozen-9wlkcw tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slotozen-9wlkcw .slotozen-kfjdm2,
.slotozen-9wlkcw .slotozen-jn5vjw {
  flex: 0 1 330px;
}

.slotozen-9wlkcw .slotozen-uvlils {
  flex: 1 1;
}

.slotozen-9wlkcw tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotozen-9wlkcw tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.slotozen-9wlkcw tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.slotozen-9wlkcw tr td p {
  color: #fff;
  margin: 0;
}

.slotozen-9wlkcw tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.slotozen-9wlkcw tr.slotozen-kfjdm2 td p {
  padding: 16px 0;
}

.slotozen-9wlkcw tr.slotozen-kfjdm2 td p:not(:last-child),
.slotozen-9wlkcw tr.slotozen-jn5vjw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.slotozen-9wlkcw tr.slotozen-kfjdm2 td p:first-child,
.slotozen-9wlkcw tr.slotozen-jn5vjw td p:first-child {
  padding-top: 0;
}

.slotozen-9wlkcw tr.slotozen-jn5vjw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotozen-9wlkcw tr.slotozen-jn5vjw td p:last-child {
  padding-bottom: 0;
}

.slotozen-9wlkcw .slotozen-jn5vjw img {
  max-width: 32px;
}

.slotozen-9wlkcw .slotozen-uvlils {
  min-width: 718px;
}

.slotozen-9wlkcw .slotozen-uvlils td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.slotozen-9wlkcw .slotozen-uvlils td {
  display: flex;
}

.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-rpzsod,
.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-6a2owq,
.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-32u69p {
  flex: 1 1 50%;
}

.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-u3osdo {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-8s5t4n,
.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-gdc04c {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-rpzsod,
.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-6a2owq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-rpzsod span,
.slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-6a2owq span {
  font-weight: 800;
}

.slotozen-9wlkcw .slotozen-uvlils img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .slotozen-9wlkcw .slotozen-uvlils td .slotozen-32u69p:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slotozen-9wlkcw tr.slotozen-kfjdm2 td p:last-child {
    padding-bottom: 0;
  }
  .slotozen-9wlkcw .slotozen-jn5vjw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .slotozen-9wlkcw .slotozen-jn5vjw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .slotozen-9wlkcw tr.slotozen-kfjdm2 td p:not(:last-child),
  .slotozen-9wlkcw tr.slotozen-jn5vjw td p:not(:last-child) {
    border-bottom: unset;
  }
  .slotozen-9wlkcw tr.slotozen-jn5vjw td p:last-child {
    padding-bottom: 12px;
  }
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-rpzsod,
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-6a2owq,
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-32u69p {
    flex: 1 1 50%;
    padding: 0;
  }
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-rpzsod,
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-6a2owq {
    margin-top: 16px;
  }
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-32u69p {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-rpzsod {
    border-right: 1px solid var(--border-color);
  }
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-32u69p:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slotozen-9wlkcw .slotozen-uvlils td:last-child .slotozen-32u69p:last-child {
    padding-bottom: 0;
  }
}

.slotozen-32u69p {
  display: flex;
  flex-direction: column;
}

.slotozen-9wlkcw .slotozen-uvlils td .slotozen-32u69p {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.slotozen-9wlkcw .slotozen-uvlils td .slotozen-32u69p:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.slotozen-9wlkcw .slotozen-uvlils td .slotozen-32u69p:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .slotozen-9wlkcw .slotozen-uvlils td .slotozen-32u69p:not(:first-child) {
    padding-left: 0;
  }
  .slotozen-9wlkcw .slotozen-uvlils td .slotozen-32u69p:not(:last-of-type) {
    border-right: unset;
  }
}

.slotozen-9wlkcw .slotozen-364p86 {
  flex: 0 1 485px;
}

.slotozen-9wlkcw .slotozen-hc3j42 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.slotozen-9wlkcw .slotozen-hc3j42 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotozen-9wlkcw .slotozen-hc3j42 li.slotozen-obb97x {
  padding: 6px 12px;
}

.slotozen-9wlkcw .slotozen-hc3j42 li a,
.slotozen-9wlkcw .slotozen-hc3j42 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.slotozen-9wlkcw .slotozen-c3dxpv,
.slotozen-9wlkcw .slotozen-0wmqzz {
  flex: 1 1;
}

.slotozen-9wlkcw .slotozen-tfhsbr,
.slotozen-9wlkcw .slotozen-ob26zx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slotozen-9wlkcw .slotozen-tfhsbr li,
.slotozen-9wlkcw .slotozen-ob26zx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotozen-9wlkcw .slotozen-0wmqzz img {
  max-width: 32px;
}

.slotozen-9wlkcw .slotozen-c3dxpv img {
  max-width: 32px;
}

.slotozen-9wlkcw .slotozen-ygdysu {
  min-width: 280px;
}

.slotozen-9wlkcw .slotozen-ygdysu img {
  max-width: 146px;
}

.slotozen-9wlkcw .slotozen-ygdysu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .slotozen-9wlkcw .slotozen-kfjdm2,
  .slotozen-9wlkcw .slotozen-jn5vjw {
    flex: 0 1 auto;
  }
  .slotozen-9wlkcw .slotozen-uvlils {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .slotozen-9wlkcw .slotozen-kfjdm2,
  .slotozen-9wlkcw .slotozen-364p86,
  .slotozen-9wlkcw .slotozen-jn5vjw,
  .slotozen-9wlkcw .slotozen-uvlils {
    flex: 1 1 calc(50% - 20px);
  }
  .slotozen-9wlkcw .slotozen-c3dxpv,
  .slotozen-9wlkcw .slotozen-ygdysu,
  .slotozen-9wlkcw .slotozen-0wmqzz {
    flex: 1 1 30%;
  }
  .slotozen-9wlkcw .slotozen-ygdysu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .slotozen-9wlkcw .slotozen-kfjdm2,
  .slotozen-9wlkcw .slotozen-364p86,
  .slotozen-9wlkcw .slotozen-c3dxpv,
  .slotozen-9wlkcw .slotozen-jn5vjw,
  .slotozen-9wlkcw .slotozen-uvlils,
  .slotozen-9wlkcw .slotozen-ygdysu,
  .slotozen-9wlkcw .slotozen-0wmqzz {
    flex: 1 1 100%;
  }
}

.slotozen-x9opqb .slotozen-5oqt4b {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slotozen-x9opqb .slotozen-gdxpv4 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.slotozen-x9opqb .slotozen-h9ku7j {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.slotozen-x9opqb .slotozen-ctshvp {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.slotozen-x9opqb .slotozen-ctshvp > :nth-child(3) {
  margin-top: 0;
}

.slotozen-x9opqb .slotozen-jckaic {
  grid-column: 2/3;
  grid-row: 1/10;
}

.slotozen-x9opqb .slotozen-ob4tx2 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.slotozen-x9opqb .slotozen-yhweqo {
  grid-column: 1/2;
}

.slotozen-x9opqb > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.slotozen-x9opqb .slotozen-gdxpv4:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.slotozen-x9opqb .slotozen-gdxpv4:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.slotozen-x9opqb .slotozen-j93tyv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .slotozen-x9opqb .slotozen-gdxpv4:not(:last-child):before {
    bottom: 8px;
  }
  .slotozen-x9opqb .slotozen-gdxpv4:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .slotozen-x9opqb .slotozen-ctshvp {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .slotozen-x9opqb .slotozen-jckaic {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .slotozen-x9opqb .slotozen-jckaic img {
    width: 100%;
    height: auto;
  }
  .slotozen-x9opqb .slotozen-j93tyv {
    width: 100%;
    min-width: unset;
  }
}

.slotozen-ykb3fx .slotozen-rqs8o9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.slotozen-ykb3fx .slotozen-nx26yh {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.slotozen-ykb3fx .slotozen-jckaic {
  height: 100%;
}

.slotozen-ykb3fx .slotozen-jckaic img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.slotozen-ykb3fx .slotozen-an18bj {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.slotozen-ykb3fx .slotozen-29scjf {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.slotozen-ykb3fx .slotozen-jzairy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .slotozen-ykb3fx .slotozen-nx26yh {
    flex: 1 1 100%;
  }
  .slotozen-ykb3fx .slotozen-4oticr {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .slotozen-ykb3fx .slotozen-nx26yh {
    flex-direction: column;
  }
  .slotozen-ykb3fx .slotozen-jckaic {
    width: 100%;
    height: auto;
  }
  .slotozen-ykb3fx .slotozen-jckaic img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .slotozen-ykb3fx .slotozen-an18bj {
    padding: 0 16px 16px 16px;
  }
  .slotozen-ykb3fx .slotozen-4oticr {
    min-width: unset;
    width: 100%;
  }
}

.slotozen-6gkfw3 .slotozen-23lpg2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.slotozen-6gkfw3 .slotozen-mn4bdv {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.slotozen-6gkfw3 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.slotozen-6gkfw3 .slotozen-e82rob {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.slotozen-6gkfw3 .slotozen-mn4bdv:hover .slotozen-e82rob {
  display: flex;
}

.slotozen-6gkfw3 .slotozen-zux8fa {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotozen-6gkfw3 .slotozen-xx2ict {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.slotozen-0mco2x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.slotozen-0mco2x.slotozen-cwuq84 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.slotozen-ov8tof ease-in-out;
}

.slotozen-0mco2x.slotozen-cwuq84:hover {
  color: #f9cb16;
  background-color: transparent;
}

.slotozen-6gkfw3 .slotozen-m1adiv {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.slotozen-ov8tof ease-in-out;
}

.slotozen-6gkfw3 .slotozen-m1adiv:hover {
  color: #196948;
  background-color: #f9cb16;
}

.slotozen-6gkfw3 .slotozen-m1adiv:after,
.slotozen-0mco2x.slotozen-cwuq84:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.slotozen-0mco2x.slotozen-cwuq84:after {
  background-image: url(../images/Cash.svg);
}

.slotozen-6gkfw3 .slotozen-m1adiv:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .slotozen-6gkfw3 .slotozen-23lpg2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .slotozen-6gkfw3 .slotozen-23lpg2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slotozen-6gkfw3 .slotozen-23lpg2 {
    grid-template-columns: 1fr;
  }
  .slotozen-6gkfw3 .slotozen-mn4bdv {
    height: auto;
  }
  .slotozen-6gkfw3 .slotozen-mn4bdv .slotozen-e82rob {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .slotozen-6gkfw3 .slotozen-zux8fa,
  .slotozen-6gkfw3 .slotozen-xx2ict {
    text-align: left;
  }
  .slotozen-6gkfw3 .slotozen-xx2ict {
    margin-bottom: 8px;
  }
  .slotozen-6gkfw3 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.slotozen-9nxrhr {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.slotozen-9nxrhr.slotozen-vhpwyg {
  display: block;
}

.slotozen-9nxrhr .slotozen-h9iieu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.slotozen-9nxrhr .slotozen-jcm3ej {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.slotozen-9nxrhr .slotozen-lcivnh {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.slotozen-9nxrhr .slotozen-hahpzr {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.slotozen-9nxrhr .slotozen-0mco2x {
  min-width: 296px;
  margin-bottom: 0;
}

.slotozen-9nxrhr .slotozen-g66uq7 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slotozen-9nxrhr .slotozen-dvbcy4 {
  position: relative;
  flex: 1 1;
}

.slotozen-9nxrhr .slotozen-dvbcy4 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slotozen-9nxrhr .slotozen-jcm3ej {
    flex-wrap: wrap;
    gap: 8px;
  }
  .slotozen-9nxrhr .slotozen-lcivnh {
    order: 1;
  }
  .slotozen-9nxrhr .slotozen-hahpzr {
    order: 3;
    flex: 1 1 100%;
  }
  .slotozen-9nxrhr .slotozen-0mco2x {
    width: 100%;
    min-width: unset;
  }
  .slotozen-9nxrhr .slotozen-g66uq7 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .slotozen-ckjfzd > .slotozen-335cks {
    margin-bottom: 0;
  }
  .slotozen-ckjfzd > .slotozen-yhweqo,
  .slotozen-ckjfzd > p {
    margin-top: 0;
  }
}

.slotozen-h4nuq6 img,
.slotozen-tazrli img {
  width: auto;
  object-fit: contain;
}

.slotozen-h4nuq6 {
  align-items: center;
}

.slotozen-h4nuq6 img {
  max-height: 76px;
}

.slotozen-tazrli img {
  max-height: 64px;
}

.slotozen-jd3qw8 {
  overflow: auto;
}

.slotozen-wxe2x5 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.slotozen-ju0sox:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.slotozen-53uwlq {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.slotozen-574iu5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slotozen-53uwlq .slotozen-jckaic {
  margin-right: 20px;
  flex-shrink: 0;
}

.slotozen-53uwlq img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.slotozen-ui1vf7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.slotozen-ui1vf7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotozen-53uwlq {
    padding: 15px 10px;
  }
  .slotozen-ui1vf7 {
    padding: 15px 10px;
  }
  .slotozen-53uwlq .slotozen-jckaic {
    margin-right: 10px;
  }
}

.slotozen-pk7rd2 {
  overflow-x: auto;
}

.slotozen-jq1mgw {
  border-collapse: collapse;
  width: 100%;
}

.slotozen-pk7rd2 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.slotozen-pk7rd2 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.slotozen-pk7rd2 td.slotozen-3xz0r6 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.slotozen-pk7rd2 td.slotozen-oi1n5r {
  border-right: none;
}

.slotozen-pk7rd2 td.slotozen-oi1n5r .slotozen-jckaic {
  justify-content: flex-start;
}

.slotozen-pk7rd2 td.slotozen-oi1n5r .slotozen-jckaic img {
  height: auto;
  width: 90px;
}

.slotozen-pk7rd2 td.slotozen-jvi2pw,
.slotozen-pk7rd2 td.slotozen-gauf2j {
  font-weight: 600;
  text-align: right;
}

.slotozen-pk7rd2 td.slotozen-trn1a5,
.slotozen-pk7rd2 td.slotozen-jvi2pw {
  padding-bottom: 10px;
  border-bottom: none;
}

.slotozen-pk7rd2 td.slotozen-jvi2pw,
.slotozen-pk7rd2 td.slotozen-gauf2j {
  border-left: none;
}

.slotozen-pk7rd2 td.slotozen-trn1a5,
.slotozen-pk7rd2 td.slotozen-a3uyg1 {
  border-right: none;
}

.slotozen-pk7rd2 td.slotozen-a3uyg1,
.slotozen-pk7rd2 td.slotozen-gauf2j {
  border-top: none;
  padding-top: 10px;
}

.slotozen-om9e4a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.slotozen-om9e4a .slotozen-4oticr {
  min-width: unset;
  width: 100%;
}

.slotozen-om9e4a .slotozen-4oticr.slotozen-4dg93h {
  grid-column: 1/2;
  grid-row: 1/2;
}

.slotozen-om9e4a .slotozen-4oticr.slotozen-3kyhx0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.slotozen-om9e4a .slotozen-hyf7t9 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotozen-om9e4a {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .slotozen-om9e4a .slotozen-4oticr.slotozen-4dg93h {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotozen-om9e4a .slotozen-4oticr.slotozen-3kyhx0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .slotozen-om9e4a .slotozen-hyf7t9 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.slotozen-ka1h99 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.slotozen-y0x9vd {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.slotozen-nv10ms p a img {
  margin: 0 auto;
  display: block;
}

.slotozen-nv10ms table {
  margin-bottom: 17px;
}

/* contanct form */
.slotozen-y4w59h {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.slotozen-y4w59h label {
  font-size: 14px;
}

.slotozen-y4w59h h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slotozen-y4w59h input,
.slotozen-y4w59h textarea,
.slotozen-y4w59h button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.slotozen-y4w59h button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slotozen-ov8tof ease;
}
.slotozen-y4w59h button:hover {
  background-color: #691204;
}
.slotozen-1tcc18 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slotozen-zeeb21 ease-in;
}

.slotozen-1tcc18 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.slotozen-7ssdry, .slotozen-ppf3t2, [class*="review-card"],
thead, thead th, table th, .slotozen-thr5nq,
.slotozen-uxaka2, [class*="collapsible-header"],
.slotozen-krglpe, [class*="updated-block"] {
  color: #ece7dc !important;
}
