@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-sqpvhl {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-yc1hgx {
  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-oh92kr,
ul.hellspin-oh92kr {
  padding-left: 20px;
}

ul.hellspin-oh92kr {
  list-style: disc;
}

ol.hellspin-oh92kr {
  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-pa1bmh > .hellspin-fv3su1,
.hellspin-pa1bmh > .hellspin-z2vr7z,
.hellspin-pa1bmh > blockquote,
.hellspin-pa1bmh > h1,
.hellspin-pa1bmh > h2,
.hellspin-pa1bmh > h3,
.hellspin-pa1bmh > h4,
.hellspin-pa1bmh > h5,
.hellspin-pa1bmh > h6,
.hellspin-pa1bmh > ol,
.hellspin-pa1bmh > p,
.hellspin-pa1bmh > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-pa1bmh > ol,
.hellspin-pa1bmh > ul {
  padding-left: 50px;
}

.hellspin-pa1bmh 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-pa1bmh:not(:last-child) {
  margin-bottom: 2rem;
}

.hellspin-pa1bmh > :not(:first-child) {
  margin-top: 2rem;
}

.hellspin-pa1bmh {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hellspin-pa1bmh:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hellspin-pa1bmh:first-child {
    margin-top: 20px;
  }
}

.hellspin-pa1bmh > p:last-of-type {
  margin-bottom: 32px;
}

.hellspin-pa1bmh > .hellspin-3fhwcf:not(:first-child) {
  margin: 64px auto 16px auto;
}

.hellspin-jm50i9 > .hellspin-3fhwcf {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hellspin-z2vr7z {
  overflow: auto;
}

.hellspin-z2vr7z::-webkit-scrollbar {
  height: 5px;
}

.hellspin-z2vr7z table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.hellspin-z2vr7z table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.hellspin-z2vr7z table thead,
table thead {
  border-bottom: none;
}

.hellspin-z2vr7z table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.hellspin-z2vr7z table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.hellspin-z2vr7z table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.hellspin-z2vr7z .hellspin-kbi3h7 {
  table-layout: auto;
}

.hellspin-z2vr7z .hellspin-kbi3h7 th {
  word-break: normal;
}

.hellspin-z2vr7z .hellspin-kbi3h7 td {
  word-break: normal;
}

.hellspin-sqpvhl .hellspin-sqpvhl {
  padding-right: 0;
  padding-left: 0;
}

.hellspin-p8e8eb {
  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-uigk1o {
  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-w4mne1 {
  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-fv3su1 {
  margin-top: 24px;
}

.hellspin-fv3su1.hellspin-7dt95h {
  text-align: left;
}

.hellspin-fv3su1.hellspin-upvbaf {
  text-align: right;
}

.hellspin-fv3su1.hellspin-vptnqp {
  text-align: center;
}

.hellspin-j8w13g {
  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-ycyc7y ease-in-out;
  cursor: pointer;
}

.hellspin-j8w13g:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.hellspin-j8w13g {
  min-width: 328px;
}

@media (max-width: 768px) {
  .hellspin-j8w13g {
    min-width: unset;
  }
}

.hellspin-wshjps {
  background-color: var(--fh-bg-color);
}

.hellspin-yjzrm2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.hellspin-q6d80j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.hellspin-q6d80j img {
  max-height: 80px;
  object-fit: contain;
}

.hellspin-toss6n {
  flex: 1 1;
}

.hellspin-ayhvn6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.hellspin-7wyyej {
  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-7wyyej 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-7wyyej.hellspin-evqkfu span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.hellspin-7wyyej.hellspin-evqkfu span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.hellspin-7wyyej.hellspin-evqkfu span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.hellspin-toss6n + .hellspin-ayhvn6 {
  margin-left: 20px;
}

.hellspin-ztsdmw {
  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-ztsdmw > svg {
  max-width: 24px;
  max-height: 24px;
}

.hellspin-ztsdmw + .hellspin-ztsdmw {
  margin-left: 5px;
}

.hellspin-urbow2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.hellspin-urbow2:hover {
  background-color: var(--button-bg-hover);
}

.hellspin-rts139 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.hellspin-ycyc7y ease-in-out;
  border: 1px solid var(--border-color);
}

.hellspin-rts139:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.hellspin-sdry7m {
  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-toss6n {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .hellspin-sdry7m {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hellspin-toss6n {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .hellspin-ztsdmw {
    min-width: unset;
    flex: 1 1;
  }
}

.hellspin-jffazn {
  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-jffazn:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hellspin-jffazn:hover .hellspin-k2r6v0 {
  opacity: 1;
  pointer-events: auto;
}

.hellspin-5lhws4 {
  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-vwx9xm ease-in-out;
  gap: 4px;
}

.hellspin-5lhws4 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hellspin-5lhws4 .hellspin-p8e8eb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hellspin-io48fo,
.hellspin-5lhws4:hover {
  color: var(--button-bg-hover);
}

.hellspin-l44t9x {
  position: relative;
}

.hellspin-l44t9x .hellspin-5lhws4 {
  margin-right: 0;
  padding-right: 4px;
}

.hellspin-lha9mt svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hellspin-l44t9x.hellspin-evqkfu .hellspin-lha9mt svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.hellspin-l44t9x.hellspin-evqkfu .hellspin-k2r6v0 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.hellspin-l44t9x.hellspin-evqkfu .hellspin-k2r6v0::before {
  display: none;
}

.hellspin-lha9mt svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.hellspin-k2r6v0 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.hellspin-b78119 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.hellspin-k2r6v0::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.hellspin-k2r6v0:hover {
  color: var(--fh-bg-color);
}

.hellspin-p0a39e {
  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-b78119 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.hellspin-vwx9xm ease-in-out;
  -o-transition: 0.hellspin-vwx9xm ease-in-out;
  transition: 0.hellspin-vwx9xm ease-in-out;
}

.hellspin-p0a39e .hellspin-p8e8eb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hellspin-fr7a08,
.hellspin-p0a39e:hover {
  color: var(--button-bg-hover);
}

.hellspin-2buv5k {
  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-2buv5k.hellspin-o31llt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.hellspin-2buv5k.hellspin-o31llt:after,
.hellspin-2buv5k.hellspin-o31llt:before {
  content: "";
  position: absolute;
  margin: auto;
}

.hellspin-2buv5k.hellspin-o31llt: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-2buv5k.hellspin-o31llt:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.hellspin-2buv5k.hellspin-o31llt > * {
  z-index: 1;
}

.hellspin-2buv5k b,
.hellspin-2buv5k strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.hellspin-2buv5k .hellspin-6ms487 {
  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-2buv5k .hellspin-5viqa5 {
  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-2buv5k .hellspin-p8e8eb {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.hellspin-2buv5k .hellspin-mvz8id {
  margin-top: 12px;
}

.hellspin-mvz8id {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.hellspin-wn6m1m {
  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-mvz8id .hellspin-7rdi2h {
  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-ycyc7y ease-in-out;
}

.hellspin-mvz8id .hellspin-7rdi2h:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hellspin-n8lg04 {
  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-2buv5k.hellspin-jn4wi9 {
  gap: 12px;
  padding: 16px;
}

.hellspin-2buv5k.hellspin-jn4wi9 .hellspin-n8lg04 {
  min-width: 240px;
}

.hellspin-2buv5k.hellspin-jn4wi9 .hellspin-n8lg04.hellspin-9dabhj {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .hellspin-2buv5k .hellspin-6ms487 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .hellspin-2buv5k .hellspin-5viqa5 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .hellspin-2buv5k .hellspin-p8e8eb {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 .hellspin-p8e8eb {
    max-width: 126px;
  }
  .hellspin-2buv5k .hellspin-mvz8id {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .hellspin-2buv5k .hellspin-wn6m1m {
    max-width: unset;
  }
  .hellspin-n8lg04 {
    min-width: unset;
    width: 100%;
  }
  .hellspin-2buv5k .hellspin-n8lg04 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 {
    grid-template-rows: auto 1fr auto;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 .hellspin-n8lg04 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .hellspin-2buv5k {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .hellspin-2buv5k .hellspin-6ms487 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .hellspin-2buv5k .hellspin-p8e8eb {
    max-width: 78px;
  }
  .hellspin-2buv5k .hellspin-mvz8id {
    margin-top: -12px;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 {
    gap: 8px;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 .hellspin-6ms487 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 .hellspin-5viqa5 {
    grid-column: 1/3;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 .hellspin-p8e8eb {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .hellspin-2buv5k.hellspin-jn4wi9 .hellspin-p8e8eb img {
    max-width: 114px;
  }
}

.hellspin-n8lg04.hellspin-nx0ted,
.hellspin-n8lg04.hellspin-paf1ms,
.hellspin-n8lg04.hellspin-h4oj38 {
  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-ycyc7y ease-in-out;
}

.hellspin-n8lg04.hellspin-nx0ted,
.hellspin-n8lg04.hellspin-h4oj38 {
  padding: 10px;
}

.hellspin-n8lg04.hellspin-nx0ted:hover,
.hellspin-n8lg04.hellspin-paf1ms:hover,
.hellspin-n8lg04.hellspin-h4oj38:hover {
  background: var(--button-bg-hover);
}

.hellspin-n8lg04.hellspin-nx0ted:hover svg path,
.hellspin-n8lg04.hellspin-h4oj38:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.hellspin-n8lg04.hellspin-9dabhj {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.hellspin-ycyc7y ease-in-out;
  background: var(--button-bg-color);
}

.hellspin-n8lg04.hellspin-9dabhj:hover {
  background-color: var(--button-bg-hover);
}

.hellspin-n8lg04.hellspin-paf1ms: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-n8lg04.hellspin-paf1ms:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hellspin-n8lg04.hellspin-9dabhj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hellspin-pkfihz {
  max-width: 650px;
}

.hellspin-a7hmo9 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.hellspin-cf8cuz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hellspin-e9uee4 {
  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-vwx9xm ease-in-out;
  cursor: pointer;
}

.hellspin-e9uee4:hover {
  opacity: 0.5;
}

.hellspin-e9uee4:focus {
  outline: 0;
}

.hellspin-e9uee4:focus .hellspin-60gd7r,
.hellspin-e9uee4:hover .hellspin-60gd7r {
  fill: red;
  fill-opacity: 1;
}

.hellspin-e9uee4:hover {
  cursor: pointer;
}

.hellspin-fvih1o {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.hellspin-pkfihz.hellspin-vptnqp {
  margin: 0 auto;
}

.hellspin-pkfihz.hellspin-upvbaf {
  margin-left: auto;
}

.hellspin-idz3fi {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.hellspin-pflyrd {
  padding-bottom: 50px;
}

.hellspin-z8j5k9 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.hellspin-1fvo70 {
  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-n19lca {
  margin-top: 24px;
}

.hellspin-s96gbr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hellspin-0mwn9j {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.hellspin-llvylf {
  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-4w1ypj {
  width: 468px;
}

.hellspin-llvylf .hellspin-k2r6v0 {
  margin: 0.hellspin-0i410t 0;
}

.hellspin-1glg5v {
  display: flex;
  min-width: 224px;
}

.hellspin-7znalf {
  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-vwx9xm ease-in-out;
}

.hellspin-6gmfgk,
.hellspin-7znalf:hover {
  color: var(--text-color);
}

.hellspin-2bu1b4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.hellspin-oov8j4 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hellspin-idz3fi {
    padding: 16px;
  }
  .hellspin-2bu1b4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .hellspin-oov8j4 {
    align-items: center;
  }
  .hellspin-4w1ypj {
    width: unset;
  }
  .hellspin-1glg5v {
    min-width: unset;
  }
  .hellspin-llvylf {
    max-height: unset;
  }
  .hellspin-z8j5k9 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hellspin-idz3fi {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.hellspin-vgortv {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hellspin-vgortv:not(:last-child) {
  margin-bottom: 16px;
}

.hellspin-9xwaog {
  outline: 0;
}

.hellspin-9xwaog .hellspin-nj3fdg {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.hellspin-4pelro {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .hellspin-4pelro {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.hellspin-4pelro::-webkit-details-marker {
  display: none;
}

.hellspin-4pelro: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-4pelro: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-4pelro:after {
  transform: unset;
}

.hellspin-nj3fdg {
  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-nj3fdg 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-vwx9xm ease-in-out;
  -o-transition: 0.hellspin-vwx9xm ease-in-out;
  transition: 0.hellspin-vwx9xm ease-in-out;
}

.hellspin-s05nav {
  padding: 16px 0 0 0;
}

.hellspin-s05nav * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .hellspin-s05nav :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-4pelro {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hellspin-4pelro::after {
    margin-left: auto;
  }
  .hellspin-nj3fdg {
    order: 3;
    flex: 1 1 100%;
  }
  .hellspin-4pelro {
    font-size: 14px;
    line-height: 130%;
  }
  .hellspin-nj3fdg svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.hellspin-81n7st {
  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-sxervy {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.hellspin-81n7st.hellspin-evqkfu .hellspin-sxervy {
  margin-bottom: 12px;
}

.hellspin-sxervy::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-81n7st.hellspin-evqkfu .hellspin-sxervy::after {
  transform: unset;
}

.hellspin-87gu85 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.hellspin-eu8gmo {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.hellspin-vwx9xm ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.hellspin-eu8gmo: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-81n7st.hellspin-evqkfu .hellspin-87gu85 {
  max-height: 100%;
}

.hellspin-q3zfdu {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.hellspin-9h2d9d {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.hellspin-7x9ujl {
  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-4tmzhc {
  margin-right: 4px;
}

.hellspin-y1ddxx {
  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-vwx9xm ease-in-out;
}

.hellspin-y1ddxx svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.hellspin-50pgj9,
.hellspin-y1ddxx:hover {
  color: var(--text-color);
}

.hellspin-ldx7ob {
  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-ldx7ob img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.hellspin-ldx7ob .hellspin-hqqr0u {
  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-ldx7ob .hellspin-3p5kfl {
  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-epkbot {
  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-h7g09l {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hellspin-5cdv20 .hellspin-sqpvhl {
  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-5cdv20 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.hellspin-g21sl6 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.hellspin-cw2krb {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.hellspin-jumnx8 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.hellspin-n8aw4y 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-jumnx8:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hellspin-bqzixu {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.hellspin-ncwdbm {
  -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-vwx9xm ease-in-out;
  transition: transform 0.hellspin-vwx9xm ease-in-out;
  -o-transition: transform 0.hellspin-vwx9xm ease-in-out;
  transition:
    transform 0.hellspin-vwx9xm ease-in-out,
    -webkit-transform 0.hellspin-vwx9xm ease-in-out;
  cursor: pointer;
}

.hellspin-ncwdbm svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.hellspin-ncwdbm: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-8q1mv6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .hellspin-8q1mv6 {
    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-cuuq46 {
  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-8q2uyx {
  position: relative;
  width: 100%;
}

.hellspin-cuuq46.hellspin-801vq6 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hellspin-cuuq46.hellspin-vptnqp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hellspin-cuuq46.hellspin-upvbaf {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hellspin-f0vfhs {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.hellspin-l2zqzx {
  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-vwx9xm ease-in-out;
  cursor: pointer;
}

.hellspin-l2zqzx:hover {
  opacity: 0.5;
}

.hellspin-cuuq46.hellspin-5hzhyy .hellspin-l2zqzx {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hellspin-cuuq46.hellspin-5hzhyy .hellspin-f0vfhs {
  cursor: pointer;
}

.hellspin-n6h570 {
  fill: #0009;
}

.hellspin-l2dnrf {
  fill: #fff;
}

.hellspin-l2zqzx:hover .hellspin-n6h570 {
  fill: red;
}

.hellspin-l2zqzx svg path {
  -webkit-transition: 0.hellspin-vwx9xm ease-in-out;
  -o-transition: 0.hellspin-vwx9xm ease-in-out;
  transition: 0.hellspin-vwx9xm ease-in-out;
}

.hellspin-b3g5dv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.hellspin-b3g5dv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.hellspin-b3g5dv.hellspin-nx71q0 > :not(.get-image) {
  grid-column: 1/3;
}

.hellspin-tk5f7e:not(._h1-block) .hellspin-b3g5dv > .hellspin-3fhwcf {
  grid-row: 1/2;
  grid-column: 1/3;
}

.hellspin-b3g5dv.hellspin-nx71q0 .hellspin-myxxf5 {
  grid-column: 2/3;
}

.hellspin-b3g5dv.hellspin-nx71q0 > .hellspin-p8e8eb {
  grid-column: 1/2;
}

.hellspin-b3g5dv.hellspin-nx71q0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.hellspin-b3g5dv > p:first-of-type {
  margin-top: 0;
}

.hellspin-b3g5dv .hellspin-p8e8eb {
  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-tk5f7e:not(._h1-block) .hellspin-3fhwcf ~ .hellspin-p8e8eb {
  grid-row: 2/10;
}

.hellspin-tk5f7e.hellspin-tnglb5 .hellspin-3fhwcf ~ .hellspin-p8e8eb {
  grid-row: 1/10;
}

.hellspin-tk5f7e.hellspin-tnglb5 > .hellspin-3fhwcf {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.hellspin-tk5f7e.hellspin-tnglb5 .hellspin-p8e8eb {
  grid-row: 1/10;
}

.hellspin-b3g5dv.hellspin-vzjlcy .hellspin-p8e8eb {
  align-items: flex-start;
}

.hellspin-b3g5dv.hellspin-vptnqp .hellspin-myxxf5 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.hellspin-b3g5dv.hellspin-vptnqp .hellspin-p8e8eb {
  align-items: center;
}

.hellspin-b3g5dv.hellspin-j4g89q .hellspin-p8e8eb {
  align-items: flex-end;
}

.hellspin-myxxf5 > :first-child {
  margin-top: 0;
}

.hellspin-myxxf5 > :last-child {
  margin-bottom: 0;
}

* + .hellspin-14hmnu,
.hellspin-tk5f7e + .hellspin-tk5f7e {
  margin-top: 2rem;
}

.hellspin-cmaxfs td::before,
.hellspin-cmaxfs th::after {
  display: none !important;
}

.hellspin-cmaxfs #link-selector {
  color: #000;
}

.hellspin-cmaxfs .hellspin-islfdb {
  color: #135e96;
}

.hellspin-cmaxfs .hellspin-ygbbmv *,
.hellspin-cmaxfs .hellspin-m7a1pp p,
.hellspin-cmaxfs .hellspin-now18r * {
  color: #000;
}

.hellspin-cmaxfs .hellspin-beecrp {
  background: 0 0 !important;
}

.hellspin-cmaxfs .hellspin-0asdrk {
  color: #000;
}

.hellspin-cmaxfs .hellspin-dr6w2p.hellspin-vqhqbd {
  color: #fff;
}

.hellspin-cmaxfs .hellspin-575u3w {
  color: #000;
}

.hellspin-cmaxfs
  .hellspin-jsy06s
  .hellspin-cobbzw.hellspin-vqhqbd.hellspin-n8q9k8 {
  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-bc9pil,
body .hellspin-0do1kl {
  color: #000;
  background: var(--color-body) !important;
}

.hellspin-bc9pil .hellspin-4h1vh3 .hellspin-bwci6o,
body .hellspin-0do1kl .hellspin-4h1vh3 .hellspin-bwci6o {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hellspin-eu8gmo:focus,
  .hellspin-eu8gmo:hover {
    color: #f9cb16;
  }
  .hellspin-rp9gu8:focus,
  .hellspin-rp9gu8:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hellspin-xsjzy5:focus img,
  .hellspin-xsjzy5:focus svg,
  .hellspin-xsjzy5:hover img,
  .hellspin-xsjzy5:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .hellspin-ldx7ob {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hellspin-l44t9x:hover .hellspin-lha9mt svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .hellspin-lha9mt {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .hellspin-s6mziu {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .hellspin-cx85b8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .hellspin-vo5nhm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .hellspin-3g16ff .hellspin-vlrawv {
    grid-template-columns: 1fr;
  }
  .hellspin-3g16ff .hellspin-878lwt {
    -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-3g16ff .hellspin-hftatn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hellspin-3g16ff .hellspin-aywbft {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hellspin-3g16ff .hellspin-qo7xoz {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .hellspin-3g16ff .hellspin-hftatn:not(:first-child) {
    border: none;
  }
  .hellspin-3g16ff .hellspin-hftatn:first-child .hellspin-aywbft {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .hellspin-3g16ff .hellspin-hftatn:last-child .hellspin-aywbft {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .hellspin-yjzrm2 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .hellspin-q6d80j {
    max-width: 100px;
  }
  .hellspin-toss6n {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hellspin-ayhvn6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hellspin-ayhvn6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .hellspin-7wyyej {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .hellspin-toss6n + .hellspin-ayhvn6 {
    margin-left: auto;
  }
  .hellspin-cmv2tq {
    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-cmv2tq.hellspin-evqkfu {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .hellspin-sdry7m {
    -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-jffazn {
    width: 100%;
  }
  .hellspin-jffazn:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .hellspin-5lhws4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .hellspin-5lhws4 svg {
    margin-right: 4px;
  }
  .hellspin-l44t9x {
    -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-lha9mt svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hellspin-lha9mt {
    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-k2r6v0 {
    display: none;
    width: 100%;
  }
  .hellspin-l44t9x.hellspin-evqkfu .hellspin-k2r6v0 {
    padding: 0 0 0 48px;
  }
  .hellspin-p0a39e {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .hellspin-1fvo70 .hellspin-p8e8eb {
    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-f9v5ml {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hellspin-f9v5ml + .hellspin-f9v5ml {
    margin-right: 0;
  }
  .hellspin-f9v5ml + .hellspin-p8e8eb {
    margin: 0;
  }
  .hellspin-s6mziu {
    grid-template-columns: repeat(4, 1fr);
  }
  .hellspin-cx85b8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .hellspin-9lkk2o,
  .hellspin-pbbayh {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-b3g5dv {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hellspin-b3g5dv.hellspin-nx71q0 .hellspin-myxxf5 {
    grid-column: auto;
    grid-row: auto;
  }
  .hellspin-b3g5dv > .hellspin-3fhwcf {
    grid-column: 1/2;
  }
  .hellspin-b3g5dv.hellspin-nx71q0 > :not(.get-image) {
    grid-column: 1/2;
  }
  .hellspin-b3g5dv .hellspin-p8e8eb,
  .hellspin-b3g5dv.hellspin-nx71q0 > .hellspin-p8e8eb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hellspin-b3g5dv.hellspin-nx71q0 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .hellspin-tk5f7e.hellspin-tnglb5 .hellspin-b3g5dv > .hellspin-p8e8eb {
    grid-row: 1/2;
  }
  .hellspin-b3g5dv .hellspin-3fhwcf ~ .hellspin-p8e8eb,
  .hellspin-b3g5dv.hellspin-nx71q0 .hellspin-3fhwcf ~ .hellspin-p8e8eb {
    grid-row: 2/3;
  }
  .hellspin-tk5f7e.hellspin-tnglb5 .hellspin-3fhwcf ~ .hellspin-p8e8eb {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .hellspin-pa1bmh:first-child .hellspin-zekiwr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hellspin-pa1bmh:first-child .hellspin-zekiwr h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .hellspin-pa1bmh {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .hellspin-pa1bmh {
    padding: 0;
  }
  .hellspin-fv3su1 {
    margin-top: 1rem;
  }
  .hellspin-9xwaog {
    border-radius: 5px;
  }
  .hellspin-ypte8j {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hellspin-sxervy::after {
    display: inline-block;
  }
  .hellspin-sxervy {
    margin: 0;
    width: 100%;
  }
  .hellspin-87gu85 {
    width: 100%;
  }
  .hellspin-87gu85.hellspin-cr4gze {
    -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-87gu85.hellspin-cr4gze .hellspin-oyn4e6 {
    width: 100%;
  }
  .hellspin-87gu85.hellspin-cr4gze .hellspin-oyn4e6:not(:last-child) {
    margin-right: 0;
  }
  .hellspin-eu8gmo {
    width: 100%;
    text-align: center;
  }
  .hellspin-81n7st.hellspin-evqkfu .hellspin-87gu85 {
    margin-top: 1rem;
  }
  .hellspin-s6mziu {
    grid-template-columns: repeat(3, 1fr);
  }
  .hellspin-vo5nhm,
  .hellspin-cx85b8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-9lkk2o,
  .hellspin-pbbayh,
  .hellspin-g9g8hm {
    grid-template-columns: 1fr;
  }
  .hellspin-x0h097 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .hellspin-lyyz6u {
    min-width: 300px;
    max-width: 325px;
  }
  .hellspin-aywbft {
    cursor: auto;
  }
  .hellspin-7gskk1 .hellspin-aywbft {
    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-8q1mv6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .hellspin-k2r6v0 {
    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-8q1mv6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.hellspin-f9v5ml p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .hellspin-ayhvn6 {
    margin: 0 -0.2rem;
  }
  .hellspin-f9v5ml {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hellspin-i1veda {
    -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-gnyjbw {
    max-width: 100%;
  }
  .hellspin-s6mziu {
    grid-template-columns: repeat(2, 1fr);
  }
  .hellspin-vo5nhm,
  .hellspin-cx85b8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .hellspin-yjzrm2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hellspin-ayhvn6 {
    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-wshjps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hellspin-ztsdmw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hellspin-ac15rc,
  .hellspin-6wbel0 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .hellspin-j8w13g {
    width: 100%;
  }
  .hellspin-s6mziu {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .hellspin-8q1mv6 {
    top: 127px !important;
  }
}

.hellspin-jqhq9n {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .hellspin-jqhq9n {
  }
}

@media (max-width: 767px) {
  .hellspin-jqhq9n {
    margin-bottom: 12px;
  }
}

.hellspin-jqhq9n img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.hellspin-gtc1a0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.hellspin-gtc1a0 > .hellspin-vgd3hx {
  flex: 1 1;
}

@media (max-width: 767px) {
  .hellspin-gtc1a0 {
    flex-direction: column;
    gap: 12px;
  }
}

.hellspin-0wtv6i {
  display: flex;
}

.hellspin-0wtv6i .hellspin-d518o1 {
  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-0wtv6i .hellspin-hq2p4d {
  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-0wtv6i .hellspin-ze1uaa {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.hellspin-0wtv6i .hellspin-xi5xrp {
  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-0wtv6i .hellspin-xi5xrp:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hellspin-0wtv6i .hellspin-pfjklo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.hellspin-3d5f76 {
  border: unset;
  background-color: unset;
}

.hellspin-3d5f76 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hellspin-3d5f76 .hellspin-u8tvx3,
.hellspin-3d5f76 .hellspin-1vb35a {
  flex: 0 1 330px;
}

.hellspin-3d5f76 .hellspin-4qzexf {
  flex: 1 1;
}

.hellspin-3d5f76 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-3d5f76 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.hellspin-3d5f76 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.hellspin-3d5f76 tr td p {
  color: #fff;
  margin: 0;
}

.hellspin-3d5f76 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.hellspin-3d5f76 tr.hellspin-u8tvx3 td p {
  padding: 16px 0;
}

.hellspin-3d5f76 tr.hellspin-u8tvx3 td p:not(:last-child),
.hellspin-3d5f76 tr.hellspin-1vb35a td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.hellspin-3d5f76 tr.hellspin-u8tvx3 td p:first-child,
.hellspin-3d5f76 tr.hellspin-1vb35a td p:first-child {
  padding-top: 0;
}

.hellspin-3d5f76 tr.hellspin-1vb35a td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hellspin-3d5f76 tr.hellspin-1vb35a td p:last-child {
  padding-bottom: 0;
}

.hellspin-3d5f76 .hellspin-1vb35a img {
  max-width: 32px;
}

.hellspin-3d5f76 .hellspin-4qzexf {
  min-width: 718px;
}

.hellspin-3d5f76 .hellspin-4qzexf td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.hellspin-3d5f76 .hellspin-4qzexf td {
  display: flex;
}

.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-zzdahz,
.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-ibz33h,
.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-8yovp9 {
  flex: 1 1 50%;
}

.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-jiis3g {
  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-3d5f76 .hellspin-4qzexf td:last-child .hellspin-3u7o17,
.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-fjdci8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-zzdahz,
.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-ibz33h {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-zzdahz span,
.hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-ibz33h span {
  font-weight: 800;
}

.hellspin-3d5f76 .hellspin-4qzexf img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .hellspin-3d5f76 .hellspin-4qzexf td .hellspin-8yovp9:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .hellspin-3d5f76 tr.hellspin-u8tvx3 td p:last-child {
    padding-bottom: 0;
  }
  .hellspin-3d5f76 .hellspin-1vb35a > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .hellspin-3d5f76 .hellspin-1vb35a > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .hellspin-3d5f76 tr.hellspin-u8tvx3 td p:not(:last-child),
  .hellspin-3d5f76 tr.hellspin-1vb35a td p:not(:last-child) {
    border-bottom: unset;
  }
  .hellspin-3d5f76 tr.hellspin-1vb35a td p:last-child {
    padding-bottom: 12px;
  }
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-zzdahz,
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-ibz33h,
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-8yovp9 {
    flex: 1 1 50%;
    padding: 0;
  }
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-zzdahz,
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-ibz33h {
    margin-top: 16px;
  }
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-8yovp9 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-zzdahz {
    border-right: 1px solid var(--border-color);
  }
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-8yovp9:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .hellspin-3d5f76 .hellspin-4qzexf td:last-child .hellspin-8yovp9:last-child {
    padding-bottom: 0;
  }
}

.hellspin-8yovp9 {
  display: flex;
  flex-direction: column;
}

.hellspin-3d5f76 .hellspin-4qzexf td .hellspin-8yovp9 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.hellspin-3d5f76 .hellspin-4qzexf td .hellspin-8yovp9:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.hellspin-3d5f76 .hellspin-4qzexf td .hellspin-8yovp9:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .hellspin-3d5f76 .hellspin-4qzexf td .hellspin-8yovp9:not(:first-child) {
    padding-left: 0;
  }
  .hellspin-3d5f76 .hellspin-4qzexf td .hellspin-8yovp9:not(:last-of-type) {
    border-right: unset;
  }
}

.hellspin-3d5f76 .hellspin-inxbyu {
  flex: 0 1 485px;
}

.hellspin-3d5f76 .hellspin-fglgh4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hellspin-3d5f76 .hellspin-fglgh4 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-3d5f76 .hellspin-fglgh4 li.hellspin-n0age6 {
  padding: 6px 12px;
}

.hellspin-3d5f76 .hellspin-fglgh4 li a,
.hellspin-3d5f76 .hellspin-fglgh4 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-3d5f76 .hellspin-3ezjxw,
.hellspin-3d5f76 .hellspin-pws5l6 {
  flex: 1 1;
}

.hellspin-3d5f76 .hellspin-73qvxt,
.hellspin-3d5f76 .hellspin-jjrkbd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hellspin-3d5f76 .hellspin-73qvxt li,
.hellspin-3d5f76 .hellspin-jjrkbd li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hellspin-3d5f76 .hellspin-pws5l6 img {
  max-width: 32px;
}

.hellspin-3d5f76 .hellspin-3ezjxw img {
  max-width: 32px;
}

.hellspin-3d5f76 .hellspin-nh9lbn {
  min-width: 280px;
}

.hellspin-3d5f76 .hellspin-nh9lbn img {
  max-width: 146px;
}

.hellspin-3d5f76 .hellspin-nh9lbn td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .hellspin-3d5f76 .hellspin-u8tvx3,
  .hellspin-3d5f76 .hellspin-1vb35a {
    flex: 0 1 auto;
  }
  .hellspin-3d5f76 .hellspin-4qzexf {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .hellspin-3d5f76 .hellspin-u8tvx3,
  .hellspin-3d5f76 .hellspin-inxbyu,
  .hellspin-3d5f76 .hellspin-1vb35a,
  .hellspin-3d5f76 .hellspin-4qzexf {
    flex: 1 1 calc(50% - 20px);
  }
  .hellspin-3d5f76 .hellspin-3ezjxw,
  .hellspin-3d5f76 .hellspin-nh9lbn,
  .hellspin-3d5f76 .hellspin-pws5l6 {
    flex: 1 1 30%;
  }
  .hellspin-3d5f76 .hellspin-nh9lbn {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .hellspin-3d5f76 .hellspin-u8tvx3,
  .hellspin-3d5f76 .hellspin-inxbyu,
  .hellspin-3d5f76 .hellspin-3ezjxw,
  .hellspin-3d5f76 .hellspin-1vb35a,
  .hellspin-3d5f76 .hellspin-4qzexf,
  .hellspin-3d5f76 .hellspin-nh9lbn,
  .hellspin-3d5f76 .hellspin-pws5l6 {
    flex: 1 1 100%;
  }
}

.hellspin-bgmxbg .hellspin-jhvo20 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hellspin-bgmxbg .hellspin-f62u5n {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.hellspin-bgmxbg .hellspin-bletvs {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.hellspin-bgmxbg .hellspin-a3rl85 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-bgmxbg .hellspin-a3rl85 > :nth-child(3) {
  margin-top: 0;
}

.hellspin-bgmxbg .hellspin-p8e8eb {
  grid-column: 2/3;
  grid-row: 1/10;
}

.hellspin-bgmxbg .hellspin-2f1que {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.hellspin-bgmxbg .hellspin-fv3su1 {
  grid-column: 1/2;
}

.hellspin-bgmxbg > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.hellspin-bgmxbg .hellspin-f62u5n: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-bgmxbg .hellspin-f62u5n:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.hellspin-bgmxbg .hellspin-j8w13g {
  min-width: 240px;
}

@media (max-width: 768px) {
  .hellspin-bgmxbg .hellspin-f62u5n:not(:last-child):before {
    bottom: 8px;
  }
  .hellspin-bgmxbg .hellspin-f62u5n:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .hellspin-bgmxbg .hellspin-a3rl85 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .hellspin-bgmxbg .hellspin-p8e8eb {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .hellspin-bgmxbg .hellspin-p8e8eb img {
    width: 100%;
    height: auto;
  }
  .hellspin-bgmxbg .hellspin-j8w13g {
    width: 100%;
    min-width: unset;
  }
}

.hellspin-dmx4mu .hellspin-p7bf04 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.hellspin-dmx4mu .hellspin-z5fcxy {
  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-dmx4mu .hellspin-p8e8eb {
  height: 100%;
}

.hellspin-dmx4mu .hellspin-p8e8eb img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.hellspin-dmx4mu .hellspin-24ry2w {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.hellspin-dmx4mu .hellspin-suqmeg {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.hellspin-dmx4mu .hellspin-dvyjbw {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .hellspin-dmx4mu .hellspin-z5fcxy {
    flex: 1 1 100%;
  }
  .hellspin-dmx4mu .hellspin-n8lg04 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hellspin-dmx4mu .hellspin-z5fcxy {
    flex-direction: column;
  }
  .hellspin-dmx4mu .hellspin-p8e8eb {
    width: 100%;
    height: auto;
  }
  .hellspin-dmx4mu .hellspin-p8e8eb img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .hellspin-dmx4mu .hellspin-24ry2w {
    padding: 0 16px 16px 16px;
  }
  .hellspin-dmx4mu .hellspin-n8lg04 {
    min-width: unset;
    width: 100%;
  }
}

.hellspin-43e5se .hellspin-cp0ya0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.hellspin-43e5se .hellspin-9vyawn {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.hellspin-43e5se 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-43e5se .hellspin-lqfsf1 {
  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-43e5se .hellspin-9vyawn:hover .hellspin-lqfsf1 {
  display: flex;
}

.hellspin-43e5se .hellspin-rrqhrg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hellspin-43e5se .hellspin-ckyjwq {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.hellspin-tdtt48 {
  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-tdtt48.hellspin-3vkciq {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.hellspin-ycyc7y ease-in-out;
}

.hellspin-tdtt48.hellspin-3vkciq:hover {
  color: #f9cb16;
  background-color: transparent;
}

.hellspin-43e5se .hellspin-dcvemd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.hellspin-ycyc7y ease-in-out;
}

.hellspin-43e5se .hellspin-dcvemd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.hellspin-43e5se .hellspin-dcvemd:after,
.hellspin-tdtt48.hellspin-3vkciq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.hellspin-tdtt48.hellspin-3vkciq:after {
  background-image: url(../images/Cash.svg);
}

.hellspin-43e5se .hellspin-dcvemd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .hellspin-43e5se .hellspin-cp0ya0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .hellspin-43e5se .hellspin-cp0ya0 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hellspin-43e5se .hellspin-cp0ya0 {
    grid-template-columns: 1fr;
  }
  .hellspin-43e5se .hellspin-9vyawn {
    height: auto;
  }
  .hellspin-43e5se .hellspin-9vyawn .hellspin-lqfsf1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .hellspin-43e5se .hellspin-rrqhrg,
  .hellspin-43e5se .hellspin-ckyjwq {
    text-align: left;
  }
  .hellspin-43e5se .hellspin-ckyjwq {
    margin-bottom: 8px;
  }
  .hellspin-43e5se img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.hellspin-prmail {
  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-prmail.hellspin-5hzhyy {
  display: block;
}

.hellspin-prmail .hellspin-z2o53e {
  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-prmail .hellspin-blvone {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.hellspin-prmail .hellspin-igk7u9 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.hellspin-prmail .hellspin-05kfwg {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.hellspin-prmail .hellspin-tdtt48 {
  min-width: 296px;
  margin-bottom: 0;
}

.hellspin-prmail .hellspin-q36av5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hellspin-prmail .hellspin-n4pn7z {
  position: relative;
  flex: 1 1;
}

.hellspin-prmail .hellspin-n4pn7z iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hellspin-prmail .hellspin-blvone {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hellspin-prmail .hellspin-igk7u9 {
    order: 1;
  }
  .hellspin-prmail .hellspin-05kfwg {
    order: 3;
    flex: 1 1 100%;
  }
  .hellspin-prmail .hellspin-tdtt48 {
    width: 100%;
    min-width: unset;
  }
  .hellspin-prmail .hellspin-q36av5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hellspin-b3g5dv > .hellspin-3fhwcf {
    margin-bottom: 0;
  }
  .hellspin-b3g5dv > .hellspin-fv3su1,
  .hellspin-b3g5dv > p {
    margin-top: 0;
  }
}

.hellspin-9i1yl6 img,
.hellspin-f9v5ml img {
  width: auto;
  object-fit: contain;
}

.hellspin-9i1yl6 {
  align-items: center;
}

.hellspin-9i1yl6 img {
  max-height: 76px;
}

.hellspin-f9v5ml img {
  max-height: 64px;
}

.hellspin-w2go3u {
  overflow: auto;
}

.hellspin-jeo5fb {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.hellspin-gljza5:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.hellspin-jcguxt {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.hellspin-x58isx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hellspin-jcguxt .hellspin-p8e8eb {
  margin-right: 20px;
  flex-shrink: 0;
}

.hellspin-jcguxt img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.hellspin-8f7ywb {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.hellspin-8f7ywb > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-jcguxt {
    padding: 15px 10px;
  }
  .hellspin-8f7ywb {
    padding: 15px 10px;
  }
  .hellspin-jcguxt .hellspin-p8e8eb {
    margin-right: 10px;
  }
}

.hellspin-5d3o1z {
  overflow-x: auto;
}

.hellspin-3djnve {
  border-collapse: collapse;
  width: 100%;
}

.hellspin-5d3o1z th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.hellspin-5d3o1z td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.hellspin-5d3o1z td.hellspin-2xt8pa {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.hellspin-5d3o1z td.hellspin-z3ikpi {
  border-right: none;
}

.hellspin-5d3o1z td.hellspin-z3ikpi .hellspin-p8e8eb {
  justify-content: flex-start;
}

.hellspin-5d3o1z td.hellspin-z3ikpi .hellspin-p8e8eb img {
  height: auto;
  width: 90px;
}

.hellspin-5d3o1z td.hellspin-9o5yge,
.hellspin-5d3o1z td.hellspin-im1ovd {
  font-weight: 600;
  text-align: right;
}

.hellspin-5d3o1z td.hellspin-ghbl7t,
.hellspin-5d3o1z td.hellspin-9o5yge {
  padding-bottom: 10px;
  border-bottom: none;
}

.hellspin-5d3o1z td.hellspin-9o5yge,
.hellspin-5d3o1z td.hellspin-im1ovd {
  border-left: none;
}

.hellspin-5d3o1z td.hellspin-ghbl7t,
.hellspin-5d3o1z td.hellspin-oifyd7 {
  border-right: none;
}

.hellspin-5d3o1z td.hellspin-oifyd7,
.hellspin-5d3o1z td.hellspin-im1ovd {
  border-top: none;
  padding-top: 10px;
}

.hellspin-ptny7b {
  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-ptny7b .hellspin-n8lg04 {
  min-width: unset;
  width: 100%;
}

.hellspin-ptny7b .hellspin-n8lg04.hellspin-nx0ted {
  grid-column: 1/2;
  grid-row: 1/2;
}

.hellspin-ptny7b .hellspin-n8lg04.hellspin-h4oj38 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.hellspin-ptny7b .hellspin-iqxa2t {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hellspin-ptny7b {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hellspin-ptny7b .hellspin-n8lg04.hellspin-nx0ted {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hellspin-ptny7b .hellspin-n8lg04.hellspin-h4oj38 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .hellspin-ptny7b .hellspin-iqxa2t {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.hellspin-h9uyuj {
  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-uqdci2 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.hellspin-jm50i9 p a img {
  margin: 0 auto;
  display: block;
}

.hellspin-jm50i9 table {
  margin-bottom: 17px;
}

/* contanct form */
.hellspin-pqs9y6 {
  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-pqs9y6 label {
  font-size: 14px;
}

.hellspin-pqs9y6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-pqs9y6 input,
.hellspin-pqs9y6 textarea,
.hellspin-pqs9y6 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-pqs9y6 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-ycyc7y ease;
}
.hellspin-pqs9y6 button:hover {
  background-color: #691204;
}
.hellspin-xmh5jp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-skblbm ease-in;
}

.hellspin-xmh5jp 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-k8zv58, .hellspin-ozdc86, [class*="review-card"],
thead, thead th, table th, .hellspin-102t6i,
.hellspin-petw8g, [class*="collapsible-header"],
.hellspin-d7c2ea, [class*="updated-block"] {
  color: #ece7dc !important;
}
