@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-uy8brc {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-fojk1l {
  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-c86oph,
ul.hellspin-c86oph {
  padding-left: 20px;
}

ul.hellspin-c86oph {
  list-style: disc;
}

ol.hellspin-c86oph {
  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-6he2es > .hellspin-zu4iyw,
.hellspin-6he2es > .hellspin-0asjb4,
.hellspin-6he2es > blockquote,
.hellspin-6he2es > h1,
.hellspin-6he2es > h2,
.hellspin-6he2es > h3,
.hellspin-6he2es > h4,
.hellspin-6he2es > h5,
.hellspin-6he2es > h6,
.hellspin-6he2es > ol,
.hellspin-6he2es > p,
.hellspin-6he2es > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-6he2es > ol,
.hellspin-6he2es > ul {
  padding-left: 50px;
}

.hellspin-6he2es 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-6he2es:not(:last-child) {
  margin-bottom: 2rem;
}

.hellspin-6he2es > :not(:first-child) {
  margin-top: 2rem;
}

.hellspin-6he2es {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hellspin-6he2es:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hellspin-6he2es:first-child {
    margin-top: 20px;
  }
}

.hellspin-6he2es > p:last-of-type {
  margin-bottom: 32px;
}

.hellspin-6he2es > .hellspin-l00kjk:not(:first-child) {
  margin: 64px auto 16px auto;
}

.hellspin-zq184i > .hellspin-l00kjk {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-0asjb4 {
  overflow: auto;
}

.hellspin-0asjb4::-webkit-scrollbar {
  height: 5px;
}

.hellspin-0asjb4 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.hellspin-0asjb4 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.hellspin-0asjb4 table thead,
table thead {
  border-bottom: none;
}

.hellspin-0asjb4 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.hellspin-0asjb4 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.hellspin-0asjb4 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.hellspin-0asjb4 .hellspin-bqriwj {
  table-layout: auto;
}

.hellspin-0asjb4 .hellspin-bqriwj th {
  word-break: normal;
}

.hellspin-0asjb4 .hellspin-bqriwj td {
  word-break: normal;
}

.hellspin-uy8brc .hellspin-uy8brc {
  padding-right: 0;
  padding-left: 0;
}

.hellspin-8maa1d {
  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-ogh25z {
  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-961jzw {
  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-zu4iyw {
  margin-top: 24px;
}

.hellspin-zu4iyw.hellspin-ar4n03 {
  text-align: left;
}

.hellspin-zu4iyw.hellspin-xil4h9 {
  text-align: right;
}

.hellspin-zu4iyw.hellspin-xm81zx {
  text-align: center;
}

.hellspin-q7bh3f {
  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-w2oy6n ease-in-out;
  cursor: pointer;
}

.hellspin-q7bh3f:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.hellspin-q7bh3f {
  min-width: 328px;
}

@media (max-width: 768px) {
  .hellspin-q7bh3f {
    min-width: unset;
  }
}

.hellspin-64erky {
  background-color: var(--fh-bg-color);
}

.hellspin-wb99al {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.hellspin-stsos1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.hellspin-stsos1 img {
  max-height: 80px;
  object-fit: contain;
}

.hellspin-4l5zlu {
  flex: 1 1;
}

.hellspin-gcldau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.hellspin-fhq3xi {
  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-fhq3xi 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-fhq3xi.hellspin-ceb8n1 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.hellspin-fhq3xi.hellspin-ceb8n1 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.hellspin-fhq3xi.hellspin-ceb8n1 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.hellspin-4l5zlu + .hellspin-gcldau {
  margin-left: 20px;
}

.hellspin-1y8u9u {
  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-1y8u9u > svg {
  max-width: 24px;
  max-height: 24px;
}

.hellspin-1y8u9u + .hellspin-1y8u9u {
  margin-left: 5px;
}

.hellspin-84ijtt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.hellspin-84ijtt:hover {
  background-color: var(--button-bg-hover);
}

.hellspin-lhfeoh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.hellspin-w2oy6n ease-in-out;
  border: 1px solid var(--border-color);
}

.hellspin-lhfeoh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.hellspin-tcajud {
  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-4l5zlu {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .hellspin-tcajud {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hellspin-4l5zlu {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .hellspin-1y8u9u {
    min-width: unset;
    flex: 1 1;
  }
}

.hellspin-kvj3nb {
  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-kvj3nb:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hellspin-kvj3nb:hover .hellspin-lhffap {
  opacity: 1;
  pointer-events: auto;
}

.hellspin-i85akj {
  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-iukxhw ease-in-out;
  gap: 4px;
}

.hellspin-i85akj > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hellspin-i85akj .hellspin-8maa1d img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hellspin-uy3pv9,
.hellspin-i85akj:hover {
  color: var(--button-bg-hover);
}

.hellspin-cqbeyi {
  position: relative;
}

.hellspin-cqbeyi .hellspin-i85akj {
  margin-right: 0;
  padding-right: 4px;
}

.hellspin-3q76za svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hellspin-cqbeyi.hellspin-ceb8n1 .hellspin-3q76za svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.hellspin-cqbeyi.hellspin-ceb8n1 .hellspin-lhffap {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.hellspin-cqbeyi.hellspin-ceb8n1 .hellspin-lhffap::before {
  display: none;
}

.hellspin-3q76za svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.hellspin-lhffap {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.hellspin-jcu2ck 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.hellspin-lhffap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.hellspin-lhffap:hover {
  color: var(--fh-bg-color);
}

.hellspin-kv5gqb {
  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-jcu2ck 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.hellspin-iukxhw ease-in-out;
  -o-transition: 0.hellspin-iukxhw ease-in-out;
  transition: 0.hellspin-iukxhw ease-in-out;
}

.hellspin-kv5gqb .hellspin-8maa1d img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hellspin-dt16fd,
.hellspin-kv5gqb:hover {
  color: var(--button-bg-hover);
}

.hellspin-gdwbvs {
  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-gdwbvs.hellspin-9h12r2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.hellspin-gdwbvs.hellspin-9h12r2:after,
.hellspin-gdwbvs.hellspin-9h12r2:before {
  content: "";
  position: absolute;
  margin: auto;
}

.hellspin-gdwbvs.hellspin-9h12r2: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-gdwbvs.hellspin-9h12r2:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.hellspin-gdwbvs.hellspin-9h12r2 > * {
  z-index: 1;
}

.hellspin-gdwbvs b,
.hellspin-gdwbvs strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.hellspin-gdwbvs .hellspin-8oujes {
  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-gdwbvs .hellspin-c4sweo {
  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-gdwbvs .hellspin-8maa1d {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.hellspin-gdwbvs .hellspin-dejyp1 {
  margin-top: 12px;
}

.hellspin-dejyp1 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.hellspin-wos93t {
  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-dejyp1 .hellspin-8l8ixe {
  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-w2oy6n ease-in-out;
}

.hellspin-dejyp1 .hellspin-8l8ixe:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hellspin-hhrtrx {
  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-gdwbvs.hellspin-qrgxtd {
  gap: 12px;
  padding: 16px;
}

.hellspin-gdwbvs.hellspin-qrgxtd .hellspin-hhrtrx {
  min-width: 240px;
}

.hellspin-gdwbvs.hellspin-qrgxtd .hellspin-hhrtrx.hellspin-e4ic1b {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .hellspin-gdwbvs .hellspin-8oujes {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .hellspin-gdwbvs .hellspin-c4sweo {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .hellspin-gdwbvs .hellspin-8maa1d {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd .hellspin-8maa1d {
    max-width: 126px;
  }
  .hellspin-gdwbvs .hellspin-dejyp1 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .hellspin-gdwbvs .hellspin-wos93t {
    max-width: unset;
  }
  .hellspin-hhrtrx {
    min-width: unset;
    width: 100%;
  }
  .hellspin-gdwbvs .hellspin-hhrtrx {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd {
    grid-template-rows: auto 1fr auto;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd .hellspin-hhrtrx {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .hellspin-gdwbvs {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .hellspin-gdwbvs .hellspin-8oujes {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .hellspin-gdwbvs .hellspin-8maa1d {
    max-width: 78px;
  }
  .hellspin-gdwbvs .hellspin-dejyp1 {
    margin-top: -12px;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd {
    gap: 8px;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd .hellspin-8oujes {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd .hellspin-c4sweo {
    grid-column: 1/3;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd .hellspin-8maa1d {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .hellspin-gdwbvs.hellspin-qrgxtd .hellspin-8maa1d img {
    max-width: 114px;
  }
}

.hellspin-hhrtrx.hellspin-x3kku2,
.hellspin-hhrtrx.hellspin-pappqj,
.hellspin-hhrtrx.hellspin-6gi8r7 {
  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-w2oy6n ease-in-out;
}

.hellspin-hhrtrx.hellspin-x3kku2,
.hellspin-hhrtrx.hellspin-6gi8r7 {
  padding: 10px;
}

.hellspin-hhrtrx.hellspin-x3kku2:hover,
.hellspin-hhrtrx.hellspin-pappqj:hover,
.hellspin-hhrtrx.hellspin-6gi8r7:hover {
  background: var(--button-bg-hover);
}

.hellspin-hhrtrx.hellspin-x3kku2:hover svg path,
.hellspin-hhrtrx.hellspin-6gi8r7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.hellspin-hhrtrx.hellspin-e4ic1b {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.hellspin-w2oy6n ease-in-out;
  background: var(--button-bg-color);
}

.hellspin-hhrtrx.hellspin-e4ic1b:hover {
  background-color: var(--button-bg-hover);
}

.hellspin-hhrtrx.hellspin-pappqj: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-hhrtrx.hellspin-pappqj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hellspin-hhrtrx.hellspin-e4ic1b:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hellspin-fpmwql {
  max-width: 650px;
}

.hellspin-wrhbm4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.hellspin-62f5lu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hellspin-ra4dzw {
  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-iukxhw ease-in-out;
  cursor: pointer;
}

.hellspin-ra4dzw:hover {
  opacity: 0.5;
}

.hellspin-ra4dzw:focus {
  outline: 0;
}

.hellspin-ra4dzw:focus .hellspin-soju4v,
.hellspin-ra4dzw:hover .hellspin-soju4v {
  fill: red;
  fill-opacity: 1;
}

.hellspin-ra4dzw:hover {
  cursor: pointer;
}

.hellspin-dhzb8m {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.hellspin-fpmwql.hellspin-xm81zx {
  margin: 0 auto;
}

.hellspin-fpmwql.hellspin-xil4h9 {
  margin-left: auto;
}

.hellspin-i20z0v {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.hellspin-swfxwx {
  padding-bottom: 50px;
}

.hellspin-a3gg9f {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.hellspin-6f2uxb {
  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-fujzi2 {
  margin-top: 24px;
}

.hellspin-ujb357 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hellspin-xm4t6p {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.hellspin-g33t2v {
  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-the2wj {
  width: 468px;
}

.hellspin-g33t2v .hellspin-lhffap {
  margin: 0.hellspin-ezbugx 0;
}

.hellspin-q0q2y2 {
  display: flex;
  min-width: 224px;
}

.hellspin-flpjso {
  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-iukxhw ease-in-out;
}

.hellspin-aqizzp,
.hellspin-flpjso:hover {
  color: var(--text-color);
}

.hellspin-g6lubq {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.hellspin-jdxmop {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hellspin-i20z0v {
    padding: 16px;
  }
  .hellspin-g6lubq {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .hellspin-jdxmop {
    align-items: center;
  }
  .hellspin-the2wj {
    width: unset;
  }
  .hellspin-q0q2y2 {
    min-width: unset;
  }
  .hellspin-g33t2v {
    max-height: unset;
  }
  .hellspin-a3gg9f {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hellspin-i20z0v {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.hellspin-l42iji {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hellspin-l42iji:not(:last-child) {
  margin-bottom: 16px;
}

.hellspin-hlzw2l {
  outline: 0;
}

.hellspin-hlzw2l .hellspin-gmes6t {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.hellspin-f3fnnk {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .hellspin-f3fnnk {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.hellspin-f3fnnk::-webkit-details-marker {
  display: none;
}

.hellspin-f3fnnk: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-f3fnnk: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-f3fnnk:after {
  transform: unset;
}

.hellspin-gmes6t {
  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-gmes6t 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-iukxhw ease-in-out;
  -o-transition: 0.hellspin-iukxhw ease-in-out;
  transition: 0.hellspin-iukxhw ease-in-out;
}

.hellspin-og4j8r {
  padding: 16px 0 0 0;
}

.hellspin-og4j8r * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .hellspin-og4j8r :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-f3fnnk {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hellspin-f3fnnk::after {
    margin-left: auto;
  }
  .hellspin-gmes6t {
    order: 3;
    flex: 1 1 100%;
  }
  .hellspin-f3fnnk {
    font-size: 14px;
    line-height: 130%;
  }
  .hellspin-gmes6t svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.hellspin-85jli8 {
  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-mggtji {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.hellspin-85jli8.hellspin-ceb8n1 .hellspin-mggtji {
  margin-bottom: 12px;
}

.hellspin-mggtji::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-85jli8.hellspin-ceb8n1 .hellspin-mggtji::after {
  transform: unset;
}

.hellspin-k0g04i {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.hellspin-aqijuq {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.hellspin-iukxhw ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.hellspin-aqijuq: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-85jli8.hellspin-ceb8n1 .hellspin-k0g04i {
  max-height: 100%;
}

.hellspin-osq0lv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.hellspin-x43nch {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.hellspin-j7t6sy {
  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-3gmove {
  margin-right: 4px;
}

.hellspin-rhunrc {
  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-iukxhw ease-in-out;
}

.hellspin-rhunrc svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.hellspin-mx6o3b,
.hellspin-rhunrc:hover {
  color: var(--text-color);
}

.hellspin-90e374 {
  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-90e374 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.hellspin-90e374 .hellspin-ir1e05 {
  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-90e374 .hellspin-bp7kt9 {
  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-pwipz6 {
  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-uen1pf {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hellspin-j98sbe .hellspin-uy8brc {
  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-j98sbe {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.hellspin-kwrw3s {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.hellspin-u31rc5 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.hellspin-8bhone {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.hellspin-rqltxb 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-8bhone:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hellspin-ur3ire {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.hellspin-m6ii10 {
  -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-iukxhw ease-in-out;
  transition: transform 0.hellspin-iukxhw ease-in-out;
  -o-transition: transform 0.hellspin-iukxhw ease-in-out;
  transition:
    transform 0.hellspin-iukxhw ease-in-out,
    -webkit-transform 0.hellspin-iukxhw ease-in-out;
  cursor: pointer;
}

.hellspin-m6ii10 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.hellspin-m6ii10: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-v7plsd {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .hellspin-v7plsd {
    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-4m9yam {
  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-915fmo {
  position: relative;
  width: 100%;
}

.hellspin-4m9yam.hellspin-gpucjq {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hellspin-4m9yam.hellspin-xm81zx {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hellspin-4m9yam.hellspin-xil4h9 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hellspin-mwgp9a {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.hellspin-rig9e1 {
  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-iukxhw ease-in-out;
  cursor: pointer;
}

.hellspin-rig9e1:hover {
  opacity: 0.5;
}

.hellspin-4m9yam.hellspin-p0bkdz .hellspin-rig9e1 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hellspin-4m9yam.hellspin-p0bkdz .hellspin-mwgp9a {
  cursor: pointer;
}

.hellspin-h7weqc {
  fill: #0009;
}

.hellspin-zxoz2i {
  fill: #fff;
}

.hellspin-rig9e1:hover .hellspin-h7weqc {
  fill: red;
}

.hellspin-rig9e1 svg path {
  -webkit-transition: 0.hellspin-iukxhw ease-in-out;
  -o-transition: 0.hellspin-iukxhw ease-in-out;
  transition: 0.hellspin-iukxhw ease-in-out;
}

.hellspin-w6t3ql {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.hellspin-w6t3ql > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.hellspin-w6t3ql.hellspin-5damlc > :not(.get-image) {
  grid-column: 1/3;
}

.hellspin-5f0iq7:not(._h1-block) .hellspin-w6t3ql > .hellspin-l00kjk {
  grid-row: 1/2;
  grid-column: 1/3;
}

.hellspin-w6t3ql.hellspin-5damlc .hellspin-lxvto4 {
  grid-column: 2/3;
}

.hellspin-w6t3ql.hellspin-5damlc > .hellspin-8maa1d {
  grid-column: 1/2;
}

.hellspin-w6t3ql.hellspin-5damlc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.hellspin-w6t3ql > p:first-of-type {
  margin-top: 0;
}

.hellspin-w6t3ql .hellspin-8maa1d {
  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-5f0iq7:not(._h1-block) .hellspin-l00kjk ~ .hellspin-8maa1d {
  grid-row: 2/10;
}

.hellspin-5f0iq7.hellspin-p2wqm4 .hellspin-l00kjk ~ .hellspin-8maa1d {
  grid-row: 1/10;
}

.hellspin-5f0iq7.hellspin-p2wqm4 > .hellspin-l00kjk {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.hellspin-5f0iq7.hellspin-p2wqm4 .hellspin-8maa1d {
  grid-row: 1/10;
}

.hellspin-w6t3ql.hellspin-jwdt33 .hellspin-8maa1d {
  align-items: flex-start;
}

.hellspin-w6t3ql.hellspin-xm81zx .hellspin-lxvto4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.hellspin-w6t3ql.hellspin-xm81zx .hellspin-8maa1d {
  align-items: center;
}

.hellspin-w6t3ql.hellspin-rp4v4x .hellspin-8maa1d {
  align-items: flex-end;
}

.hellspin-lxvto4 > :first-child {
  margin-top: 0;
}

.hellspin-lxvto4 > :last-child {
  margin-bottom: 0;
}

* + .hellspin-mrbv7w,
.hellspin-5f0iq7 + .hellspin-5f0iq7 {
  margin-top: 2rem;
}

.hellspin-yuzyzd td::before,
.hellspin-yuzyzd th::after {
  display: none !important;
}

.hellspin-yuzyzd #link-selector {
  color: #000;
}

.hellspin-yuzyzd .hellspin-gnl4gh {
  color: #135e96;
}

.hellspin-yuzyzd .hellspin-a66str *,
.hellspin-yuzyzd .hellspin-hrxhur p,
.hellspin-yuzyzd .hellspin-ppi2xl * {
  color: #000;
}

.hellspin-yuzyzd .hellspin-67u967 {
  background: 0 0 !important;
}

.hellspin-yuzyzd .hellspin-xpws3k {
  color: #000;
}

.hellspin-yuzyzd .hellspin-e1dhug.hellspin-7mo9fz {
  color: #fff;
}

.hellspin-yuzyzd .hellspin-dkze02 {
  color: #000;
}

.hellspin-yuzyzd
  .hellspin-eqrrw4
  .hellspin-7ndvdx.hellspin-7mo9fz.hellspin-6zrybc {
  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-j1vmo2,
body .hellspin-tknmpt {
  color: #000;
  background: var(--color-body) !important;
}

.hellspin-j1vmo2 .hellspin-3uvuo8 .hellspin-z1wter,
body .hellspin-tknmpt .hellspin-3uvuo8 .hellspin-z1wter {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hellspin-aqijuq:focus,
  .hellspin-aqijuq:hover {
    color: #f9cb16;
  }
  .hellspin-trth5a:focus,
  .hellspin-trth5a:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hellspin-uuztk7:focus img,
  .hellspin-uuztk7:focus svg,
  .hellspin-uuztk7:hover img,
  .hellspin-uuztk7:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .hellspin-90e374 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hellspin-cqbeyi:hover .hellspin-3q76za svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .hellspin-3q76za {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .hellspin-hgdrtd {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .hellspin-ynhok1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .hellspin-3cf0jg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .hellspin-3vb2tp .hellspin-1v36nz {
    grid-template-columns: 1fr;
  }
  .hellspin-3vb2tp .hellspin-yzk9q3 {
    -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-3vb2tp .hellspin-7urf9t {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hellspin-3vb2tp .hellspin-qrylqk {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hellspin-3vb2tp .hellspin-dldk48 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .hellspin-3vb2tp .hellspin-7urf9t:not(:first-child) {
    border: none;
  }
  .hellspin-3vb2tp .hellspin-7urf9t:first-child .hellspin-qrylqk {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .hellspin-3vb2tp .hellspin-7urf9t:last-child .hellspin-qrylqk {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .hellspin-wb99al {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .hellspin-stsos1 {
    max-width: 100px;
  }
  .hellspin-4l5zlu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hellspin-gcldau {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hellspin-gcldau svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .hellspin-fhq3xi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .hellspin-4l5zlu + .hellspin-gcldau {
    margin-left: auto;
  }
  .hellspin-u6j0xf {
    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-u6j0xf.hellspin-ceb8n1 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .hellspin-tcajud {
    -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-kvj3nb {
    width: 100%;
  }
  .hellspin-kvj3nb:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .hellspin-i85akj {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .hellspin-i85akj svg {
    margin-right: 4px;
  }
  .hellspin-cqbeyi {
    -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-3q76za svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hellspin-3q76za {
    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-lhffap {
    display: none;
    width: 100%;
  }
  .hellspin-cqbeyi.hellspin-ceb8n1 .hellspin-lhffap {
    padding: 0 0 0 48px;
  }
  .hellspin-kv5gqb {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .hellspin-6f2uxb .hellspin-8maa1d {
    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-ml8y8p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hellspin-ml8y8p + .hellspin-ml8y8p {
    margin-right: 0;
  }
  .hellspin-ml8y8p + .hellspin-8maa1d {
    margin: 0;
  }
  .hellspin-hgdrtd {
    grid-template-columns: repeat(4, 1fr);
  }
  .hellspin-ynhok1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .hellspin-m8h1iw,
  .hellspin-auvchj {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-w6t3ql {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hellspin-w6t3ql.hellspin-5damlc .hellspin-lxvto4 {
    grid-column: auto;
    grid-row: auto;
  }
  .hellspin-w6t3ql > .hellspin-l00kjk {
    grid-column: 1/2;
  }
  .hellspin-w6t3ql.hellspin-5damlc > :not(.get-image) {
    grid-column: 1/2;
  }
  .hellspin-w6t3ql .hellspin-8maa1d,
  .hellspin-w6t3ql.hellspin-5damlc > .hellspin-8maa1d {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hellspin-w6t3ql.hellspin-5damlc > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .hellspin-5f0iq7.hellspin-p2wqm4 .hellspin-w6t3ql > .hellspin-8maa1d {
    grid-row: 1/2;
  }
  .hellspin-w6t3ql .hellspin-l00kjk ~ .hellspin-8maa1d,
  .hellspin-w6t3ql.hellspin-5damlc .hellspin-l00kjk ~ .hellspin-8maa1d {
    grid-row: 2/3;
  }
  .hellspin-5f0iq7.hellspin-p2wqm4 .hellspin-l00kjk ~ .hellspin-8maa1d {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .hellspin-6he2es:first-child .hellspin-2hpwhw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hellspin-6he2es:first-child .hellspin-2hpwhw h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .hellspin-6he2es {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .hellspin-6he2es {
    padding: 0;
  }
  .hellspin-zu4iyw {
    margin-top: 1rem;
  }
  .hellspin-hlzw2l {
    border-radius: 5px;
  }
  .hellspin-mh4ggz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hellspin-mggtji::after {
    display: inline-block;
  }
  .hellspin-mggtji {
    margin: 0;
    width: 100%;
  }
  .hellspin-k0g04i {
    width: 100%;
  }
  .hellspin-k0g04i.hellspin-9foga1 {
    -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-k0g04i.hellspin-9foga1 .hellspin-rozaj7 {
    width: 100%;
  }
  .hellspin-k0g04i.hellspin-9foga1 .hellspin-rozaj7:not(:last-child) {
    margin-right: 0;
  }
  .hellspin-aqijuq {
    width: 100%;
    text-align: center;
  }
  .hellspin-85jli8.hellspin-ceb8n1 .hellspin-k0g04i {
    margin-top: 1rem;
  }
  .hellspin-hgdrtd {
    grid-template-columns: repeat(3, 1fr);
  }
  .hellspin-3cf0jg,
  .hellspin-ynhok1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-m8h1iw,
  .hellspin-auvchj,
  .hellspin-l2lava {
    grid-template-columns: 1fr;
  }
  .hellspin-2ogtns {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .hellspin-r9y776 {
    min-width: 300px;
    max-width: 325px;
  }
  .hellspin-qrylqk {
    cursor: auto;
  }
  .hellspin-g08kfi .hellspin-qrylqk {
    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-v7plsd {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .hellspin-lhffap {
    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-v7plsd {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.hellspin-ml8y8p p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .hellspin-gcldau {
    margin: 0 -0.2rem;
  }
  .hellspin-ml8y8p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hellspin-fhdxq0 {
    -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-dwnpiv {
    max-width: 100%;
  }
  .hellspin-hgdrtd {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-3cf0jg,
  .hellspin-ynhok1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .hellspin-wb99al {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hellspin-gcldau {
    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-64erky {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hellspin-1y8u9u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hellspin-a9frgy,
  .hellspin-d6474f {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .hellspin-q7bh3f {
    width: 100%;
  }
  .hellspin-hgdrtd {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .hellspin-v7plsd {
    top: 127px !important;
  }
}

.hellspin-ad38h6 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .hellspin-ad38h6 {
  }
}

@media (max-width: 767px) {
  .hellspin-ad38h6 {
    margin-bottom: 12px;
  }
}

.hellspin-ad38h6 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.hellspin-mcc94w {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.hellspin-mcc94w > .hellspin-k97l8w {
  flex: 1 1;
}

@media (max-width: 767px) {
  .hellspin-mcc94w {
    flex-direction: column;
    gap: 12px;
  }
}

.hellspin-hg9swb {
  display: flex;
}

.hellspin-hg9swb .hellspin-9583b1 {
  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-hg9swb .hellspin-dxxprn {
  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-hg9swb .hellspin-328crt {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.hellspin-hg9swb .hellspin-braxdt {
  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-hg9swb .hellspin-braxdt:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hellspin-hg9swb .hellspin-68rff9 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.hellspin-o7mvmz {
  border: unset;
  background-color: unset;
}

.hellspin-o7mvmz tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hellspin-o7mvmz .hellspin-dc6635,
.hellspin-o7mvmz .hellspin-5fde5a {
  flex: 0 1 330px;
}

.hellspin-o7mvmz .hellspin-ch6iem {
  flex: 1 1;
}

.hellspin-o7mvmz 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-o7mvmz tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.hellspin-o7mvmz tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.hellspin-o7mvmz tr td p {
  color: #fff;
  margin: 0;
}

.hellspin-o7mvmz tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.hellspin-o7mvmz tr.hellspin-dc6635 td p {
  padding: 16px 0;
}

.hellspin-o7mvmz tr.hellspin-dc6635 td p:not(:last-child),
.hellspin-o7mvmz tr.hellspin-5fde5a td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.hellspin-o7mvmz tr.hellspin-dc6635 td p:first-child,
.hellspin-o7mvmz tr.hellspin-5fde5a td p:first-child {
  padding-top: 0;
}

.hellspin-o7mvmz tr.hellspin-5fde5a td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hellspin-o7mvmz tr.hellspin-5fde5a td p:last-child {
  padding-bottom: 0;
}

.hellspin-o7mvmz .hellspin-5fde5a img {
  max-width: 32px;
}

.hellspin-o7mvmz .hellspin-ch6iem {
  min-width: 718px;
}

.hellspin-o7mvmz .hellspin-ch6iem td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.hellspin-o7mvmz .hellspin-ch6iem td {
  display: flex;
}

.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-piy9wg,
.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-hyslfy,
.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-6h1236 {
  flex: 1 1 50%;
}

.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-su0v0s {
  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-o7mvmz .hellspin-ch6iem td:last-child .hellspin-2knpiq,
.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-b7d2p4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-piy9wg,
.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-hyslfy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-piy9wg span,
.hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-hyslfy span {
  font-weight: 800;
}

.hellspin-o7mvmz .hellspin-ch6iem img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .hellspin-o7mvmz .hellspin-ch6iem td .hellspin-6h1236:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .hellspin-o7mvmz tr.hellspin-dc6635 td p:last-child {
    padding-bottom: 0;
  }
  .hellspin-o7mvmz .hellspin-5fde5a > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .hellspin-o7mvmz .hellspin-5fde5a > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .hellspin-o7mvmz tr.hellspin-dc6635 td p:not(:last-child),
  .hellspin-o7mvmz tr.hellspin-5fde5a td p:not(:last-child) {
    border-bottom: unset;
  }
  .hellspin-o7mvmz tr.hellspin-5fde5a td p:last-child {
    padding-bottom: 12px;
  }
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-piy9wg,
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-hyslfy,
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-6h1236 {
    flex: 1 1 50%;
    padding: 0;
  }
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-piy9wg,
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-hyslfy {
    margin-top: 16px;
  }
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-6h1236 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-piy9wg {
    border-right: 1px solid var(--border-color);
  }
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-6h1236:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .hellspin-o7mvmz .hellspin-ch6iem td:last-child .hellspin-6h1236:last-child {
    padding-bottom: 0;
  }
}

.hellspin-6h1236 {
  display: flex;
  flex-direction: column;
}

.hellspin-o7mvmz .hellspin-ch6iem td .hellspin-6h1236 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.hellspin-o7mvmz .hellspin-ch6iem td .hellspin-6h1236:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.hellspin-o7mvmz .hellspin-ch6iem td .hellspin-6h1236:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .hellspin-o7mvmz .hellspin-ch6iem td .hellspin-6h1236:not(:first-child) {
    padding-left: 0;
  }
  .hellspin-o7mvmz .hellspin-ch6iem td .hellspin-6h1236:not(:last-of-type) {
    border-right: unset;
  }
}

.hellspin-o7mvmz .hellspin-kiy80l {
  flex: 0 1 485px;
}

.hellspin-o7mvmz .hellspin-bp3qab {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hellspin-o7mvmz .hellspin-bp3qab li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-o7mvmz .hellspin-bp3qab li.hellspin-iz0sug {
  padding: 6px 12px;
}

.hellspin-o7mvmz .hellspin-bp3qab li a,
.hellspin-o7mvmz .hellspin-bp3qab 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-o7mvmz .hellspin-1kzy38,
.hellspin-o7mvmz .hellspin-5u5rkf {
  flex: 1 1;
}

.hellspin-o7mvmz .hellspin-z0efge,
.hellspin-o7mvmz .hellspin-9a8tw2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hellspin-o7mvmz .hellspin-z0efge li,
.hellspin-o7mvmz .hellspin-9a8tw2 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hellspin-o7mvmz .hellspin-5u5rkf img {
  max-width: 32px;
}

.hellspin-o7mvmz .hellspin-1kzy38 img {
  max-width: 32px;
}

.hellspin-o7mvmz .hellspin-s7du6t {
  min-width: 280px;
}

.hellspin-o7mvmz .hellspin-s7du6t img {
  max-width: 146px;
}

.hellspin-o7mvmz .hellspin-s7du6t td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .hellspin-o7mvmz .hellspin-dc6635,
  .hellspin-o7mvmz .hellspin-5fde5a {
    flex: 0 1 auto;
  }
  .hellspin-o7mvmz .hellspin-ch6iem {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .hellspin-o7mvmz .hellspin-dc6635,
  .hellspin-o7mvmz .hellspin-kiy80l,
  .hellspin-o7mvmz .hellspin-5fde5a,
  .hellspin-o7mvmz .hellspin-ch6iem {
    flex: 1 1 calc(50% - 20px);
  }
  .hellspin-o7mvmz .hellspin-1kzy38,
  .hellspin-o7mvmz .hellspin-s7du6t,
  .hellspin-o7mvmz .hellspin-5u5rkf {
    flex: 1 1 30%;
  }
  .hellspin-o7mvmz .hellspin-s7du6t {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .hellspin-o7mvmz .hellspin-dc6635,
  .hellspin-o7mvmz .hellspin-kiy80l,
  .hellspin-o7mvmz .hellspin-1kzy38,
  .hellspin-o7mvmz .hellspin-5fde5a,
  .hellspin-o7mvmz .hellspin-ch6iem,
  .hellspin-o7mvmz .hellspin-s7du6t,
  .hellspin-o7mvmz .hellspin-5u5rkf {
    flex: 1 1 100%;
  }
}

.hellspin-2q3zwz .hellspin-l3zx65 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hellspin-2q3zwz .hellspin-anjgd1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.hellspin-2q3zwz .hellspin-n2y5ra {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.hellspin-2q3zwz .hellspin-l5vwrk {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-2q3zwz .hellspin-l5vwrk > :nth-child(3) {
  margin-top: 0;
}

.hellspin-2q3zwz .hellspin-8maa1d {
  grid-column: 2/3;
  grid-row: 1/10;
}

.hellspin-2q3zwz .hellspin-4p8i6x {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.hellspin-2q3zwz .hellspin-zu4iyw {
  grid-column: 1/2;
}

.hellspin-2q3zwz > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.hellspin-2q3zwz .hellspin-anjgd1: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-2q3zwz .hellspin-anjgd1:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.hellspin-2q3zwz .hellspin-q7bh3f {
  min-width: 240px;
}

@media (max-width: 768px) {
  .hellspin-2q3zwz .hellspin-anjgd1:not(:last-child):before {
    bottom: 8px;
  }
  .hellspin-2q3zwz .hellspin-anjgd1:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .hellspin-2q3zwz .hellspin-l5vwrk {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .hellspin-2q3zwz .hellspin-8maa1d {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .hellspin-2q3zwz .hellspin-8maa1d img {
    width: 100%;
    height: auto;
  }
  .hellspin-2q3zwz .hellspin-q7bh3f {
    width: 100%;
    min-width: unset;
  }
}

.hellspin-l5p4f6 .hellspin-byws91 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.hellspin-l5p4f6 .hellspin-ds05r1 {
  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-l5p4f6 .hellspin-8maa1d {
  height: 100%;
}

.hellspin-l5p4f6 .hellspin-8maa1d img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.hellspin-l5p4f6 .hellspin-u4g9r1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.hellspin-l5p4f6 .hellspin-80sdn3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.hellspin-l5p4f6 .hellspin-bf64kf {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .hellspin-l5p4f6 .hellspin-ds05r1 {
    flex: 1 1 100%;
  }
  .hellspin-l5p4f6 .hellspin-hhrtrx {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hellspin-l5p4f6 .hellspin-ds05r1 {
    flex-direction: column;
  }
  .hellspin-l5p4f6 .hellspin-8maa1d {
    width: 100%;
    height: auto;
  }
  .hellspin-l5p4f6 .hellspin-8maa1d img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .hellspin-l5p4f6 .hellspin-u4g9r1 {
    padding: 0 16px 16px 16px;
  }
  .hellspin-l5p4f6 .hellspin-hhrtrx {
    min-width: unset;
    width: 100%;
  }
}

.hellspin-ufovxv .hellspin-ma14db {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.hellspin-ufovxv .hellspin-7k1nqx {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.hellspin-ufovxv 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-ufovxv .hellspin-glnxzw {
  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-ufovxv .hellspin-7k1nqx:hover .hellspin-glnxzw {
  display: flex;
}

.hellspin-ufovxv .hellspin-pclp65 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-ufovxv .hellspin-dja1lg {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.hellspin-uf9ozu {
  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-uf9ozu.hellspin-45gr7g {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.hellspin-w2oy6n ease-in-out;
}

.hellspin-uf9ozu.hellspin-45gr7g:hover {
  color: #f9cb16;
  background-color: transparent;
}

.hellspin-ufovxv .hellspin-97q9sv {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.hellspin-w2oy6n ease-in-out;
}

.hellspin-ufovxv .hellspin-97q9sv:hover {
  color: #196948;
  background-color: #f9cb16;
}

.hellspin-ufovxv .hellspin-97q9sv:after,
.hellspin-uf9ozu.hellspin-45gr7g:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.hellspin-uf9ozu.hellspin-45gr7g:after {
  background-image: url(../images/Cash.svg);
}

.hellspin-ufovxv .hellspin-97q9sv:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .hellspin-ufovxv .hellspin-ma14db {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .hellspin-ufovxv .hellspin-ma14db {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hellspin-ufovxv .hellspin-ma14db {
    grid-template-columns: 1fr;
  }
  .hellspin-ufovxv .hellspin-7k1nqx {
    height: auto;
  }
  .hellspin-ufovxv .hellspin-7k1nqx .hellspin-glnxzw {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .hellspin-ufovxv .hellspin-pclp65,
  .hellspin-ufovxv .hellspin-dja1lg {
    text-align: left;
  }
  .hellspin-ufovxv .hellspin-dja1lg {
    margin-bottom: 8px;
  }
  .hellspin-ufovxv img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.hellspin-cjg5p6 {
  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-cjg5p6.hellspin-p0bkdz {
  display: block;
}

.hellspin-cjg5p6 .hellspin-uovre1 {
  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-cjg5p6 .hellspin-vtp166 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.hellspin-cjg5p6 .hellspin-vvp36w {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.hellspin-cjg5p6 .hellspin-6ipbwq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.hellspin-cjg5p6 .hellspin-uf9ozu {
  min-width: 296px;
  margin-bottom: 0;
}

.hellspin-cjg5p6 .hellspin-ointw0 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hellspin-cjg5p6 .hellspin-3uzk30 {
  position: relative;
  flex: 1 1;
}

.hellspin-cjg5p6 .hellspin-3uzk30 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hellspin-cjg5p6 .hellspin-vtp166 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hellspin-cjg5p6 .hellspin-vvp36w {
    order: 1;
  }
  .hellspin-cjg5p6 .hellspin-6ipbwq {
    order: 3;
    flex: 1 1 100%;
  }
  .hellspin-cjg5p6 .hellspin-uf9ozu {
    width: 100%;
    min-width: unset;
  }
  .hellspin-cjg5p6 .hellspin-ointw0 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hellspin-w6t3ql > .hellspin-l00kjk {
    margin-bottom: 0;
  }
  .hellspin-w6t3ql > .hellspin-zu4iyw,
  .hellspin-w6t3ql > p {
    margin-top: 0;
  }
}

.hellspin-3k1v5k img,
.hellspin-ml8y8p img {
  width: auto;
  object-fit: contain;
}

.hellspin-3k1v5k {
  align-items: center;
}

.hellspin-3k1v5k img {
  max-height: 76px;
}

.hellspin-ml8y8p img {
  max-height: 64px;
}

.hellspin-7991l0 {
  overflow: auto;
}

.hellspin-63un5y {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.hellspin-hvui0e:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.hellspin-0908ty {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.hellspin-9pc1og {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hellspin-0908ty .hellspin-8maa1d {
  margin-right: 20px;
  flex-shrink: 0;
}

.hellspin-0908ty img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.hellspin-qrczkf {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.hellspin-qrczkf > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-0908ty {
    padding: 15px 10px;
  }
  .hellspin-qrczkf {
    padding: 15px 10px;
  }
  .hellspin-0908ty .hellspin-8maa1d {
    margin-right: 10px;
  }
}

.hellspin-xwn520 {
  overflow-x: auto;
}

.hellspin-jvmae4 {
  border-collapse: collapse;
  width: 100%;
}

.hellspin-xwn520 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.hellspin-xwn520 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.hellspin-xwn520 td.hellspin-w73jlt {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.hellspin-xwn520 td.hellspin-bmlpxh {
  border-right: none;
}

.hellspin-xwn520 td.hellspin-bmlpxh .hellspin-8maa1d {
  justify-content: flex-start;
}

.hellspin-xwn520 td.hellspin-bmlpxh .hellspin-8maa1d img {
  height: auto;
  width: 90px;
}

.hellspin-xwn520 td.hellspin-ci98je,
.hellspin-xwn520 td.hellspin-mvwx9r {
  font-weight: 600;
  text-align: right;
}

.hellspin-xwn520 td.hellspin-f6zmgt,
.hellspin-xwn520 td.hellspin-ci98je {
  padding-bottom: 10px;
  border-bottom: none;
}

.hellspin-xwn520 td.hellspin-ci98je,
.hellspin-xwn520 td.hellspin-mvwx9r {
  border-left: none;
}

.hellspin-xwn520 td.hellspin-f6zmgt,
.hellspin-xwn520 td.hellspin-r30g7q {
  border-right: none;
}

.hellspin-xwn520 td.hellspin-r30g7q,
.hellspin-xwn520 td.hellspin-mvwx9r {
  border-top: none;
  padding-top: 10px;
}

.hellspin-xykixs {
  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-xykixs .hellspin-hhrtrx {
  min-width: unset;
  width: 100%;
}

.hellspin-xykixs .hellspin-hhrtrx.hellspin-x3kku2 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.hellspin-xykixs .hellspin-hhrtrx.hellspin-6gi8r7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.hellspin-xykixs .hellspin-kxkznv {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-xykixs {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hellspin-xykixs .hellspin-hhrtrx.hellspin-x3kku2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hellspin-xykixs .hellspin-hhrtrx.hellspin-6gi8r7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .hellspin-xykixs .hellspin-kxkznv {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.hellspin-zedru9 {
  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-23quv1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.hellspin-zq184i p a img {
  margin: 0 auto;
  display: block;
}

.hellspin-zq184i table {
  margin-bottom: 17px;
}

/* contanct form */
.hellspin-l7c3kv {
  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-l7c3kv label {
  font-size: 14px;
}

.hellspin-l7c3kv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-l7c3kv input,
.hellspin-l7c3kv textarea,
.hellspin-l7c3kv 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-l7c3kv button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-w2oy6n ease;
}
.hellspin-l7c3kv button:hover {
  background-color: #691204;
}
.hellspin-wyic4w {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-g7hpio ease-in;
}

.hellspin-wyic4w 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-r6g4hs, .hellspin-vagwvl, [class*="review-card"],
thead, thead th, table th, .hellspin-epzj6u,
.hellspin-vz7kmg, [class*="collapsible-header"],
.hellspin-h7k0t7, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
