@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);
}

.tcl99-kky8l8 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.tcl99-r69wqy {
  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.tcl99-zi2o3x,
ul.tcl99-zi2o3x {
  padding-left: 20px;
}

ul.tcl99-zi2o3x {
  list-style: disc;
}

ol.tcl99-zi2o3x {
  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;
  }
}

.tcl99-9yqvbc > .tcl99-8g80ah,
.tcl99-9yqvbc > .tcl99-j1gi7j,
.tcl99-9yqvbc > blockquote,
.tcl99-9yqvbc > h1,
.tcl99-9yqvbc > h2,
.tcl99-9yqvbc > h3,
.tcl99-9yqvbc > h4,
.tcl99-9yqvbc > h5,
.tcl99-9yqvbc > h6,
.tcl99-9yqvbc > ol,
.tcl99-9yqvbc > p,
.tcl99-9yqvbc > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.tcl99-9yqvbc > ol,
.tcl99-9yqvbc > ul {
  padding-left: 50px;
}

.tcl99-9yqvbc 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;
}

.tcl99-9yqvbc:not(:last-child) {
  margin-bottom: 2rem;
}

.tcl99-9yqvbc > :not(:first-child) {
  margin-top: 2rem;
}

.tcl99-9yqvbc {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tcl99-9yqvbc:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tcl99-9yqvbc:first-child {
    margin-top: 20px;
  }
}

.tcl99-9yqvbc > p:last-of-type {
  margin-bottom: 32px;
}

.tcl99-9yqvbc > .tcl99-0fe85l:not(:first-child) {
  margin: 64px auto 16px auto;
}

.tcl99-12uonr > .tcl99-0fe85l {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.tcl99-j1gi7j {
  overflow: auto;
}

.tcl99-j1gi7j::-webkit-scrollbar {
  height: 5px;
}

.tcl99-j1gi7j table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.tcl99-j1gi7j table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.tcl99-j1gi7j table thead,
table thead {
  border-bottom: none;
}

.tcl99-j1gi7j table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.tcl99-j1gi7j table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.tcl99-j1gi7j table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.tcl99-j1gi7j .tcl99-chfdpv {
  table-layout: auto;
}

.tcl99-j1gi7j .tcl99-chfdpv th {
  word-break: normal;
}

.tcl99-j1gi7j .tcl99-chfdpv td {
  word-break: normal;
}

.tcl99-kky8l8 .tcl99-kky8l8 {
  padding-right: 0;
  padding-left: 0;
}

.tcl99-qmgrak {
  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;
}

.tcl99-urhhaj {
  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;
}

.tcl99-463ybc {
  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;
}

.tcl99-8g80ah {
  margin-top: 24px;
}

.tcl99-8g80ah.tcl99-eqtfnc {
  text-align: left;
}

.tcl99-8g80ah.tcl99-ne27tw {
  text-align: right;
}

.tcl99-8g80ah.tcl99-dnk6s1 {
  text-align: center;
}

.tcl99-3utwhz {
  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.tcl99-qf0jqb ease-in-out;
  cursor: pointer;
}

.tcl99-3utwhz:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.tcl99-3utwhz {
  min-width: 328px;
}

@media (max-width: 768px) {
  .tcl99-3utwhz {
    min-width: unset;
  }
}

.tcl99-z07n3l {
  background-color: var(--fh-bg-color);
}

.tcl99-t7laes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.tcl99-0fvg8s {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.tcl99-0fvg8s img {
  max-height: 80px;
  object-fit: contain;
}

.tcl99-vfbo5o {
  flex: 1 1;
}

.tcl99-rwxjz7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.tcl99-1u7vzl {
  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;
}

.tcl99-1u7vzl 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;
}

.tcl99-1u7vzl.tcl99-p28dvj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.tcl99-1u7vzl.tcl99-p28dvj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.tcl99-1u7vzl.tcl99-p28dvj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.tcl99-vfbo5o + .tcl99-rwxjz7 {
  margin-left: 20px;
}

.tcl99-l87dpk {
  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;
}

.tcl99-l87dpk > svg {
  max-width: 24px;
  max-height: 24px;
}

.tcl99-l87dpk + .tcl99-l87dpk {
  margin-left: 5px;
}

.tcl99-v2qser {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.tcl99-v2qser:hover {
  background-color: var(--button-bg-hover);
}

.tcl99-vna3mm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.tcl99-qf0jqb ease-in-out;
  border: 1px solid var(--border-color);
}

.tcl99-vna3mm:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.tcl99-ufa5iq {
  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) {
  .tcl99-vfbo5o {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .tcl99-ufa5iq {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .tcl99-vfbo5o {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .tcl99-l87dpk {
    min-width: unset;
    flex: 1 1;
  }
}

.tcl99-i1ojf0 {
  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;
}

.tcl99-i1ojf0:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tcl99-i1ojf0:hover .tcl99-wt95j3 {
  opacity: 1;
  pointer-events: auto;
}

.tcl99-29paio {
  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.tcl99-z6ua3x ease-in-out;
  gap: 4px;
}

.tcl99-29paio > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.tcl99-29paio .tcl99-qmgrak img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.tcl99-6wt144,
.tcl99-29paio:hover {
  color: var(--button-bg-hover);
}

.tcl99-w7vdkc {
  position: relative;
}

.tcl99-w7vdkc .tcl99-29paio {
  margin-right: 0;
  padding-right: 4px;
}

.tcl99-kljzc7 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.tcl99-w7vdkc.tcl99-p28dvj .tcl99-kljzc7 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.tcl99-w7vdkc.tcl99-p28dvj .tcl99-wt95j3 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.tcl99-w7vdkc.tcl99-p28dvj .tcl99-wt95j3::before {
  display: none;
}

.tcl99-kljzc7 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.tcl99-wt95j3 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.tcl99-ilbetk 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.tcl99-wt95j3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.tcl99-wt95j3:hover {
  color: var(--fh-bg-color);
}

.tcl99-qfr0lv {
  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.tcl99-ilbetk 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.tcl99-z6ua3x ease-in-out;
  -o-transition: 0.tcl99-z6ua3x ease-in-out;
  transition: 0.tcl99-z6ua3x ease-in-out;
}

.tcl99-qfr0lv .tcl99-qmgrak img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.tcl99-06g3o3,
.tcl99-qfr0lv:hover {
  color: var(--button-bg-hover);
}

.tcl99-611h1k {
  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%;
}

.tcl99-611h1k.tcl99-n7ij7f {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.tcl99-611h1k.tcl99-n7ij7f:after,
.tcl99-611h1k.tcl99-n7ij7f:before {
  content: "";
  position: absolute;
  margin: auto;
}

.tcl99-611h1k.tcl99-n7ij7f: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);
  }
}

.tcl99-611h1k.tcl99-n7ij7f:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.tcl99-611h1k.tcl99-n7ij7f > * {
  z-index: 1;
}

.tcl99-611h1k b,
.tcl99-611h1k strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.tcl99-611h1k .tcl99-9zxwr0 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.tcl99-611h1k .tcl99-ihzt59 {
  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;
}

.tcl99-611h1k .tcl99-qmgrak {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.tcl99-611h1k .tcl99-lmotgl {
  margin-top: 12px;
}

.tcl99-lmotgl {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.tcl99-b8wz1m {
  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;
}

.tcl99-lmotgl .tcl99-tjuhgh {
  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.tcl99-qf0jqb ease-in-out;
}

.tcl99-lmotgl .tcl99-tjuhgh:hover {
  background: rgba(255, 255, 255, 0.3);
}

.tcl99-9lin5j {
  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;
}

.tcl99-611h1k.tcl99-32rvff {
  gap: 12px;
  padding: 16px;
}

.tcl99-611h1k.tcl99-32rvff .tcl99-9lin5j {
  min-width: 240px;
}

.tcl99-611h1k.tcl99-32rvff .tcl99-9lin5j.tcl99-rueqho {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .tcl99-611h1k .tcl99-9zxwr0 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .tcl99-611h1k .tcl99-ihzt59 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .tcl99-611h1k .tcl99-qmgrak {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .tcl99-611h1k.tcl99-32rvff .tcl99-qmgrak {
    max-width: 126px;
  }
  .tcl99-611h1k .tcl99-lmotgl {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .tcl99-611h1k .tcl99-b8wz1m {
    max-width: unset;
  }
  .tcl99-9lin5j {
    min-width: unset;
    width: 100%;
  }
  .tcl99-611h1k .tcl99-9lin5j {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .tcl99-611h1k.tcl99-32rvff {
    grid-template-rows: auto 1fr auto;
  }
  .tcl99-611h1k.tcl99-32rvff .tcl99-9lin5j {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .tcl99-611h1k {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .tcl99-611h1k .tcl99-9zxwr0 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .tcl99-611h1k .tcl99-qmgrak {
    max-width: 78px;
  }
  .tcl99-611h1k .tcl99-lmotgl {
    margin-top: -12px;
  }
  .tcl99-611h1k.tcl99-32rvff {
    gap: 8px;
  }
  .tcl99-611h1k.tcl99-32rvff .tcl99-9zxwr0 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .tcl99-611h1k.tcl99-32rvff .tcl99-ihzt59 {
    grid-column: 1/3;
  }
  .tcl99-611h1k.tcl99-32rvff .tcl99-qmgrak {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .tcl99-611h1k.tcl99-32rvff .tcl99-qmgrak img {
    max-width: 114px;
  }
}

.tcl99-9lin5j.tcl99-zxmdkf,
.tcl99-9lin5j.tcl99-pml3gj,
.tcl99-9lin5j.tcl99-jp4xug {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.tcl99-qf0jqb ease-in-out;
}

.tcl99-9lin5j.tcl99-zxmdkf,
.tcl99-9lin5j.tcl99-jp4xug {
  padding: 10px;
}

.tcl99-9lin5j.tcl99-zxmdkf:hover,
.tcl99-9lin5j.tcl99-pml3gj:hover,
.tcl99-9lin5j.tcl99-jp4xug:hover {
  background: var(--button-bg-hover);
}

.tcl99-9lin5j.tcl99-zxmdkf:hover svg path,
.tcl99-9lin5j.tcl99-jp4xug:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.tcl99-9lin5j.tcl99-rueqho {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.tcl99-qf0jqb ease-in-out;
  background: var(--button-bg-color);
}

.tcl99-9lin5j.tcl99-rueqho:hover {
  background-color: var(--button-bg-hover);
}

.tcl99-9lin5j.tcl99-pml3gj: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);
  }
}

.tcl99-9lin5j.tcl99-pml3gj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.tcl99-9lin5j.tcl99-rueqho:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.tcl99-6i44vv {
  max-width: 650px;
}

.tcl99-sje591 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.tcl99-jk0bcu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tcl99-wk7xzx {
  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.tcl99-z6ua3x ease-in-out;
  cursor: pointer;
}

.tcl99-wk7xzx:hover {
  opacity: 0.5;
}

.tcl99-wk7xzx:focus {
  outline: 0;
}

.tcl99-wk7xzx:focus .tcl99-evzk2m,
.tcl99-wk7xzx:hover .tcl99-evzk2m {
  fill: red;
  fill-opacity: 1;
}

.tcl99-wk7xzx:hover {
  cursor: pointer;
}

.tcl99-d6taew {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.tcl99-6i44vv.tcl99-dnk6s1 {
  margin: 0 auto;
}

.tcl99-6i44vv.tcl99-ne27tw {
  margin-left: auto;
}

.tcl99-tpphl1 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.tcl99-s597au {
  padding-bottom: 50px;
}

.tcl99-n016no {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.tcl99-51za5b {
  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;
}

.tcl99-nvcwnc {
  margin-top: 24px;
}

.tcl99-gunud3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tcl99-6nfewo {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.tcl99-4ezfjt {
  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;
}

.tcl99-ssgu9j {
  width: 468px;
}

.tcl99-4ezfjt .tcl99-wt95j3 {
  margin: 0.tcl99-1y8huc 0;
}

.tcl99-5sg7m4 {
  display: flex;
  min-width: 224px;
}

.tcl99-qlqx2q {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.tcl99-z6ua3x ease-in-out;
}

.tcl99-nnf88b,
.tcl99-qlqx2q:hover {
  color: var(--text-color);
}

.tcl99-pdg47o {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.tcl99-g2mjes {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .tcl99-tpphl1 {
    padding: 16px;
  }
  .tcl99-pdg47o {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .tcl99-g2mjes {
    align-items: center;
  }
  .tcl99-ssgu9j {
    width: unset;
  }
  .tcl99-5sg7m4 {
    min-width: unset;
  }
  .tcl99-4ezfjt {
    max-height: unset;
  }
  .tcl99-n016no {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .tcl99-tpphl1 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.tcl99-ro1wql {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.tcl99-ro1wql:not(:last-child) {
  margin-bottom: 16px;
}

.tcl99-bvqrb2 {
  outline: 0;
}

.tcl99-bvqrb2 .tcl99-hcus84 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.tcl99-ef4nm9 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .tcl99-ef4nm9 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.tcl99-ef4nm9::-webkit-details-marker {
  display: none;
}

.tcl99-ef4nm9: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;
}

.tcl99-ef4nm9: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] .tcl99-ef4nm9:after {
  transform: unset;
}

.tcl99-hcus84 {
  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);
}

.tcl99-hcus84 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.tcl99-z6ua3x ease-in-out;
  -o-transition: 0.tcl99-z6ua3x ease-in-out;
  transition: 0.tcl99-z6ua3x ease-in-out;
}

.tcl99-hd2053 {
  padding: 16px 0 0 0;
}

.tcl99-hd2053 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .tcl99-hd2053 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tcl99-ef4nm9 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tcl99-ef4nm9::after {
    margin-left: auto;
  }
  .tcl99-hcus84 {
    order: 3;
    flex: 1 1 100%;
  }
  .tcl99-ef4nm9 {
    font-size: 14px;
    line-height: 130%;
  }
  .tcl99-hcus84 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.tcl99-e7dg8n {
  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;
}

.tcl99-37kqb8 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.tcl99-e7dg8n.tcl99-p28dvj .tcl99-37kqb8 {
  margin-bottom: 12px;
}

.tcl99-37kqb8::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;
}

.tcl99-e7dg8n.tcl99-p28dvj .tcl99-37kqb8::after {
  transform: unset;
}

.tcl99-bowf2g {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.tcl99-jh46sx {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.tcl99-z6ua3x ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.tcl99-jh46sx: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;
}

.tcl99-e7dg8n.tcl99-p28dvj .tcl99-bowf2g {
  max-height: 100%;
}

.tcl99-bpbirh {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.tcl99-cmeewr {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.tcl99-zc8v9m {
  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;
}

.tcl99-vcvdsu {
  margin-right: 4px;
}

.tcl99-b5pmh6 {
  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.tcl99-z6ua3x ease-in-out;
}

.tcl99-b5pmh6 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.tcl99-rbfzzs,
.tcl99-b5pmh6:hover {
  color: var(--text-color);
}

.tcl99-6rwg2c {
  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;
}

.tcl99-6rwg2c img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.tcl99-6rwg2c .tcl99-jct48p {
  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;
}

.tcl99-6rwg2c .tcl99-8l7jvu {
  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;
}

.tcl99-2lcfkq {
  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;
}

.tcl99-t1lp66 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tcl99-871n13 .tcl99-kky8l8 {
  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;
}

.tcl99-871n13 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.tcl99-gcn3j8 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.tcl99-r3pjc0 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.tcl99-565ttw {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.tcl99-f00q9v 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;
}

.tcl99-565ttw:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.tcl99-cmmx0v {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.tcl99-tovn1k {
  -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.tcl99-z6ua3x ease-in-out;
  transition: transform 0.tcl99-z6ua3x ease-in-out;
  -o-transition: transform 0.tcl99-z6ua3x ease-in-out;
  transition:
    transform 0.tcl99-z6ua3x ease-in-out,
    -webkit-transform 0.tcl99-z6ua3x ease-in-out;
  cursor: pointer;
}

.tcl99-tovn1k svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.tcl99-tovn1k: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;
}

.tcl99-xqwre7 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .tcl99-xqwre7 {
    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);
}

.tcl99-to1p9h {
  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;
}

.tcl99-4yd5qu {
  position: relative;
  width: 100%;
}

.tcl99-to1p9h.tcl99-4ovm7t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tcl99-to1p9h.tcl99-dnk6s1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tcl99-to1p9h.tcl99-ne27tw {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tcl99-p7bx7k {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.tcl99-wo5mx0 {
  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.tcl99-z6ua3x ease-in-out;
  cursor: pointer;
}

.tcl99-wo5mx0:hover {
  opacity: 0.5;
}

.tcl99-to1p9h.tcl99-c074yu .tcl99-wo5mx0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tcl99-to1p9h.tcl99-c074yu .tcl99-p7bx7k {
  cursor: pointer;
}

.tcl99-owzykt {
  fill: #0009;
}

.tcl99-ghhw8t {
  fill: #fff;
}

.tcl99-wo5mx0:hover .tcl99-owzykt {
  fill: red;
}

.tcl99-wo5mx0 svg path {
  -webkit-transition: 0.tcl99-z6ua3x ease-in-out;
  -o-transition: 0.tcl99-z6ua3x ease-in-out;
  transition: 0.tcl99-z6ua3x ease-in-out;
}

.tcl99-7me9vr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.tcl99-7me9vr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.tcl99-7me9vr.tcl99-jokpwh > :not(.get-image) {
  grid-column: 1/3;
}

.tcl99-twvgi3:not(._h1-block) .tcl99-7me9vr > .tcl99-0fe85l {
  grid-row: 1/2;
  grid-column: 1/3;
}

.tcl99-7me9vr.tcl99-jokpwh .tcl99-ket24g {
  grid-column: 2/3;
}

.tcl99-7me9vr.tcl99-jokpwh > .tcl99-qmgrak {
  grid-column: 1/2;
}

.tcl99-7me9vr.tcl99-jokpwh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.tcl99-7me9vr > p:first-of-type {
  margin-top: 0;
}

.tcl99-7me9vr .tcl99-qmgrak {
  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;
}

.tcl99-twvgi3:not(._h1-block) .tcl99-0fe85l ~ .tcl99-qmgrak {
  grid-row: 2/10;
}

.tcl99-twvgi3.tcl99-dvxb8y .tcl99-0fe85l ~ .tcl99-qmgrak {
  grid-row: 1/10;
}

.tcl99-twvgi3.tcl99-dvxb8y > .tcl99-0fe85l {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.tcl99-twvgi3.tcl99-dvxb8y .tcl99-qmgrak {
  grid-row: 1/10;
}

.tcl99-7me9vr.tcl99-n6uu01 .tcl99-qmgrak {
  align-items: flex-start;
}

.tcl99-7me9vr.tcl99-dnk6s1 .tcl99-ket24g {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.tcl99-7me9vr.tcl99-dnk6s1 .tcl99-qmgrak {
  align-items: center;
}

.tcl99-7me9vr.tcl99-uprfjn .tcl99-qmgrak {
  align-items: flex-end;
}

.tcl99-ket24g > :first-child {
  margin-top: 0;
}

.tcl99-ket24g > :last-child {
  margin-bottom: 0;
}

* + .tcl99-lxmklk,
.tcl99-twvgi3 + .tcl99-twvgi3 {
  margin-top: 2rem;
}

.tcl99-rrm09i td::before,
.tcl99-rrm09i th::after {
  display: none !important;
}

.tcl99-rrm09i #link-selector {
  color: #000;
}

.tcl99-rrm09i .tcl99-z6ib0p {
  color: #135e96;
}

.tcl99-rrm09i .tcl99-8r6qx3 *,
.tcl99-rrm09i .tcl99-htckmh p,
.tcl99-rrm09i .tcl99-1w2mkc * {
  color: #000;
}

.tcl99-rrm09i .tcl99-8dvuxh {
  background: 0 0 !important;
}

.tcl99-rrm09i .tcl99-lis99g {
  color: #000;
}

.tcl99-rrm09i .tcl99-u1tw8g.tcl99-xa1ljg {
  color: #fff;
}

.tcl99-rrm09i .tcl99-gju9m7 {
  color: #000;
}

.tcl99-rrm09i
  .tcl99-tacrmy
  .tcl99-gv9rfg.tcl99-xa1ljg.tcl99-88vjvi {
  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;
}

.tcl99-n6ni0n,
body .tcl99-w5k8c5 {
  color: #000;
  background: var(--color-body) !important;
}

.tcl99-n6ni0n .tcl99-doqbgq .tcl99-d3294v,
body .tcl99-w5k8c5 .tcl99-doqbgq .tcl99-d3294v {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .tcl99-jh46sx:focus,
  .tcl99-jh46sx:hover {
    color: #f9cb16;
  }
  .tcl99-tet72v:focus,
  .tcl99-tet72v:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .tcl99-pe468e:focus img,
  .tcl99-pe468e:focus svg,
  .tcl99-pe468e:hover img,
  .tcl99-pe468e:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .tcl99-6rwg2c {
    display: none;
  }
}

@media (min-width: 1024px) {
  .tcl99-w7vdkc:hover .tcl99-kljzc7 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .tcl99-kljzc7 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .tcl99-m3cwe4 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .tcl99-38hjbk {
    grid-template-columns: repeat(4, 1fr);
  }
  .tcl99-kjwuki {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .tcl99-dxli6f .tcl99-pwfmme {
    grid-template-columns: 1fr;
  }
  .tcl99-dxli6f .tcl99-qhyowz {
    -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;
  }
  .tcl99-dxli6f .tcl99-qajabs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tcl99-dxli6f .tcl99-1ftzz5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tcl99-dxli6f .tcl99-wk9m05 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .tcl99-dxli6f .tcl99-qajabs:not(:first-child) {
    border: none;
  }
  .tcl99-dxli6f .tcl99-qajabs:first-child .tcl99-1ftzz5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .tcl99-dxli6f .tcl99-qajabs:last-child .tcl99-1ftzz5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .tcl99-t7laes {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .tcl99-0fvg8s {
    max-width: 100px;
  }
  .tcl99-vfbo5o {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tcl99-rwxjz7 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tcl99-rwxjz7 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .tcl99-1u7vzl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .tcl99-vfbo5o + .tcl99-rwxjz7 {
    margin-left: auto;
  }
  .tcl99-korhhr {
    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;
  }
  .tcl99-korhhr.tcl99-p28dvj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .tcl99-ufa5iq {
    -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;
  }
  .tcl99-i1ojf0 {
    width: 100%;
  }
  .tcl99-i1ojf0:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .tcl99-29paio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .tcl99-29paio svg {
    margin-right: 4px;
  }
  .tcl99-w7vdkc {
    -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;
  }
  .tcl99-kljzc7 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .tcl99-kljzc7 {
    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;
  }
  .tcl99-wt95j3 {
    display: none;
    width: 100%;
  }
  .tcl99-w7vdkc.tcl99-p28dvj .tcl99-wt95j3 {
    padding: 0 0 0 48px;
  }
  .tcl99-qfr0lv {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .tcl99-51za5b .tcl99-qmgrak {
    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;
  }
  .tcl99-1jx7v9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tcl99-1jx7v9 + .tcl99-1jx7v9 {
    margin-right: 0;
  }
  .tcl99-1jx7v9 + .tcl99-qmgrak {
    margin: 0;
  }
  .tcl99-m3cwe4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tcl99-38hjbk {
    grid-template-columns: repeat(3, 1fr);
  }
  .tcl99-v686tu,
  .tcl99-0q7j5r {
    grid-template-columns: repeat(2, 1fr);
  }
  .tcl99-7me9vr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .tcl99-7me9vr.tcl99-jokpwh .tcl99-ket24g {
    grid-column: auto;
    grid-row: auto;
  }
  .tcl99-7me9vr > .tcl99-0fe85l {
    grid-column: 1/2;
  }
  .tcl99-7me9vr.tcl99-jokpwh > :not(.get-image) {
    grid-column: 1/2;
  }
  .tcl99-7me9vr .tcl99-qmgrak,
  .tcl99-7me9vr.tcl99-jokpwh > .tcl99-qmgrak {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .tcl99-7me9vr.tcl99-jokpwh > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .tcl99-twvgi3.tcl99-dvxb8y .tcl99-7me9vr > .tcl99-qmgrak {
    grid-row: 1/2;
  }
  .tcl99-7me9vr .tcl99-0fe85l ~ .tcl99-qmgrak,
  .tcl99-7me9vr.tcl99-jokpwh .tcl99-0fe85l ~ .tcl99-qmgrak {
    grid-row: 2/3;
  }
  .tcl99-twvgi3.tcl99-dvxb8y .tcl99-0fe85l ~ .tcl99-qmgrak {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .tcl99-9yqvbc:first-child .tcl99-bycjk9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tcl99-9yqvbc:first-child .tcl99-bycjk9 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .tcl99-9yqvbc {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .tcl99-9yqvbc {
    padding: 0;
  }
  .tcl99-8g80ah {
    margin-top: 1rem;
  }
  .tcl99-bvqrb2 {
    border-radius: 5px;
  }
  .tcl99-cq1uyd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tcl99-37kqb8::after {
    display: inline-block;
  }
  .tcl99-37kqb8 {
    margin: 0;
    width: 100%;
  }
  .tcl99-bowf2g {
    width: 100%;
  }
  .tcl99-bowf2g.tcl99-prmd9v {
    -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%;
  }
  .tcl99-bowf2g.tcl99-prmd9v .tcl99-or2zzt {
    width: 100%;
  }
  .tcl99-bowf2g.tcl99-prmd9v .tcl99-or2zzt:not(:last-child) {
    margin-right: 0;
  }
  .tcl99-jh46sx {
    width: 100%;
    text-align: center;
  }
  .tcl99-e7dg8n.tcl99-p28dvj .tcl99-bowf2g {
    margin-top: 1rem;
  }
  .tcl99-m3cwe4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tcl99-kjwuki,
  .tcl99-38hjbk {
    grid-template-columns: repeat(2, 1fr);
  }
  .tcl99-v686tu,
  .tcl99-0q7j5r,
  .tcl99-68j016 {
    grid-template-columns: 1fr;
  }
  .tcl99-2bi7de {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .tcl99-3e9cc6 {
    min-width: 300px;
    max-width: 325px;
  }
  .tcl99-1ftzz5 {
    cursor: auto;
  }
  .tcl99-31dlwj .tcl99-1ftzz5 {
    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;
  }
  .tcl99-xqwre7 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .tcl99-wt95j3 {
    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) {
  .tcl99-xqwre7 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.tcl99-1jx7v9 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .tcl99-rwxjz7 {
    margin: 0 -0.2rem;
  }
  .tcl99-1jx7v9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .tcl99-7yuk4x {
    -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;
  }
  .tcl99-v3so0x {
    max-width: 100%;
  }
  .tcl99-m3cwe4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tcl99-kjwuki,
  .tcl99-38hjbk {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .tcl99-t7laes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tcl99-rwxjz7 {
    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;
  }
  .tcl99-z07n3l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tcl99-l87dpk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tcl99-gcr33y,
  .tcl99-s3orar {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .tcl99-3utwhz {
    width: 100%;
  }
  .tcl99-m3cwe4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .tcl99-xqwre7 {
    top: 127px !important;
  }
}

.tcl99-896gx9 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .tcl99-896gx9 {
  }
}

@media (max-width: 767px) {
  .tcl99-896gx9 {
    margin-bottom: 12px;
  }
}

.tcl99-896gx9 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.tcl99-ck43gf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.tcl99-ck43gf > .tcl99-6huhoy {
  flex: 1 1;
}

@media (max-width: 767px) {
  .tcl99-ck43gf {
    flex-direction: column;
    gap: 12px;
  }
}

.tcl99-1p4513 {
  display: flex;
}

.tcl99-1p4513 .tcl99-e6uag4 {
  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;
}

.tcl99-1p4513 .tcl99-55tdo7 {
  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;
}

.tcl99-1p4513 .tcl99-had1yy {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.tcl99-1p4513 .tcl99-5lkzcr {
  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));
  }
}

.tcl99-1p4513 .tcl99-5lkzcr:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tcl99-1p4513 .tcl99-ykffy6 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.tcl99-503ahv {
  border: unset;
  background-color: unset;
}

.tcl99-503ahv tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tcl99-503ahv .tcl99-qgy1ve,
.tcl99-503ahv .tcl99-2lsbsu {
  flex: 0 1 330px;
}

.tcl99-503ahv .tcl99-3wqo2e {
  flex: 1 1;
}

.tcl99-503ahv tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.tcl99-503ahv tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.tcl99-503ahv tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.tcl99-503ahv tr td p {
  color: #fff;
  margin: 0;
}

.tcl99-503ahv tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.tcl99-503ahv tr.tcl99-qgy1ve td p {
  padding: 16px 0;
}

.tcl99-503ahv tr.tcl99-qgy1ve td p:not(:last-child),
.tcl99-503ahv tr.tcl99-2lsbsu td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.tcl99-503ahv tr.tcl99-qgy1ve td p:first-child,
.tcl99-503ahv tr.tcl99-2lsbsu td p:first-child {
  padding-top: 0;
}

.tcl99-503ahv tr.tcl99-2lsbsu td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.tcl99-503ahv tr.tcl99-2lsbsu td p:last-child {
  padding-bottom: 0;
}

.tcl99-503ahv .tcl99-2lsbsu img {
  max-width: 32px;
}

.tcl99-503ahv .tcl99-3wqo2e {
  min-width: 718px;
}

.tcl99-503ahv .tcl99-3wqo2e td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.tcl99-503ahv .tcl99-3wqo2e td {
  display: flex;
}

.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-aa6o9p,
.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-znezpd,
.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-vbwiuu {
  flex: 1 1 50%;
}

.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-siuyx8 {
  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;
}

.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-63cm0l,
.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-a56zyo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-aa6o9p,
.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-znezpd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-aa6o9p span,
.tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-znezpd span {
  font-weight: 800;
}

.tcl99-503ahv .tcl99-3wqo2e img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .tcl99-503ahv .tcl99-3wqo2e td .tcl99-vbwiuu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tcl99-503ahv tr.tcl99-qgy1ve td p:last-child {
    padding-bottom: 0;
  }
  .tcl99-503ahv .tcl99-2lsbsu > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .tcl99-503ahv .tcl99-2lsbsu > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .tcl99-503ahv tr.tcl99-qgy1ve td p:not(:last-child),
  .tcl99-503ahv tr.tcl99-2lsbsu td p:not(:last-child) {
    border-bottom: unset;
  }
  .tcl99-503ahv tr.tcl99-2lsbsu td p:last-child {
    padding-bottom: 12px;
  }
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-aa6o9p,
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-znezpd,
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-vbwiuu {
    flex: 1 1 50%;
    padding: 0;
  }
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-aa6o9p,
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-znezpd {
    margin-top: 16px;
  }
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-vbwiuu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-aa6o9p {
    border-right: 1px solid var(--border-color);
  }
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-vbwiuu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .tcl99-503ahv .tcl99-3wqo2e td:last-child .tcl99-vbwiuu:last-child {
    padding-bottom: 0;
  }
}

.tcl99-vbwiuu {
  display: flex;
  flex-direction: column;
}

.tcl99-503ahv .tcl99-3wqo2e td .tcl99-vbwiuu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.tcl99-503ahv .tcl99-3wqo2e td .tcl99-vbwiuu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.tcl99-503ahv .tcl99-3wqo2e td .tcl99-vbwiuu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .tcl99-503ahv .tcl99-3wqo2e td .tcl99-vbwiuu:not(:first-child) {
    padding-left: 0;
  }
  .tcl99-503ahv .tcl99-3wqo2e td .tcl99-vbwiuu:not(:last-of-type) {
    border-right: unset;
  }
}

.tcl99-503ahv .tcl99-5dyhff {
  flex: 0 1 485px;
}

.tcl99-503ahv .tcl99-ms57iv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.tcl99-503ahv .tcl99-ms57iv li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tcl99-503ahv .tcl99-ms57iv li.tcl99-5cxjxv {
  padding: 6px 12px;
}

.tcl99-503ahv .tcl99-ms57iv li a,
.tcl99-503ahv .tcl99-ms57iv 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;
}

.tcl99-503ahv .tcl99-unxrxj,
.tcl99-503ahv .tcl99-sn5tjm {
  flex: 1 1;
}

.tcl99-503ahv .tcl99-9oc8x8,
.tcl99-503ahv .tcl99-8cgrjf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tcl99-503ahv .tcl99-9oc8x8 li,
.tcl99-503ahv .tcl99-8cgrjf li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.tcl99-503ahv .tcl99-sn5tjm img {
  max-width: 32px;
}

.tcl99-503ahv .tcl99-unxrxj img {
  max-width: 32px;
}

.tcl99-503ahv .tcl99-hd8atg {
  min-width: 280px;
}

.tcl99-503ahv .tcl99-hd8atg img {
  max-width: 146px;
}

.tcl99-503ahv .tcl99-hd8atg td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .tcl99-503ahv .tcl99-qgy1ve,
  .tcl99-503ahv .tcl99-2lsbsu {
    flex: 0 1 auto;
  }
  .tcl99-503ahv .tcl99-3wqo2e {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .tcl99-503ahv .tcl99-qgy1ve,
  .tcl99-503ahv .tcl99-5dyhff,
  .tcl99-503ahv .tcl99-2lsbsu,
  .tcl99-503ahv .tcl99-3wqo2e {
    flex: 1 1 calc(50% - 20px);
  }
  .tcl99-503ahv .tcl99-unxrxj,
  .tcl99-503ahv .tcl99-hd8atg,
  .tcl99-503ahv .tcl99-sn5tjm {
    flex: 1 1 30%;
  }
  .tcl99-503ahv .tcl99-hd8atg {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .tcl99-503ahv .tcl99-qgy1ve,
  .tcl99-503ahv .tcl99-5dyhff,
  .tcl99-503ahv .tcl99-unxrxj,
  .tcl99-503ahv .tcl99-2lsbsu,
  .tcl99-503ahv .tcl99-3wqo2e,
  .tcl99-503ahv .tcl99-hd8atg,
  .tcl99-503ahv .tcl99-sn5tjm {
    flex: 1 1 100%;
  }
}

.tcl99-d4f3pu .tcl99-c9qdky {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tcl99-d4f3pu .tcl99-apzj9g {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.tcl99-d4f3pu .tcl99-kttq5j {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.tcl99-d4f3pu .tcl99-3k97tr {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.tcl99-d4f3pu .tcl99-3k97tr > :nth-child(3) {
  margin-top: 0;
}

.tcl99-d4f3pu .tcl99-qmgrak {
  grid-column: 2/3;
  grid-row: 1/10;
}

.tcl99-d4f3pu .tcl99-360w70 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.tcl99-d4f3pu .tcl99-8g80ah {
  grid-column: 1/2;
}

.tcl99-d4f3pu > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.tcl99-d4f3pu .tcl99-apzj9g: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;
}

.tcl99-d4f3pu .tcl99-apzj9g:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.tcl99-d4f3pu .tcl99-3utwhz {
  min-width: 240px;
}

@media (max-width: 768px) {
  .tcl99-d4f3pu .tcl99-apzj9g:not(:last-child):before {
    bottom: 8px;
  }
  .tcl99-d4f3pu .tcl99-apzj9g:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .tcl99-d4f3pu .tcl99-3k97tr {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .tcl99-d4f3pu .tcl99-qmgrak {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .tcl99-d4f3pu .tcl99-qmgrak img {
    width: 100%;
    height: auto;
  }
  .tcl99-d4f3pu .tcl99-3utwhz {
    width: 100%;
    min-width: unset;
  }
}

.tcl99-uixw4d .tcl99-yyz3it {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.tcl99-uixw4d .tcl99-qcmpk7 {
  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;
}

.tcl99-uixw4d .tcl99-qmgrak {
  height: 100%;
}

.tcl99-uixw4d .tcl99-qmgrak img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.tcl99-uixw4d .tcl99-nw7d62 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.tcl99-uixw4d .tcl99-dc6sd4 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.tcl99-uixw4d .tcl99-tlx5il {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .tcl99-uixw4d .tcl99-qcmpk7 {
    flex: 1 1 100%;
  }
  .tcl99-uixw4d .tcl99-9lin5j {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .tcl99-uixw4d .tcl99-qcmpk7 {
    flex-direction: column;
  }
  .tcl99-uixw4d .tcl99-qmgrak {
    width: 100%;
    height: auto;
  }
  .tcl99-uixw4d .tcl99-qmgrak img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .tcl99-uixw4d .tcl99-nw7d62 {
    padding: 0 16px 16px 16px;
  }
  .tcl99-uixw4d .tcl99-9lin5j {
    min-width: unset;
    width: 100%;
  }
}

.tcl99-mckfvh .tcl99-kuhmzc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.tcl99-mckfvh .tcl99-wxxlvz {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.tcl99-mckfvh 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;
}

.tcl99-mckfvh .tcl99-qfk49w {
  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;
}

.tcl99-mckfvh .tcl99-wxxlvz:hover .tcl99-qfk49w {
  display: flex;
}

.tcl99-mckfvh .tcl99-h22rg1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tcl99-mckfvh .tcl99-mfdrui {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.tcl99-vqwwfo {
  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;
}

.tcl99-vqwwfo.tcl99-d55kg9 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.tcl99-qf0jqb ease-in-out;
}

.tcl99-vqwwfo.tcl99-d55kg9:hover {
  color: #f9cb16;
  background-color: transparent;
}

.tcl99-mckfvh .tcl99-7preip {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.tcl99-qf0jqb ease-in-out;
}

.tcl99-mckfvh .tcl99-7preip:hover {
  color: #196948;
  background-color: #f9cb16;
}

.tcl99-mckfvh .tcl99-7preip:after,
.tcl99-vqwwfo.tcl99-d55kg9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.tcl99-vqwwfo.tcl99-d55kg9:after {
  background-image: url(../images/Cash.svg);
}

.tcl99-mckfvh .tcl99-7preip:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .tcl99-mckfvh .tcl99-kuhmzc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .tcl99-mckfvh .tcl99-kuhmzc {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tcl99-mckfvh .tcl99-kuhmzc {
    grid-template-columns: 1fr;
  }
  .tcl99-mckfvh .tcl99-wxxlvz {
    height: auto;
  }
  .tcl99-mckfvh .tcl99-wxxlvz .tcl99-qfk49w {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .tcl99-mckfvh .tcl99-h22rg1,
  .tcl99-mckfvh .tcl99-mfdrui {
    text-align: left;
  }
  .tcl99-mckfvh .tcl99-mfdrui {
    margin-bottom: 8px;
  }
  .tcl99-mckfvh img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.tcl99-uwrhan {
  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;
}

.tcl99-uwrhan.tcl99-c074yu {
  display: block;
}

.tcl99-uwrhan .tcl99-56z2go {
  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;
}

.tcl99-uwrhan .tcl99-e04c7j {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.tcl99-uwrhan .tcl99-oxq9mn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.tcl99-uwrhan .tcl99-pay0fg {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.tcl99-uwrhan .tcl99-vqwwfo {
  min-width: 296px;
  margin-bottom: 0;
}

.tcl99-uwrhan .tcl99-xn0nd5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tcl99-uwrhan .tcl99-ljd3bq {
  position: relative;
  flex: 1 1;
}

.tcl99-uwrhan .tcl99-ljd3bq iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .tcl99-uwrhan .tcl99-e04c7j {
    flex-wrap: wrap;
    gap: 8px;
  }
  .tcl99-uwrhan .tcl99-oxq9mn {
    order: 1;
  }
  .tcl99-uwrhan .tcl99-pay0fg {
    order: 3;
    flex: 1 1 100%;
  }
  .tcl99-uwrhan .tcl99-vqwwfo {
    width: 100%;
    min-width: unset;
  }
  .tcl99-uwrhan .tcl99-xn0nd5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .tcl99-7me9vr > .tcl99-0fe85l {
    margin-bottom: 0;
  }
  .tcl99-7me9vr > .tcl99-8g80ah,
  .tcl99-7me9vr > p {
    margin-top: 0;
  }
}

.tcl99-z4j3ne img,
.tcl99-1jx7v9 img {
  width: auto;
  object-fit: contain;
}

.tcl99-z4j3ne {
  align-items: center;
}

.tcl99-z4j3ne img {
  max-height: 76px;
}

.tcl99-1jx7v9 img {
  max-height: 64px;
}

.tcl99-e97k6s {
  overflow: auto;
}

.tcl99-9e9r0b {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.tcl99-f6oqyu:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.tcl99-qffvgo {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.tcl99-htmv16 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tcl99-qffvgo .tcl99-qmgrak {
  margin-right: 20px;
  flex-shrink: 0;
}

.tcl99-qffvgo img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.tcl99-v3rgt3 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.tcl99-v3rgt3 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tcl99-qffvgo {
    padding: 15px 10px;
  }
  .tcl99-v3rgt3 {
    padding: 15px 10px;
  }
  .tcl99-qffvgo .tcl99-qmgrak {
    margin-right: 10px;
  }
}

.tcl99-b3oj0e {
  overflow-x: auto;
}

.tcl99-zepurt {
  border-collapse: collapse;
  width: 100%;
}

.tcl99-b3oj0e th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.tcl99-b3oj0e td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.tcl99-b3oj0e td.tcl99-i2n7b2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.tcl99-b3oj0e td.tcl99-ag2vrj {
  border-right: none;
}

.tcl99-b3oj0e td.tcl99-ag2vrj .tcl99-qmgrak {
  justify-content: flex-start;
}

.tcl99-b3oj0e td.tcl99-ag2vrj .tcl99-qmgrak img {
  height: auto;
  width: 90px;
}

.tcl99-b3oj0e td.tcl99-royioz,
.tcl99-b3oj0e td.tcl99-f78chc {
  font-weight: 600;
  text-align: right;
}

.tcl99-b3oj0e td.tcl99-bn0whv,
.tcl99-b3oj0e td.tcl99-royioz {
  padding-bottom: 10px;
  border-bottom: none;
}

.tcl99-b3oj0e td.tcl99-royioz,
.tcl99-b3oj0e td.tcl99-f78chc {
  border-left: none;
}

.tcl99-b3oj0e td.tcl99-bn0whv,
.tcl99-b3oj0e td.tcl99-spdqpo {
  border-right: none;
}

.tcl99-b3oj0e td.tcl99-spdqpo,
.tcl99-b3oj0e td.tcl99-f78chc {
  border-top: none;
  padding-top: 10px;
}

.tcl99-mvo411 {
  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;
}

.tcl99-mvo411 .tcl99-9lin5j {
  min-width: unset;
  width: 100%;
}

.tcl99-mvo411 .tcl99-9lin5j.tcl99-zxmdkf {
  grid-column: 1/2;
  grid-row: 1/2;
}

.tcl99-mvo411 .tcl99-9lin5j.tcl99-jp4xug {
  grid-column: 2/3;
  grid-row: 1/2;
}

.tcl99-mvo411 .tcl99-mxzhbr {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .tcl99-mvo411 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .tcl99-mvo411 .tcl99-9lin5j.tcl99-zxmdkf {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .tcl99-mvo411 .tcl99-9lin5j.tcl99-jp4xug {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .tcl99-mvo411 .tcl99-mxzhbr {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.tcl99-03znrw {
  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;
}

.tcl99-1kh50i {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.tcl99-12uonr p a img {
  margin: 0 auto;
  display: block;
}

.tcl99-12uonr table {
  margin-bottom: 17px;
}

/* contanct form */
.tcl99-t4y91k {
  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;
}

.tcl99-t4y91k label {
  font-size: 14px;
}

.tcl99-t4y91k h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tcl99-t4y91k input,
.tcl99-t4y91k textarea,
.tcl99-t4y91k 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;
}
.tcl99-t4y91k button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.tcl99-qf0jqb ease;
}
.tcl99-t4y91k button:hover {
  background-color: #691204;
}
.tcl99-uey6nr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tcl99-a3buy9 ease-in;
}

.tcl99-uey6nr 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;
}
.tcl99-w5pqym, .tcl99-0bncyb, [class*="review-card"],
thead, thead th, table th, .tcl99-zxo0t5,
.tcl99-5ksxho, [class*="collapsible-header"],
.tcl99-vt9kig, [class*="updated-block"] {
  color: #ece7dc !important;
}
