* {
  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-bibrd4 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-bibrd4 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-bibrd4 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-mbuf5a {
  overflow: hidden;
}

.hellspin-c3zjbr img {
  background: var(--Neutral-300);
}

.hellspin-yrm3e7 {
  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-ee6c4i {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-ee6c4i:hover {
  background: var(--button-bg-hover);
}

.hellspin-6toon9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-6toon9:hover {
  background: var(--button-bg-hover);
}

.hellspin-kriizy {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-tfga1u {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-8fl2wn {
  width: 100%;
}

.hellspin-d565aw {
  padding: 6px 16px;
}

.hellspin-fd8z08 {
  padding: 10px 16px;
}

.hellspin-8chfwu {
  padding: 15px 26px;
}

.hellspin-ub6c3r {
  flex-shrink: 0;
}

.hellspin-j84lqs {
  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-drhwti {
  display: none;
}

.hellspin-6bfazf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-higj2d {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-p1n3xk {
  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-br5lv0 {
  cursor: grab;
}

.hellspin-p1n3xk::-webkit-scrollbar {
  display: none;
}

.hellspin-3whscy {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-5q5g0g {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-rekshw {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-zy6kk6 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-3lsac9 {
  visibility: visible;
}

.hellspin-u9vn58 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-9uxhpv ease;
}

.hellspin-k1l2sb {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-9y6yai {
  -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-9uxhpv,
    mask-image 0.3s;
}

.hellspin-9y6yai.hellspin-gp2vrj {
  -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-iudyk7: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-ln5y7k {
  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-vbobp1.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-vbobp1.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-fhmg6l {
  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-fhmg6l::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-5iqn9m {
  position: relative;
  z-index: 1;
}

.hellspin-37e4y4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-6v9g14 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-wcbjo9 {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-i5kaec {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-tkak90 {
  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-tkak90:hover {
  background: var(--Primary-400);
}

.hellspin-tkak90 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-iudyk7 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-fhmg6l {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-37e4y4 {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-6v9g14 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-wcbjo9 {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-i5kaec {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-ln5y7k {
    top: 25px;
    right: 25px;
  }
}

.hellspin-xx66jq,
.hellspin-k2oiwd {
  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-z9glb7.hellspin-4vt696::before,
.hellspin-k2oiwd::before,
.hellspin-l3jubh::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-vbobp1.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-bgky9g 14.hellspin-liweyu.hellspin-75jp25 14.hellspin-04aa74 15.hellspin-7y37e4 14.hellspin-fdbuvt 15.hellspin-eq02rm 14.hellspin-w57uwx.hellspin-f1su59 14.hellspin-m7jpc2 19.hellspin-jbbovi 12.hellspin-1j2pj1 19.hellspin-jbbovi 10.hellspin-ud9qup.hellspin-jbbovi 8.hellspin-4ykou7 17.hellspin-sf26su 7.hellspin-2687y1 15.hellspin-mesono 7.hellspin-z57pvr.hellspin-ikcab6 7.hellspin-2687y1 11.hellspin-ymmqqv 8.hellspin-4ykou7 11.hellspin-ymmqqv 10.hellspin-vkrxrt.hellspin-ymmqqv 12.hellspin-t2dywj 13.hellspin-po2i9a 14.hellspin-4se8gr 15.hellspin-2why1q 14.hellspin-t1ttb6.hellspin-vr1mo2 14.hellspin-4ov61o 15.hellspin-vks1bz 14.hellspin-bnq98t 15.hellspin-fm8zvn 14.hellspin-czpsjt.hellspin-bgky9g 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-17nw2k 15.hellspin-jejhnf.hellspin-xh7jkq 15.hellspin-q6frk7 15.hellspin-x8759e 15.hellspin-k8rm5s 15.hellspin-ttruo0 15.hellspin-unqbj5.hellspin-p93y7w 15.hellspin-k8rm5s 15.hellspin-itvmgi 15.hellspin-c0emxs 15.hellspin-rfd1gy 15.hellspin-5ilx1t.hellspin-qfip4y 15.hellspin-yhki01 7.hellspin-0f80kq 18.hellspin-tb9z7k 7.hellspin-7pvg5k 23.hellspin-rl9vq3.hellspin-9t5rrm.hellspin-tthwff 18.hellspin-ix44tm 19.hellspin-pagjmc 15.hellspin-9eblmm 15.hellspin-17nw2k 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-gqo1fv [type="submit"] *,
.hellspin-c01j05 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-b58b5d {
    display: none;
  }
}

.hellspin-igvt06 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-igvt06 {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-igvt06 {
    bottom: 22px;
  }
}

.hellspin-igvt06 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-igvt06 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-u69rfm.static) .hellspin-igvt06 {
    bottom: 8px;
  }
}

.hellspin-zxnd3h {
  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-vbobp1.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-rczdk7 3.hellspin-qanlgj.hellspin-nsxwkv.hellspin-5t00jq 3.hellspin-9m9k3l 3.hellspin-xkk6ax 5.hellspin-isq363 3.hellspin-xkk6ax 8.hellspin-sem3zn.hellspin-o8b4gc.hellspin-xkk6ax 26.hellspin-kmfq8f 5.hellspin-py05rk 28.hellspin-shj6fb 8.hellspin-3lwkda 28.hellspin-on55gj.hellspin-3fgxm7 28.hellspin-80etow.hellspin-mh0rbg 34.hellspin-6hrv7y.hellspin-ila1y2 36.hellspin-vhs8z6 11.hellspin-9qj3vf 37.hellspin-vbxpih 12.hellspin-5pgduy 36.hellspin-237e4g.hellspin-xf1khd 28.hellspin-5x23sh.hellspin-4o3zwu.hellspin-hp5e8d 28.hellspin-7yrcn5 36.hellspin-nbetkf 26.hellspin-1swkzj 36.hellspin-nbetkf 23.hellspin-ads8jo.hellspin-agueuu.hellspin-nbetkf 5.hellspin-0ib9kh 34.hellspin-xdjggd 3.hellspin-9m9k3l 31.hellspin-rczdk7 3.hellspin-yhj8lv.hellspin-2a8kez 18.hellspin-xc3ptx.hellspin-hjhqrs 18.hellspin-3yoxad 8.hellspin-9pxty2 17.hellspin-gsjrit 8.hellspin-9pxty2 15.hellspin-3ue9xh.hellspin-9pxty2 14.hellspin-40ec5q 9.hellspin-hjhqrs 13.hellspin-gql53u 11.hellspin-2a8kez 13.hellspin-jcda2u.hellspin-sl55da 13.hellspin-gql53u 13.hellspin-fmg6l1 14.hellspin-40ec5q 13.hellspin-fmg6l1 15.hellspin-uuiekc.hellspin-fmg6l1 17.hellspin-gsjrit 12.hellspin-sl55da 18.hellspin-3yoxad 11.hellspin-2a8kez 18.hellspin-h0snp9.hellspin-q98ub8 18.hellspin-d30ima.hellspin-zl58wo 18.hellspin-3yoxad 17.hellspin-2bldxh 17.hellspin-gsjrit 17.hellspin-2bldxh 15.hellspin-ks26k5.hellspin-2bldxh 14.hellspin-40ec5q 18.hellspin-zl58wo 13.hellspin-gql53u 20.hellspin-q98ub8 13.hellspin-ldid1a.hellspin-qa9w4v 13.hellspin-gql53u 22.hellspin-w8vxgg 14.hellspin-40ec5q 22.hellspin-w8vxgg 15.hellspin-799rsj.hellspin-yozehz 17.hellspin-gsjrit 21.hellspin-qa9w4v 18.hellspin-3yoxad 20.hellspin-q98ub8 18.hellspin-y6k2kz.hellspin-c4jvsa 18.hellspin-ce8egw.hellspin-30hz0n 18.hellspin-3yoxad 26.hellspin-uapv96 17.hellspin-gsjrit 26.hellspin-uapv96 15.hellspin-f58vj9.hellspin-uapv96 14.hellspin-40ec5q 27.hellspin-30hz0n 13.hellspin-gql53u 28.hellspin-c4jvsa 13.hellspin-1cooi8.hellspin-noe2ta 13.hellspin-gql53u 31.hellspin-qr66v8 14.hellspin-40ec5q 31.hellspin-qr66v8 15.hellspin-wpeg45.hellspin-uapv96 17.hellspin-gsjrit 30.hellspin-noe2ta 18.hellspin-3yoxad 28.hellspin-c4jvsa 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-zxnd3h {
    display: none;
  }
}

.hellspin-7qm3xn {
  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-7qm3xn {
    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-c01j05 {
  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-c01j05 {
    padding: 14px 16px;
  }
}

.hellspin-c01j05 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-c01j05 button:first-child {
  align-content: end;
}

.hellspin-c01j05 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-c01j05
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-c01j05
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-c01j05 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-c01j05 button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-l3jubh {
  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-l3jubh::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-l3jubh,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-l3jubh {
  opacity: 1;
  visibility: visible;
}

.hellspin-t2c22j {
  flex: 1 1;
}

.hellspin-7rlh97 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-7rlh97 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-k5k82e {
  display: block;
}

.hellspin-ricfwv {
  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-ricfwv {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-k2oiwd {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-k2oiwd::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-ss83dn span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-ss83dn p {
  color: var(--Text-100);
}

.hellspin-k2oiwd .hellspin-quzbeg {
  grid-area: button;
}

.hellspin-k2oiwd .hellspin-quzbeg::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-vbobp1.org/2000/svg'%3E%3Cpath d='M4.hellspin-iyhj02 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-zku6s5 15L16.hellspin-zku6s5 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-zku6s5 5L16.hellspin-zku6s5 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-uf5u7e {
  display: block;
}

.hellspin-l27igc {
  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-l27igc {
    margin-top: 40px;
  }
}

.hellspin-xx66jq label,
.hellspin-xx66jq input {
  display: block;
  width: 100%;
}

.hellspin-xx66jq label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-xx66jq label.hellspin-vmrhwc input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-xx66jq label.hellspin-vmrhwc::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-xx66jq 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-xx66jq input::placeholder {
  color: var(--Text-400);
}

.hellspin-betdq9 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-betdq9 {
  display: flex;
}

.hellspin-betdq9 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-betdq9 ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-betdq9 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-gqo1fv {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-gqo1fv {
    padding: 0 24px 24px;
  }
}

.hellspin-gqo1fv 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-gqo1fv input::placeholder {
  color: var(--Text-400);
}

.hellspin-gqo1fv [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-gqo1fv [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-gqo1fv [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-gqo1fv [type="submit"] {
    right: 40px;
  }
}

.hellspin-z9glb7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-z9glb7.hellspin-4vt696 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-z9glb7.hellspin-4vt696::before {
  content: "";
  width: 31px;
}

.hellspin-z9glb7.hellspin-4vt696 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-z9glb7.hellspin-v8bkqn p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-z9glb7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-igvt06 .hellspin-quzbeg {
  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-b58b5d {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-b58b5d {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-b58b5d {
    padding: 18px 0;
  }
}

.hellspin-b58b5d .hellspin-bibrd4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-b58b5d .hellspin-bibrd4 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-1gderq {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-1gderq {
    max-width: 160px;
    height: 40px;
  }
}

.hellspin-1gderq picture,
.hellspin-1gderq img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-1gderq img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-5eobxv {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-9uxhpv ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-b58b5d.hellspin-ggqswe .hellspin-5eobxv {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-5eobxv {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-5eobxv {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-sfkq0x,
.hellspin-d3tt4o {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-sfkq0x,
  .hellspin-d3tt4o {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-d3tt4o {
    display: none;
  }
}

.hellspin-vvmc6q {
  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-ggqswe .hellspin-vvmc6q {
  background: var(--fh-bg-color);
}

.hellspin-vvmc6q button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-vvmc6q {
    display: none;
  }
}

.hellspin-jg6p8o {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-jg6p8o {
    display: none;
  }
}

.hellspin-1m1umw {
  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-b58b5d.hellspin-ggqswe .hellspin-1m1umw:first-child {
  display: none;
}

.hellspin-b58b5d.hellspin-ggqswe .hellspin-1m1umw:last-child {
  display: block;
}

.hellspin-1m1umw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-1m1umw {
    display: none;
  }
}

.hellspin-uylpb7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-uylpb7 {
    display: flex;
  }
}

.hellspin-uylpb7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-uylpb7:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-uylpb7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-uylpb7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-uylpb7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-uylpb7:hover .hellspin-z8h3rd svg {
  transform: rotate(180deg);
}

.hellspin-54o6it {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-22f2id {
  padding: 0 8px;
}

.hellspin-9h196k {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-9h196k:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-9h196k {
    padding: 4px 8px;
  }
}

.hellspin-63cs48 {
  display: flex;
}

.hellspin-63cs48 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-z8h3rd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-z8h3rd svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-09h2j4 {
  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-09h2j4 {
    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-6vb2be {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-6vb2be {
    display: none;
  }
}

.hellspin-upqlo9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-6wk8p9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-lz3duv {
  display: flex;
}

.hellspin-94umh4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-n455xx {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-n455xx {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-n455xx {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-n455xx .hellspin-obvcqf [data-ref-el],
  .hellspin-n455xx .hellspin-obvcqf span,
  .hellspin-n455xx .hellspin-obvcqf a {
    white-space: nowrap;
  }
}

.hellspin-us6m4s {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-us6m4s.hellspin-nsilsh > .hellspin-obvcqf {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-us6m4s.hellspin-aejxql:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-us6m4s.hellspin-nsilsh > .hellspin-4ttuol {
    height: auto;
  }

  .hellspin-us6m4s.hellspin-nsilsh > div > .hellspin-fvrg4v {
    transform: rotate(180deg);
  }
}

.hellspin-us6m4s [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-us6m4s [data-ref-el],
.hellspin-us6m4s span {
  cursor: pointer;
}

.hellspin-us6m4s [data-ref-el],
.hellspin-us6m4s span,
.hellspin-us6m4s 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-us6m4s [data-ref-el],
  .hellspin-us6m4s span,
  .hellspin-us6m4s a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-us6m4s [data-ref-el],
  .hellspin-us6m4s span,
  .hellspin-us6m4s a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-4ttuol {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-9uxhpv ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-4ttuol::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-4ttuol::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-4ttuol::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-4ttuol {
    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-4ttuol:has(> .hellspin-us6m4s.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-4ttuol .hellspin-4ttuol {
    padding: 0;
  }

  .hellspin-4ttuol .hellspin-us6m4s {
    font-weight: 400;
  }

  .hellspin-4ttuol .hellspin-us6m4s:hover > .hellspin-obvcqf {
    background: var(--Neutral-300);
  }

  .hellspin-4ttuol .hellspin-fvrg4v {
    rotate: -90deg;
  }
}

.hellspin-obvcqf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-obvcqf {
    padding: 8px;
  }

  .hellspin-us6m4s.hellspin-zlv32e > .hellspin-obvcqf {
    background: var(--Neutral-300);
  }
}

.hellspin-fvrg4v {
  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-vbobp1.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-ny5946 0.hellspin-kqrigl.hellspin-k70x20 -0.hellspin-g25dds 0.hellspin-yjtg4p -0.hellspin-g25dds 1.hellspin-bifmra 0.hellspin-bwiukm.hellspin-eg9stz 4.hellspin-2gr8yd.hellspin-ny5946 0.hellspin-xm1ran.hellspin-m7kg88 -0.hellspin-g25dds 9.hellspin-845f3q -0.hellspin-g25dds 10.hellspin-aog1xx 0.hellspin-fzuz5k.hellspin-7hv7b6 0.hellspin-k70x20 10.hellspin-7hv7b6 0.hellspin-yjtg4p 10.hellspin-aog1xx 1.hellspin-t9zvn0.hellspin-1jptkr 5.hellspin-qpx85d.hellspin-38i00n 6.hellspin-24v2hd 5.hellspin-gr9z43 6.hellspin-24v2hd 4.hellspin-1f8i6k 5.hellspin-612ys8.hellspin-ny5946 1.hellspin-86e555.hellspin-g25dds 0.hellspin-yjtg4p -0.hellspin-g25dds 0.hellspin-k70x20 0.hellspin-ny5946 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-9uxhpv ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-fvrg4v {
    cursor: default;
  }
}

.hellspin-ot5k71 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-4yznbp {
  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-4yznbp {
    padding: 40px 4px;
  }
}

.hellspin-ppdcih {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-ppdcih {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-vbozfv {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-vbozfv {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-vbozfv ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-vbozfv [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-vbozfv [data-ref-el],
.hellspin-vbozfv span,
.hellspin-vbozfv a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hellspin-rcxn9r {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-rcxn9r {
    margin-bottom: 12px;
  }
}

.hellspin-6pn5zg {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-6pn5zg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-6pn5zg:last-child {
    margin-right: 0;
  }
}

.hellspin-58pfle {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-rcxn9r:hover .hellspin-zkj0ry {
  visibility: visible;
  opacity: 1;
}

.hellspin-zkj0ry {
  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-ddb71u {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-f399ng {
  display: flex;
  margin: 6px;
}

.hellspin-f399ng img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-zkj0ry::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-zkj0ry::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-hvkmch {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-hvkmch {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-godqk9 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hellspin-godqk9 {
    margin-right: 32px;
  }
}

.hellspin-yjlp08 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-yjlp08 {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-yjlp08 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-ukea2d {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-v8tp6v {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-v8tp6v {
    margin-top: 40px;
  }
}

.hellspin-v8tp6v + .hellspin-m8cawz,
.hellspin-v8tp6v + .hellspin-v8tp6v {
  margin-top: 24px;
}

.hellspin-j9qq8o {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-j9qq8o {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-j9qq8o {
    padding: 80px;
  }
}

.hellspin-kiui2z {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-kiui2z {
    padding: 0 16px;
}


}

.hellspin-spx80u {
  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-spx80u {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-yye0cu {
  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-yye0cu {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-icwtey {
  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-icwtey:hover {
  background: var(--button-bg-hover);
}

.hellspin-9w5atw {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-9w5atw img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-9w5atw img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-9w5atw img {
  min-height: 100%;
  }
}

.hellspin-j9qq8o::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-ievpu0 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-ievpu0 h1,
.hellspin-ievpu0 h2,
.hellspin-ievpu0 h3,
.hellspin-ievpu0 h4 {
  margin-bottom: 6px;
}

.hellspin-ievpu0 h1:not(:first-child),
.hellspin-ievpu0 h2:not(:first-child),
.hellspin-ievpu0 h3:not(:first-child),
.hellspin-ievpu0 h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-ievpu0 h1,
.hellspin-ievpu0 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-ievpu0 h1,
  .hellspin-ievpu0 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-ievpu0 h2,
.hellspin-ievpu0 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-ievpu0 h2,
  .hellspin-ievpu0 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-ievpu0 h3,
.hellspin-ievpu0 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-ievpu0 h3,
  .hellspin-ievpu0 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-ievpu0 h4,
.hellspin-ievpu0 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-ievpu0 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-ievpu0 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-ievpu0 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-ievpu0 ul ul {
  margin-bottom: 8px;
}

.hellspin-ievpu0 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-ievpu0 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-ievpu0 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-ievpu0 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-ievpu0 ol li::marker {
  font-weight: 700;
}

.hellspin-ievpu0 ol ol {
  margin-bottom: 8px;
}

.hellspin-ievpu0 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-ievpu0 ol ul li {
  padding-left: 16px;
}

.hellspin-ievpu0 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-ievpu0 table {
    padding: 24px;
  }
}

.hellspin-ievpu0 table.hellspin-iktvug {
  -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-9uxhpv,
    mask-image 0.3s;
}

.hellspin-ievpu0 table.hellspin-iktvug.hellspin-gp2vrj {
  -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-ievpu0 table {
    display: table;
  }
}

.hellspin-ievpu0 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-ievpu0 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-ievpu0 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-ievpu0 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-ievpu0 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-ievpu0 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-ievpu0 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-ievpu0 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-ievpu0 img {
  max-width: 100%;
  height: auto;
}

.hellspin-gi6xyh {
  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-gi6xyh {
    padding: 24px;
  }
}

.hellspin-b3ctb2 {
  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-b3ctb2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-b3ctb2 > * {
  margin: 0 !important;
}

.hellspin-b3ctb2 img,
.hellspin-9457ih {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-b3ctb2 img,
  .hellspin-9457ih {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-8klvhs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-8klvhs {
    width: 32px;
    height: 32px;
  }
}

.hellspin-y1uijt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-y1uijt .hellspin-d82qt9 {
  flex-shrink: 0;
}

.hellspin-y1uijt .hellspin-1ldar2 svg {
  display: none;
}

.hellspin-h3afiu {
  display: grid;
  transition: max-height 0.hellspin-9uxhpv ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-h3afiu {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-h3afiu {
    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-h3afiu.hellspin-mkdpec + .hellspin-d82qt9 svg {
  transform: rotate(180deg);
}

.hellspin-eysm4f {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-eysm4f > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-eysm4f
  > div:nth-child(3n)
  .hellspin-h492gy
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-eysm4f {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-eysm4f > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-eysm4f
    > div:nth-child(3n)
    .hellspin-h492gy
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-eysm4f {
    max-width: 270px;
  }
}

.hellspin-eysm4f .hellspin-h492gy button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-eysm4f .hellspin-h492gy button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-eysm4f .hellspin-h492gy button {
    max-width: 104px;
  }
}

.hellspin-3fzo4c {
  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-3fzo4c {
    margin-bottom: 0;
  }
}

.hellspin-6e8yji {
  display: none;
  opacity: 0;
}

.hellspin-d0408a {
  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-d0408a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-h492gy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-h492gy 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-h492gy
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-h492gy
    button {
    max-width: 145px;
  }
}

.hellspin-tb3ylp:first-child
  .hellspin-h492gy
  button {
  max-width: 270px;
}

.hellspin-mn04go {
  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-3fzo4c picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-97o2r9 {
  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-97o2r9 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-3fzo4c:hover .hellspin-97o2r9 {
  display: flex;
}

.hellspin-6w88lp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-l1iikk {
  display: flex;
}

.hellspin-l1iikk:hover .hellspin-8zsc0d,
.hellspin-l1iikk .hellspin-zlv32e .hellspin-8zsc0d {
  display: flex;
}

.hellspin-l1iikk svg {
  flex-shrink: 0;
}

.hellspin-8zsc0d {
  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-8zsc0d {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-8zsc0d:hover {
  display: flex;
}

.hellspin-8zsc0d svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-d901u5 {
  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-d901u5 {
    font-size: 12px;
  }
}

.hellspin-cgpabq,
.hellspin-tpvl8j {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-cgpabq {
  font-weight: 700;
}

.hellspin-qxgkxg .hellspin-h3afiu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-qxgkxg .hellspin-h3afiu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-qxgkxg .hellspin-h3afiu {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-qxgkxg
  .hellspin-mn04go:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-qxgkxg .hellspin-d0408a {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-qxgkxg .hellspin-h492gy {
  gap: 4px;
  align-items: center;
}

.hellspin-qxgkxg .hellspin-h492gy button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-qxgkxg .hellspin-h492gy svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-qxgkxg .hellspin-hbeq2m,
.hellspin-qxgkxg .hellspin-emimyk {
  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-vbobp1.org/2000/svg'%3E%3Cpath d='M9.hellspin-li6p5q 4.hellspin-1e2q6w.hellspin-ahpbvd 5.hellspin-h3v59u.hellspin-zphohj 5.hellspin-icao2r.hellspin-kaun68 5.hellspin-oo4wql.hellspin-5yr84c 8.hellspin-3iv6d5.hellspin-puqg6n 9.hellspin-j5ha9g.hellspin-fz6y1c 9.hellspin-yjs5hb.hellspin-tv1w3i 13.hellspin-jwixi1.hellspin-a70rhy 11.hellspin-n715nz.hellspin-a1p2fp 11.hellspin-oavo3j.hellspin-dcjfk6 11.hellspin-qyrhgb.hellspin-6n4jhy 13.hellspin-liwuio.hellspin-z9h5hm 9.hellspin-wbbccs.hellspin-cimjqx 9.hellspin-sjyo3g.hellspin-savfsc 8.hellspin-rk0tti.hellspin-56dy30 5.hellspin-o2jnpp.hellspin-mw4rw5 5.hellspin-20sy0x.hellspin-o5lobs 5.hellspin-p4w1pz.hellspin-hw6e3b 4.hellspin-fpitd7.hellspin-a1p2fp 1.hellspin-2qie76.hellspin-li6p5q 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-qxgkxg .hellspin-hbeq2m {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-qxgkxg .hellspin-emimyk {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-p6276c {
  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-p6276c {
    padding: 24px;
  }
}

.hellspin-p6276c .hellspin-d82qt9 {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-p6276c .hellspin-d82qt9 {
    display: none;
  }
}

.hellspin-p6276c .hellspin-1ldar2 svg {
  display: none;
}

.hellspin-7z5j9d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-7z5j9d .hellspin-yrm3e7 {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-7z5j9d .hellspin-yrm3e7 {
    display: flex;
  }
}

.hellspin-2kfhtr {
  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-2kfhtr {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-2kfhtr > * {
  margin: 0 !important;
}

.hellspin-2kfhtr img,
.hellspin-oo7jfb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-2kfhtr img,
  .hellspin-oo7jfb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-qcmmn4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-qcmmn4 {
    width: 32px;
    height: 32px;
  }
}

.hellspin-dgd7o7 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-dgd7o7 {
    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-dgd7o7::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-pdxpsf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-pdxpsf {
    padding: 7px 15px;
  }
}

.hellspin-pdxpsf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-jtw675 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-jtw675 {
    display: flex;
    opacity: 1;
  }
}

.hellspin-pdxpsf picture {
  height: 100%;
  display: block;
}

.hellspin-pdxpsf img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-pdxpsf img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-pdxpsf p {
  text-align: center;
  width: 100%;
}

.hellspin-kha3bo {
  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-kha3bo {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-kha3bo img,
.hellspin-lpyvyd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-kha3bo img,
  .hellspin-lpyvyd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-948cnk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-948cnk {
    width: 32px;
    height: 32px;
  }
}

.hellspin-4s20p1 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-cp6d7i {
  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-dajley {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-dajley.hellspin-zlv32e {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-dcwk16 {
  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-dcwk16 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-qtxofw {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hellspin-leicki {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-9uxhpv ease;
  opacity: 0;
  color: var(--text-color);
}

.hellspin-s806wr {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-s806wr ol,
.hellspin-s806wr ul {
  padding-left: 1.3em;
}

.hellspin-dajley.hellspin-zlv32e .hellspin-leicki {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-dajley.hellspin-zlv32e .hellspin-qtxofw {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hellspin-tvk2bb {
  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-tvk2bb {
    padding: 24px;
  }
}

.hellspin-tvk2bb .hellspin-d82qt9 {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-tvk2bb .hellspin-d82qt9 {
    display: none;
  }
}

.hellspin-tvk2bb .hellspin-1ldar2 svg {
  display: none;
}

.hellspin-ao1nbh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-ao1nbh .hellspin-yrm3e7 {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-ao1nbh .hellspin-yrm3e7 {
    display: flex;
  }
}

.hellspin-jnhayk {
  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-jnhayk {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-jnhayk > * {
  margin: 0 !important;
}

.hellspin-jnhayk img,
.hellspin-waz7sd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-jnhayk img,
  .hellspin-waz7sd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-es551x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-es551x {
    width: 32px;
    height: 32px;
  }
}

.hellspin-lwtq9m {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-lwtq9m {
    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-lwtq9m::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-q0m5xq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-q0m5xq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-wddct5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-wddct5 {
    display: flex;
    opacity: 1;
  }
}

.hellspin-q0m5xq picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-q0m5xq picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-xilgur {
  margin: -24px 0;
}

.hellspin-xilgur:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-xilgur {
    margin: -16px 0;
  }
}

.hellspin-czs4u2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-czs4u2 {
    flex-direction: row;
  }
}

.hellspin-2zejbq {
  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-2zejbq {
    flex: 1;
  }
}

.hellspin-2zejbq::placeholder {
  color: var(--Text-400);
}

.hellspin-jk58md {
  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-bvjspx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-bvjspx::-webkit-scrollbar {
  display: none;
}

.hellspin-3ocmm5 {
  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-3ocmm5 img,
.hellspin-3ocmm5 svg {
  margin-right: 8px;
}

.hellspin-vgonla {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-xilgur + .hellspin-9s4wml {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-xilgur + .hellspin-9s4wml {
    margin-top: -16px;
  }
}

.hellspin-g3m50r {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-g3m50r > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-g3m50r > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-5jomqy {
  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-gqwz89 {
  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-f3amzv {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-4yrejs {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-tlw977 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-5jomqy 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-5jomqy 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-5jomqy {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-gqwz89 {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-tlw977 {
    height: 348px;
  }

  .hellspin-5jomqy button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-5jomqy button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-5jomqy {
    padding: 63px;
  }
}

.hellspin-bnf5k3 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-bnf5k3 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-9ic7on {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-9ic7on {
    width: auto;
  }
}

.hellspin-jxt15r {
  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-jxt15r::-webkit-scrollbar {
  display: none;
}

.hellspin-jxt15r 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-jxt15r a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-jxt15r {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-bnf5k3 .hellspin-a6t2dz {
  -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-9uxhpv,
    mask-image 0.3s;
}

.hellspin-bnf5k3 .hellspin-a6t2dz.hellspin-gp2vrj {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-xnao4j {
  margin: 40px -16px;
}

.hellspin-c3foh6 + .hellspin-m8cawz,
.hellspin-c3foh6 + .hellspin-v8tp6v {
  margin-top: 24px;
}

.hellspin-3b50aa {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-3b50aa picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-e1gcnw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-e1gcnw {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-e1gcnw {
    margin-top: 0;
  }
}

.hellspin-mops6m {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-mops6m {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-pytiy5 {
  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-pytiy5 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-mka2vl {
  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-mka2vl {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-nruay3 {
  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-nruay3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-3gbxyb {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-3gbxyb {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-jb55cr {
  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-q950dc {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-q950dc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-9s4wml {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-sm74go {
  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-sm74go {
    padding: 15px 48px;
  }
}

main > .hellspin-9s4wml {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-h3afiu.hellspin-11rj87 > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-ievpu0 p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-yp1qu4 {
  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-bu37ab {
  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-bu37ab label {
  font-size: 14px;
}

.hellspin-bu37ab h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-bu37ab input,
.hellspin-bu37ab textarea,
.hellspin-bu37ab 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-bu37ab button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-wjdzyx ease;
}
.hellspin-bu37ab button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-583mwj {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-tsus0t ease-in;
}

.hellspin-583mwj 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-qlf5lh, .hellspin-xgx9de, [class*="review-card"],
thead, thead th, table th, .hellspin-gi9kvv,
.hellspin-vkqzwz, [class*="collapsible-header"],
.hellspin-9xqlvr, [class*="updated-block"] {
  color: #ece7dc !important;
}
