@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);
}

.slotexo-t84blj {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotexo-243mff {
  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.slotexo-u14jh6,
ul.slotexo-u14jh6 {
  padding-left: 20px;
}

ul.slotexo-u14jh6 {
  list-style: disc;
}

ol.slotexo-u14jh6 {
  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;
  }
}

.slotexo-ccpoce > .slotexo-ib8mp5,
.slotexo-ccpoce > .slotexo-1jjqo3,
.slotexo-ccpoce > blockquote,
.slotexo-ccpoce > h1,
.slotexo-ccpoce > h2,
.slotexo-ccpoce > h3,
.slotexo-ccpoce > h4,
.slotexo-ccpoce > h5,
.slotexo-ccpoce > h6,
.slotexo-ccpoce > ol,
.slotexo-ccpoce > p,
.slotexo-ccpoce > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotexo-ccpoce > ol,
.slotexo-ccpoce > ul {
  padding-left: 50px;
}

.slotexo-ccpoce 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;
}

.slotexo-ccpoce:not(:last-child) {
  margin-bottom: 2rem;
}

.slotexo-ccpoce > :not(:first-child) {
  margin-top: 2rem;
}

.slotexo-ccpoce {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotexo-ccpoce:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slotexo-ccpoce:first-child {
    margin-top: 20px;
  }
}

.slotexo-ccpoce > p:last-of-type {
  margin-bottom: 32px;
}

.slotexo-ccpoce > .slotexo-ak0wma:not(:first-child) {
  margin: 64px auto 16px auto;
}

.slotexo-qp102s > .slotexo-ak0wma {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotexo-1jjqo3 {
  overflow: auto;
}

.slotexo-1jjqo3::-webkit-scrollbar {
  height: 5px;
}

.slotexo-1jjqo3 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.slotexo-1jjqo3 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.slotexo-1jjqo3 table thead,
table thead {
  border-bottom: none;
}

.slotexo-1jjqo3 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.slotexo-1jjqo3 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.slotexo-1jjqo3 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.slotexo-1jjqo3 .slotexo-3s9wpm {
  table-layout: auto;
}

.slotexo-1jjqo3 .slotexo-3s9wpm th {
  word-break: normal;
}

.slotexo-1jjqo3 .slotexo-3s9wpm td {
  word-break: normal;
}

.slotexo-t84blj .slotexo-t84blj {
  padding-right: 0;
  padding-left: 0;
}

.slotexo-336z51 {
  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;
}

.slotexo-mfe351 {
  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;
}

.slotexo-p6446s {
  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;
}

.slotexo-ib8mp5 {
  margin-top: 24px;
}

.slotexo-ib8mp5.slotexo-bz5hbl {
  text-align: left;
}

.slotexo-ib8mp5.slotexo-qyfdki {
  text-align: right;
}

.slotexo-ib8mp5.slotexo-d1ogu4 {
  text-align: center;
}

.slotexo-f9yh6y {
  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.slotexo-ymqif3 ease-in-out;
  cursor: pointer;
}

.slotexo-f9yh6y:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.slotexo-f9yh6y {
  min-width: 328px;
}

@media (max-width: 768px) {
  .slotexo-f9yh6y {
    min-width: unset;
  }
}

.slotexo-ct10w2 {
  background-color: var(--fh-bg-color);
}

.slotexo-lpoubw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.slotexo-xvj4nu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.slotexo-xvj4nu img {
  max-height: 44px;
  object-fit: contain;
}

.slotexo-10px6j {
  flex: 1 1;
}

.slotexo-t4688u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.slotexo-es2imb {
  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;
}

.slotexo-es2imb 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;
}

.slotexo-es2imb.slotexo-s179tr span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.slotexo-es2imb.slotexo-s179tr span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.slotexo-es2imb.slotexo-s179tr span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.slotexo-10px6j + .slotexo-t4688u {
  margin-left: 20px;
}

.slotexo-sde5ll {
  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;
}

.slotexo-sde5ll > svg {
  max-width: 24px;
  max-height: 24px;
}

.slotexo-sde5ll + .slotexo-sde5ll {
  margin-left: 5px;
}

.slotexo-b1dj41 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.slotexo-b1dj41:hover {
  background-color: var(--button-bg-hover);
}

.slotexo-kobivh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.slotexo-ymqif3 ease-in-out;
  border: 1px solid var(--border-color);
}

.slotexo-kobivh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.slotexo-kfif4q {
  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) {
  .slotexo-10px6j {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .slotexo-kfif4q {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .slotexo-10px6j {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .slotexo-sde5ll {
    min-width: unset;
    flex: 1 1;
  }
}

.slotexo-ltmga1 {
  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;
}

.slotexo-ltmga1:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slotexo-ltmga1:hover .slotexo-8h1u8c {
  opacity: 1;
  pointer-events: auto;
}

.slotexo-0uq3og {
  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.slotexo-mtfjla ease-in-out;
  gap: 4px;
}

.slotexo-0uq3og > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotexo-0uq3og .slotexo-336z51 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotexo-u194cv,
.slotexo-0uq3og:hover {
  color: var(--button-bg-hover);
}

.slotexo-al83aq {
  position: relative;
}

.slotexo-al83aq .slotexo-0uq3og {
  margin-right: 0;
  padding-right: 4px;
}

.slotexo-avgury svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotexo-al83aq.slotexo-s179tr .slotexo-avgury svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.slotexo-al83aq.slotexo-s179tr .slotexo-8h1u8c {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.slotexo-al83aq.slotexo-s179tr .slotexo-8h1u8c::before {
  display: none;
}

.slotexo-avgury svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slotexo-8h1u8c {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.slotexo-mhstw1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.slotexo-8h1u8c::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.slotexo-8h1u8c:hover {
  color: var(--fh-bg-color);
}

.slotexo-k4akvi {
  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.slotexo-mhstw1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.slotexo-mtfjla ease-in-out;
  -o-transition: 0.slotexo-mtfjla ease-in-out;
  transition: 0.slotexo-mtfjla ease-in-out;
}

.slotexo-k4akvi .slotexo-336z51 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotexo-u3pwnq,
.slotexo-k4akvi:hover {
  color: var(--button-bg-hover);
}

.slotexo-todwsb {
  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%;
}

.slotexo-todwsb.slotexo-ehmi9t {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.slotexo-todwsb.slotexo-ehmi9t:after,
.slotexo-todwsb.slotexo-ehmi9t:before {
  content: "";
  position: absolute;
  margin: auto;
}

.slotexo-todwsb.slotexo-ehmi9t: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);
  }
}

.slotexo-todwsb.slotexo-ehmi9t:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.slotexo-todwsb.slotexo-ehmi9t > * {
  z-index: 1;
}

.slotexo-todwsb b,
.slotexo-todwsb strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.slotexo-todwsb .slotexo-2dc37c {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.slotexo-todwsb .slotexo-2dl0iz {
  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;
}

.slotexo-todwsb .slotexo-336z51 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.slotexo-todwsb .slotexo-kp2e8q {
  margin-top: 12px;
}

.slotexo-kp2e8q {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.slotexo-06iue0 {
  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;
}

.slotexo-kp2e8q .slotexo-sijh6y {
  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.slotexo-ymqif3 ease-in-out;
}

.slotexo-kp2e8q .slotexo-sijh6y:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slotexo-9x5piv {
  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;
}

.slotexo-todwsb.slotexo-izx5d6 {
  gap: 12px;
  padding: 16px;
}

.slotexo-todwsb.slotexo-izx5d6 .slotexo-9x5piv {
  min-width: 240px;
}

.slotexo-todwsb.slotexo-izx5d6 .slotexo-9x5piv.slotexo-pez1du {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .slotexo-todwsb .slotexo-2dc37c {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .slotexo-todwsb .slotexo-2dl0iz {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .slotexo-todwsb .slotexo-336z51 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .slotexo-todwsb.slotexo-izx5d6 .slotexo-336z51 {
    max-width: 126px;
  }
  .slotexo-todwsb .slotexo-kp2e8q {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .slotexo-todwsb .slotexo-06iue0 {
    max-width: unset;
  }
  .slotexo-9x5piv {
    min-width: unset;
    width: 100%;
  }
  .slotexo-todwsb .slotexo-9x5piv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .slotexo-todwsb.slotexo-izx5d6 {
    grid-template-rows: auto 1fr auto;
  }
  .slotexo-todwsb.slotexo-izx5d6 .slotexo-9x5piv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .slotexo-todwsb {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .slotexo-todwsb .slotexo-2dc37c {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .slotexo-todwsb .slotexo-336z51 {
    max-width: 78px;
  }
  .slotexo-todwsb .slotexo-kp2e8q {
    margin-top: -12px;
  }
  .slotexo-todwsb.slotexo-izx5d6 {
    gap: 8px;
  }
  .slotexo-todwsb.slotexo-izx5d6 .slotexo-2dc37c {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .slotexo-todwsb.slotexo-izx5d6 .slotexo-2dl0iz {
    grid-column: 1/3;
  }
  .slotexo-todwsb.slotexo-izx5d6 .slotexo-336z51 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .slotexo-todwsb.slotexo-izx5d6 .slotexo-336z51 img {
    max-width: 114px;
  }
}

.slotexo-9x5piv.slotexo-0d3uf5,
.slotexo-9x5piv.slotexo-9kdmsw,
.slotexo-9x5piv.slotexo-ynezh2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.slotexo-ymqif3 ease-in-out;
}

.slotexo-9x5piv.slotexo-0d3uf5,
.slotexo-9x5piv.slotexo-ynezh2 {
  padding: 10px;
}

.slotexo-9x5piv.slotexo-0d3uf5:hover,
.slotexo-9x5piv.slotexo-9kdmsw:hover,
.slotexo-9x5piv.slotexo-ynezh2:hover {
  background: var(--button-bg-hover);
}

.slotexo-9x5piv.slotexo-0d3uf5:hover svg path,
.slotexo-9x5piv.slotexo-ynezh2:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.slotexo-9x5piv.slotexo-pez1du {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.slotexo-ymqif3 ease-in-out;
  background: var(--button-bg-color);
}

.slotexo-9x5piv.slotexo-pez1du:hover {
  background-color: var(--button-bg-hover);
}

.slotexo-9x5piv.slotexo-9kdmsw: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);
  }
}

.slotexo-9x5piv.slotexo-9kdmsw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotexo-9x5piv.slotexo-pez1du:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotexo-s7mtfe {
  max-width: 650px;
}

.slotexo-bbtbst {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.slotexo-5temmt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slotexo-uxq2ot {
  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.slotexo-mtfjla ease-in-out;
  cursor: pointer;
}

.slotexo-uxq2ot:hover {
  opacity: 0.5;
}

.slotexo-uxq2ot:focus {
  outline: 0;
}

.slotexo-uxq2ot:focus .slotexo-qvjhqr,
.slotexo-uxq2ot:hover .slotexo-qvjhqr {
  fill: red;
  fill-opacity: 1;
}

.slotexo-uxq2ot:hover {
  cursor: pointer;
}

.slotexo-xvy2jn {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.slotexo-s7mtfe.slotexo-d1ogu4 {
  margin: 0 auto;
}

.slotexo-s7mtfe.slotexo-qyfdki {
  margin-left: auto;
}

.slotexo-kuez26 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.slotexo-hfz6rt {
  padding-bottom: 50px;
}

.slotexo-lrdt1z {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.slotexo-9p6fk6 {
  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;
}

.slotexo-0sv5wa {
  margin-top: 24px;
}

.slotexo-bgi43a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slotexo-si2xkf {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.slotexo-n0zhms {
  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;
}

.slotexo-tbhahv {
  width: 468px;
}

.slotexo-n0zhms .slotexo-8h1u8c {
  margin: 0.slotexo-x25t9a 0;
}

.slotexo-o156py {
  display: flex;
  min-width: 224px;
}

.slotexo-morhtg {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.slotexo-mtfjla ease-in-out;
}

.slotexo-4wqsnu,
.slotexo-morhtg:hover {
  color: var(--text-color);
}

.slotexo-ozdf0l {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.slotexo-32m8j3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .slotexo-kuez26 {
    padding: 16px;
  }
  .slotexo-ozdf0l {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .slotexo-32m8j3 {
    align-items: center;
  }
  .slotexo-tbhahv {
    width: unset;
  }
  .slotexo-o156py {
    min-width: unset;
  }
  .slotexo-n0zhms {
    max-height: unset;
  }
  .slotexo-lrdt1z {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slotexo-kuez26 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.slotexo-e8bmsm {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotexo-e8bmsm:not(:last-child) {
  margin-bottom: 16px;
}

.slotexo-ule9ba {
  outline: 0;
}

.slotexo-ule9ba .slotexo-bgw1hs {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.slotexo-9wy75q {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .slotexo-9wy75q {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.slotexo-9wy75q::-webkit-details-marker {
  display: none;
}

.slotexo-9wy75q: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;
}

.slotexo-9wy75q: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] .slotexo-9wy75q:after {
  transform: unset;
}

.slotexo-bgw1hs {
  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);
}

.slotexo-bgw1hs 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.slotexo-mtfjla ease-in-out;
  -o-transition: 0.slotexo-mtfjla ease-in-out;
  transition: 0.slotexo-mtfjla ease-in-out;
}

.slotexo-lnqtvw {
  padding: 16px 0 0 0;
}

.slotexo-lnqtvw * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .slotexo-lnqtvw :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotexo-9wy75q {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slotexo-9wy75q::after {
    margin-left: auto;
  }
  .slotexo-bgw1hs {
    order: 3;
    flex: 1 1 100%;
  }
  .slotexo-9wy75q {
    font-size: 14px;
    line-height: 130%;
  }
  .slotexo-bgw1hs svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.slotexo-quev4j {
  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;
}

.slotexo-e30m45 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.slotexo-quev4j.slotexo-s179tr .slotexo-e30m45 {
  margin-bottom: 12px;
}

.slotexo-e30m45::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;
}

.slotexo-quev4j.slotexo-s179tr .slotexo-e30m45::after {
  transform: unset;
}

.slotexo-vwd88t {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.slotexo-e90duy {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.slotexo-mtfjla ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.slotexo-e90duy: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;
}

.slotexo-quev4j.slotexo-s179tr .slotexo-vwd88t {
  max-height: 100%;
}

.slotexo-78iqy9 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.slotexo-3697nt {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.slotexo-q3q5ch {
  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;
}

.slotexo-vliae1 {
  margin-right: 4px;
}

.slotexo-vf7tfq {
  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.slotexo-mtfjla ease-in-out;
}

.slotexo-vf7tfq svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.slotexo-j7gbgk,
.slotexo-vf7tfq:hover {
  color: var(--text-color);
}

.slotexo-1iyieo {
  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;
}

.slotexo-1iyieo img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.slotexo-1iyieo .slotexo-k57ko5 {
  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;
}

.slotexo-1iyieo .slotexo-gslky7 {
  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;
}

.slotexo-1zhb2s {
  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;
}

.slotexo-lqz7h9 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotexo-1s98fz .slotexo-t84blj {
  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;
}

.slotexo-1s98fz {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.slotexo-f5vapl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.slotexo-36csg1 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.slotexo-s5k3os {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.slotexo-0fcu7x 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;
}

.slotexo-s5k3os:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slotexo-hid453 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.slotexo-mm8zxb {
  -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.slotexo-mtfjla ease-in-out;
  transition: transform 0.slotexo-mtfjla ease-in-out;
  -o-transition: transform 0.slotexo-mtfjla ease-in-out;
  transition:
    transform 0.slotexo-mtfjla ease-in-out,
    -webkit-transform 0.slotexo-mtfjla ease-in-out;
  cursor: pointer;
}

.slotexo-mm8zxb svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.slotexo-mm8zxb: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;
}

.slotexo-ju3xw0 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slotexo-ju3xw0 {
    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);
}

.slotexo-gphmlx {
  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;
}

.slotexo-a78ljk {
  position: relative;
  width: 100%;
}

.slotexo-gphmlx.slotexo-3fkngl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slotexo-gphmlx.slotexo-d1ogu4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slotexo-gphmlx.slotexo-qyfdki {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slotexo-k1chdx {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.slotexo-qo5zjb {
  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.slotexo-mtfjla ease-in-out;
  cursor: pointer;
}

.slotexo-qo5zjb:hover {
  opacity: 0.5;
}

.slotexo-gphmlx.slotexo-e57yt7 .slotexo-qo5zjb {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slotexo-gphmlx.slotexo-e57yt7 .slotexo-k1chdx {
  cursor: pointer;
}

.slotexo-1ljsop {
  fill: #0009;
}

.slotexo-z1yz6d {
  fill: #fff;
}

.slotexo-qo5zjb:hover .slotexo-1ljsop {
  fill: red;
}

.slotexo-qo5zjb svg path {
  -webkit-transition: 0.slotexo-mtfjla ease-in-out;
  -o-transition: 0.slotexo-mtfjla ease-in-out;
  transition: 0.slotexo-mtfjla ease-in-out;
}

.slotexo-bcotip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.slotexo-bcotip > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.slotexo-bcotip.slotexo-7jycuf > :not(.get-image) {
  grid-column: 1/3;
}

.slotexo-4o92nd:not(._h1-block) .slotexo-bcotip > .slotexo-ak0wma {
  grid-row: 1/2;
  grid-column: 1/3;
}

.slotexo-bcotip.slotexo-7jycuf .slotexo-2c7kzg {
  grid-column: 2/3;
}

.slotexo-bcotip.slotexo-7jycuf > .slotexo-336z51 {
  grid-column: 1/2;
}

.slotexo-bcotip.slotexo-7jycuf > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.slotexo-bcotip > p:first-of-type {
  margin-top: 0;
}

.slotexo-bcotip .slotexo-336z51 {
  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;
}

.slotexo-4o92nd:not(._h1-block) .slotexo-ak0wma ~ .slotexo-336z51 {
  grid-row: 2/10;
}

.slotexo-4o92nd.slotexo-oax7t1 .slotexo-ak0wma ~ .slotexo-336z51 {
  grid-row: 1/10;
}

.slotexo-4o92nd.slotexo-oax7t1 > .slotexo-ak0wma {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.slotexo-4o92nd.slotexo-oax7t1 .slotexo-336z51 {
  grid-row: 1/10;
}

.slotexo-bcotip.slotexo-461lnf .slotexo-336z51 {
  align-items: flex-start;
}

.slotexo-bcotip.slotexo-d1ogu4 .slotexo-2c7kzg {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.slotexo-bcotip.slotexo-d1ogu4 .slotexo-336z51 {
  align-items: center;
}

.slotexo-bcotip.slotexo-nzrzmo .slotexo-336z51 {
  align-items: flex-end;
}

.slotexo-2c7kzg > :first-child {
  margin-top: 0;
}

.slotexo-2c7kzg > :last-child {
  margin-bottom: 0;
}

* + .slotexo-bkp2h5,
.slotexo-4o92nd + .slotexo-4o92nd {
  margin-top: 2rem;
}

.slotexo-q7h7cl td::before,
.slotexo-q7h7cl th::after {
  display: none !important;
}

.slotexo-q7h7cl #link-selector {
  color: #000;
}

.slotexo-q7h7cl .slotexo-rkn3vn {
  color: #135e96;
}

.slotexo-q7h7cl .slotexo-ttey6a *,
.slotexo-q7h7cl .slotexo-r8fnoy p,
.slotexo-q7h7cl .slotexo-5x93rm * {
  color: #000;
}

.slotexo-q7h7cl .slotexo-ox1q40 {
  background: 0 0 !important;
}

.slotexo-q7h7cl .slotexo-4wjnlv {
  color: #000;
}

.slotexo-q7h7cl .slotexo-24dn61.slotexo-foynvg {
  color: #fff;
}

.slotexo-q7h7cl .slotexo-ya4zw2 {
  color: #000;
}

.slotexo-q7h7cl
  .slotexo-xh24k3
  .slotexo-f0kj9d.slotexo-foynvg.slotexo-5wo6lr {
  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;
}

.slotexo-f3n4ow,
body .slotexo-1tsa0r {
  color: #000;
  background: var(--color-body) !important;
}

.slotexo-f3n4ow .slotexo-pw1qkq .slotexo-9hb6wa,
body .slotexo-1tsa0r .slotexo-pw1qkq .slotexo-9hb6wa {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotexo-e90duy:focus,
  .slotexo-e90duy:hover {
    color: #f9cb16;
  }
  .slotexo-zo6jxi:focus,
  .slotexo-zo6jxi:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotexo-qzc2tv:focus img,
  .slotexo-qzc2tv:focus svg,
  .slotexo-qzc2tv:hover img,
  .slotexo-qzc2tv:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .slotexo-1iyieo {
    display: none;
  }
}

@media (min-width: 1024px) {
  .slotexo-al83aq:hover .slotexo-avgury svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .slotexo-avgury {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .slotexo-a3xxzn {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .slotexo-odc2hq {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotexo-eub8x7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .slotexo-conl8a .slotexo-2uxgaa {
    grid-template-columns: 1fr;
  }
  .slotexo-conl8a .slotexo-jeskst {
    -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;
  }
  .slotexo-conl8a .slotexo-5moqm6 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotexo-conl8a .slotexo-rbabdf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotexo-conl8a .slotexo-khhy4a {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .slotexo-conl8a .slotexo-5moqm6:not(:first-child) {
    border: none;
  }
  .slotexo-conl8a .slotexo-5moqm6:first-child .slotexo-rbabdf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .slotexo-conl8a .slotexo-5moqm6:last-child .slotexo-rbabdf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .slotexo-lpoubw {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .slotexo-xvj4nu {
    max-width: 100px;
  }
  .slotexo-10px6j {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slotexo-t4688u {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slotexo-t4688u svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .slotexo-es2imb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .slotexo-10px6j + .slotexo-t4688u {
    margin-left: auto;
  }
  .slotexo-j1ixmu {
    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;
  }
  .slotexo-j1ixmu.slotexo-s179tr {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .slotexo-kfif4q {
    -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;
  }
  .slotexo-ltmga1 {
    width: 100%;
  }
  .slotexo-ltmga1:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .slotexo-0uq3og {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .slotexo-0uq3og svg {
    margin-right: 4px;
  }
  .slotexo-al83aq {
    -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;
  }
  .slotexo-avgury svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .slotexo-avgury {
    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;
  }
  .slotexo-8h1u8c {
    display: none;
    width: 100%;
  }
  .slotexo-al83aq.slotexo-s179tr .slotexo-8h1u8c {
    padding: 0 0 0 48px;
  }
  .slotexo-k4akvi {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .slotexo-9p6fk6 .slotexo-336z51 {
    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;
  }
  .slotexo-2w96m7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotexo-2w96m7 + .slotexo-2w96m7 {
    margin-right: 0;
  }
  .slotexo-2w96m7 + .slotexo-336z51 {
    margin: 0;
  }
  .slotexo-a3xxzn {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotexo-odc2hq {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotexo-28yjta,
  .slotexo-aogic9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotexo-bcotip {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slotexo-bcotip.slotexo-7jycuf .slotexo-2c7kzg {
    grid-column: auto;
    grid-row: auto;
  }
  .slotexo-bcotip > .slotexo-ak0wma {
    grid-column: 1/2;
  }
  .slotexo-bcotip.slotexo-7jycuf > :not(.get-image) {
    grid-column: 1/2;
  }
  .slotexo-bcotip .slotexo-336z51,
  .slotexo-bcotip.slotexo-7jycuf > .slotexo-336z51 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotexo-bcotip.slotexo-7jycuf > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .slotexo-4o92nd.slotexo-oax7t1 .slotexo-bcotip > .slotexo-336z51 {
    grid-row: 1/2;
  }
  .slotexo-bcotip .slotexo-ak0wma ~ .slotexo-336z51,
  .slotexo-bcotip.slotexo-7jycuf .slotexo-ak0wma ~ .slotexo-336z51 {
    grid-row: 2/3;
  }
  .slotexo-4o92nd.slotexo-oax7t1 .slotexo-ak0wma ~ .slotexo-336z51 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .slotexo-ccpoce:first-child .slotexo-t2cq6y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotexo-ccpoce:first-child .slotexo-t2cq6y h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .slotexo-ccpoce {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .slotexo-ccpoce {
    padding: 0;
  }
  .slotexo-ib8mp5 {
    margin-top: 1rem;
  }
  .slotexo-ule9ba {
    border-radius: 5px;
  }
  .slotexo-tb4ye3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotexo-e30m45::after {
    display: inline-block;
  }
  .slotexo-e30m45 {
    margin: 0;
    width: 100%;
  }
  .slotexo-vwd88t {
    width: 100%;
  }
  .slotexo-vwd88t.slotexo-ydapdj {
    -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%;
  }
  .slotexo-vwd88t.slotexo-ydapdj .slotexo-vf8skg {
    width: 100%;
  }
  .slotexo-vwd88t.slotexo-ydapdj .slotexo-vf8skg:not(:last-child) {
    margin-right: 0;
  }
  .slotexo-e90duy {
    width: 100%;
    text-align: center;
  }
  .slotexo-quev4j.slotexo-s179tr .slotexo-vwd88t {
    margin-top: 1rem;
  }
  .slotexo-a3xxzn {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotexo-eub8x7,
  .slotexo-odc2hq {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotexo-28yjta,
  .slotexo-aogic9,
  .slotexo-rj94iw {
    grid-template-columns: 1fr;
  }
  .slotexo-mg303m {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .slotexo-s8r1xh {
    min-width: 300px;
    max-width: 325px;
  }
  .slotexo-rbabdf {
    cursor: auto;
  }
  .slotexo-7ja8tk .slotexo-rbabdf {
    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;
  }
  .slotexo-ju3xw0 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .slotexo-8h1u8c {
    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) {
  .slotexo-ju3xw0 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.slotexo-2w96m7 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .slotexo-t4688u {
    margin: 0 -0.2rem;
  }
  .slotexo-2w96m7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slotexo-i5rpqb {
    -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;
  }
  .slotexo-952rm2 {
    max-width: 100%;
  }
  .slotexo-a3xxzn {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotexo-eub8x7,
  .slotexo-odc2hq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .slotexo-lpoubw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotexo-t4688u {
    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;
  }
  .slotexo-ct10w2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotexo-sde5ll {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotexo-ke8fii,
  .slotexo-nqitrw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .slotexo-f9yh6y {
    width: 100%;
  }
  .slotexo-a3xxzn {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .slotexo-ju3xw0 {
    top: 127px !important;
  }
}

.slotexo-4u4exa {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slotexo-4u4exa {
  }
}

@media (max-width: 767px) {
  .slotexo-4u4exa {
    margin-bottom: 12px;
  }
}

.slotexo-4u4exa img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.slotexo-3ypwlt {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.slotexo-3ypwlt > .slotexo-y7vwzi {
  flex: 1 1;
}

@media (max-width: 767px) {
  .slotexo-3ypwlt {
    flex-direction: column;
    gap: 12px;
  }
}

.slotexo-opnhpd {
  display: flex;
}

.slotexo-opnhpd .slotexo-6n4cdb {
  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;
}

.slotexo-opnhpd .slotexo-xuef9a {
  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;
}

.slotexo-opnhpd .slotexo-qfxt5j {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.slotexo-opnhpd .slotexo-nle5kd {
  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));
  }
}

.slotexo-opnhpd .slotexo-nle5kd:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slotexo-opnhpd .slotexo-1mfofg {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.slotexo-9k9xh3 {
  border: unset;
  background-color: unset;
}

.slotexo-9k9xh3 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slotexo-9k9xh3 .slotexo-8br40i,
.slotexo-9k9xh3 .slotexo-l4efoj {
  flex: 0 1 330px;
}

.slotexo-9k9xh3 .slotexo-hb97eb {
  flex: 1 1;
}

.slotexo-9k9xh3 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotexo-9k9xh3 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.slotexo-9k9xh3 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.slotexo-9k9xh3 tr td p {
  color: #fff;
  margin: 0;
}

.slotexo-9k9xh3 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.slotexo-9k9xh3 tr.slotexo-8br40i td p {
  padding: 16px 0;
}

.slotexo-9k9xh3 tr.slotexo-8br40i td p:not(:last-child),
.slotexo-9k9xh3 tr.slotexo-l4efoj td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.slotexo-9k9xh3 tr.slotexo-8br40i td p:first-child,
.slotexo-9k9xh3 tr.slotexo-l4efoj td p:first-child {
  padding-top: 0;
}

.slotexo-9k9xh3 tr.slotexo-l4efoj td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotexo-9k9xh3 tr.slotexo-l4efoj td p:last-child {
  padding-bottom: 0;
}

.slotexo-9k9xh3 .slotexo-l4efoj img {
  max-width: 32px;
}

.slotexo-9k9xh3 .slotexo-hb97eb {
  min-width: 718px;
}

.slotexo-9k9xh3 .slotexo-hb97eb td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.slotexo-9k9xh3 .slotexo-hb97eb td {
  display: flex;
}

.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-lhngcg,
.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-hyeklx,
.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-ms2fry {
  flex: 1 1 50%;
}

.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-boedio {
  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;
}

.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-yuut3d,
.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-nqs194 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-lhngcg,
.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-hyeklx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-lhngcg span,
.slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-hyeklx span {
  font-weight: 800;
}

.slotexo-9k9xh3 .slotexo-hb97eb img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .slotexo-9k9xh3 .slotexo-hb97eb td .slotexo-ms2fry:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slotexo-9k9xh3 tr.slotexo-8br40i td p:last-child {
    padding-bottom: 0;
  }
  .slotexo-9k9xh3 .slotexo-l4efoj > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .slotexo-9k9xh3 .slotexo-l4efoj > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .slotexo-9k9xh3 tr.slotexo-8br40i td p:not(:last-child),
  .slotexo-9k9xh3 tr.slotexo-l4efoj td p:not(:last-child) {
    border-bottom: unset;
  }
  .slotexo-9k9xh3 tr.slotexo-l4efoj td p:last-child {
    padding-bottom: 12px;
  }
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-lhngcg,
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-hyeklx,
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-ms2fry {
    flex: 1 1 50%;
    padding: 0;
  }
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-lhngcg,
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-hyeklx {
    margin-top: 16px;
  }
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-ms2fry {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-lhngcg {
    border-right: 1px solid var(--border-color);
  }
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-ms2fry:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slotexo-9k9xh3 .slotexo-hb97eb td:last-child .slotexo-ms2fry:last-child {
    padding-bottom: 0;
  }
}

.slotexo-ms2fry {
  display: flex;
  flex-direction: column;
}

.slotexo-9k9xh3 .slotexo-hb97eb td .slotexo-ms2fry {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.slotexo-9k9xh3 .slotexo-hb97eb td .slotexo-ms2fry:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.slotexo-9k9xh3 .slotexo-hb97eb td .slotexo-ms2fry:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .slotexo-9k9xh3 .slotexo-hb97eb td .slotexo-ms2fry:not(:first-child) {
    padding-left: 0;
  }
  .slotexo-9k9xh3 .slotexo-hb97eb td .slotexo-ms2fry:not(:last-of-type) {
    border-right: unset;
  }
}

.slotexo-9k9xh3 .slotexo-63lxyv {
  flex: 0 1 485px;
}

.slotexo-9k9xh3 .slotexo-50r19s {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.slotexo-9k9xh3 .slotexo-50r19s li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotexo-9k9xh3 .slotexo-50r19s li.slotexo-aerijo {
  padding: 6px 12px;
}

.slotexo-9k9xh3 .slotexo-50r19s li a,
.slotexo-9k9xh3 .slotexo-50r19s 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;
}

.slotexo-9k9xh3 .slotexo-x7vjcl,
.slotexo-9k9xh3 .slotexo-7dtrop {
  flex: 1 1;
}

.slotexo-9k9xh3 .slotexo-90bp1y,
.slotexo-9k9xh3 .slotexo-902ny6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slotexo-9k9xh3 .slotexo-90bp1y li,
.slotexo-9k9xh3 .slotexo-902ny6 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotexo-9k9xh3 .slotexo-7dtrop img {
  max-width: 32px;
}

.slotexo-9k9xh3 .slotexo-x7vjcl img {
  max-width: 32px;
}

.slotexo-9k9xh3 .slotexo-k4jm13 {
  min-width: 280px;
}

.slotexo-9k9xh3 .slotexo-k4jm13 img {
  max-width: 146px;
}

.slotexo-9k9xh3 .slotexo-k4jm13 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .slotexo-9k9xh3 .slotexo-8br40i,
  .slotexo-9k9xh3 .slotexo-l4efoj {
    flex: 0 1 auto;
  }
  .slotexo-9k9xh3 .slotexo-hb97eb {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .slotexo-9k9xh3 .slotexo-8br40i,
  .slotexo-9k9xh3 .slotexo-63lxyv,
  .slotexo-9k9xh3 .slotexo-l4efoj,
  .slotexo-9k9xh3 .slotexo-hb97eb {
    flex: 1 1 calc(50% - 20px);
  }
  .slotexo-9k9xh3 .slotexo-x7vjcl,
  .slotexo-9k9xh3 .slotexo-k4jm13,
  .slotexo-9k9xh3 .slotexo-7dtrop {
    flex: 1 1 30%;
  }
  .slotexo-9k9xh3 .slotexo-k4jm13 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .slotexo-9k9xh3 .slotexo-8br40i,
  .slotexo-9k9xh3 .slotexo-63lxyv,
  .slotexo-9k9xh3 .slotexo-x7vjcl,
  .slotexo-9k9xh3 .slotexo-l4efoj,
  .slotexo-9k9xh3 .slotexo-hb97eb,
  .slotexo-9k9xh3 .slotexo-k4jm13,
  .slotexo-9k9xh3 .slotexo-7dtrop {
    flex: 1 1 100%;
  }
}

.slotexo-t3527t .slotexo-dwt42n {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slotexo-t3527t .slotexo-3k581z {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.slotexo-t3527t .slotexo-jj52l8 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.slotexo-t3527t .slotexo-h497dq {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.slotexo-t3527t .slotexo-h497dq > :nth-child(3) {
  margin-top: 0;
}

.slotexo-t3527t .slotexo-336z51 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.slotexo-t3527t .slotexo-0eb83w {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.slotexo-t3527t .slotexo-ib8mp5 {
  grid-column: 1/2;
}

.slotexo-t3527t > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.slotexo-t3527t .slotexo-3k581z: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;
}

.slotexo-t3527t .slotexo-3k581z:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.slotexo-t3527t .slotexo-f9yh6y {
  min-width: 240px;
}

@media (max-width: 768px) {
  .slotexo-t3527t .slotexo-3k581z:not(:last-child):before {
    bottom: 8px;
  }
  .slotexo-t3527t .slotexo-3k581z:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .slotexo-t3527t .slotexo-h497dq {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .slotexo-t3527t .slotexo-336z51 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .slotexo-t3527t .slotexo-336z51 img {
    width: 100%;
    height: auto;
  }
  .slotexo-t3527t .slotexo-f9yh6y {
    width: 100%;
    min-width: unset;
  }
}

.slotexo-rv4t98 .slotexo-fehi8o {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.slotexo-rv4t98 .slotexo-rfjl7b {
  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;
}

.slotexo-rv4t98 .slotexo-336z51 {
  height: 100%;
}

.slotexo-rv4t98 .slotexo-336z51 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.slotexo-rv4t98 .slotexo-7wrzzh {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.slotexo-rv4t98 .slotexo-0b3c7j {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.slotexo-rv4t98 .slotexo-y4h5nm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .slotexo-rv4t98 .slotexo-rfjl7b {
    flex: 1 1 100%;
  }
  .slotexo-rv4t98 .slotexo-9x5piv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .slotexo-rv4t98 .slotexo-rfjl7b {
    flex-direction: column;
  }
  .slotexo-rv4t98 .slotexo-336z51 {
    width: 100%;
    height: auto;
  }
  .slotexo-rv4t98 .slotexo-336z51 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .slotexo-rv4t98 .slotexo-7wrzzh {
    padding: 0 16px 16px 16px;
  }
  .slotexo-rv4t98 .slotexo-9x5piv {
    min-width: unset;
    width: 100%;
  }
}

.slotexo-siz6en .slotexo-5kmaob {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.slotexo-siz6en .slotexo-qayqvf {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.slotexo-siz6en 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;
}

.slotexo-siz6en .slotexo-unakyx {
  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;
}

.slotexo-siz6en .slotexo-qayqvf:hover .slotexo-unakyx {
  display: flex;
}

.slotexo-siz6en .slotexo-ymg8ae {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotexo-siz6en .slotexo-7usszu {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.slotexo-ttisex {
  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;
}

.slotexo-ttisex.slotexo-1px8av {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.slotexo-ymqif3 ease-in-out;
}

.slotexo-ttisex.slotexo-1px8av:hover {
  color: #f9cb16;
  background-color: transparent;
}

.slotexo-siz6en .slotexo-c8y422 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.slotexo-ymqif3 ease-in-out;
}

.slotexo-siz6en .slotexo-c8y422:hover {
  color: #196948;
  background-color: #f9cb16;
}

.slotexo-siz6en .slotexo-c8y422:after,
.slotexo-ttisex.slotexo-1px8av:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.slotexo-ttisex.slotexo-1px8av:after {
  background-image: url(../images/Cash.svg);
}

.slotexo-siz6en .slotexo-c8y422:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .slotexo-siz6en .slotexo-5kmaob {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .slotexo-siz6en .slotexo-5kmaob {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slotexo-siz6en .slotexo-5kmaob {
    grid-template-columns: 1fr;
  }
  .slotexo-siz6en .slotexo-qayqvf {
    height: auto;
  }
  .slotexo-siz6en .slotexo-qayqvf .slotexo-unakyx {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .slotexo-siz6en .slotexo-ymg8ae,
  .slotexo-siz6en .slotexo-7usszu {
    text-align: left;
  }
  .slotexo-siz6en .slotexo-7usszu {
    margin-bottom: 8px;
  }
  .slotexo-siz6en img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.slotexo-9oc931 {
  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;
}

.slotexo-9oc931.slotexo-e57yt7 {
  display: block;
}

.slotexo-9oc931 .slotexo-7avum8 {
  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;
}

.slotexo-9oc931 .slotexo-gqid3t {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.slotexo-9oc931 .slotexo-77wp0b {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.slotexo-9oc931 .slotexo-6va056 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.slotexo-9oc931 .slotexo-ttisex {
  min-width: 296px;
  margin-bottom: 0;
}

.slotexo-9oc931 .slotexo-wauocq {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slotexo-9oc931 .slotexo-vic3xl {
  position: relative;
  flex: 1 1;
}

.slotexo-9oc931 .slotexo-vic3xl iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slotexo-9oc931 .slotexo-gqid3t {
    flex-wrap: wrap;
    gap: 8px;
  }
  .slotexo-9oc931 .slotexo-77wp0b {
    order: 1;
  }
  .slotexo-9oc931 .slotexo-6va056 {
    order: 3;
    flex: 1 1 100%;
  }
  .slotexo-9oc931 .slotexo-ttisex {
    width: 100%;
    min-width: unset;
  }
  .slotexo-9oc931 .slotexo-wauocq {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .slotexo-bcotip > .slotexo-ak0wma {
    margin-bottom: 0;
  }
  .slotexo-bcotip > .slotexo-ib8mp5,
  .slotexo-bcotip > p {
    margin-top: 0;
  }
}

.slotexo-atej6m img,
.slotexo-2w96m7 img {
  width: auto;
  object-fit: contain;
}

.slotexo-atej6m {
  align-items: center;
}

.slotexo-atej6m img {
  max-height: 76px;
}

.slotexo-2w96m7 img {
  max-height: 64px;
}

.slotexo-jm4f2k {
  overflow: auto;
}

.slotexo-kb1jzd {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.slotexo-7s45hj:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.slotexo-fijym1 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.slotexo-a7ubwd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slotexo-fijym1 .slotexo-336z51 {
  margin-right: 20px;
  flex-shrink: 0;
}

.slotexo-fijym1 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.slotexo-xil3no {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.slotexo-xil3no > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotexo-fijym1 {
    padding: 15px 10px;
  }
  .slotexo-xil3no {
    padding: 15px 10px;
  }
  .slotexo-fijym1 .slotexo-336z51 {
    margin-right: 10px;
  }
}

.slotexo-ge4ukx {
  overflow-x: auto;
}

.slotexo-okptuv {
  border-collapse: collapse;
  width: 100%;
}

.slotexo-ge4ukx th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.slotexo-ge4ukx td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.slotexo-ge4ukx td.slotexo-oslpmj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.slotexo-ge4ukx td.slotexo-c1phf6 {
  border-right: none;
}

.slotexo-ge4ukx td.slotexo-c1phf6 .slotexo-336z51 {
  justify-content: flex-start;
}

.slotexo-ge4ukx td.slotexo-c1phf6 .slotexo-336z51 img {
  height: auto;
  width: 90px;
}

.slotexo-ge4ukx td.slotexo-hp6y4e,
.slotexo-ge4ukx td.slotexo-zfn3lu {
  font-weight: 600;
  text-align: right;
}

.slotexo-ge4ukx td.slotexo-mg1wdg,
.slotexo-ge4ukx td.slotexo-hp6y4e {
  padding-bottom: 10px;
  border-bottom: none;
}

.slotexo-ge4ukx td.slotexo-hp6y4e,
.slotexo-ge4ukx td.slotexo-zfn3lu {
  border-left: none;
}

.slotexo-ge4ukx td.slotexo-mg1wdg,
.slotexo-ge4ukx td.slotexo-ya7msu {
  border-right: none;
}

.slotexo-ge4ukx td.slotexo-ya7msu,
.slotexo-ge4ukx td.slotexo-zfn3lu {
  border-top: none;
  padding-top: 10px;
}

.slotexo-6sh7mr {
  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;
}

.slotexo-6sh7mr .slotexo-9x5piv {
  min-width: unset;
  width: 100%;
}

.slotexo-6sh7mr .slotexo-9x5piv.slotexo-0d3uf5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.slotexo-6sh7mr .slotexo-9x5piv.slotexo-ynezh2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.slotexo-6sh7mr .slotexo-xrtgmx {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotexo-6sh7mr {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .slotexo-6sh7mr .slotexo-9x5piv.slotexo-0d3uf5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotexo-6sh7mr .slotexo-9x5piv.slotexo-ynezh2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .slotexo-6sh7mr .slotexo-xrtgmx {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.slotexo-7r6hcd {
  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;
}

.slotexo-wo0t7s {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.slotexo-qp102s p a img {
  margin: 0 auto;
  display: block;
}

.slotexo-qp102s table {
  margin-bottom: 17px;
}

/* contanct form */
.slotexo-wi7rnr {
  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;
}

.slotexo-wi7rnr label {
  font-size: 14px;
}

.slotexo-wi7rnr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slotexo-wi7rnr input,
.slotexo-wi7rnr textarea,
.slotexo-wi7rnr 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;
}
.slotexo-wi7rnr button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slotexo-ymqif3 ease;
}
.slotexo-wi7rnr button:hover {
  background-color: #691204;
}
.slotexo-v81fvt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slotexo-4er512 ease-in;
}

.slotexo-v81fvt h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}