@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);
}

.hellspin-2w1t8v {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-bfrq3u {
  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.hellspin-u542dh,
ul.hellspin-u542dh {
  padding-left: 20px;
}

ul.hellspin-u542dh {
  list-style: disc;
}

ol.hellspin-u542dh {
  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;
  }
}

.hellspin-2wlkmm > .hellspin-zdn37q,
.hellspin-2wlkmm > .hellspin-fxtxnp,
.hellspin-2wlkmm > blockquote,
.hellspin-2wlkmm > h1,
.hellspin-2wlkmm > h2,
.hellspin-2wlkmm > h3,
.hellspin-2wlkmm > h4,
.hellspin-2wlkmm > h5,
.hellspin-2wlkmm > h6,
.hellspin-2wlkmm > ol,
.hellspin-2wlkmm > p,
.hellspin-2wlkmm > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-2wlkmm > ol,
.hellspin-2wlkmm > ul {
  padding-left: 50px;
}

.hellspin-2wlkmm 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;
}

.hellspin-2wlkmm:not(:last-child) {
  margin-bottom: 2rem;
}

.hellspin-2wlkmm > :not(:first-child) {
  margin-top: 2rem;
}

.hellspin-2wlkmm {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hellspin-2wlkmm:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hellspin-2wlkmm:first-child {
    margin-top: 20px;
  }
}

.hellspin-2wlkmm > p:last-of-type {
  margin-bottom: 32px;
}

.hellspin-2wlkmm > .hellspin-up06vl:not(:first-child) {
  margin: 64px auto 16px auto;
}

.hellspin-id7q6o > .hellspin-up06vl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-fxtxnp {
  overflow: auto;
}

.hellspin-fxtxnp::-webkit-scrollbar {
  height: 5px;
}

.hellspin-fxtxnp table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.hellspin-fxtxnp table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.hellspin-fxtxnp table thead,
table thead {
  border-bottom: none;
}

.hellspin-fxtxnp table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.hellspin-fxtxnp table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.hellspin-fxtxnp table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.hellspin-fxtxnp .hellspin-ytuvp3 {
  table-layout: auto;
}

.hellspin-fxtxnp .hellspin-ytuvp3 th {
  word-break: normal;
}

.hellspin-fxtxnp .hellspin-ytuvp3 td {
  word-break: normal;
}

.hellspin-2w1t8v .hellspin-2w1t8v {
  padding-right: 0;
  padding-left: 0;
}

.hellspin-bdkiui {
  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;
}

.hellspin-3q44l4 {
  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;
}

.hellspin-zs0ko5 {
  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;
}

.hellspin-zdn37q {
  margin-top: 24px;
}

.hellspin-zdn37q.hellspin-wz2nl9 {
  text-align: left;
}

.hellspin-zdn37q.hellspin-42q62y {
  text-align: right;
}

.hellspin-zdn37q.hellspin-izmbtm {
  text-align: center;
}

.hellspin-dszckh {
  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.hellspin-mhwv8y ease-in-out;
  cursor: pointer;
}

.hellspin-dszckh:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.hellspin-dszckh {
  min-width: 328px;
}

@media (max-width: 768px) {
  .hellspin-dszckh {
    min-width: unset;
  }
}

.hellspin-j2mkpx {
  background-color: var(--fh-bg-color);
}

.hellspin-bvyo3t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.hellspin-1cd3gr {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.hellspin-1cd3gr img {
  max-height: 80px;
  object-fit: contain;
}

.hellspin-cimht1 {
  flex: 1 1;
}

.hellspin-idulqb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.hellspin-1hue4x {
  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;
}

.hellspin-1hue4x 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;
}

.hellspin-1hue4x.hellspin-oauxhd span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.hellspin-1hue4x.hellspin-oauxhd span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.hellspin-1hue4x.hellspin-oauxhd span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.hellspin-cimht1 + .hellspin-idulqb {
  margin-left: 20px;
}

.hellspin-oaemei {
  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;
}

.hellspin-oaemei > svg {
  max-width: 24px;
  max-height: 24px;
}

.hellspin-oaemei + .hellspin-oaemei {
  margin-left: 5px;
}

.hellspin-exeadq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.hellspin-exeadq:hover {
  background-color: var(--button-bg-hover);
}

.hellspin-8xkezc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.hellspin-mhwv8y ease-in-out;
  border: 1px solid var(--border-color);
}

.hellspin-8xkezc:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.hellspin-06xk7v {
  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) {
  .hellspin-cimht1 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .hellspin-06xk7v {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hellspin-cimht1 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .hellspin-oaemei {
    min-width: unset;
    flex: 1 1;
  }
}

.hellspin-oennvm {
  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;
}

.hellspin-oennvm:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hellspin-oennvm:hover .hellspin-2sy5cf {
  opacity: 1;
  pointer-events: auto;
}

.hellspin-e8gqxp {
  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.hellspin-andajc ease-in-out;
  gap: 4px;
}

.hellspin-e8gqxp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hellspin-e8gqxp .hellspin-bdkiui img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hellspin-2os0bl,
.hellspin-e8gqxp:hover {
  color: var(--button-bg-hover);
}

.hellspin-jdov29 {
  position: relative;
}

.hellspin-jdov29 .hellspin-e8gqxp {
  margin-right: 0;
  padding-right: 4px;
}

.hellspin-xsd06q svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hellspin-jdov29.hellspin-oauxhd .hellspin-xsd06q svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.hellspin-jdov29.hellspin-oauxhd .hellspin-2sy5cf {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.hellspin-jdov29.hellspin-oauxhd .hellspin-2sy5cf::before {
  display: none;
}

.hellspin-xsd06q svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.hellspin-2sy5cf {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.hellspin-csxpyt 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.hellspin-2sy5cf::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.hellspin-2sy5cf:hover {
  color: var(--fh-bg-color);
}

.hellspin-ifvoyz {
  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.hellspin-csxpyt 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.hellspin-andajc ease-in-out;
  -o-transition: 0.hellspin-andajc ease-in-out;
  transition: 0.hellspin-andajc ease-in-out;
}

.hellspin-ifvoyz .hellspin-bdkiui img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hellspin-h9o5ua,
.hellspin-ifvoyz:hover {
  color: var(--button-bg-hover);
}

.hellspin-usxb6o {
  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%;
}

.hellspin-usxb6o.hellspin-5gruy3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.hellspin-usxb6o.hellspin-5gruy3:after,
.hellspin-usxb6o.hellspin-5gruy3:before {
  content: "";
  position: absolute;
  margin: auto;
}

.hellspin-usxb6o.hellspin-5gruy3: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);
  }
}

.hellspin-usxb6o.hellspin-5gruy3:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.hellspin-usxb6o.hellspin-5gruy3 > * {
  z-index: 1;
}

.hellspin-usxb6o b,
.hellspin-usxb6o strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.hellspin-usxb6o .hellspin-zy8cam {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.hellspin-usxb6o .hellspin-2v9xfg {
  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;
}

.hellspin-usxb6o .hellspin-bdkiui {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.hellspin-usxb6o .hellspin-xwfrk0 {
  margin-top: 12px;
}

.hellspin-xwfrk0 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.hellspin-i14ink {
  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;
}

.hellspin-xwfrk0 .hellspin-ozzxpb {
  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.hellspin-mhwv8y ease-in-out;
}

.hellspin-xwfrk0 .hellspin-ozzxpb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hellspin-p312nk {
  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;
}

.hellspin-usxb6o.hellspin-nv1nes {
  gap: 12px;
  padding: 16px;
}

.hellspin-usxb6o.hellspin-nv1nes .hellspin-p312nk {
  min-width: 240px;
}

.hellspin-usxb6o.hellspin-nv1nes .hellspin-p312nk.hellspin-37v2b6 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .hellspin-usxb6o .hellspin-zy8cam {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .hellspin-usxb6o .hellspin-2v9xfg {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .hellspin-usxb6o .hellspin-bdkiui {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .hellspin-usxb6o.hellspin-nv1nes .hellspin-bdkiui {
    max-width: 126px;
  }
  .hellspin-usxb6o .hellspin-xwfrk0 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .hellspin-usxb6o .hellspin-i14ink {
    max-width: unset;
  }
  .hellspin-p312nk {
    min-width: unset;
    width: 100%;
  }
  .hellspin-usxb6o .hellspin-p312nk {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .hellspin-usxb6o.hellspin-nv1nes {
    grid-template-rows: auto 1fr auto;
  }
  .hellspin-usxb6o.hellspin-nv1nes .hellspin-p312nk {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .hellspin-usxb6o {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .hellspin-usxb6o .hellspin-zy8cam {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .hellspin-usxb6o .hellspin-bdkiui {
    max-width: 78px;
  }
  .hellspin-usxb6o .hellspin-xwfrk0 {
    margin-top: -12px;
  }
  .hellspin-usxb6o.hellspin-nv1nes {
    gap: 8px;
  }
  .hellspin-usxb6o.hellspin-nv1nes .hellspin-zy8cam {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hellspin-usxb6o.hellspin-nv1nes .hellspin-2v9xfg {
    grid-column: 1/3;
  }
  .hellspin-usxb6o.hellspin-nv1nes .hellspin-bdkiui {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .hellspin-usxb6o.hellspin-nv1nes .hellspin-bdkiui img {
    max-width: 114px;
  }
}

.hellspin-p312nk.hellspin-40nk8f,
.hellspin-p312nk.hellspin-e2lt2k,
.hellspin-p312nk.hellspin-ues5ae {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.hellspin-mhwv8y ease-in-out;
}

.hellspin-p312nk.hellspin-40nk8f,
.hellspin-p312nk.hellspin-ues5ae {
  padding: 10px;
}

.hellspin-p312nk.hellspin-40nk8f:hover,
.hellspin-p312nk.hellspin-e2lt2k:hover,
.hellspin-p312nk.hellspin-ues5ae:hover {
  background: var(--button-bg-hover);
}

.hellspin-p312nk.hellspin-40nk8f:hover svg path,
.hellspin-p312nk.hellspin-ues5ae:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.hellspin-p312nk.hellspin-37v2b6 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.hellspin-mhwv8y ease-in-out;
  background: var(--button-bg-color);
}

.hellspin-p312nk.hellspin-37v2b6:hover {
  background-color: var(--button-bg-hover);
}

.hellspin-p312nk.hellspin-e2lt2k: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);
  }
}

.hellspin-p312nk.hellspin-e2lt2k:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hellspin-p312nk.hellspin-37v2b6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hellspin-v0ibng {
  max-width: 650px;
}

.hellspin-uww7q2 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.hellspin-rn8yjb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hellspin-i65rq8 {
  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.hellspin-andajc ease-in-out;
  cursor: pointer;
}

.hellspin-i65rq8:hover {
  opacity: 0.5;
}

.hellspin-i65rq8:focus {
  outline: 0;
}

.hellspin-i65rq8:focus .hellspin-pu99z1,
.hellspin-i65rq8:hover .hellspin-pu99z1 {
  fill: red;
  fill-opacity: 1;
}

.hellspin-i65rq8:hover {
  cursor: pointer;
}

.hellspin-dw4sxa {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.hellspin-v0ibng.hellspin-izmbtm {
  margin: 0 auto;
}

.hellspin-v0ibng.hellspin-42q62y {
  margin-left: auto;
}

.hellspin-x57y2l {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.hellspin-ffapfs {
  padding-bottom: 50px;
}

.hellspin-g5u8kr {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.hellspin-i2bqif {
  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;
}

.hellspin-4x23z4 {
  margin-top: 24px;
}

.hellspin-8l8od6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hellspin-oc7aso {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.hellspin-7i2cno {
  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;
}

.hellspin-3ltfcj {
  width: 468px;
}

.hellspin-7i2cno .hellspin-2sy5cf {
  margin: 0.hellspin-zdmayn 0;
}

.hellspin-40n3ap {
  display: flex;
  min-width: 224px;
}

.hellspin-stza0u {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.hellspin-andajc ease-in-out;
}

.hellspin-7xt8y8,
.hellspin-stza0u:hover {
  color: var(--text-color);
}

.hellspin-pn6gyd {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.hellspin-tirvsp {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hellspin-x57y2l {
    padding: 16px;
  }
  .hellspin-pn6gyd {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .hellspin-tirvsp {
    align-items: center;
  }
  .hellspin-3ltfcj {
    width: unset;
  }
  .hellspin-40n3ap {
    min-width: unset;
  }
  .hellspin-7i2cno {
    max-height: unset;
  }
  .hellspin-g5u8kr {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hellspin-x57y2l {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.hellspin-bi5wzy {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hellspin-bi5wzy:not(:last-child) {
  margin-bottom: 16px;
}

.hellspin-tp0f10 {
  outline: 0;
}

.hellspin-tp0f10 .hellspin-g43iu2 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.hellspin-tp44th {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .hellspin-tp44th {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.hellspin-tp44th::-webkit-details-marker {
  display: none;
}

.hellspin-tp44th: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;
}

.hellspin-tp44th: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] .hellspin-tp44th:after {
  transform: unset;
}

.hellspin-g43iu2 {
  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);
}

.hellspin-g43iu2 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.hellspin-andajc ease-in-out;
  -o-transition: 0.hellspin-andajc ease-in-out;
  transition: 0.hellspin-andajc ease-in-out;
}

.hellspin-ns0xvu {
  padding: 16px 0 0 0;
}

.hellspin-ns0xvu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .hellspin-ns0xvu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-tp44th {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hellspin-tp44th::after {
    margin-left: auto;
  }
  .hellspin-g43iu2 {
    order: 3;
    flex: 1 1 100%;
  }
  .hellspin-tp44th {
    font-size: 14px;
    line-height: 130%;
  }
  .hellspin-g43iu2 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.hellspin-08symd {
  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;
}

.hellspin-0xudbi {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.hellspin-08symd.hellspin-oauxhd .hellspin-0xudbi {
  margin-bottom: 12px;
}

.hellspin-0xudbi::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;
}

.hellspin-08symd.hellspin-oauxhd .hellspin-0xudbi::after {
  transform: unset;
}

.hellspin-uc1n1b {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.hellspin-8r87d4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.hellspin-andajc ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.hellspin-8r87d4: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;
}

.hellspin-08symd.hellspin-oauxhd .hellspin-uc1n1b {
  max-height: 100%;
}

.hellspin-oqbf99 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.hellspin-1j27t1 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.hellspin-79pr2o {
  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;
}

.hellspin-p5qyv9 {
  margin-right: 4px;
}

.hellspin-840o72 {
  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.hellspin-andajc ease-in-out;
}

.hellspin-840o72 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.hellspin-e0ydae,
.hellspin-840o72:hover {
  color: var(--text-color);
}

.hellspin-i4lzws {
  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;
}

.hellspin-i4lzws img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.hellspin-i4lzws .hellspin-bywqex {
  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;
}

.hellspin-i4lzws .hellspin-nvqosz {
  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;
}

.hellspin-8jnq2a {
  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;
}

.hellspin-4cixi9 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hellspin-nyq8zc .hellspin-2w1t8v {
  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;
}

.hellspin-nyq8zc {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.hellspin-do8why {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.hellspin-2vd99q {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.hellspin-9nm8rf {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.hellspin-u064f3 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;
}

.hellspin-9nm8rf:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hellspin-1mbfpj {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.hellspin-neptir {
  -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.hellspin-andajc ease-in-out;
  transition: transform 0.hellspin-andajc ease-in-out;
  -o-transition: transform 0.hellspin-andajc ease-in-out;
  transition:
    transform 0.hellspin-andajc ease-in-out,
    -webkit-transform 0.hellspin-andajc ease-in-out;
  cursor: pointer;
}

.hellspin-neptir svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.hellspin-neptir: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;
}

.hellspin-996ssl {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .hellspin-996ssl {
    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);
}

.hellspin-kba6qo {
  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;
}

.hellspin-nqhyc8 {
  position: relative;
  width: 100%;
}

.hellspin-kba6qo.hellspin-5xde3t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hellspin-kba6qo.hellspin-izmbtm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hellspin-kba6qo.hellspin-42q62y {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hellspin-vqc8gu {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.hellspin-fxhi0y {
  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.hellspin-andajc ease-in-out;
  cursor: pointer;
}

.hellspin-fxhi0y:hover {
  opacity: 0.5;
}

.hellspin-kba6qo.hellspin-vicksr .hellspin-fxhi0y {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hellspin-kba6qo.hellspin-vicksr .hellspin-vqc8gu {
  cursor: pointer;
}

.hellspin-yxg2br {
  fill: #0009;
}

.hellspin-btr1zq {
  fill: #fff;
}

.hellspin-fxhi0y:hover .hellspin-yxg2br {
  fill: red;
}

.hellspin-fxhi0y svg path {
  -webkit-transition: 0.hellspin-andajc ease-in-out;
  -o-transition: 0.hellspin-andajc ease-in-out;
  transition: 0.hellspin-andajc ease-in-out;
}

.hellspin-nt6f5z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.hellspin-nt6f5z > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.hellspin-nt6f5z.hellspin-ds676y > :not(.get-image) {
  grid-column: 1/3;
}

.hellspin-ota0bn:not(._h1-block) .hellspin-nt6f5z > .hellspin-up06vl {
  grid-row: 1/2;
  grid-column: 1/3;
}

.hellspin-nt6f5z.hellspin-ds676y .hellspin-o8berr {
  grid-column: 2/3;
}

.hellspin-nt6f5z.hellspin-ds676y > .hellspin-bdkiui {
  grid-column: 1/2;
}

.hellspin-nt6f5z.hellspin-ds676y > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.hellspin-nt6f5z > p:first-of-type {
  margin-top: 0;
}

.hellspin-nt6f5z .hellspin-bdkiui {
  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;
}

.hellspin-ota0bn:not(._h1-block) .hellspin-up06vl ~ .hellspin-bdkiui {
  grid-row: 2/10;
}

.hellspin-ota0bn.hellspin-f9bzaw .hellspin-up06vl ~ .hellspin-bdkiui {
  grid-row: 1/10;
}

.hellspin-ota0bn.hellspin-f9bzaw > .hellspin-up06vl {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.hellspin-ota0bn.hellspin-f9bzaw .hellspin-bdkiui {
  grid-row: 1/10;
}

.hellspin-nt6f5z.hellspin-q8bc86 .hellspin-bdkiui {
  align-items: flex-start;
}

.hellspin-nt6f5z.hellspin-izmbtm .hellspin-o8berr {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.hellspin-nt6f5z.hellspin-izmbtm .hellspin-bdkiui {
  align-items: center;
}

.hellspin-nt6f5z.hellspin-xuqihp .hellspin-bdkiui {
  align-items: flex-end;
}

.hellspin-o8berr > :first-child {
  margin-top: 0;
}

.hellspin-o8berr > :last-child {
  margin-bottom: 0;
}

* + .hellspin-qxzv9h,
.hellspin-ota0bn + .hellspin-ota0bn {
  margin-top: 2rem;
}

.hellspin-k920gf td::before,
.hellspin-k920gf th::after {
  display: none !important;
}

.hellspin-k920gf #link-selector {
  color: #000;
}

.hellspin-k920gf .hellspin-izcee9 {
  color: #135e96;
}

.hellspin-k920gf .hellspin-vprijj *,
.hellspin-k920gf .hellspin-wu765y p,
.hellspin-k920gf .hellspin-xu5b70 * {
  color: #000;
}

.hellspin-k920gf .hellspin-m5185f {
  background: 0 0 !important;
}

.hellspin-k920gf .hellspin-42tzin {
  color: #000;
}

.hellspin-k920gf .hellspin-y6cxc9.hellspin-mxs9qf {
  color: #fff;
}

.hellspin-k920gf .hellspin-gbsd7q {
  color: #000;
}

.hellspin-k920gf
  .hellspin-czvhtc
  .hellspin-q2qjw4.hellspin-mxs9qf.hellspin-a3cm1o {
  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;
}

.hellspin-6tfubt,
body .hellspin-31aq1g {
  color: #000;
  background: var(--color-body) !important;
}

.hellspin-6tfubt .hellspin-w1yv2r .hellspin-dewkju,
body .hellspin-31aq1g .hellspin-w1yv2r .hellspin-dewkju {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hellspin-8r87d4:focus,
  .hellspin-8r87d4:hover {
    color: #f9cb16;
  }
  .hellspin-put4sr:focus,
  .hellspin-put4sr:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hellspin-c5dqok:focus img,
  .hellspin-c5dqok:focus svg,
  .hellspin-c5dqok:hover img,
  .hellspin-c5dqok:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .hellspin-i4lzws {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hellspin-jdov29:hover .hellspin-xsd06q svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .hellspin-xsd06q {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .hellspin-5wayvz {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .hellspin-j4b9iq {
    grid-template-columns: repeat(4, 1fr);
  }
  .hellspin-9i4b2k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .hellspin-yeev27 .hellspin-j8ruao {
    grid-template-columns: 1fr;
  }
  .hellspin-yeev27 .hellspin-25zyaw {
    -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;
  }
  .hellspin-yeev27 .hellspin-j7we6j {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hellspin-yeev27 .hellspin-gvr9z5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hellspin-yeev27 .hellspin-1a8h6f {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .hellspin-yeev27 .hellspin-j7we6j:not(:first-child) {
    border: none;
  }
  .hellspin-yeev27 .hellspin-j7we6j:first-child .hellspin-gvr9z5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .hellspin-yeev27 .hellspin-j7we6j:last-child .hellspin-gvr9z5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .hellspin-bvyo3t {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .hellspin-1cd3gr {
    max-width: 100px;
  }
  .hellspin-cimht1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hellspin-idulqb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hellspin-idulqb svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .hellspin-1hue4x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .hellspin-cimht1 + .hellspin-idulqb {
    margin-left: auto;
  }
  .hellspin-7gm4x7 {
    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;
  }
  .hellspin-7gm4x7.hellspin-oauxhd {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .hellspin-06xk7v {
    -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;
  }
  .hellspin-oennvm {
    width: 100%;
  }
  .hellspin-oennvm:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .hellspin-e8gqxp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .hellspin-e8gqxp svg {
    margin-right: 4px;
  }
  .hellspin-jdov29 {
    -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;
  }
  .hellspin-xsd06q svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hellspin-xsd06q {
    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;
  }
  .hellspin-2sy5cf {
    display: none;
    width: 100%;
  }
  .hellspin-jdov29.hellspin-oauxhd .hellspin-2sy5cf {
    padding: 0 0 0 48px;
  }
  .hellspin-ifvoyz {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .hellspin-i2bqif .hellspin-bdkiui {
    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;
  }
  .hellspin-awaw5u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hellspin-awaw5u + .hellspin-awaw5u {
    margin-right: 0;
  }
  .hellspin-awaw5u + .hellspin-bdkiui {
    margin: 0;
  }
  .hellspin-5wayvz {
    grid-template-columns: repeat(4, 1fr);
  }
  .hellspin-j4b9iq {
    grid-template-columns: repeat(3, 1fr);
  }
  .hellspin-5j7pnx,
  .hellspin-vb82om {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-nt6f5z {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hellspin-nt6f5z.hellspin-ds676y .hellspin-o8berr {
    grid-column: auto;
    grid-row: auto;
  }
  .hellspin-nt6f5z > .hellspin-up06vl {
    grid-column: 1/2;
  }
  .hellspin-nt6f5z.hellspin-ds676y > :not(.get-image) {
    grid-column: 1/2;
  }
  .hellspin-nt6f5z .hellspin-bdkiui,
  .hellspin-nt6f5z.hellspin-ds676y > .hellspin-bdkiui {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hellspin-nt6f5z.hellspin-ds676y > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .hellspin-ota0bn.hellspin-f9bzaw .hellspin-nt6f5z > .hellspin-bdkiui {
    grid-row: 1/2;
  }
  .hellspin-nt6f5z .hellspin-up06vl ~ .hellspin-bdkiui,
  .hellspin-nt6f5z.hellspin-ds676y .hellspin-up06vl ~ .hellspin-bdkiui {
    grid-row: 2/3;
  }
  .hellspin-ota0bn.hellspin-f9bzaw .hellspin-up06vl ~ .hellspin-bdkiui {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .hellspin-2wlkmm:first-child .hellspin-ez9drn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hellspin-2wlkmm:first-child .hellspin-ez9drn h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .hellspin-2wlkmm {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .hellspin-2wlkmm {
    padding: 0;
  }
  .hellspin-zdn37q {
    margin-top: 1rem;
  }
  .hellspin-tp0f10 {
    border-radius: 5px;
  }
  .hellspin-ava8y3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hellspin-0xudbi::after {
    display: inline-block;
  }
  .hellspin-0xudbi {
    margin: 0;
    width: 100%;
  }
  .hellspin-uc1n1b {
    width: 100%;
  }
  .hellspin-uc1n1b.hellspin-h9lpvy {
    -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%;
  }
  .hellspin-uc1n1b.hellspin-h9lpvy .hellspin-3y39xk {
    width: 100%;
  }
  .hellspin-uc1n1b.hellspin-h9lpvy .hellspin-3y39xk:not(:last-child) {
    margin-right: 0;
  }
  .hellspin-8r87d4 {
    width: 100%;
    text-align: center;
  }
  .hellspin-08symd.hellspin-oauxhd .hellspin-uc1n1b {
    margin-top: 1rem;
  }
  .hellspin-5wayvz {
    grid-template-columns: repeat(3, 1fr);
  }
  .hellspin-9i4b2k,
  .hellspin-j4b9iq {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-5j7pnx,
  .hellspin-vb82om,
  .hellspin-5xpjg1 {
    grid-template-columns: 1fr;
  }
  .hellspin-nyhtut {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .hellspin-dyg37v {
    min-width: 300px;
    max-width: 325px;
  }
  .hellspin-gvr9z5 {
    cursor: auto;
  }
  .hellspin-kns49z .hellspin-gvr9z5 {
    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;
  }
  .hellspin-996ssl {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .hellspin-2sy5cf {
    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) {
  .hellspin-996ssl {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.hellspin-awaw5u p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .hellspin-idulqb {
    margin: 0 -0.2rem;
  }
  .hellspin-awaw5u {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hellspin-mzh2t2 {
    -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;
  }
  .hellspin-4noz4v {
    max-width: 100%;
  }
  .hellspin-5wayvz {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-9i4b2k,
  .hellspin-j4b9iq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .hellspin-bvyo3t {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hellspin-idulqb {
    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;
  }
  .hellspin-j2mkpx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hellspin-oaemei {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hellspin-8fa2no,
  .hellspin-g7c1yj {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .hellspin-dszckh {
    width: 100%;
  }
  .hellspin-5wayvz {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .hellspin-996ssl {
    top: 127px !important;
  }
}

.hellspin-p20nfu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .hellspin-p20nfu {
  }
}

@media (max-width: 767px) {
  .hellspin-p20nfu {
    margin-bottom: 12px;
  }
}

.hellspin-p20nfu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.hellspin-6zilrm {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.hellspin-6zilrm > .hellspin-6pyr3t {
  flex: 1 1;
}

@media (max-width: 767px) {
  .hellspin-6zilrm {
    flex-direction: column;
    gap: 12px;
  }
}

.hellspin-e217ao {
  display: flex;
}

.hellspin-e217ao .hellspin-b8pymz {
  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;
}

.hellspin-e217ao .hellspin-onqwy5 {
  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;
}

.hellspin-e217ao .hellspin-99swus {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.hellspin-e217ao .hellspin-pvghlw {
  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));
  }
}

.hellspin-e217ao .hellspin-pvghlw:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hellspin-e217ao .hellspin-xt5prd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.hellspin-3kxgxm {
  border: unset;
  background-color: unset;
}

.hellspin-3kxgxm tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hellspin-3kxgxm .hellspin-5giknh,
.hellspin-3kxgxm .hellspin-qh839b {
  flex: 0 1 330px;
}

.hellspin-3kxgxm .hellspin-x5ct1t {
  flex: 1 1;
}

.hellspin-3kxgxm tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hellspin-3kxgxm tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.hellspin-3kxgxm tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.hellspin-3kxgxm tr td p {
  color: #fff;
  margin: 0;
}

.hellspin-3kxgxm tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.hellspin-3kxgxm tr.hellspin-5giknh td p {
  padding: 16px 0;
}

.hellspin-3kxgxm tr.hellspin-5giknh td p:not(:last-child),
.hellspin-3kxgxm tr.hellspin-qh839b td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.hellspin-3kxgxm tr.hellspin-5giknh td p:first-child,
.hellspin-3kxgxm tr.hellspin-qh839b td p:first-child {
  padding-top: 0;
}

.hellspin-3kxgxm tr.hellspin-qh839b td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hellspin-3kxgxm tr.hellspin-qh839b td p:last-child {
  padding-bottom: 0;
}

.hellspin-3kxgxm .hellspin-qh839b img {
  max-width: 32px;
}

.hellspin-3kxgxm .hellspin-x5ct1t {
  min-width: 718px;
}

.hellspin-3kxgxm .hellspin-x5ct1t td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.hellspin-3kxgxm .hellspin-x5ct1t td {
  display: flex;
}

.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-t880q1,
.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-104tki,
.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-1kdna7 {
  flex: 1 1 50%;
}

.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-1i90t5 {
  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;
}

.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-17ghwl,
.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-k2y3v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-t880q1,
.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-104tki {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-t880q1 span,
.hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-104tki span {
  font-weight: 800;
}

.hellspin-3kxgxm .hellspin-x5ct1t img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .hellspin-3kxgxm .hellspin-x5ct1t td .hellspin-1kdna7:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .hellspin-3kxgxm tr.hellspin-5giknh td p:last-child {
    padding-bottom: 0;
  }
  .hellspin-3kxgxm .hellspin-qh839b > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .hellspin-3kxgxm .hellspin-qh839b > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .hellspin-3kxgxm tr.hellspin-5giknh td p:not(:last-child),
  .hellspin-3kxgxm tr.hellspin-qh839b td p:not(:last-child) {
    border-bottom: unset;
  }
  .hellspin-3kxgxm tr.hellspin-qh839b td p:last-child {
    padding-bottom: 12px;
  }
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-t880q1,
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-104tki,
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-1kdna7 {
    flex: 1 1 50%;
    padding: 0;
  }
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-t880q1,
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-104tki {
    margin-top: 16px;
  }
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-1kdna7 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-t880q1 {
    border-right: 1px solid var(--border-color);
  }
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-1kdna7:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .hellspin-3kxgxm .hellspin-x5ct1t td:last-child .hellspin-1kdna7:last-child {
    padding-bottom: 0;
  }
}

.hellspin-1kdna7 {
  display: flex;
  flex-direction: column;
}

.hellspin-3kxgxm .hellspin-x5ct1t td .hellspin-1kdna7 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.hellspin-3kxgxm .hellspin-x5ct1t td .hellspin-1kdna7:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.hellspin-3kxgxm .hellspin-x5ct1t td .hellspin-1kdna7:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .hellspin-3kxgxm .hellspin-x5ct1t td .hellspin-1kdna7:not(:first-child) {
    padding-left: 0;
  }
  .hellspin-3kxgxm .hellspin-x5ct1t td .hellspin-1kdna7:not(:last-of-type) {
    border-right: unset;
  }
}

.hellspin-3kxgxm .hellspin-wsm9db {
  flex: 0 1 485px;
}

.hellspin-3kxgxm .hellspin-sl718e {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hellspin-3kxgxm .hellspin-sl718e li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-3kxgxm .hellspin-sl718e li.hellspin-i5rs5w {
  padding: 6px 12px;
}

.hellspin-3kxgxm .hellspin-sl718e li a,
.hellspin-3kxgxm .hellspin-sl718e 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;
}

.hellspin-3kxgxm .hellspin-mho3om,
.hellspin-3kxgxm .hellspin-cf5i79 {
  flex: 1 1;
}

.hellspin-3kxgxm .hellspin-5zp7c3,
.hellspin-3kxgxm .hellspin-kdb6y8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hellspin-3kxgxm .hellspin-5zp7c3 li,
.hellspin-3kxgxm .hellspin-kdb6y8 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hellspin-3kxgxm .hellspin-cf5i79 img {
  max-width: 32px;
}

.hellspin-3kxgxm .hellspin-mho3om img {
  max-width: 32px;
}

.hellspin-3kxgxm .hellspin-cw9s95 {
  min-width: 280px;
}

.hellspin-3kxgxm .hellspin-cw9s95 img {
  max-width: 146px;
}

.hellspin-3kxgxm .hellspin-cw9s95 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .hellspin-3kxgxm .hellspin-5giknh,
  .hellspin-3kxgxm .hellspin-qh839b {
    flex: 0 1 auto;
  }
  .hellspin-3kxgxm .hellspin-x5ct1t {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .hellspin-3kxgxm .hellspin-5giknh,
  .hellspin-3kxgxm .hellspin-wsm9db,
  .hellspin-3kxgxm .hellspin-qh839b,
  .hellspin-3kxgxm .hellspin-x5ct1t {
    flex: 1 1 calc(50% - 20px);
  }
  .hellspin-3kxgxm .hellspin-mho3om,
  .hellspin-3kxgxm .hellspin-cw9s95,
  .hellspin-3kxgxm .hellspin-cf5i79 {
    flex: 1 1 30%;
  }
  .hellspin-3kxgxm .hellspin-cw9s95 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .hellspin-3kxgxm .hellspin-5giknh,
  .hellspin-3kxgxm .hellspin-wsm9db,
  .hellspin-3kxgxm .hellspin-mho3om,
  .hellspin-3kxgxm .hellspin-qh839b,
  .hellspin-3kxgxm .hellspin-x5ct1t,
  .hellspin-3kxgxm .hellspin-cw9s95,
  .hellspin-3kxgxm .hellspin-cf5i79 {
    flex: 1 1 100%;
  }
}

.hellspin-h2h6nv .hellspin-cut3lf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hellspin-h2h6nv .hellspin-mbobwi {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.hellspin-h2h6nv .hellspin-t70tin {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.hellspin-h2h6nv .hellspin-9780yx {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-h2h6nv .hellspin-9780yx > :nth-child(3) {
  margin-top: 0;
}

.hellspin-h2h6nv .hellspin-bdkiui {
  grid-column: 2/3;
  grid-row: 1/10;
}

.hellspin-h2h6nv .hellspin-wdgi2c {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.hellspin-h2h6nv .hellspin-zdn37q {
  grid-column: 1/2;
}

.hellspin-h2h6nv > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.hellspin-h2h6nv .hellspin-mbobwi: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;
}

.hellspin-h2h6nv .hellspin-mbobwi:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.hellspin-h2h6nv .hellspin-dszckh {
  min-width: 240px;
}

@media (max-width: 768px) {
  .hellspin-h2h6nv .hellspin-mbobwi:not(:last-child):before {
    bottom: 8px;
  }
  .hellspin-h2h6nv .hellspin-mbobwi:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .hellspin-h2h6nv .hellspin-9780yx {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .hellspin-h2h6nv .hellspin-bdkiui {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .hellspin-h2h6nv .hellspin-bdkiui img {
    width: 100%;
    height: auto;
  }
  .hellspin-h2h6nv .hellspin-dszckh {
    width: 100%;
    min-width: unset;
  }
}

.hellspin-131069 .hellspin-fffdzr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.hellspin-131069 .hellspin-90dqzo {
  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;
}

.hellspin-131069 .hellspin-bdkiui {
  height: 100%;
}

.hellspin-131069 .hellspin-bdkiui img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.hellspin-131069 .hellspin-kga8zu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.hellspin-131069 .hellspin-0wvimf {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.hellspin-131069 .hellspin-g2wqsc {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .hellspin-131069 .hellspin-90dqzo {
    flex: 1 1 100%;
  }
  .hellspin-131069 .hellspin-p312nk {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hellspin-131069 .hellspin-90dqzo {
    flex-direction: column;
  }
  .hellspin-131069 .hellspin-bdkiui {
    width: 100%;
    height: auto;
  }
  .hellspin-131069 .hellspin-bdkiui img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .hellspin-131069 .hellspin-kga8zu {
    padding: 0 16px 16px 16px;
  }
  .hellspin-131069 .hellspin-p312nk {
    min-width: unset;
    width: 100%;
  }
}

.hellspin-m0lz5v .hellspin-qlkern {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.hellspin-m0lz5v .hellspin-zq8mb2 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.hellspin-m0lz5v 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;
}

.hellspin-m0lz5v .hellspin-iiwrlb {
  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;
}

.hellspin-m0lz5v .hellspin-zq8mb2:hover .hellspin-iiwrlb {
  display: flex;
}

.hellspin-m0lz5v .hellspin-bh5syp {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-m0lz5v .hellspin-w223k4 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.hellspin-2thf9s {
  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;
}

.hellspin-2thf9s.hellspin-807l1p {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.hellspin-mhwv8y ease-in-out;
}

.hellspin-2thf9s.hellspin-807l1p:hover {
  color: #f9cb16;
  background-color: transparent;
}

.hellspin-m0lz5v .hellspin-ht7mqp {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.hellspin-mhwv8y ease-in-out;
}

.hellspin-m0lz5v .hellspin-ht7mqp:hover {
  color: #196948;
  background-color: #f9cb16;
}

.hellspin-m0lz5v .hellspin-ht7mqp:after,
.hellspin-2thf9s.hellspin-807l1p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.hellspin-2thf9s.hellspin-807l1p:after {
  background-image: url(../images/Cash.svg);
}

.hellspin-m0lz5v .hellspin-ht7mqp:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .hellspin-m0lz5v .hellspin-qlkern {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .hellspin-m0lz5v .hellspin-qlkern {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hellspin-m0lz5v .hellspin-qlkern {
    grid-template-columns: 1fr;
  }
  .hellspin-m0lz5v .hellspin-zq8mb2 {
    height: auto;
  }
  .hellspin-m0lz5v .hellspin-zq8mb2 .hellspin-iiwrlb {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .hellspin-m0lz5v .hellspin-bh5syp,
  .hellspin-m0lz5v .hellspin-w223k4 {
    text-align: left;
  }
  .hellspin-m0lz5v .hellspin-w223k4 {
    margin-bottom: 8px;
  }
  .hellspin-m0lz5v img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.hellspin-s0zqdg {
  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;
}

.hellspin-s0zqdg.hellspin-vicksr {
  display: block;
}

.hellspin-s0zqdg .hellspin-79y202 {
  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;
}

.hellspin-s0zqdg .hellspin-sgljj7 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.hellspin-s0zqdg .hellspin-1b75s2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.hellspin-s0zqdg .hellspin-s1hoel {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.hellspin-s0zqdg .hellspin-2thf9s {
  min-width: 296px;
  margin-bottom: 0;
}

.hellspin-s0zqdg .hellspin-dgx0xj {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hellspin-s0zqdg .hellspin-oy1wxx {
  position: relative;
  flex: 1 1;
}

.hellspin-s0zqdg .hellspin-oy1wxx iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hellspin-s0zqdg .hellspin-sgljj7 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hellspin-s0zqdg .hellspin-1b75s2 {
    order: 1;
  }
  .hellspin-s0zqdg .hellspin-s1hoel {
    order: 3;
    flex: 1 1 100%;
  }
  .hellspin-s0zqdg .hellspin-2thf9s {
    width: 100%;
    min-width: unset;
  }
  .hellspin-s0zqdg .hellspin-dgx0xj {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hellspin-nt6f5z > .hellspin-up06vl {
    margin-bottom: 0;
  }
  .hellspin-nt6f5z > .hellspin-zdn37q,
  .hellspin-nt6f5z > p {
    margin-top: 0;
  }
}

.hellspin-d77qa3 img,
.hellspin-awaw5u img {
  width: auto;
  object-fit: contain;
}

.hellspin-d77qa3 {
  align-items: center;
}

.hellspin-d77qa3 img {
  max-height: 76px;
}

.hellspin-awaw5u img {
  max-height: 64px;
}

.hellspin-hlkzfw {
  overflow: auto;
}

.hellspin-f3o1fb {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.hellspin-9dzhwr:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.hellspin-4qz44j {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.hellspin-5inrfu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hellspin-4qz44j .hellspin-bdkiui {
  margin-right: 20px;
  flex-shrink: 0;
}

.hellspin-4qz44j img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.hellspin-6uep82 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.hellspin-6uep82 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-4qz44j {
    padding: 15px 10px;
  }
  .hellspin-6uep82 {
    padding: 15px 10px;
  }
  .hellspin-4qz44j .hellspin-bdkiui {
    margin-right: 10px;
  }
}

.hellspin-880vqr {
  overflow-x: auto;
}

.hellspin-uc6mul {
  border-collapse: collapse;
  width: 100%;
}

.hellspin-880vqr th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.hellspin-880vqr td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.hellspin-880vqr td.hellspin-3w86la {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.hellspin-880vqr td.hellspin-mzqf5z {
  border-right: none;
}

.hellspin-880vqr td.hellspin-mzqf5z .hellspin-bdkiui {
  justify-content: flex-start;
}

.hellspin-880vqr td.hellspin-mzqf5z .hellspin-bdkiui img {
  height: auto;
  width: 90px;
}

.hellspin-880vqr td.hellspin-5ubsk0,
.hellspin-880vqr td.hellspin-jtcibq {
  font-weight: 600;
  text-align: right;
}

.hellspin-880vqr td.hellspin-q3inqr,
.hellspin-880vqr td.hellspin-5ubsk0 {
  padding-bottom: 10px;
  border-bottom: none;
}

.hellspin-880vqr td.hellspin-5ubsk0,
.hellspin-880vqr td.hellspin-jtcibq {
  border-left: none;
}

.hellspin-880vqr td.hellspin-q3inqr,
.hellspin-880vqr td.hellspin-l6i4i1 {
  border-right: none;
}

.hellspin-880vqr td.hellspin-l6i4i1,
.hellspin-880vqr td.hellspin-jtcibq {
  border-top: none;
  padding-top: 10px;
}

.hellspin-ihn1ip {
  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;
}

.hellspin-ihn1ip .hellspin-p312nk {
  min-width: unset;
  width: 100%;
}

.hellspin-ihn1ip .hellspin-p312nk.hellspin-40nk8f {
  grid-column: 1/2;
  grid-row: 1/2;
}

.hellspin-ihn1ip .hellspin-p312nk.hellspin-ues5ae {
  grid-column: 2/3;
  grid-row: 1/2;
}

.hellspin-ihn1ip .hellspin-s8jkom {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-ihn1ip {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hellspin-ihn1ip .hellspin-p312nk.hellspin-40nk8f {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hellspin-ihn1ip .hellspin-p312nk.hellspin-ues5ae {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .hellspin-ihn1ip .hellspin-s8jkom {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.hellspin-r4fvhg {
  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;
}

.hellspin-1irv0n {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.hellspin-id7q6o p a img {
  margin: 0 auto;
  display: block;
}

.hellspin-id7q6o table {
  margin-bottom: 17px;
}

/* contanct form */
.hellspin-3i5oh1 {
  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;
}

.hellspin-3i5oh1 label {
  font-size: 14px;
}

.hellspin-3i5oh1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-3i5oh1 input,
.hellspin-3i5oh1 textarea,
.hellspin-3i5oh1 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;
}
.hellspin-3i5oh1 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-mhwv8y ease;
}
.hellspin-3i5oh1 button:hover {
  background-color: #691204;
}
.hellspin-k9k3nz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-a5demj ease-in;
}

.hellspin-k9k3nz 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;
}
.hellspin-r2tn59, .hellspin-c70wpj, [class*="review-card"],
thead, thead th, table th, .hellspin-csbitm,
.hellspin-8857iw, [class*="collapsible-header"],
.hellspin-w2smi0, [class*="updated-block"] {
  color: #ece7dc !important;
}
