* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.hellspin-eh246x {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-eh246x {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-eh246x {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-kich9c {
  overflow: hidden;
}

.hellspin-tf378i img {
  background: var(--Neutral-300);
}

.hellspin-x78zqx {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.hellspin-2x30ho {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-2x30ho:hover {
  background: var(--button-bg-hover);
}

.hellspin-eh9bnd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-eh9bnd:hover {
  background: var(--button-bg-hover);
}

.hellspin-nt6zs0 {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-6soe51 {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-4akixt {
  width: 100%;
}

.hellspin-19qe6g {
  padding: 6px 16px;
}

.hellspin-48njkr {
  padding: 10px 16px;
}

.hellspin-2fimxv {
  padding: 15px 26px;
}

.hellspin-afr13l {
  flex-shrink: 0;
}

.hellspin-bdb3lq {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.hellspin-4imhta {
  display: none;
}

.hellspin-2il7ob {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-w1o4hv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-31vbkx {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hellspin-yiveqt {
  cursor: grab;
}

.hellspin-31vbkx::-webkit-scrollbar {
  display: none;
}

.hellspin-k4hmhs {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-p9c4cy {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-ilx4dv {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-aim3j0 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-tzitzo {
  visibility: visible;
}

.hellspin-b00itv {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-whnntg ease;
}

.hellspin-td3ghd {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-kvc2ry {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.hellspin-whnntg,
    mask-image 0.3s;
}

.hellspin-kvc2ry.hellspin-epuvqq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.hellspin-ny0732:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hellspin-vxjxd0 {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.hellspin-jxskpt.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.hellspin-jxskpt.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.hellspin-y34zae {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.hellspin-y34zae::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.hellspin-3xgk6m {
  position: relative;
  z-index: 1;
}

.hellspin-yihmls {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-43fcor {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-2eqsla {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-63s3af {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-hy5hcq {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.hellspin-hy5hcq:hover {
  background: var(--Primary-400);
}

.hellspin-hy5hcq svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-ny0732 img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .hellspin-y34zae {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-yihmls {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-43fcor {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-2eqsla {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-63s3af {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-vxjxd0 {
    top: 25px;
    right: 25px;
  }
}

.hellspin-sobe39,
.hellspin-z6jwtf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.hellspin-yodhc8.hellspin-wlthse::before,
.hellspin-z6jwtf::before,
.hellspin-yey2kz::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.hellspin-jxskpt.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-ajqxci 14.hellspin-n9sgl4.hellspin-kx7mvy 14.hellspin-u147oe 15.hellspin-ixvpvp 14.hellspin-8endo8 15.hellspin-si44le 14.hellspin-sv4vdp.hellspin-pfb69w 14.hellspin-br97x2 19.hellspin-4gdeey 12.hellspin-6clpmq 19.hellspin-4gdeey 10.hellspin-2wqiq5.hellspin-4gdeey 8.hellspin-o91j9n 17.hellspin-h0kd2y 7.hellspin-uwcbmb 15.hellspin-xkgvkm 7.hellspin-g5xx3i.hellspin-vptuqq 7.hellspin-uwcbmb 11.hellspin-pwg1te 8.hellspin-o91j9n 11.hellspin-pwg1te 10.hellspin-hmuztm.hellspin-pwg1te 12.hellspin-mm3l9s 13.hellspin-15rv11 14.hellspin-y4u8at 15.hellspin-mwysy2 14.hellspin-wxl95n.hellspin-u6c2g8 14.hellspin-8y8kfd 15.hellspin-0v5l3i 14.hellspin-i2h93t 15.hellspin-ctjhts 14.hellspin-gf2uxn.hellspin-ajqxci 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-j3d9h6 15.hellspin-3p4tdy.hellspin-240af1 15.hellspin-u62gw1 15.hellspin-o6gmgu 15.hellspin-8uvsk4 15.hellspin-d85sn8 15.hellspin-g86ofb.hellspin-dk28oa 15.hellspin-8uvsk4 15.hellspin-orw2fg 15.hellspin-syubz4 15.hellspin-r5ckke 15.hellspin-pnhcfb.hellspin-38y9mk 15.hellspin-df0y5k 7.hellspin-koxlxh 18.hellspin-m81k9l 7.hellspin-wd6ws0 23.hellspin-sqd4i1.hellspin-d9nxpg.hellspin-cfgmmj 18.hellspin-i6czsx 19.hellspin-0b19wg 15.hellspin-4eb2iv 15.hellspin-j3d9h6 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-4svcqm [type="submit"] *,
.hellspin-q0px4t button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-nl7fb4 {
    display: none;
  }
}

.hellspin-yscd2j {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-yscd2j {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-yscd2j {
    bottom: 22px;
  }
}

.hellspin-yscd2j input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-yscd2j {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-l49pod.static) .hellspin-yscd2j {
    bottom: 8px;
  }
}

.hellspin-pkmw33 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.hellspin-jxskpt.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-af2gxi 3.hellspin-8ws6g4.hellspin-fpmxff.hellspin-hs2muk 3.hellspin-bm4a11 3.hellspin-f6wsdm 5.hellspin-kt1e8n 3.hellspin-f6wsdm 8.hellspin-4t6kiu.hellspin-q1ltpm.hellspin-f6wsdm 26.hellspin-s8bg3t 5.hellspin-608ecf 28.hellspin-aomvrj 8.hellspin-6adj5s 28.hellspin-hte5d2.hellspin-pxeere 28.hellspin-srn4fo.hellspin-owaohw 34.hellspin-41jsmp.hellspin-qr1bba 36.hellspin-bwax97 11.hellspin-y3y3jl 37.hellspin-jvr9od 12.hellspin-g1k4n8 36.hellspin-k81evt.hellspin-lflpyc 28.hellspin-42b42l.hellspin-mu6tuj.hellspin-qlt6nt 28.hellspin-pcklgs 36.hellspin-1dfyvg 26.hellspin-726z2o 36.hellspin-1dfyvg 23.hellspin-66toiz.hellspin-9wy68c.hellspin-1dfyvg 5.hellspin-ktc3bo 34.hellspin-n5bo6o 3.hellspin-bm4a11 31.hellspin-af2gxi 3.hellspin-b1fz1x.hellspin-dcoeyn 18.hellspin-gt3s6h.hellspin-c5z1aq 18.hellspin-yje5o3 8.hellspin-slntkf 17.hellspin-36q6j4 8.hellspin-slntkf 15.hellspin-m2njti.hellspin-slntkf 14.hellspin-kmza1y 9.hellspin-c5z1aq 13.hellspin-vs2pii 11.hellspin-dcoeyn 13.hellspin-39gqdo.hellspin-6jzjpv 13.hellspin-vs2pii 13.hellspin-z0q6zp 14.hellspin-kmza1y 13.hellspin-z0q6zp 15.hellspin-zmaled.hellspin-z0q6zp 17.hellspin-36q6j4 12.hellspin-6jzjpv 18.hellspin-yje5o3 11.hellspin-dcoeyn 18.hellspin-i9k62u.hellspin-3tduas 18.hellspin-wgyde3.hellspin-o0z6fg 18.hellspin-yje5o3 17.hellspin-3ixpm2 17.hellspin-36q6j4 17.hellspin-3ixpm2 15.hellspin-4pnwpt.hellspin-3ixpm2 14.hellspin-kmza1y 18.hellspin-o0z6fg 13.hellspin-vs2pii 20.hellspin-3tduas 13.hellspin-wxqgdx.hellspin-01xol6 13.hellspin-vs2pii 22.hellspin-ynscqy 14.hellspin-kmza1y 22.hellspin-ynscqy 15.hellspin-nbz02r.hellspin-jjls1r 17.hellspin-36q6j4 21.hellspin-01xol6 18.hellspin-yje5o3 20.hellspin-3tduas 18.hellspin-rx4bzu.hellspin-k3yo6u 18.hellspin-k9tgkd.hellspin-0v24ma 18.hellspin-yje5o3 26.hellspin-o7c3av 17.hellspin-36q6j4 26.hellspin-o7c3av 15.hellspin-wehm5e.hellspin-o7c3av 14.hellspin-kmza1y 27.hellspin-0v24ma 13.hellspin-vs2pii 28.hellspin-k3yo6u 13.hellspin-aqpqh6.hellspin-dk5i5q 13.hellspin-vs2pii 31.hellspin-rc1tan 14.hellspin-kmza1y 31.hellspin-rc1tan 15.hellspin-9rbl3g.hellspin-o7c3av 17.hellspin-36q6j4 30.hellspin-dk5i5q 18.hellspin-yje5o3 28.hellspin-k3yo6u 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .hellspin-pkmw33 {
    display: none;
  }
}

.hellspin-djfvvy {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .hellspin-djfvvy {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.hellspin-q0px4t {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .hellspin-q0px4t {
    padding: 14px 16px;
  }
}

.hellspin-q0px4t button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-q0px4t button:first-child {
  align-content: end;
}

.hellspin-q0px4t button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-q0px4t
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-q0px4t
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-q0px4t button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-q0px4t button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-yey2kz {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.hellspin-yey2kz::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-yey2kz,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-yey2kz {
  opacity: 1;
  visibility: visible;
}

.hellspin-8ilulg {
  flex: 1 1;
}

.hellspin-8g0woe {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-8g0woe {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-aiirh6 {
  display: block;
}

.hellspin-b122iu {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .hellspin-b122iu {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-z6jwtf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-z6jwtf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-fx0qhp span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-fx0qhp p {
  color: var(--Text-100);
}

.hellspin-z6jwtf .hellspin-7bmgjz {
  grid-area: button;
}

.hellspin-z6jwtf .hellspin-7bmgjz::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.hellspin-jxskpt.org/2000/svg'%3E%3Cpath d='M4.hellspin-tni8bm 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-zbvqrx 15L16.hellspin-zbvqrx 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-zbvqrx 5L16.hellspin-zbvqrx 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-r419xf {
  display: block;
}

.hellspin-xo7l4c {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .hellspin-xo7l4c {
    margin-top: 40px;
  }
}

.hellspin-sobe39 label,
.hellspin-sobe39 input {
  display: block;
  width: 100%;
}

.hellspin-sobe39 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-sobe39 label.hellspin-pm4tfg input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-sobe39 label.hellspin-pm4tfg::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.hellspin-sobe39 input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.hellspin-sobe39 input::placeholder {
  color: var(--Text-400);
}

.hellspin-61hilh {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-61hilh {
  display: flex;
}

.hellspin-61hilh ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-61hilh ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-61hilh ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-4svcqm {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-4svcqm {
    padding: 0 24px 24px;
  }
}

.hellspin-4svcqm input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.hellspin-4svcqm input::placeholder {
  color: var(--Text-400);
}

.hellspin-4svcqm [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-4svcqm [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-4svcqm [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-4svcqm [type="submit"] {
    right: 40px;
  }
}

.hellspin-yodhc8 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-yodhc8.hellspin-wlthse {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-yodhc8.hellspin-wlthse::before {
  content: "";
  width: 31px;
}

.hellspin-yodhc8.hellspin-wlthse p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-yodhc8.hellspin-5pb7um p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-yodhc8 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-yscd2j .hellspin-7bmgjz {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.hellspin-nl7fb4 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-nl7fb4 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-nl7fb4 {
    padding: 18px 0;
  }
}

.hellspin-nl7fb4 .hellspin-eh246x {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-nl7fb4 .hellspin-eh246x {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-hojvtb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-hojvtb {
    max-width: 160px;
    height: 40px;
  }
}

.hellspin-hojvtb picture,
.hellspin-hojvtb img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-hojvtb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-gbm0dp {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-whnntg ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-nl7fb4.hellspin-xbwvxc .hellspin-gbm0dp {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-gbm0dp {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-gbm0dp {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-zobcoe,
.hellspin-13ktvh {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-zobcoe,
  .hellspin-13ktvh {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-13ktvh {
    display: none;
  }
}

.hellspin-3ai0cp {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.hellspin-xbwvxc .hellspin-3ai0cp {
  background: var(--fh-bg-color);
}

.hellspin-3ai0cp button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-3ai0cp {
    display: none;
  }
}

.hellspin-ogg4pc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-ogg4pc {
    display: none;
  }
}

.hellspin-1h6j9z {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.hellspin-nl7fb4.hellspin-xbwvxc .hellspin-1h6j9z:first-child {
  display: none;
}

.hellspin-nl7fb4.hellspin-xbwvxc .hellspin-1h6j9z:last-child {
  display: block;
}

.hellspin-1h6j9z:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-1h6j9z {
    display: none;
  }
}

.hellspin-psej7r {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-psej7r {
    display: flex;
  }
}

.hellspin-psej7r ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-psej7r:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-psej7r:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-psej7r:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-psej7r:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-psej7r:hover .hellspin-3mxvi6 svg {
  transform: rotate(180deg);
}

.hellspin-rj73cg {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-jh186m {
  padding: 0 8px;
}

.hellspin-tgagdj {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-tgagdj:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-tgagdj {
    padding: 4px 8px;
  }
}

.hellspin-2rvvv1 {
  display: flex;
}

.hellspin-2rvvv1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-3mxvi6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-3mxvi6 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-7lpao4 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .hellspin-7lpao4 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.hellspin-7l0nho {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-7l0nho {
    display: none;
  }
}

.hellspin-c7dai6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-fiu9om {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-rdqnvp {
  display: flex;
}

.hellspin-q9o4qa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-kb8ty0 {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-kb8ty0 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-kb8ty0 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-kb8ty0 .hellspin-vqxagl [data-ref-el],
  .hellspin-kb8ty0 .hellspin-vqxagl span,
  .hellspin-kb8ty0 .hellspin-vqxagl a {
    white-space: nowrap;
  }
}

.hellspin-5kr070 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-5kr070.hellspin-nfnhd4 > .hellspin-vqxagl {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-5kr070.hellspin-u177hx:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-5kr070.hellspin-nfnhd4 > .hellspin-4jxfnz {
    height: auto;
  }

  .hellspin-5kr070.hellspin-nfnhd4 > div > .hellspin-edcreo {
    transform: rotate(180deg);
  }
}

.hellspin-5kr070 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-5kr070 [data-ref-el],
.hellspin-5kr070 span {
  cursor: pointer;
}

.hellspin-5kr070 [data-ref-el],
.hellspin-5kr070 span,
.hellspin-5kr070 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .hellspin-5kr070 [data-ref-el],
  .hellspin-5kr070 span,
  .hellspin-5kr070 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-5kr070 [data-ref-el],
  .hellspin-5kr070 span,
  .hellspin-5kr070 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-4jxfnz {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-whnntg ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-4jxfnz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-4jxfnz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-4jxfnz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-4jxfnz {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .hellspin-4jxfnz:has(> .hellspin-5kr070.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-4jxfnz .hellspin-4jxfnz {
    padding: 0;
  }

  .hellspin-4jxfnz .hellspin-5kr070 {
    font-weight: 400;
  }

  .hellspin-4jxfnz .hellspin-5kr070:hover > .hellspin-vqxagl {
    background: var(--Neutral-300);
  }

  .hellspin-4jxfnz .hellspin-edcreo {
    rotate: -90deg;
  }
}

.hellspin-vqxagl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-vqxagl {
    padding: 8px;
  }

  .hellspin-5kr070.hellspin-i2e7v6 > .hellspin-vqxagl {
    background: var(--Neutral-300);
  }
}

.hellspin-edcreo {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.hellspin-jxskpt.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-8v7got 0.hellspin-4fo4g6.hellspin-00pyog -0.hellspin-v4msta 0.hellspin-szp7md -0.hellspin-v4msta 1.hellspin-hgbkx7 0.hellspin-p0ojr6.hellspin-liuf1k 4.hellspin-8rot8q.hellspin-8v7got 0.hellspin-jnsxmb.hellspin-o5pdp2 -0.hellspin-v4msta 9.hellspin-a507f4 -0.hellspin-v4msta 10.hellspin-9bys0m 0.hellspin-qgjdht.hellspin-5hja6v 0.hellspin-00pyog 10.hellspin-5hja6v 0.hellspin-szp7md 10.hellspin-9bys0m 1.hellspin-o33ij0.hellspin-h9z51n 5.hellspin-4rcu2b.hellspin-zsskzu 6.hellspin-ij0b22 5.hellspin-0dh270 6.hellspin-ij0b22 4.hellspin-8agaei 5.hellspin-4i9gei.hellspin-8v7got 1.hellspin-wml94e.hellspin-v4msta 0.hellspin-szp7md -0.hellspin-v4msta 0.hellspin-00pyog 0.hellspin-8v7got 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-whnntg ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-edcreo {
    cursor: default;
  }
}

.hellspin-gcjhmu {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-17kt9k {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .hellspin-17kt9k {
    padding: 40px 4px;
  }
}

.hellspin-bdjr9s {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-bdjr9s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-0fme3u {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-0fme3u {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-0fme3u ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-0fme3u [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-0fme3u [data-ref-el],
.hellspin-0fme3u span,
.hellspin-0fme3u a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hellspin-xhcckn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-xhcckn {
    margin-bottom: 12px;
  }
}

.hellspin-ilorbp {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-ilorbp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-ilorbp:last-child {
    margin-right: 0;
  }
}

.hellspin-h5qd63 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-xhcckn:hover .hellspin-pnux34 {
  visibility: visible;
  opacity: 1;
}

.hellspin-pnux34 {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.hellspin-7eq32n {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-gqse3s {
  display: flex;
  margin: 6px;
}

.hellspin-gqse3s img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-pnux34::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.hellspin-pnux34::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.hellspin-heb5iy {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-heb5iy {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-ru9isb {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hellspin-ru9isb {
    margin-right: 32px;
  }
}

.hellspin-ykz02j {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-ykz02j {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-ykz02j a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-yo2wwa {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-rd5dzv {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-rd5dzv {
    margin-top: 40px;
  }
}

.hellspin-rd5dzv + .hellspin-d595xx,
.hellspin-rd5dzv + .hellspin-rd5dzv {
  margin-top: 24px;
}

.hellspin-zkcd9g {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-zkcd9g {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-zkcd9g {
    padding: 80px;
  }
}

.hellspin-6ozifq {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-6ozifq {
    padding: 0 16px;
}


}

.hellspin-y1fbic {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .hellspin-y1fbic {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-gtxxaj {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .hellspin-gtxxaj {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-kalz65 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.hellspin-kalz65:hover {
  background: var(--button-bg-hover);
}

.hellspin-az05fh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-az05fh img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-az05fh img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-az05fh img {
  min-height: 100%;
  }
}

.hellspin-zkcd9g::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-4900zr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-4900zr h1,
.hellspin-4900zr h2,
.hellspin-4900zr h3,
.hellspin-4900zr h4 {
  margin-bottom: 6px;
}

.hellspin-4900zr h1:not(:first-child),
.hellspin-4900zr h2:not(:first-child),
.hellspin-4900zr h3:not(:first-child),
.hellspin-4900zr h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-4900zr h1,
.hellspin-4900zr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-4900zr h1,
  .hellspin-4900zr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-4900zr h2,
.hellspin-4900zr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-4900zr h2,
  .hellspin-4900zr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-4900zr h3,
.hellspin-4900zr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-4900zr h3,
  .hellspin-4900zr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-4900zr h4,
.hellspin-4900zr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-4900zr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-4900zr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-4900zr ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.hellspin-4900zr ul ul {
  margin-bottom: 8px;
}

.hellspin-4900zr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-4900zr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-4900zr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-4900zr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-4900zr ol li::marker {
  font-weight: 700;
}

.hellspin-4900zr ol ol {
  margin-bottom: 8px;
}

.hellspin-4900zr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-4900zr ol ul li {
  padding-left: 16px;
}

.hellspin-4900zr table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .hellspin-4900zr table {
    padding: 24px;
  }
}

.hellspin-4900zr table.hellspin-dwbv1s {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hellspin-whnntg,
    mask-image 0.3s;
}

.hellspin-4900zr table.hellspin-dwbv1s.hellspin-epuvqq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .hellspin-4900zr table {
    display: table;
  }
}

.hellspin-4900zr table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.hellspin-4900zr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-4900zr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-4900zr table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .hellspin-4900zr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-4900zr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-4900zr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-4900zr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-4900zr img {
  max-width: 100%;
  height: auto;
}

.hellspin-16ag11 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .hellspin-16ag11 {
    padding: 24px;
  }
}

.hellspin-w6h5jv {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hellspin-w6h5jv {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-w6h5jv > * {
  margin: 0 !important;
}

.hellspin-w6h5jv img,
.hellspin-6y6mgc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-w6h5jv img,
  .hellspin-6y6mgc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-3oht4m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-3oht4m {
    width: 32px;
    height: 32px;
  }
}

.hellspin-79qyae {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-79qyae .hellspin-zq6031 {
  flex-shrink: 0;
}

.hellspin-79qyae .hellspin-ix8n4g svg {
  display: none;
}

.hellspin-rxcu1f {
  display: grid;
  transition: max-height 0.hellspin-whnntg ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-rxcu1f {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-rxcu1f {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-rxcu1f.hellspin-ti99zq + .hellspin-zq6031 svg {
  transform: rotate(180deg);
}

.hellspin-k24ptm {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-k24ptm > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-k24ptm
  > div:nth-child(3n)
  .hellspin-z40ru9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-k24ptm {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-k24ptm > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-k24ptm
    > div:nth-child(3n)
    .hellspin-z40ru9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-k24ptm {
    max-width: 270px;
  }
}

.hellspin-k24ptm .hellspin-z40ru9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-k24ptm .hellspin-z40ru9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-k24ptm .hellspin-z40ru9 button {
    max-width: 104px;
  }
}

.hellspin-1fc9rf {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .hellspin-1fc9rf {
    margin-bottom: 0;
  }
}

.hellspin-rioxux {
  display: none;
  opacity: 0;
}

.hellspin-7gvkh4 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.hellspin-7gvkh4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-z40ru9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-z40ru9 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-z40ru9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-z40ru9
    button {
    max-width: 145px;
  }
}

.hellspin-hk2b57:first-child
  .hellspin-z40ru9
  button {
  max-width: 270px;
}

.hellspin-hzbx9a {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.hellspin-1fc9rf picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-5j5kzv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hellspin-5j5kzv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-1fc9rf:hover .hellspin-5j5kzv {
  display: flex;
}

.hellspin-ve1oao {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-czjf7r {
  display: flex;
}

.hellspin-czjf7r:hover .hellspin-azoty8,
.hellspin-czjf7r .hellspin-i2e7v6 .hellspin-azoty8 {
  display: flex;
}

.hellspin-czjf7r svg {
  flex-shrink: 0;
}

.hellspin-azoty8 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .hellspin-azoty8 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-azoty8:hover {
  display: flex;
}

.hellspin-azoty8 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-q1qrnr {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .hellspin-q1qrnr {
    font-size: 12px;
  }
}

.hellspin-8k63f3,
.hellspin-zzayof {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-8k63f3 {
  font-weight: 700;
}

.hellspin-a31o6f .hellspin-rxcu1f {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-a31o6f .hellspin-rxcu1f {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-a31o6f .hellspin-rxcu1f {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-a31o6f
  .hellspin-hzbx9a:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-a31o6f .hellspin-7gvkh4 {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-a31o6f .hellspin-z40ru9 {
  gap: 4px;
  align-items: center;
}

.hellspin-a31o6f .hellspin-z40ru9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-a31o6f .hellspin-z40ru9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-a31o6f .hellspin-3wjoyw,
.hellspin-a31o6f .hellspin-899z0o {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.hellspin-jxskpt.org/2000/svg'%3E%3Cpath d='M9.hellspin-bv079a 4.hellspin-amdfye.hellspin-9omg2a 5.hellspin-9tcmk7.hellspin-uaulgu 5.hellspin-bc1uq2.hellspin-krodrz 5.hellspin-h32ud2.hellspin-q1posn 8.hellspin-8s0ixc.hellspin-te5ot1 9.hellspin-8i99mo.hellspin-t1k0qw 9.hellspin-h3dlf9.hellspin-7t957t 13.hellspin-f1vybk.hellspin-0cf7fk 11.hellspin-yfa07l.hellspin-ke6ag0 11.hellspin-gmpccv.hellspin-9duwdx 11.hellspin-tfsm40.hellspin-wzidb8 13.hellspin-meb5qg.hellspin-gzfg5i 9.hellspin-crluyv.hellspin-mh0x4g 9.hellspin-us8kkg.hellspin-8wztaw 8.hellspin-6plxiw.hellspin-29n1c3 5.hellspin-7keuln.hellspin-92kdfh 5.hellspin-cwm6ku.hellspin-gogu7f 5.hellspin-bdgmf4.hellspin-la152h 4.hellspin-yvzbyb.hellspin-ke6ag0 1.hellspin-hhiy7m.hellspin-bv079a 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-a31o6f .hellspin-3wjoyw {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-a31o6f .hellspin-899z0o {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-gxmupt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .hellspin-gxmupt {
    padding: 24px;
  }
}

.hellspin-gxmupt .hellspin-zq6031 {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-gxmupt .hellspin-zq6031 {
    display: none;
  }
}

.hellspin-gxmupt .hellspin-ix8n4g svg {
  display: none;
}

.hellspin-ehoz92 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-ehoz92 .hellspin-x78zqx {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-ehoz92 .hellspin-x78zqx {
    display: flex;
  }
}

.hellspin-yc29z0 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .hellspin-yc29z0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-yc29z0 > * {
  margin: 0 !important;
}

.hellspin-yc29z0 img,
.hellspin-yxawio {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-yc29z0 img,
  .hellspin-yxawio {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-csnpfb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-csnpfb {
    width: 32px;
    height: 32px;
  }
}

.hellspin-mt7766 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-mt7766 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .hellspin-mt7766::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-48p9l7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-48p9l7 {
    padding: 7px 15px;
  }
}

.hellspin-48p9l7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-87zfjx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-87zfjx {
    display: flex;
    opacity: 1;
  }
}

.hellspin-48p9l7 picture {
  height: 100%;
  display: block;
}

.hellspin-48p9l7 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-48p9l7 img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-48p9l7 p {
  text-align: center;
  width: 100%;
}

.hellspin-51bm4k {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .hellspin-51bm4k {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-51bm4k img,
.hellspin-fjh82a {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-51bm4k img,
  .hellspin-fjh82a {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-jes6sz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-jes6sz {
    width: 32px;
    height: 32px;
  }
}

.hellspin-lnxkqy {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-7p960r {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.hellspin-9leetm {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-9leetm.hellspin-i2e7v6 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-e4g2iw {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .hellspin-e4g2iw {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-awfq5o {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hellspin-lfp9cu {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-whnntg ease;
  opacity: 0;
  color: var(--text-color);
}

.hellspin-9u8a3m {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-9u8a3m ol,
.hellspin-9u8a3m ul {
  padding-left: 1.3em;
}

.hellspin-9leetm.hellspin-i2e7v6 .hellspin-lfp9cu {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-9leetm.hellspin-i2e7v6 .hellspin-awfq5o {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hellspin-zwqx16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .hellspin-zwqx16 {
    padding: 24px;
  }
}

.hellspin-zwqx16 .hellspin-zq6031 {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-zwqx16 .hellspin-zq6031 {
    display: none;
  }
}

.hellspin-zwqx16 .hellspin-ix8n4g svg {
  display: none;
}

.hellspin-ep7p6e {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-ep7p6e .hellspin-x78zqx {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-ep7p6e .hellspin-x78zqx {
    display: flex;
  }
}

.hellspin-1xtd66 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .hellspin-1xtd66 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-1xtd66 > * {
  margin: 0 !important;
}

.hellspin-1xtd66 img,
.hellspin-oiih5i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-1xtd66 img,
  .hellspin-oiih5i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-6dsmpw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-6dsmpw {
    width: 32px;
    height: 32px;
  }
}

.hellspin-3ono3k {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-3ono3k {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .hellspin-3ono3k::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-bpf9op {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-bpf9op:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-9rhz07 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-9rhz07 {
    display: flex;
    opacity: 1;
  }
}

.hellspin-bpf9op picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-bpf9op picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-0fsv44 {
  margin: -24px 0;
}

.hellspin-0fsv44:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-0fsv44 {
    margin: -16px 0;
  }
}

.hellspin-qffgxh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-qffgxh {
    flex-direction: row;
  }
}

.hellspin-vb1qbg {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .hellspin-vb1qbg {
    flex: 1;
  }
}

.hellspin-vb1qbg::placeholder {
  color: var(--Text-400);
}

.hellspin-uikqyt {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.hellspin-ke1qwb {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-ke1qwb::-webkit-scrollbar {
  display: none;
}

.hellspin-tjjjj6 {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.hellspin-tjjjj6 img,
.hellspin-tjjjj6 svg {
  margin-right: 8px;
}

.hellspin-j47vxy {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-0fsv44 + .hellspin-mqx5tx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-0fsv44 + .hellspin-mqx5tx {
    margin-top: -16px;
  }
}

.hellspin-pm08fo {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-pm08fo > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-pm08fo > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-vauk88 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hellspin-ikzy30 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.hellspin-37a7z1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-rj2h4x {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-0w40vx {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-vauk88 button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.hellspin-vauk88 button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .hellspin-vauk88 {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-ikzy30 {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-0w40vx {
    height: 348px;
  }

  .hellspin-vauk88 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-vauk88 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-vauk88 {
    padding: 63px;
  }
}

.hellspin-wj9x9w {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-wj9x9w {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-6g70pb {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-6g70pb {
    width: auto;
  }
}

.hellspin-ftc7yr {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.hellspin-ftc7yr::-webkit-scrollbar {
  display: none;
}

.hellspin-ftc7yr a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.hellspin-ftc7yr a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-ftc7yr {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-wj9x9w .hellspin-avibhq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.hellspin-whnntg,
    mask-image 0.3s;
}

.hellspin-wj9x9w .hellspin-avibhq.hellspin-epuvqq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-n3iukx {
  margin: 40px -16px;
}

.hellspin-lrqw45 + .hellspin-d595xx,
.hellspin-lrqw45 + .hellspin-rd5dzv {
  margin-top: 24px;
}

.hellspin-sjwxq2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-sjwxq2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-7zjhzm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-7zjhzm {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-7zjhzm {
    margin-top: 0;
  }
}

.hellspin-6mvvk3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-6mvvk3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-o6v5bc {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .hellspin-o6v5bc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-axaqnn {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .hellspin-axaqnn {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-93njv8 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .hellspin-93njv8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-2jmjcu {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-2jmjcu {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-n1sdih {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.hellspin-5aco5p {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-5aco5p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-mqx5tx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-t7kg5x {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .hellspin-t7kg5x {
    padding: 15px 48px;
  }
}

main > .hellspin-mqx5tx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-rxcu1f.hellspin-cgf04z > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-4900zr p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-nov1lf {
  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;
}

/* contanct form */
.hellspin-lnm8a2 {
  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-lnm8a2 label {
  font-size: 14px;
}

.hellspin-lnm8a2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-lnm8a2 input,
.hellspin-lnm8a2 textarea,
.hellspin-lnm8a2 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-lnm8a2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-9fbdlr ease;
}
.hellspin-lnm8a2 button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-p2tnkc {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-fjo9m6 ease-in;
}

.hellspin-p2tnkc h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.hellspin-ksu3uu, .hellspin-rxl7y1, [class*="review-card"],
thead, thead th, table th, .hellspin-42h5yt,
.hellspin-5iv531, [class*="collapsible-header"],
.hellspin-kuiary, [class*="updated-block"] {
  color: #ece7dc !important;
}
