@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);
}

.eq9-jozge2 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.eq9-pin93k {
  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.eq9-wyasw8,
ul.eq9-wyasw8 {
  padding-left: 20px;
}

ul.eq9-wyasw8 {
  list-style: disc;
}

ol.eq9-wyasw8 {
  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;
  }
}

.eq9-i2zmjr > .eq9-ieleb0,
.eq9-i2zmjr > .eq9-8rlezc,
.eq9-i2zmjr > blockquote,
.eq9-i2zmjr > h1,
.eq9-i2zmjr > h2,
.eq9-i2zmjr > h3,
.eq9-i2zmjr > h4,
.eq9-i2zmjr > h5,
.eq9-i2zmjr > h6,
.eq9-i2zmjr > ol,
.eq9-i2zmjr > p,
.eq9-i2zmjr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.eq9-i2zmjr > ol,
.eq9-i2zmjr > ul {
  padding-left: 50px;
}

.eq9-i2zmjr 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;
}

.eq9-i2zmjr:not(:last-child) {
  margin-bottom: 2rem;
}

.eq9-i2zmjr > :not(:first-child) {
  margin-top: 2rem;
}

.eq9-i2zmjr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eq9-i2zmjr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .eq9-i2zmjr:first-child {
    margin-top: 20px;
  }
}

.eq9-i2zmjr > p:last-of-type {
  margin-bottom: 32px;
}

.eq9-i2zmjr > .eq9-k5xeu5:not(:first-child) {
  margin: 64px auto 16px auto;
}

.eq9-o8e4ta > .eq9-k5xeu5 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.eq9-8rlezc {
  overflow: auto;
}

.eq9-8rlezc::-webkit-scrollbar {
  height: 5px;
}

.eq9-8rlezc table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.eq9-8rlezc table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.eq9-8rlezc table thead,
table thead {
  border-bottom: none;
}

.eq9-8rlezc table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.eq9-8rlezc table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.eq9-8rlezc table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.eq9-8rlezc .eq9-5rim8z {
  table-layout: auto;
}

.eq9-8rlezc .eq9-5rim8z th {
  word-break: normal;
}

.eq9-8rlezc .eq9-5rim8z td {
  word-break: normal;
}

.eq9-jozge2 .eq9-jozge2 {
  padding-right: 0;
  padding-left: 0;
}

.eq9-t83k1w {
  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;
}

.eq9-wzntnd {
  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;
}

.eq9-94meu3 {
  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;
}

.eq9-ieleb0 {
  margin-top: 24px;
}

.eq9-ieleb0.eq9-7e0jys {
  text-align: left;
}

.eq9-ieleb0.eq9-6hxnmb {
  text-align: right;
}

.eq9-ieleb0.eq9-th6hhd {
  text-align: center;
}

.eq9-m002lh {
  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.eq9-67g0qm ease-in-out;
  cursor: pointer;
}

.eq9-m002lh:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.eq9-m002lh {
  min-width: 328px;
}

@media (max-width: 768px) {
  .eq9-m002lh {
    min-width: unset;
  }
}

.eq9-i8ztp8 {
  background-color: var(--fh-bg-color);
}

.eq9-qgdy7k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.eq9-8av2gm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.eq9-8av2gm img {
  max-height: 80px;
  object-fit: contain;
}

.eq9-347wbs {
  flex: 1 1;
}

.eq9-6vqb06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.eq9-4bicg6 {
  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;
}

.eq9-4bicg6 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;
}

.eq9-4bicg6.eq9-ydym3o span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.eq9-4bicg6.eq9-ydym3o span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.eq9-4bicg6.eq9-ydym3o span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.eq9-347wbs + .eq9-6vqb06 {
  margin-left: 20px;
}

.eq9-ylcft1 {
  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;
}

.eq9-ylcft1 > svg {
  max-width: 24px;
  max-height: 24px;
}

.eq9-ylcft1 + .eq9-ylcft1 {
  margin-left: 5px;
}

.eq9-pkutbv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.eq9-pkutbv:hover {
  background-color: var(--button-bg-hover);
}

.eq9-se942n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.eq9-67g0qm ease-in-out;
  border: 1px solid var(--border-color);
}

.eq9-se942n:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.eq9-ed31mg {
  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) {
  .eq9-347wbs {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .eq9-ed31mg {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .eq9-347wbs {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .eq9-ylcft1 {
    min-width: unset;
    flex: 1 1;
  }
}

.eq9-6y5mtg {
  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;
}

.eq9-6y5mtg:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.eq9-6y5mtg:hover .eq9-mlc7hs {
  opacity: 1;
  pointer-events: auto;
}

.eq9-iq9yar {
  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.eq9-c5texv ease-in-out;
  gap: 4px;
}

.eq9-iq9yar > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.eq9-iq9yar .eq9-t83k1w img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.eq9-6lkm1a,
.eq9-iq9yar:hover {
  color: var(--button-bg-hover);
}

.eq9-s0bmen {
  position: relative;
}

.eq9-s0bmen .eq9-iq9yar {
  margin-right: 0;
  padding-right: 4px;
}

.eq9-i1aasl svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.eq9-s0bmen.eq9-ydym3o .eq9-i1aasl svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.eq9-s0bmen.eq9-ydym3o .eq9-mlc7hs {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.eq9-s0bmen.eq9-ydym3o .eq9-mlc7hs::before {
  display: none;
}

.eq9-i1aasl svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.eq9-mlc7hs {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.eq9-j3cvbu 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.eq9-mlc7hs::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.eq9-mlc7hs:hover {
  color: var(--fh-bg-color);
}

.eq9-dqbix2 {
  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.eq9-j3cvbu 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.eq9-c5texv ease-in-out;
  -o-transition: 0.eq9-c5texv ease-in-out;
  transition: 0.eq9-c5texv ease-in-out;
}

.eq9-dqbix2 .eq9-t83k1w img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.eq9-99stnn,
.eq9-dqbix2:hover {
  color: var(--button-bg-hover);
}

.eq9-3pbngf {
  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%;
}

.eq9-3pbngf.eq9-etr1sa {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.eq9-3pbngf.eq9-etr1sa:after,
.eq9-3pbngf.eq9-etr1sa:before {
  content: "";
  position: absolute;
  margin: auto;
}

.eq9-3pbngf.eq9-etr1sa: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);
  }
}

.eq9-3pbngf.eq9-etr1sa:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.eq9-3pbngf.eq9-etr1sa > * {
  z-index: 1;
}

.eq9-3pbngf b,
.eq9-3pbngf strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.eq9-3pbngf .eq9-hw661r {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.eq9-3pbngf .eq9-yt8mtr {
  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;
}

.eq9-3pbngf .eq9-t83k1w {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.eq9-3pbngf .eq9-1s5o0k {
  margin-top: 12px;
}

.eq9-1s5o0k {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.eq9-oqnq2t {
  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;
}

.eq9-1s5o0k .eq9-31o51u {
  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.eq9-67g0qm ease-in-out;
}

.eq9-1s5o0k .eq9-31o51u:hover {
  background: rgba(255, 255, 255, 0.3);
}

.eq9-lq6m5k {
  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;
}

.eq9-3pbngf.eq9-rzko3i {
  gap: 12px;
  padding: 16px;
}

.eq9-3pbngf.eq9-rzko3i .eq9-lq6m5k {
  min-width: 240px;
}

.eq9-3pbngf.eq9-rzko3i .eq9-lq6m5k.eq9-1bvkuv {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .eq9-3pbngf .eq9-hw661r {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .eq9-3pbngf .eq9-yt8mtr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .eq9-3pbngf .eq9-t83k1w {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .eq9-3pbngf.eq9-rzko3i .eq9-t83k1w {
    max-width: 126px;
  }
  .eq9-3pbngf .eq9-1s5o0k {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .eq9-3pbngf .eq9-oqnq2t {
    max-width: unset;
  }
  .eq9-lq6m5k {
    min-width: unset;
    width: 100%;
  }
  .eq9-3pbngf .eq9-lq6m5k {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .eq9-3pbngf.eq9-rzko3i {
    grid-template-rows: auto 1fr auto;
  }
  .eq9-3pbngf.eq9-rzko3i .eq9-lq6m5k {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .eq9-3pbngf {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .eq9-3pbngf .eq9-hw661r {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .eq9-3pbngf .eq9-t83k1w {
    max-width: 78px;
  }
  .eq9-3pbngf .eq9-1s5o0k {
    margin-top: -12px;
  }
  .eq9-3pbngf.eq9-rzko3i {
    gap: 8px;
  }
  .eq9-3pbngf.eq9-rzko3i .eq9-hw661r {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .eq9-3pbngf.eq9-rzko3i .eq9-yt8mtr {
    grid-column: 1/3;
  }
  .eq9-3pbngf.eq9-rzko3i .eq9-t83k1w {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .eq9-3pbngf.eq9-rzko3i .eq9-t83k1w img {
    max-width: 114px;
  }
}

.eq9-lq6m5k.eq9-0m62kl,
.eq9-lq6m5k.eq9-sts6he,
.eq9-lq6m5k.eq9-a14d5x {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.eq9-67g0qm ease-in-out;
}

.eq9-lq6m5k.eq9-0m62kl,
.eq9-lq6m5k.eq9-a14d5x {
  padding: 10px;
}

.eq9-lq6m5k.eq9-0m62kl:hover,
.eq9-lq6m5k.eq9-sts6he:hover,
.eq9-lq6m5k.eq9-a14d5x:hover {
  background: var(--button-bg-hover);
}

.eq9-lq6m5k.eq9-0m62kl:hover svg path,
.eq9-lq6m5k.eq9-a14d5x:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.eq9-lq6m5k.eq9-1bvkuv {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.eq9-67g0qm ease-in-out;
  background: var(--button-bg-color);
}

.eq9-lq6m5k.eq9-1bvkuv:hover {
  background-color: var(--button-bg-hover);
}

.eq9-lq6m5k.eq9-sts6he: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);
  }
}

.eq9-lq6m5k.eq9-sts6he:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.eq9-lq6m5k.eq9-1bvkuv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.eq9-3ls5dk {
  max-width: 650px;
}

.eq9-u884lh {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.eq9-60eob4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.eq9-dvm6ts {
  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.eq9-c5texv ease-in-out;
  cursor: pointer;
}

.eq9-dvm6ts:hover {
  opacity: 0.5;
}

.eq9-dvm6ts:focus {
  outline: 0;
}

.eq9-dvm6ts:focus .eq9-uy42n9,
.eq9-dvm6ts:hover .eq9-uy42n9 {
  fill: red;
  fill-opacity: 1;
}

.eq9-dvm6ts:hover {
  cursor: pointer;
}

.eq9-mit2ej {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.eq9-3ls5dk.eq9-th6hhd {
  margin: 0 auto;
}

.eq9-3ls5dk.eq9-6hxnmb {
  margin-left: auto;
}

.eq9-4vmavf {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.eq9-wm9ul9 {
  padding-bottom: 50px;
}

.eq9-a4ca1m {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.eq9-zydfrl {
  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;
}

.eq9-25qx7n {
  margin-top: 24px;
}

.eq9-669ple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eq9-dfylpq {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.eq9-7oy43c {
  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;
}

.eq9-zn2ymi {
  width: 468px;
}

.eq9-7oy43c .eq9-mlc7hs {
  margin: 0.eq9-q17ua8 0;
}

.eq9-rpkc3y {
  display: flex;
  min-width: 224px;
}

.eq9-cunkt2 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.eq9-c5texv ease-in-out;
}

.eq9-rdcs83,
.eq9-cunkt2:hover {
  color: var(--text-color);
}

.eq9-f9gco5 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.eq9-mw440l {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .eq9-4vmavf {
    padding: 16px;
  }
  .eq9-f9gco5 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .eq9-mw440l {
    align-items: center;
  }
  .eq9-zn2ymi {
    width: unset;
  }
  .eq9-rpkc3y {
    min-width: unset;
  }
  .eq9-7oy43c {
    max-height: unset;
  }
  .eq9-a4ca1m {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .eq9-4vmavf {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.eq9-7v94f0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.eq9-7v94f0:not(:last-child) {
  margin-bottom: 16px;
}

.eq9-cw9fzh {
  outline: 0;
}

.eq9-cw9fzh .eq9-odi5qb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.eq9-qjhzfz {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .eq9-qjhzfz {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.eq9-qjhzfz::-webkit-details-marker {
  display: none;
}

.eq9-qjhzfz: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;
}

.eq9-qjhzfz: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] .eq9-qjhzfz:after {
  transform: unset;
}

.eq9-odi5qb {
  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);
}

.eq9-odi5qb 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.eq9-c5texv ease-in-out;
  -o-transition: 0.eq9-c5texv ease-in-out;
  transition: 0.eq9-c5texv ease-in-out;
}

.eq9-5tlh0m {
  padding: 16px 0 0 0;
}

.eq9-5tlh0m * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .eq9-5tlh0m :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .eq9-qjhzfz {
    flex-wrap: wrap;
    gap: 12px;
  }
  .eq9-qjhzfz::after {
    margin-left: auto;
  }
  .eq9-odi5qb {
    order: 3;
    flex: 1 1 100%;
  }
  .eq9-qjhzfz {
    font-size: 14px;
    line-height: 130%;
  }
  .eq9-odi5qb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.eq9-2coko0 {
  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;
}

.eq9-hf5lgo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.eq9-2coko0.eq9-ydym3o .eq9-hf5lgo {
  margin-bottom: 12px;
}

.eq9-hf5lgo::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;
}

.eq9-2coko0.eq9-ydym3o .eq9-hf5lgo::after {
  transform: unset;
}

.eq9-4j5ura {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.eq9-ej2wnd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.eq9-c5texv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.eq9-ej2wnd: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;
}

.eq9-2coko0.eq9-ydym3o .eq9-4j5ura {
  max-height: 100%;
}

.eq9-9dp5tu {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.eq9-hr4f3f {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.eq9-pvmthz {
  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;
}

.eq9-q9355p {
  margin-right: 4px;
}

.eq9-jmena5 {
  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.eq9-c5texv ease-in-out;
}

.eq9-jmena5 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.eq9-0edluv,
.eq9-jmena5:hover {
  color: var(--text-color);
}

.eq9-hvq3cd {
  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;
}

.eq9-hvq3cd img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.eq9-hvq3cd .eq9-5at3dm {
  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;
}

.eq9-hvq3cd .eq9-86b92w {
  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;
}

.eq9-rtdd3p {
  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;
}

.eq9-hw65ax {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eq9-75bwgc .eq9-jozge2 {
  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;
}

.eq9-75bwgc {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.eq9-7m9bl7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.eq9-9w7lxp {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.eq9-hke471 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.eq9-kc1rsf 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;
}

.eq9-hke471:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.eq9-u7e3fs {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.eq9-aqnfxk {
  -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.eq9-c5texv ease-in-out;
  transition: transform 0.eq9-c5texv ease-in-out;
  -o-transition: transform 0.eq9-c5texv ease-in-out;
  transition:
    transform 0.eq9-c5texv ease-in-out,
    -webkit-transform 0.eq9-c5texv ease-in-out;
  cursor: pointer;
}

.eq9-aqnfxk svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.eq9-aqnfxk: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;
}

.eq9-2bbidy {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .eq9-2bbidy {
    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);
}

.eq9-udtgj9 {
  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;
}

.eq9-641s8a {
  position: relative;
  width: 100%;
}

.eq9-udtgj9.eq9-629oth {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.eq9-udtgj9.eq9-th6hhd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eq9-udtgj9.eq9-6hxnmb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.eq9-ecqeej {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.eq9-wmrhpp {
  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.eq9-c5texv ease-in-out;
  cursor: pointer;
}

.eq9-wmrhpp:hover {
  opacity: 0.5;
}

.eq9-udtgj9.eq9-zel0sc .eq9-wmrhpp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.eq9-udtgj9.eq9-zel0sc .eq9-ecqeej {
  cursor: pointer;
}

.eq9-pkp24y {
  fill: #0009;
}

.eq9-38fk6h {
  fill: #fff;
}

.eq9-wmrhpp:hover .eq9-pkp24y {
  fill: red;
}

.eq9-wmrhpp svg path {
  -webkit-transition: 0.eq9-c5texv ease-in-out;
  -o-transition: 0.eq9-c5texv ease-in-out;
  transition: 0.eq9-c5texv ease-in-out;
}

.eq9-9bo88f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.eq9-9bo88f > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.eq9-9bo88f.eq9-oasp3y > :not(.get-image) {
  grid-column: 1/3;
}

.eq9-jnpss8:not(._h1-block) .eq9-9bo88f > .eq9-k5xeu5 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.eq9-9bo88f.eq9-oasp3y .eq9-b71sob {
  grid-column: 2/3;
}

.eq9-9bo88f.eq9-oasp3y > .eq9-t83k1w {
  grid-column: 1/2;
}

.eq9-9bo88f.eq9-oasp3y > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.eq9-9bo88f > p:first-of-type {
  margin-top: 0;
}

.eq9-9bo88f .eq9-t83k1w {
  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;
}

.eq9-jnpss8:not(._h1-block) .eq9-k5xeu5 ~ .eq9-t83k1w {
  grid-row: 2/10;
}

.eq9-jnpss8.eq9-o9gz1g .eq9-k5xeu5 ~ .eq9-t83k1w {
  grid-row: 1/10;
}

.eq9-jnpss8.eq9-o9gz1g > .eq9-k5xeu5 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.eq9-jnpss8.eq9-o9gz1g .eq9-t83k1w {
  grid-row: 1/10;
}

.eq9-9bo88f.eq9-bzs3vz .eq9-t83k1w {
  align-items: flex-start;
}

.eq9-9bo88f.eq9-th6hhd .eq9-b71sob {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.eq9-9bo88f.eq9-th6hhd .eq9-t83k1w {
  align-items: center;
}

.eq9-9bo88f.eq9-85gtbh .eq9-t83k1w {
  align-items: flex-end;
}

.eq9-b71sob > :first-child {
  margin-top: 0;
}

.eq9-b71sob > :last-child {
  margin-bottom: 0;
}

* + .eq9-pe7a31,
.eq9-jnpss8 + .eq9-jnpss8 {
  margin-top: 2rem;
}

.eq9-yqfg31 td::before,
.eq9-yqfg31 th::after {
  display: none !important;
}

.eq9-yqfg31 #link-selector {
  color: #000;
}

.eq9-yqfg31 .eq9-2ukpsz {
  color: #135e96;
}

.eq9-yqfg31 .eq9-bzm61r *,
.eq9-yqfg31 .eq9-5s5o5f p,
.eq9-yqfg31 .eq9-e3c5ep * {
  color: #000;
}

.eq9-yqfg31 .eq9-8r8xao {
  background: 0 0 !important;
}

.eq9-yqfg31 .eq9-zgw3ec {
  color: #000;
}

.eq9-yqfg31 .eq9-g939dr.eq9-v8v1i8 {
  color: #fff;
}

.eq9-yqfg31 .eq9-eviqje {
  color: #000;
}

.eq9-yqfg31
  .eq9-ua2f22
  .eq9-bcniix.eq9-v8v1i8.eq9-85nie0 {
  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;
}

.eq9-ok83ne,
body .eq9-uhsmc5 {
  color: #000;
  background: var(--color-body) !important;
}

.eq9-ok83ne .eq9-lz43ry .eq9-1cm5bl,
body .eq9-uhsmc5 .eq9-lz43ry .eq9-1cm5bl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .eq9-ej2wnd:focus,
  .eq9-ej2wnd:hover {
    color: #f9cb16;
  }
  .eq9-z507dn:focus,
  .eq9-z507dn:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .eq9-goabd0:focus img,
  .eq9-goabd0:focus svg,
  .eq9-goabd0:hover img,
  .eq9-goabd0:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .eq9-hvq3cd {
    display: none;
  }
}

@media (min-width: 1024px) {
  .eq9-s0bmen:hover .eq9-i1aasl svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .eq9-i1aasl {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .eq9-4m8f4j {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .eq9-amcmik {
    grid-template-columns: repeat(4, 1fr);
  }
  .eq9-8kse8f {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .eq9-azd1cu .eq9-qws7gj {
    grid-template-columns: 1fr;
  }
  .eq9-azd1cu .eq9-yr5kni {
    -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;
  }
  .eq9-azd1cu .eq9-liiwpi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .eq9-azd1cu .eq9-y0hs01 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .eq9-azd1cu .eq9-ci70p9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .eq9-azd1cu .eq9-liiwpi:not(:first-child) {
    border: none;
  }
  .eq9-azd1cu .eq9-liiwpi:first-child .eq9-y0hs01 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .eq9-azd1cu .eq9-liiwpi:last-child .eq9-y0hs01 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .eq9-qgdy7k {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .eq9-8av2gm {
    max-width: 100px;
  }
  .eq9-347wbs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .eq9-6vqb06 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .eq9-6vqb06 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .eq9-4bicg6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .eq9-347wbs + .eq9-6vqb06 {
    margin-left: auto;
  }
  .eq9-mbnu1w {
    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;
  }
  .eq9-mbnu1w.eq9-ydym3o {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .eq9-ed31mg {
    -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;
  }
  .eq9-6y5mtg {
    width: 100%;
  }
  .eq9-6y5mtg:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .eq9-iq9yar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .eq9-iq9yar svg {
    margin-right: 4px;
  }
  .eq9-s0bmen {
    -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;
  }
  .eq9-i1aasl svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .eq9-i1aasl {
    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;
  }
  .eq9-mlc7hs {
    display: none;
    width: 100%;
  }
  .eq9-s0bmen.eq9-ydym3o .eq9-mlc7hs {
    padding: 0 0 0 48px;
  }
  .eq9-dqbix2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .eq9-zydfrl .eq9-t83k1w {
    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;
  }
  .eq9-oe2gjc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .eq9-oe2gjc + .eq9-oe2gjc {
    margin-right: 0;
  }
  .eq9-oe2gjc + .eq9-t83k1w {
    margin: 0;
  }
  .eq9-4m8f4j {
    grid-template-columns: repeat(4, 1fr);
  }
  .eq9-amcmik {
    grid-template-columns: repeat(3, 1fr);
  }
  .eq9-in6fps,
  .eq9-5o64fj {
    grid-template-columns: repeat(2, 1fr);
  }
  .eq9-9bo88f {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .eq9-9bo88f.eq9-oasp3y .eq9-b71sob {
    grid-column: auto;
    grid-row: auto;
  }
  .eq9-9bo88f > .eq9-k5xeu5 {
    grid-column: 1/2;
  }
  .eq9-9bo88f.eq9-oasp3y > :not(.get-image) {
    grid-column: 1/2;
  }
  .eq9-9bo88f .eq9-t83k1w,
  .eq9-9bo88f.eq9-oasp3y > .eq9-t83k1w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .eq9-9bo88f.eq9-oasp3y > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .eq9-jnpss8.eq9-o9gz1g .eq9-9bo88f > .eq9-t83k1w {
    grid-row: 1/2;
  }
  .eq9-9bo88f .eq9-k5xeu5 ~ .eq9-t83k1w,
  .eq9-9bo88f.eq9-oasp3y .eq9-k5xeu5 ~ .eq9-t83k1w {
    grid-row: 2/3;
  }
  .eq9-jnpss8.eq9-o9gz1g .eq9-k5xeu5 ~ .eq9-t83k1w {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .eq9-i2zmjr:first-child .eq9-hqol58 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .eq9-i2zmjr:first-child .eq9-hqol58 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .eq9-i2zmjr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .eq9-i2zmjr {
    padding: 0;
  }
  .eq9-ieleb0 {
    margin-top: 1rem;
  }
  .eq9-cw9fzh {
    border-radius: 5px;
  }
  .eq9-1iwhbo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .eq9-hf5lgo::after {
    display: inline-block;
  }
  .eq9-hf5lgo {
    margin: 0;
    width: 100%;
  }
  .eq9-4j5ura {
    width: 100%;
  }
  .eq9-4j5ura.eq9-gvf1a5 {
    -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%;
  }
  .eq9-4j5ura.eq9-gvf1a5 .eq9-6sqqlv {
    width: 100%;
  }
  .eq9-4j5ura.eq9-gvf1a5 .eq9-6sqqlv:not(:last-child) {
    margin-right: 0;
  }
  .eq9-ej2wnd {
    width: 100%;
    text-align: center;
  }
  .eq9-2coko0.eq9-ydym3o .eq9-4j5ura {
    margin-top: 1rem;
  }
  .eq9-4m8f4j {
    grid-template-columns: repeat(3, 1fr);
  }
  .eq9-8kse8f,
  .eq9-amcmik {
    grid-template-columns: repeat(2, 1fr);
  }
  .eq9-in6fps,
  .eq9-5o64fj,
  .eq9-5vy43g {
    grid-template-columns: 1fr;
  }
  .eq9-zy1h46 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .eq9-pdc2iw {
    min-width: 300px;
    max-width: 325px;
  }
  .eq9-y0hs01 {
    cursor: auto;
  }
  .eq9-7x8vud .eq9-y0hs01 {
    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;
  }
  .eq9-2bbidy {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .eq9-mlc7hs {
    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) {
  .eq9-2bbidy {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.eq9-oe2gjc p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .eq9-6vqb06 {
    margin: 0 -0.2rem;
  }
  .eq9-oe2gjc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .eq9-2wvaeq {
    -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;
  }
  .eq9-s9hf9h {
    max-width: 100%;
  }
  .eq9-4m8f4j {
    grid-template-columns: repeat(2, 1fr);
  }
  .eq9-8kse8f,
  .eq9-amcmik {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .eq9-qgdy7k {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eq9-6vqb06 {
    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;
  }
  .eq9-i8ztp8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eq9-ylcft1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .eq9-ptx6z7,
  .eq9-u1wm6p {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .eq9-m002lh {
    width: 100%;
  }
  .eq9-4m8f4j {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .eq9-2bbidy {
    top: 127px !important;
  }
}

.eq9-dbtrk8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .eq9-dbtrk8 {
  }
}

@media (max-width: 767px) {
  .eq9-dbtrk8 {
    margin-bottom: 12px;
  }
}

.eq9-dbtrk8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.eq9-8rutoi {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.eq9-8rutoi > .eq9-4fihgz {
  flex: 1 1;
}

@media (max-width: 767px) {
  .eq9-8rutoi {
    flex-direction: column;
    gap: 12px;
  }
}

.eq9-z5li7g {
  display: flex;
}

.eq9-z5li7g .eq9-fa9to6 {
  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;
}

.eq9-z5li7g .eq9-vsl9rv {
  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;
}

.eq9-z5li7g .eq9-w1xsmp {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.eq9-z5li7g .eq9-1c6vuk {
  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));
  }
}

.eq9-z5li7g .eq9-1c6vuk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.eq9-z5li7g .eq9-z9djwa {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.eq9-yk6mgi {
  border: unset;
  background-color: unset;
}

.eq9-yk6mgi tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eq9-yk6mgi .eq9-n95rui,
.eq9-yk6mgi .eq9-26fu4s {
  flex: 0 1 330px;
}

.eq9-yk6mgi .eq9-dm6go1 {
  flex: 1 1;
}

.eq9-yk6mgi tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.eq9-yk6mgi tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.eq9-yk6mgi tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.eq9-yk6mgi tr td p {
  color: #fff;
  margin: 0;
}

.eq9-yk6mgi tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.eq9-yk6mgi tr.eq9-n95rui td p {
  padding: 16px 0;
}

.eq9-yk6mgi tr.eq9-n95rui td p:not(:last-child),
.eq9-yk6mgi tr.eq9-26fu4s td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.eq9-yk6mgi tr.eq9-n95rui td p:first-child,
.eq9-yk6mgi tr.eq9-26fu4s td p:first-child {
  padding-top: 0;
}

.eq9-yk6mgi tr.eq9-26fu4s td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.eq9-yk6mgi tr.eq9-26fu4s td p:last-child {
  padding-bottom: 0;
}

.eq9-yk6mgi .eq9-26fu4s img {
  max-width: 32px;
}

.eq9-yk6mgi .eq9-dm6go1 {
  min-width: 718px;
}

.eq9-yk6mgi .eq9-dm6go1 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.eq9-yk6mgi .eq9-dm6go1 td {
  display: flex;
}

.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-fjaba6,
.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-e1ki83,
.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-lcqh9y {
  flex: 1 1 50%;
}

.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-2vzh9p {
  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;
}

.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-zx21i5,
.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-ovn7rb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-fjaba6,
.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-e1ki83 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-fjaba6 span,
.eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-e1ki83 span {
  font-weight: 800;
}

.eq9-yk6mgi .eq9-dm6go1 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .eq9-yk6mgi .eq9-dm6go1 td .eq9-lcqh9y:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .eq9-yk6mgi tr.eq9-n95rui td p:last-child {
    padding-bottom: 0;
  }
  .eq9-yk6mgi .eq9-26fu4s > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .eq9-yk6mgi .eq9-26fu4s > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .eq9-yk6mgi tr.eq9-n95rui td p:not(:last-child),
  .eq9-yk6mgi tr.eq9-26fu4s td p:not(:last-child) {
    border-bottom: unset;
  }
  .eq9-yk6mgi tr.eq9-26fu4s td p:last-child {
    padding-bottom: 12px;
  }
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-fjaba6,
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-e1ki83,
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-lcqh9y {
    flex: 1 1 50%;
    padding: 0;
  }
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-fjaba6,
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-e1ki83 {
    margin-top: 16px;
  }
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-lcqh9y {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-fjaba6 {
    border-right: 1px solid var(--border-color);
  }
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-lcqh9y:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .eq9-yk6mgi .eq9-dm6go1 td:last-child .eq9-lcqh9y:last-child {
    padding-bottom: 0;
  }
}

.eq9-lcqh9y {
  display: flex;
  flex-direction: column;
}

.eq9-yk6mgi .eq9-dm6go1 td .eq9-lcqh9y {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.eq9-yk6mgi .eq9-dm6go1 td .eq9-lcqh9y:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.eq9-yk6mgi .eq9-dm6go1 td .eq9-lcqh9y:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .eq9-yk6mgi .eq9-dm6go1 td .eq9-lcqh9y:not(:first-child) {
    padding-left: 0;
  }
  .eq9-yk6mgi .eq9-dm6go1 td .eq9-lcqh9y:not(:last-of-type) {
    border-right: unset;
  }
}

.eq9-yk6mgi .eq9-s4gswq {
  flex: 0 1 485px;
}

.eq9-yk6mgi .eq9-vjqv7f {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.eq9-yk6mgi .eq9-vjqv7f li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.eq9-yk6mgi .eq9-vjqv7f li.eq9-nbzujp {
  padding: 6px 12px;
}

.eq9-yk6mgi .eq9-vjqv7f li a,
.eq9-yk6mgi .eq9-vjqv7f 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;
}

.eq9-yk6mgi .eq9-d04x3x,
.eq9-yk6mgi .eq9-5n5x1v {
  flex: 1 1;
}

.eq9-yk6mgi .eq9-2rdafm,
.eq9-yk6mgi .eq9-inaled {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eq9-yk6mgi .eq9-2rdafm li,
.eq9-yk6mgi .eq9-inaled li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.eq9-yk6mgi .eq9-5n5x1v img {
  max-width: 32px;
}

.eq9-yk6mgi .eq9-d04x3x img {
  max-width: 32px;
}

.eq9-yk6mgi .eq9-1482h5 {
  min-width: 280px;
}

.eq9-yk6mgi .eq9-1482h5 img {
  max-width: 146px;
}

.eq9-yk6mgi .eq9-1482h5 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .eq9-yk6mgi .eq9-n95rui,
  .eq9-yk6mgi .eq9-26fu4s {
    flex: 0 1 auto;
  }
  .eq9-yk6mgi .eq9-dm6go1 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .eq9-yk6mgi .eq9-n95rui,
  .eq9-yk6mgi .eq9-s4gswq,
  .eq9-yk6mgi .eq9-26fu4s,
  .eq9-yk6mgi .eq9-dm6go1 {
    flex: 1 1 calc(50% - 20px);
  }
  .eq9-yk6mgi .eq9-d04x3x,
  .eq9-yk6mgi .eq9-1482h5,
  .eq9-yk6mgi .eq9-5n5x1v {
    flex: 1 1 30%;
  }
  .eq9-yk6mgi .eq9-1482h5 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .eq9-yk6mgi .eq9-n95rui,
  .eq9-yk6mgi .eq9-s4gswq,
  .eq9-yk6mgi .eq9-d04x3x,
  .eq9-yk6mgi .eq9-26fu4s,
  .eq9-yk6mgi .eq9-dm6go1,
  .eq9-yk6mgi .eq9-1482h5,
  .eq9-yk6mgi .eq9-5n5x1v {
    flex: 1 1 100%;
  }
}

.eq9-484qj8 .eq9-j4qsgy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eq9-484qj8 .eq9-8sbmwr {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.eq9-484qj8 .eq9-1vcvek {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.eq9-484qj8 .eq9-dsxxgh {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.eq9-484qj8 .eq9-dsxxgh > :nth-child(3) {
  margin-top: 0;
}

.eq9-484qj8 .eq9-t83k1w {
  grid-column: 2/3;
  grid-row: 1/10;
}

.eq9-484qj8 .eq9-94oivo {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.eq9-484qj8 .eq9-ieleb0 {
  grid-column: 1/2;
}

.eq9-484qj8 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.eq9-484qj8 .eq9-8sbmwr: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;
}

.eq9-484qj8 .eq9-8sbmwr:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.eq9-484qj8 .eq9-m002lh {
  min-width: 240px;
}

@media (max-width: 768px) {
  .eq9-484qj8 .eq9-8sbmwr:not(:last-child):before {
    bottom: 8px;
  }
  .eq9-484qj8 .eq9-8sbmwr:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .eq9-484qj8 .eq9-dsxxgh {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .eq9-484qj8 .eq9-t83k1w {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .eq9-484qj8 .eq9-t83k1w img {
    width: 100%;
    height: auto;
  }
  .eq9-484qj8 .eq9-m002lh {
    width: 100%;
    min-width: unset;
  }
}

.eq9-0gcsqf .eq9-pm7elt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.eq9-0gcsqf .eq9-di3vbn {
  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;
}

.eq9-0gcsqf .eq9-t83k1w {
  height: 100%;
}

.eq9-0gcsqf .eq9-t83k1w img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.eq9-0gcsqf .eq9-3yxs3f {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.eq9-0gcsqf .eq9-m4ovbk {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.eq9-0gcsqf .eq9-vb71q8 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .eq9-0gcsqf .eq9-di3vbn {
    flex: 1 1 100%;
  }
  .eq9-0gcsqf .eq9-lq6m5k {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .eq9-0gcsqf .eq9-di3vbn {
    flex-direction: column;
  }
  .eq9-0gcsqf .eq9-t83k1w {
    width: 100%;
    height: auto;
  }
  .eq9-0gcsqf .eq9-t83k1w img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .eq9-0gcsqf .eq9-3yxs3f {
    padding: 0 16px 16px 16px;
  }
  .eq9-0gcsqf .eq9-lq6m5k {
    min-width: unset;
    width: 100%;
  }
}

.eq9-tib7iw .eq9-p0log0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.eq9-tib7iw .eq9-qm0i46 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.eq9-tib7iw 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;
}

.eq9-tib7iw .eq9-9dr7ro {
  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;
}

.eq9-tib7iw .eq9-qm0i46:hover .eq9-9dr7ro {
  display: flex;
}

.eq9-tib7iw .eq9-44j6w4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.eq9-tib7iw .eq9-zephsz {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.eq9-tuqd7f {
  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;
}

.eq9-tuqd7f.eq9-40tnj6 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.eq9-67g0qm ease-in-out;
}

.eq9-tuqd7f.eq9-40tnj6:hover {
  color: #f9cb16;
  background-color: transparent;
}

.eq9-tib7iw .eq9-0jlv7w {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.eq9-67g0qm ease-in-out;
}

.eq9-tib7iw .eq9-0jlv7w:hover {
  color: #196948;
  background-color: #f9cb16;
}

.eq9-tib7iw .eq9-0jlv7w:after,
.eq9-tuqd7f.eq9-40tnj6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.eq9-tuqd7f.eq9-40tnj6:after {
  background-image: url(../images/Cash.svg);
}

.eq9-tib7iw .eq9-0jlv7w:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .eq9-tib7iw .eq9-p0log0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .eq9-tib7iw .eq9-p0log0 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .eq9-tib7iw .eq9-p0log0 {
    grid-template-columns: 1fr;
  }
  .eq9-tib7iw .eq9-qm0i46 {
    height: auto;
  }
  .eq9-tib7iw .eq9-qm0i46 .eq9-9dr7ro {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .eq9-tib7iw .eq9-44j6w4,
  .eq9-tib7iw .eq9-zephsz {
    text-align: left;
  }
  .eq9-tib7iw .eq9-zephsz {
    margin-bottom: 8px;
  }
  .eq9-tib7iw img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.eq9-ugbww6 {
  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;
}

.eq9-ugbww6.eq9-zel0sc {
  display: block;
}

.eq9-ugbww6 .eq9-jg978v {
  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;
}

.eq9-ugbww6 .eq9-dy7gxh {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.eq9-ugbww6 .eq9-79k2wb {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.eq9-ugbww6 .eq9-ehdkcq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.eq9-ugbww6 .eq9-tuqd7f {
  min-width: 296px;
  margin-bottom: 0;
}

.eq9-ugbww6 .eq9-e1pj93 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.eq9-ugbww6 .eq9-3nlte7 {
  position: relative;
  flex: 1 1;
}

.eq9-ugbww6 .eq9-3nlte7 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .eq9-ugbww6 .eq9-dy7gxh {
    flex-wrap: wrap;
    gap: 8px;
  }
  .eq9-ugbww6 .eq9-79k2wb {
    order: 1;
  }
  .eq9-ugbww6 .eq9-ehdkcq {
    order: 3;
    flex: 1 1 100%;
  }
  .eq9-ugbww6 .eq9-tuqd7f {
    width: 100%;
    min-width: unset;
  }
  .eq9-ugbww6 .eq9-e1pj93 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .eq9-9bo88f > .eq9-k5xeu5 {
    margin-bottom: 0;
  }
  .eq9-9bo88f > .eq9-ieleb0,
  .eq9-9bo88f > p {
    margin-top: 0;
  }
}

.eq9-ikabwu img,
.eq9-oe2gjc img {
  width: auto;
  object-fit: contain;
}

.eq9-ikabwu {
  align-items: center;
}

.eq9-ikabwu img {
  max-height: 76px;
}

.eq9-oe2gjc img {
  max-height: 64px;
}

.eq9-91wt1f {
  overflow: auto;
}

.eq9-wn12b9 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.eq9-5i3b2g:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.eq9-i12nfi {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.eq9-rhgo7d {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.eq9-i12nfi .eq9-t83k1w {
  margin-right: 20px;
  flex-shrink: 0;
}

.eq9-i12nfi img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.eq9-thvuwg {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.eq9-thvuwg > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .eq9-i12nfi {
    padding: 15px 10px;
  }
  .eq9-thvuwg {
    padding: 15px 10px;
  }
  .eq9-i12nfi .eq9-t83k1w {
    margin-right: 10px;
  }
}

.eq9-y3x7nx {
  overflow-x: auto;
}

.eq9-s6zjti {
  border-collapse: collapse;
  width: 100%;
}

.eq9-y3x7nx th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.eq9-y3x7nx td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.eq9-y3x7nx td.eq9-gssopj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.eq9-y3x7nx td.eq9-6u5rj4 {
  border-right: none;
}

.eq9-y3x7nx td.eq9-6u5rj4 .eq9-t83k1w {
  justify-content: flex-start;
}

.eq9-y3x7nx td.eq9-6u5rj4 .eq9-t83k1w img {
  height: auto;
  width: 90px;
}

.eq9-y3x7nx td.eq9-55fsjd,
.eq9-y3x7nx td.eq9-cnw7us {
  font-weight: 600;
  text-align: right;
}

.eq9-y3x7nx td.eq9-5yvcy6,
.eq9-y3x7nx td.eq9-55fsjd {
  padding-bottom: 10px;
  border-bottom: none;
}

.eq9-y3x7nx td.eq9-55fsjd,
.eq9-y3x7nx td.eq9-cnw7us {
  border-left: none;
}

.eq9-y3x7nx td.eq9-5yvcy6,
.eq9-y3x7nx td.eq9-dx1n7g {
  border-right: none;
}

.eq9-y3x7nx td.eq9-dx1n7g,
.eq9-y3x7nx td.eq9-cnw7us {
  border-top: none;
  padding-top: 10px;
}

.eq9-qt0zee {
  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;
}

.eq9-qt0zee .eq9-lq6m5k {
  min-width: unset;
  width: 100%;
}

.eq9-qt0zee .eq9-lq6m5k.eq9-0m62kl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.eq9-qt0zee .eq9-lq6m5k.eq9-a14d5x {
  grid-column: 2/3;
  grid-row: 1/2;
}

.eq9-qt0zee .eq9-ew9eer {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .eq9-qt0zee {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .eq9-qt0zee .eq9-lq6m5k.eq9-0m62kl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .eq9-qt0zee .eq9-lq6m5k.eq9-a14d5x {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .eq9-qt0zee .eq9-ew9eer {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.eq9-n9fiw9 {
  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;
}

.eq9-8xr0ck {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.eq9-o8e4ta p a img {
  margin: 0 auto;
  display: block;
}

.eq9-o8e4ta table {
  margin-bottom: 17px;
}

/* contanct form */
.eq9-enls4z {
  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;
}

.eq9-enls4z label {
  font-size: 14px;
}

.eq9-enls4z h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.eq9-enls4z input,
.eq9-enls4z textarea,
.eq9-enls4z 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;
}
.eq9-enls4z button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.eq9-67g0qm ease;
}
.eq9-enls4z button:hover {
  background-color: #691204;
}
.eq9-0sdc5d {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.eq9-krb60n ease-in;
}

.eq9-0sdc5d 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;
}
.eq9-96cuu6, .eq9-rr53hp, [class*="review-card"],
thead, thead th, table th, .eq9-kxqwsc,
.eq9-pmxkuw, [class*="collapsible-header"],
.eq9-mloboa, [class*="updated-block"] {
  color: #ece7dc !important;
}
