@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);
}

.spin-k6q1gj {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spin-pwawco {
  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.spin-zcw4g2,
ul.spin-zcw4g2 {
  padding-left: 20px;
}

ul.spin-zcw4g2 {
  list-style: disc;
}

ol.spin-zcw4g2 {
  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;
  }
}

.spin-b0huv9 > .spin-hmxwym,
.spin-b0huv9 > .spin-pbl4j4,
.spin-b0huv9 > blockquote,
.spin-b0huv9 > h1,
.spin-b0huv9 > h2,
.spin-b0huv9 > h3,
.spin-b0huv9 > h4,
.spin-b0huv9 > h5,
.spin-b0huv9 > h6,
.spin-b0huv9 > ol,
.spin-b0huv9 > p,
.spin-b0huv9 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spin-b0huv9 > ol,
.spin-b0huv9 > ul {
  padding-left: 50px;
}

.spin-b0huv9 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;
}

.spin-b0huv9:not(:last-child) {
  margin-bottom: 2rem;
}

.spin-b0huv9 > :not(:first-child) {
  margin-top: 2rem;
}

.spin-b0huv9 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spin-b0huv9:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spin-b0huv9:first-child {
    margin-top: 20px;
  }
}

.spin-b0huv9 > p:last-of-type {
  margin-bottom: 32px;
}

.spin-b0huv9 > .spin-zff6jz:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spin-lh6pn7 > .spin-zff6jz {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spin-pbl4j4 {
  overflow: auto;
}

.spin-pbl4j4::-webkit-scrollbar {
  height: 5px;
}

.spin-pbl4j4 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spin-pbl4j4 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spin-pbl4j4 table thead,
table thead {
  border-bottom: none;
}

.spin-pbl4j4 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spin-pbl4j4 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spin-pbl4j4 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spin-pbl4j4 .spin-me47e3 {
  table-layout: auto;
}

.spin-pbl4j4 .spin-me47e3 th {
  word-break: normal;
}

.spin-pbl4j4 .spin-me47e3 td {
  word-break: normal;
}

.spin-k6q1gj .spin-k6q1gj {
  padding-right: 0;
  padding-left: 0;
}

.spin-gh8hf8 {
  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;
}

.spin-m0a4sj {
  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;
}

.spin-o7jq7y {
  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;
}

.spin-hmxwym {
  margin-top: 24px;
}

.spin-hmxwym.spin-bzfz4s {
  text-align: left;
}

.spin-hmxwym.spin-3pp80f {
  text-align: right;
}

.spin-hmxwym.spin-j1o8ok {
  text-align: center;
}

.spin-tgb27d {
  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.spin-c9ufkv ease-in-out;
  cursor: pointer;
}

.spin-tgb27d:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spin-tgb27d {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spin-tgb27d {
    min-width: unset;
  }
}

.spin-pr9wa4 {
  background-color: var(--fh-bg-color);
}

.spin-54aiid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spin-8hmuah {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spin-8hmuah img {
  max-height: 80px;
  object-fit: contain;
}

.spin-mcg51v {
  flex: 1 1;
}

.spin-u4kg6p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spin-ooakpn {
  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;
}

.spin-ooakpn 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;
}

.spin-ooakpn.spin-z2ktxf span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spin-ooakpn.spin-z2ktxf span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spin-ooakpn.spin-z2ktxf span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spin-mcg51v + .spin-u4kg6p {
  margin-left: 20px;
}

.spin-6z2h4p {
  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;
}

.spin-6z2h4p > svg {
  max-width: 24px;
  max-height: 24px;
}

.spin-6z2h4p + .spin-6z2h4p {
  margin-left: 5px;
}

.spin-9qnaoe {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spin-9qnaoe:hover {
  background-color: var(--button-bg-hover);
}

.spin-nptz9v {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spin-c9ufkv ease-in-out;
  border: 1px solid var(--border-color);
}

.spin-nptz9v:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spin-mn0wdq {
  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) {
  .spin-mcg51v {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spin-mn0wdq {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spin-mcg51v {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spin-6z2h4p {
    min-width: unset;
    flex: 1 1;
  }
}

.spin-2oqk4r {
  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;
}

.spin-2oqk4r:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spin-2oqk4r:hover .spin-nq9bbw {
  opacity: 1;
  pointer-events: auto;
}

.spin-adm5bb {
  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.spin-fvynkd ease-in-out;
  gap: 4px;
}

.spin-adm5bb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spin-adm5bb .spin-gh8hf8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spin-j4brtl,
.spin-adm5bb:hover {
  color: var(--button-bg-hover);
}

.spin-nu7wpd {
  position: relative;
}

.spin-nu7wpd .spin-adm5bb {
  margin-right: 0;
  padding-right: 4px;
}

.spin-ecnldu svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spin-nu7wpd.spin-z2ktxf .spin-ecnldu svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spin-nu7wpd.spin-z2ktxf .spin-nq9bbw {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spin-nu7wpd.spin-z2ktxf .spin-nq9bbw::before {
  display: none;
}

.spin-ecnldu svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spin-nq9bbw {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spin-11qvk9 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spin-nq9bbw::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spin-nq9bbw:hover {
  color: var(--fh-bg-color);
}

.spin-u4mfai {
  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.spin-11qvk9 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spin-fvynkd ease-in-out;
  -o-transition: 0.spin-fvynkd ease-in-out;
  transition: 0.spin-fvynkd ease-in-out;
}

.spin-u4mfai .spin-gh8hf8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spin-0obt4l,
.spin-u4mfai:hover {
  color: var(--button-bg-hover);
}

.spin-jarko2 {
  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%;
}

.spin-jarko2.spin-ik8zu9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spin-jarko2.spin-ik8zu9:after,
.spin-jarko2.spin-ik8zu9:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spin-jarko2.spin-ik8zu9: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);
  }
}

.spin-jarko2.spin-ik8zu9:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spin-jarko2.spin-ik8zu9 > * {
  z-index: 1;
}

.spin-jarko2 b,
.spin-jarko2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spin-jarko2 .spin-l1d8j1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spin-jarko2 .spin-svuleg {
  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;
}

.spin-jarko2 .spin-gh8hf8 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spin-jarko2 .spin-jdpxqy {
  margin-top: 12px;
}

.spin-jdpxqy {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spin-0r1yni {
  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;
}

.spin-jdpxqy .spin-f1l1mn {
  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.spin-c9ufkv ease-in-out;
}

.spin-jdpxqy .spin-f1l1mn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spin-wafipf {
  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;
}

.spin-jarko2.spin-x1vjkv {
  gap: 12px;
  padding: 16px;
}

.spin-jarko2.spin-x1vjkv .spin-wafipf {
  min-width: 240px;
}

.spin-jarko2.spin-x1vjkv .spin-wafipf.spin-k1v5ii {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spin-jarko2 .spin-l1d8j1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spin-jarko2 .spin-svuleg {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spin-jarko2 .spin-gh8hf8 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spin-jarko2.spin-x1vjkv .spin-gh8hf8 {
    max-width: 126px;
  }
  .spin-jarko2 .spin-jdpxqy {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spin-jarko2 .spin-0r1yni {
    max-width: unset;
  }
  .spin-wafipf {
    min-width: unset;
    width: 100%;
  }
  .spin-jarko2 .spin-wafipf {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spin-jarko2.spin-x1vjkv {
    grid-template-rows: auto 1fr auto;
  }
  .spin-jarko2.spin-x1vjkv .spin-wafipf {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spin-jarko2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spin-jarko2 .spin-l1d8j1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spin-jarko2 .spin-gh8hf8 {
    max-width: 78px;
  }
  .spin-jarko2 .spin-jdpxqy {
    margin-top: -12px;
  }
  .spin-jarko2.spin-x1vjkv {
    gap: 8px;
  }
  .spin-jarko2.spin-x1vjkv .spin-l1d8j1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spin-jarko2.spin-x1vjkv .spin-svuleg {
    grid-column: 1/3;
  }
  .spin-jarko2.spin-x1vjkv .spin-gh8hf8 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spin-jarko2.spin-x1vjkv .spin-gh8hf8 img {
    max-width: 114px;
  }
}

.spin-wafipf.spin-yg8ylj,
.spin-wafipf.spin-uyxsj1,
.spin-wafipf.spin-dj83w2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spin-c9ufkv ease-in-out;
}

.spin-wafipf.spin-yg8ylj,
.spin-wafipf.spin-dj83w2 {
  padding: 10px;
}

.spin-wafipf.spin-yg8ylj:hover,
.spin-wafipf.spin-uyxsj1:hover,
.spin-wafipf.spin-dj83w2:hover {
  background: var(--button-bg-hover);
}

.spin-wafipf.spin-yg8ylj:hover svg path,
.spin-wafipf.spin-dj83w2:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spin-wafipf.spin-k1v5ii {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spin-c9ufkv ease-in-out;
  background: var(--button-bg-color);
}

.spin-wafipf.spin-k1v5ii:hover {
  background-color: var(--button-bg-hover);
}

.spin-wafipf.spin-uyxsj1: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);
  }
}

.spin-wafipf.spin-uyxsj1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spin-wafipf.spin-k1v5ii:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spin-bet1n4 {
  max-width: 650px;
}

.spin-wkvxer {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spin-9bpyxa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spin-gntqy5 {
  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.spin-fvynkd ease-in-out;
  cursor: pointer;
}

.spin-gntqy5:hover {
  opacity: 0.5;
}

.spin-gntqy5:focus {
  outline: 0;
}

.spin-gntqy5:focus .spin-9ijpek,
.spin-gntqy5:hover .spin-9ijpek {
  fill: red;
  fill-opacity: 1;
}

.spin-gntqy5:hover {
  cursor: pointer;
}

.spin-fcu5yu {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spin-bet1n4.spin-j1o8ok {
  margin: 0 auto;
}

.spin-bet1n4.spin-3pp80f {
  margin-left: auto;
}

.spin-mb7wye {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spin-6ffi3m {
  padding-bottom: 50px;
}

.spin-hpnx0n {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spin-q218tz {
  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;
}

.spin-fjraj9 {
  margin-top: 24px;
}

.spin-p0xd9h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spin-42b6wm {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spin-9zvark {
  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;
}

.spin-9puqk8 {
  width: 468px;
}

.spin-9zvark .spin-nq9bbw {
  margin: 0.spin-v51nis 0;
}

.spin-5n984b {
  display: flex;
  min-width: 224px;
}

.spin-b5eqdk {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spin-fvynkd ease-in-out;
}

.spin-1gzxcr,
.spin-b5eqdk:hover {
  color: var(--text-color);
}

.spin-1860zl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spin-ryq8fd {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spin-mb7wye {
    padding: 16px;
  }
  .spin-1860zl {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spin-ryq8fd {
    align-items: center;
  }
  .spin-9puqk8 {
    width: unset;
  }
  .spin-5n984b {
    min-width: unset;
  }
  .spin-9zvark {
    max-height: unset;
  }
  .spin-hpnx0n {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spin-mb7wye {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spin-yjntzn {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spin-yjntzn:not(:last-child) {
  margin-bottom: 16px;
}

.spin-52cy23 {
  outline: 0;
}

.spin-52cy23 .spin-6f4jik {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spin-c14uff {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spin-c14uff {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spin-c14uff::-webkit-details-marker {
  display: none;
}

.spin-c14uff: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;
}

.spin-c14uff: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] .spin-c14uff:after {
  transform: unset;
}

.spin-6f4jik {
  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);
}

.spin-6f4jik 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.spin-fvynkd ease-in-out;
  -o-transition: 0.spin-fvynkd ease-in-out;
  transition: 0.spin-fvynkd ease-in-out;
}

.spin-gxjy7a {
  padding: 16px 0 0 0;
}

.spin-gxjy7a * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spin-gxjy7a :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spin-c14uff {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spin-c14uff::after {
    margin-left: auto;
  }
  .spin-6f4jik {
    order: 3;
    flex: 1 1 100%;
  }
  .spin-c14uff {
    font-size: 14px;
    line-height: 130%;
  }
  .spin-6f4jik svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spin-buwiio {
  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;
}

.spin-70xwmb {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spin-buwiio.spin-z2ktxf .spin-70xwmb {
  margin-bottom: 12px;
}

.spin-70xwmb::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;
}

.spin-buwiio.spin-z2ktxf .spin-70xwmb::after {
  transform: unset;
}

.spin-ozmye3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spin-on4pkx {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spin-fvynkd ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spin-on4pkx: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;
}

.spin-buwiio.spin-z2ktxf .spin-ozmye3 {
  max-height: 100%;
}

.spin-84ghxb {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spin-jbbut2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spin-aa58g3 {
  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;
}

.spin-hi3a63 {
  margin-right: 4px;
}

.spin-ldtnlx {
  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.spin-fvynkd ease-in-out;
}

.spin-ldtnlx svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spin-0hwfjp,
.spin-ldtnlx:hover {
  color: var(--text-color);
}

.spin-06kobw {
  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;
}

.spin-06kobw img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spin-06kobw .spin-5hhcp0 {
  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;
}

.spin-06kobw .spin-soieu4 {
  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;
}

.spin-jsokf8 {
  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;
}

.spin-nhmmnk {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spin-4ijnlv .spin-k6q1gj {
  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;
}

.spin-4ijnlv {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spin-fcys2h {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spin-2irgjj {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spin-ec387a {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spin-xbhc8h 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;
}

.spin-ec387a:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spin-b5fpph {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spin-u0g73h {
  -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.spin-fvynkd ease-in-out;
  transition: transform 0.spin-fvynkd ease-in-out;
  -o-transition: transform 0.spin-fvynkd ease-in-out;
  transition:
    transform 0.spin-fvynkd ease-in-out,
    -webkit-transform 0.spin-fvynkd ease-in-out;
  cursor: pointer;
}

.spin-u0g73h svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spin-u0g73h: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;
}

.spin-pcixb9 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spin-pcixb9 {
    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);
}

.spin-vivyn3 {
  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;
}

.spin-yjo519 {
  position: relative;
  width: 100%;
}

.spin-vivyn3.spin-607n3c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spin-vivyn3.spin-j1o8ok {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spin-vivyn3.spin-3pp80f {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spin-q7fzxs {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spin-c9tzzv {
  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.spin-fvynkd ease-in-out;
  cursor: pointer;
}

.spin-c9tzzv:hover {
  opacity: 0.5;
}

.spin-vivyn3.spin-hnkjqt .spin-c9tzzv {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spin-vivyn3.spin-hnkjqt .spin-q7fzxs {
  cursor: pointer;
}

.spin-98kstl {
  fill: #0009;
}

.spin-azgojr {
  fill: #fff;
}

.spin-c9tzzv:hover .spin-98kstl {
  fill: red;
}

.spin-c9tzzv svg path {
  -webkit-transition: 0.spin-fvynkd ease-in-out;
  -o-transition: 0.spin-fvynkd ease-in-out;
  transition: 0.spin-fvynkd ease-in-out;
}

.spin-2sa77j {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spin-2sa77j > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spin-2sa77j.spin-xha0j2 > :not(.get-image) {
  grid-column: 1/3;
}

.spin-s910oj:not(._h1-block) .spin-2sa77j > .spin-zff6jz {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spin-2sa77j.spin-xha0j2 .spin-exw5z0 {
  grid-column: 2/3;
}

.spin-2sa77j.spin-xha0j2 > .spin-gh8hf8 {
  grid-column: 1/2;
}

.spin-2sa77j.spin-xha0j2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spin-2sa77j > p:first-of-type {
  margin-top: 0;
}

.spin-2sa77j .spin-gh8hf8 {
  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;
}

.spin-s910oj:not(._h1-block) .spin-zff6jz ~ .spin-gh8hf8 {
  grid-row: 2/10;
}

.spin-s910oj.spin-3cy0ax .spin-zff6jz ~ .spin-gh8hf8 {
  grid-row: 1/10;
}

.spin-s910oj.spin-3cy0ax > .spin-zff6jz {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spin-s910oj.spin-3cy0ax .spin-gh8hf8 {
  grid-row: 1/10;
}

.spin-2sa77j.spin-u4s0dv .spin-gh8hf8 {
  align-items: flex-start;
}

.spin-2sa77j.spin-j1o8ok .spin-exw5z0 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spin-2sa77j.spin-j1o8ok .spin-gh8hf8 {
  align-items: center;
}

.spin-2sa77j.spin-54itp9 .spin-gh8hf8 {
  align-items: flex-end;
}

.spin-exw5z0 > :first-child {
  margin-top: 0;
}

.spin-exw5z0 > :last-child {
  margin-bottom: 0;
}

* + .spin-amrhua,
.spin-s910oj + .spin-s910oj {
  margin-top: 2rem;
}

.spin-6rw8zf td::before,
.spin-6rw8zf th::after {
  display: none !important;
}

.spin-6rw8zf #link-selector {
  color: #000;
}

.spin-6rw8zf .spin-a1tmj8 {
  color: #135e96;
}

.spin-6rw8zf .spin-o6mz7i *,
.spin-6rw8zf .spin-mc4k3q p,
.spin-6rw8zf .spin-f2houj * {
  color: #000;
}

.spin-6rw8zf .spin-diek3w {
  background: 0 0 !important;
}

.spin-6rw8zf .spin-e3af7f {
  color: #000;
}

.spin-6rw8zf .spin-sphf88.spin-5axlsx {
  color: #fff;
}

.spin-6rw8zf .spin-4cvfhy {
  color: #000;
}

.spin-6rw8zf
  .spin-c1ungj
  .spin-hx80zc.spin-5axlsx.spin-0qhm5o {
  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;
}

.spin-71mje0,
body .spin-nx3r0u {
  color: #000;
  background: var(--color-body) !important;
}

.spin-71mje0 .spin-0xolcx .spin-cizeen,
body .spin-nx3r0u .spin-0xolcx .spin-cizeen {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spin-on4pkx:focus,
  .spin-on4pkx:hover {
    color: #f9cb16;
  }
  .spin-0k1cym:focus,
  .spin-0k1cym:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spin-fmym50:focus img,
  .spin-fmym50:focus svg,
  .spin-fmym50:hover img,
  .spin-fmym50:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spin-06kobw {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spin-nu7wpd:hover .spin-ecnldu svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spin-ecnldu {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spin-8gd0cu {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spin-0fr6ox {
    grid-template-columns: repeat(4, 1fr);
  }
  .spin-b5z59n {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spin-ewwp8s .spin-i1b7ug {
    grid-template-columns: 1fr;
  }
  .spin-ewwp8s .spin-10243p {
    -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;
  }
  .spin-ewwp8s .spin-lvahac {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spin-ewwp8s .spin-qz9ykj {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spin-ewwp8s .spin-73bef5 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spin-ewwp8s .spin-lvahac:not(:first-child) {
    border: none;
  }
  .spin-ewwp8s .spin-lvahac:first-child .spin-qz9ykj {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spin-ewwp8s .spin-lvahac:last-child .spin-qz9ykj {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spin-54aiid {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spin-8hmuah {
    max-width: 100px;
  }
  .spin-mcg51v {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spin-u4kg6p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spin-u4kg6p svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spin-ooakpn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spin-mcg51v + .spin-u4kg6p {
    margin-left: auto;
  }
  .spin-2b322o {
    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;
  }
  .spin-2b322o.spin-z2ktxf {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spin-mn0wdq {
    -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;
  }
  .spin-2oqk4r {
    width: 100%;
  }
  .spin-2oqk4r:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spin-adm5bb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spin-adm5bb svg {
    margin-right: 4px;
  }
  .spin-nu7wpd {
    -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;
  }
  .spin-ecnldu svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spin-ecnldu {
    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;
  }
  .spin-nq9bbw {
    display: none;
    width: 100%;
  }
  .spin-nu7wpd.spin-z2ktxf .spin-nq9bbw {
    padding: 0 0 0 48px;
  }
  .spin-u4mfai {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spin-q218tz .spin-gh8hf8 {
    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;
  }
  .spin-nogo14 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spin-nogo14 + .spin-nogo14 {
    margin-right: 0;
  }
  .spin-nogo14 + .spin-gh8hf8 {
    margin: 0;
  }
  .spin-8gd0cu {
    grid-template-columns: repeat(4, 1fr);
  }
  .spin-0fr6ox {
    grid-template-columns: repeat(3, 1fr);
  }
  .spin-uwc1eb,
  .spin-iweo23 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spin-2sa77j {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spin-2sa77j.spin-xha0j2 .spin-exw5z0 {
    grid-column: auto;
    grid-row: auto;
  }
  .spin-2sa77j > .spin-zff6jz {
    grid-column: 1/2;
  }
  .spin-2sa77j.spin-xha0j2 > :not(.get-image) {
    grid-column: 1/2;
  }
  .spin-2sa77j .spin-gh8hf8,
  .spin-2sa77j.spin-xha0j2 > .spin-gh8hf8 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spin-2sa77j.spin-xha0j2 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spin-s910oj.spin-3cy0ax .spin-2sa77j > .spin-gh8hf8 {
    grid-row: 1/2;
  }
  .spin-2sa77j .spin-zff6jz ~ .spin-gh8hf8,
  .spin-2sa77j.spin-xha0j2 .spin-zff6jz ~ .spin-gh8hf8 {
    grid-row: 2/3;
  }
  .spin-s910oj.spin-3cy0ax .spin-zff6jz ~ .spin-gh8hf8 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spin-b0huv9:first-child .spin-kqrs4z {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spin-b0huv9:first-child .spin-kqrs4z h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spin-b0huv9 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spin-b0huv9 {
    padding: 0;
  }
  .spin-hmxwym {
    margin-top: 1rem;
  }
  .spin-52cy23 {
    border-radius: 5px;
  }
  .spin-gnj286 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spin-70xwmb::after {
    display: inline-block;
  }
  .spin-70xwmb {
    margin: 0;
    width: 100%;
  }
  .spin-ozmye3 {
    width: 100%;
  }
  .spin-ozmye3.spin-1pdiwa {
    -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%;
  }
  .spin-ozmye3.spin-1pdiwa .spin-02fs9c {
    width: 100%;
  }
  .spin-ozmye3.spin-1pdiwa .spin-02fs9c:not(:last-child) {
    margin-right: 0;
  }
  .spin-on4pkx {
    width: 100%;
    text-align: center;
  }
  .spin-buwiio.spin-z2ktxf .spin-ozmye3 {
    margin-top: 1rem;
  }
  .spin-8gd0cu {
    grid-template-columns: repeat(3, 1fr);
  }
  .spin-b5z59n,
  .spin-0fr6ox {
    grid-template-columns: repeat(2, 1fr);
  }
  .spin-uwc1eb,
  .spin-iweo23,
  .spin-ixm71o {
    grid-template-columns: 1fr;
  }
  .spin-ilgh61 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spin-k7vqh4 {
    min-width: 300px;
    max-width: 325px;
  }
  .spin-qz9ykj {
    cursor: auto;
  }
  .spin-o2z7t8 .spin-qz9ykj {
    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;
  }
  .spin-pcixb9 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spin-nq9bbw {
    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) {
  .spin-pcixb9 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spin-nogo14 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spin-u4kg6p {
    margin: 0 -0.2rem;
  }
  .spin-nogo14 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spin-cv05op {
    -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;
  }
  .spin-a75w1c {
    max-width: 100%;
  }
  .spin-8gd0cu {
    grid-template-columns: repeat(2, 1fr);
  }
  .spin-b5z59n,
  .spin-0fr6ox {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spin-54aiid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spin-u4kg6p {
    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;
  }
  .spin-pr9wa4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spin-6z2h4p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spin-lztjje,
  .spin-jbd6pj {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spin-tgb27d {
    width: 100%;
  }
  .spin-8gd0cu {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spin-pcixb9 {
    top: 127px !important;
  }
}

.spin-zayjzg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spin-zayjzg {
  }
}

@media (max-width: 767px) {
  .spin-zayjzg {
    margin-bottom: 12px;
  }
}

.spin-zayjzg img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spin-8hn2mc {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spin-8hn2mc > .spin-803sgb {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spin-8hn2mc {
    flex-direction: column;
    gap: 12px;
  }
}

.spin-42hfkx {
  display: flex;
}

.spin-42hfkx .spin-mbwhao {
  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;
}

.spin-42hfkx .spin-wh4df0 {
  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;
}

.spin-42hfkx .spin-1y7wc0 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spin-42hfkx .spin-rtec7i {
  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));
  }
}

.spin-42hfkx .spin-rtec7i:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spin-42hfkx .spin-d3isr5 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spin-s99usq {
  border: unset;
  background-color: unset;
}

.spin-s99usq tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spin-s99usq .spin-cn1zx8,
.spin-s99usq .spin-bwuwff {
  flex: 0 1 330px;
}

.spin-s99usq .spin-9bm0fn {
  flex: 1 1;
}

.spin-s99usq tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spin-s99usq tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spin-s99usq tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spin-s99usq tr td p {
  color: #fff;
  margin: 0;
}

.spin-s99usq tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spin-s99usq tr.spin-cn1zx8 td p {
  padding: 16px 0;
}

.spin-s99usq tr.spin-cn1zx8 td p:not(:last-child),
.spin-s99usq tr.spin-bwuwff td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spin-s99usq tr.spin-cn1zx8 td p:first-child,
.spin-s99usq tr.spin-bwuwff td p:first-child {
  padding-top: 0;
}

.spin-s99usq tr.spin-bwuwff td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spin-s99usq tr.spin-bwuwff td p:last-child {
  padding-bottom: 0;
}

.spin-s99usq .spin-bwuwff img {
  max-width: 32px;
}

.spin-s99usq .spin-9bm0fn {
  min-width: 718px;
}

.spin-s99usq .spin-9bm0fn td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spin-s99usq .spin-9bm0fn td {
  display: flex;
}

.spin-s99usq .spin-9bm0fn td:last-child .spin-bzzoi7,
.spin-s99usq .spin-9bm0fn td:last-child .spin-jnw2ph,
.spin-s99usq .spin-9bm0fn td:last-child .spin-of9lzu {
  flex: 1 1 50%;
}

.spin-s99usq .spin-9bm0fn td:last-child .spin-272wx6 {
  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;
}

.spin-s99usq .spin-9bm0fn td:last-child .spin-pkxn85,
.spin-s99usq .spin-9bm0fn td:last-child .spin-3fg8uo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spin-s99usq .spin-9bm0fn td:last-child .spin-bzzoi7,
.spin-s99usq .spin-9bm0fn td:last-child .spin-jnw2ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spin-s99usq .spin-9bm0fn td:last-child .spin-bzzoi7 span,
.spin-s99usq .spin-9bm0fn td:last-child .spin-jnw2ph span {
  font-weight: 800;
}

.spin-s99usq .spin-9bm0fn img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spin-s99usq .spin-9bm0fn td .spin-of9lzu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spin-s99usq tr.spin-cn1zx8 td p:last-child {
    padding-bottom: 0;
  }
  .spin-s99usq .spin-bwuwff > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spin-s99usq .spin-bwuwff > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spin-s99usq tr.spin-cn1zx8 td p:not(:last-child),
  .spin-s99usq tr.spin-bwuwff td p:not(:last-child) {
    border-bottom: unset;
  }
  .spin-s99usq tr.spin-bwuwff td p:last-child {
    padding-bottom: 12px;
  }
  .spin-s99usq .spin-9bm0fn td:last-child .spin-bzzoi7,
  .spin-s99usq .spin-9bm0fn td:last-child .spin-jnw2ph,
  .spin-s99usq .spin-9bm0fn td:last-child .spin-of9lzu {
    flex: 1 1 50%;
    padding: 0;
  }
  .spin-s99usq .spin-9bm0fn td:last-child .spin-bzzoi7,
  .spin-s99usq .spin-9bm0fn td:last-child .spin-jnw2ph {
    margin-top: 16px;
  }
  .spin-s99usq .spin-9bm0fn td:last-child .spin-of9lzu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spin-s99usq .spin-9bm0fn td:last-child .spin-bzzoi7 {
    border-right: 1px solid var(--border-color);
  }
  .spin-s99usq .spin-9bm0fn td:last-child .spin-of9lzu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spin-s99usq .spin-9bm0fn td:last-child .spin-of9lzu:last-child {
    padding-bottom: 0;
  }
}

.spin-of9lzu {
  display: flex;
  flex-direction: column;
}

.spin-s99usq .spin-9bm0fn td .spin-of9lzu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spin-s99usq .spin-9bm0fn td .spin-of9lzu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spin-s99usq .spin-9bm0fn td .spin-of9lzu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spin-s99usq .spin-9bm0fn td .spin-of9lzu:not(:first-child) {
    padding-left: 0;
  }
  .spin-s99usq .spin-9bm0fn td .spin-of9lzu:not(:last-of-type) {
    border-right: unset;
  }
}

.spin-s99usq .spin-4v3ucs {
  flex: 0 1 485px;
}

.spin-s99usq .spin-k4o43m {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spin-s99usq .spin-k4o43m li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spin-s99usq .spin-k4o43m li.spin-trg79m {
  padding: 6px 12px;
}

.spin-s99usq .spin-k4o43m li a,
.spin-s99usq .spin-k4o43m 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;
}

.spin-s99usq .spin-jk612i,
.spin-s99usq .spin-e9msrr {
  flex: 1 1;
}

.spin-s99usq .spin-1l38ik,
.spin-s99usq .spin-xrmeu0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spin-s99usq .spin-1l38ik li,
.spin-s99usq .spin-xrmeu0 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spin-s99usq .spin-e9msrr img {
  max-width: 32px;
}

.spin-s99usq .spin-jk612i img {
  max-width: 32px;
}

.spin-s99usq .spin-yqs39z {
  min-width: 280px;
}

.spin-s99usq .spin-yqs39z img {
  max-width: 146px;
}

.spin-s99usq .spin-yqs39z td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spin-s99usq .spin-cn1zx8,
  .spin-s99usq .spin-bwuwff {
    flex: 0 1 auto;
  }
  .spin-s99usq .spin-9bm0fn {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spin-s99usq .spin-cn1zx8,
  .spin-s99usq .spin-4v3ucs,
  .spin-s99usq .spin-bwuwff,
  .spin-s99usq .spin-9bm0fn {
    flex: 1 1 calc(50% - 20px);
  }
  .spin-s99usq .spin-jk612i,
  .spin-s99usq .spin-yqs39z,
  .spin-s99usq .spin-e9msrr {
    flex: 1 1 30%;
  }
  .spin-s99usq .spin-yqs39z {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spin-s99usq .spin-cn1zx8,
  .spin-s99usq .spin-4v3ucs,
  .spin-s99usq .spin-jk612i,
  .spin-s99usq .spin-bwuwff,
  .spin-s99usq .spin-9bm0fn,
  .spin-s99usq .spin-yqs39z,
  .spin-s99usq .spin-e9msrr {
    flex: 1 1 100%;
  }
}

.spin-runxyu .spin-74pynq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spin-runxyu .spin-kuor6d {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spin-runxyu .spin-36hhon {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spin-runxyu .spin-bzz679 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spin-runxyu .spin-bzz679 > :nth-child(3) {
  margin-top: 0;
}

.spin-runxyu .spin-gh8hf8 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spin-runxyu .spin-fltf9c {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spin-runxyu .spin-hmxwym {
  grid-column: 1/2;
}

.spin-runxyu > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spin-runxyu .spin-kuor6d: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;
}

.spin-runxyu .spin-kuor6d:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spin-runxyu .spin-tgb27d {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spin-runxyu .spin-kuor6d:not(:last-child):before {
    bottom: 8px;
  }
  .spin-runxyu .spin-kuor6d:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spin-runxyu .spin-bzz679 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spin-runxyu .spin-gh8hf8 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spin-runxyu .spin-gh8hf8 img {
    width: 100%;
    height: auto;
  }
  .spin-runxyu .spin-tgb27d {
    width: 100%;
    min-width: unset;
  }
}

.spin-wfxvzh .spin-mejpyz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spin-wfxvzh .spin-83zov1 {
  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;
}

.spin-wfxvzh .spin-gh8hf8 {
  height: 100%;
}

.spin-wfxvzh .spin-gh8hf8 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spin-wfxvzh .spin-tu8wy4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spin-wfxvzh .spin-10vwp8 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spin-wfxvzh .spin-3ksy8g {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spin-wfxvzh .spin-83zov1 {
    flex: 1 1 100%;
  }
  .spin-wfxvzh .spin-wafipf {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spin-wfxvzh .spin-83zov1 {
    flex-direction: column;
  }
  .spin-wfxvzh .spin-gh8hf8 {
    width: 100%;
    height: auto;
  }
  .spin-wfxvzh .spin-gh8hf8 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spin-wfxvzh .spin-tu8wy4 {
    padding: 0 16px 16px 16px;
  }
  .spin-wfxvzh .spin-wafipf {
    min-width: unset;
    width: 100%;
  }
}

.spin-d9o4vh .spin-33ut5z {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spin-d9o4vh .spin-h4xyuc {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spin-d9o4vh 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;
}

.spin-d9o4vh .spin-robuhv {
  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;
}

.spin-d9o4vh .spin-h4xyuc:hover .spin-robuhv {
  display: flex;
}

.spin-d9o4vh .spin-kr3iaf {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spin-d9o4vh .spin-irtjfh {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spin-v7hw7f {
  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;
}

.spin-v7hw7f.spin-t4b5nu {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spin-c9ufkv ease-in-out;
}

.spin-v7hw7f.spin-t4b5nu:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spin-d9o4vh .spin-6759tt {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spin-c9ufkv ease-in-out;
}

.spin-d9o4vh .spin-6759tt:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spin-d9o4vh .spin-6759tt:after,
.spin-v7hw7f.spin-t4b5nu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spin-v7hw7f.spin-t4b5nu:after {
  background-image: url(../images/Cash.svg);
}

.spin-d9o4vh .spin-6759tt:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spin-d9o4vh .spin-33ut5z {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spin-d9o4vh .spin-33ut5z {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spin-d9o4vh .spin-33ut5z {
    grid-template-columns: 1fr;
  }
  .spin-d9o4vh .spin-h4xyuc {
    height: auto;
  }
  .spin-d9o4vh .spin-h4xyuc .spin-robuhv {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spin-d9o4vh .spin-kr3iaf,
  .spin-d9o4vh .spin-irtjfh {
    text-align: left;
  }
  .spin-d9o4vh .spin-irtjfh {
    margin-bottom: 8px;
  }
  .spin-d9o4vh img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spin-f9on79 {
  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;
}

.spin-f9on79.spin-hnkjqt {
  display: block;
}

.spin-f9on79 .spin-kzz0sl {
  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;
}

.spin-f9on79 .spin-gj7jjl {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spin-f9on79 .spin-chu7aa {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spin-f9on79 .spin-yxca9a {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spin-f9on79 .spin-v7hw7f {
  min-width: 296px;
  margin-bottom: 0;
}

.spin-f9on79 .spin-swumbq {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spin-f9on79 .spin-agarcg {
  position: relative;
  flex: 1 1;
}

.spin-f9on79 .spin-agarcg iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spin-f9on79 .spin-gj7jjl {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spin-f9on79 .spin-chu7aa {
    order: 1;
  }
  .spin-f9on79 .spin-yxca9a {
    order: 3;
    flex: 1 1 100%;
  }
  .spin-f9on79 .spin-v7hw7f {
    width: 100%;
    min-width: unset;
  }
  .spin-f9on79 .spin-swumbq {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spin-2sa77j > .spin-zff6jz {
    margin-bottom: 0;
  }
  .spin-2sa77j > .spin-hmxwym,
  .spin-2sa77j > p {
    margin-top: 0;
  }
}

.spin-wrb3ux img,
.spin-nogo14 img {
  width: auto;
  object-fit: contain;
}

.spin-wrb3ux {
  align-items: center;
}

.spin-wrb3ux img {
  max-height: 76px;
}

.spin-nogo14 img {
  max-height: 64px;
}

.spin-kt9g17 {
  overflow: auto;
}

.spin-klf0ly {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spin-dfk8pg:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spin-tf0v87 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spin-18e4le {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spin-tf0v87 .spin-gh8hf8 {
  margin-right: 20px;
  flex-shrink: 0;
}

.spin-tf0v87 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spin-t2gnnu {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spin-t2gnnu > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spin-tf0v87 {
    padding: 15px 10px;
  }
  .spin-t2gnnu {
    padding: 15px 10px;
  }
  .spin-tf0v87 .spin-gh8hf8 {
    margin-right: 10px;
  }
}

.spin-p0n26o {
  overflow-x: auto;
}

.spin-u7k5g6 {
  border-collapse: collapse;
  width: 100%;
}

.spin-p0n26o th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spin-p0n26o td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spin-p0n26o td.spin-mvd437 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spin-p0n26o td.spin-3istu0 {
  border-right: none;
}

.spin-p0n26o td.spin-3istu0 .spin-gh8hf8 {
  justify-content: flex-start;
}

.spin-p0n26o td.spin-3istu0 .spin-gh8hf8 img {
  height: auto;
  width: 90px;
}

.spin-p0n26o td.spin-yvu9cm,
.spin-p0n26o td.spin-ox8i6f {
  font-weight: 600;
  text-align: right;
}

.spin-p0n26o td.spin-9dsc5u,
.spin-p0n26o td.spin-yvu9cm {
  padding-bottom: 10px;
  border-bottom: none;
}

.spin-p0n26o td.spin-yvu9cm,
.spin-p0n26o td.spin-ox8i6f {
  border-left: none;
}

.spin-p0n26o td.spin-9dsc5u,
.spin-p0n26o td.spin-z6rmh6 {
  border-right: none;
}

.spin-p0n26o td.spin-z6rmh6,
.spin-p0n26o td.spin-ox8i6f {
  border-top: none;
  padding-top: 10px;
}

.spin-f6iete {
  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;
}

.spin-f6iete .spin-wafipf {
  min-width: unset;
  width: 100%;
}

.spin-f6iete .spin-wafipf.spin-yg8ylj {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spin-f6iete .spin-wafipf.spin-dj83w2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spin-f6iete .spin-tirxxu {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spin-f6iete {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spin-f6iete .spin-wafipf.spin-yg8ylj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spin-f6iete .spin-wafipf.spin-dj83w2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spin-f6iete .spin-tirxxu {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spin-c4velx {
  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;
}

.spin-lx3fh9 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spin-lh6pn7 p a img {
  margin: 0 auto;
  display: block;
}

.spin-lh6pn7 table {
  margin-bottom: 17px;
}

/* contanct form */
.spin-rv656p {
  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;
}

.spin-rv656p label {
  font-size: 14px;
}

.spin-rv656p h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spin-rv656p input,
.spin-rv656p textarea,
.spin-rv656p 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;
}
.spin-rv656p button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spin-c9ufkv ease;
}
.spin-rv656p button:hover {
  background-color: #691204;
}
.spin-qs90up {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spin-y8lbkl ease-in;
}

.spin-qs90up 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;
}
.spin-oxptpz, .spin-njqzhq, [class*="review-card"],
thead, thead th, table th, .spin-56rjft,
.spin-kmioko, [class*="collapsible-header"],
.spin-ep5lut, [class*="updated-block"] {
  color: #ece7dc !important;
}
