* {
  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-220pi8 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-220pi8 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-220pi8 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-c22cw5 {
  overflow: hidden;
}

.hellspin-z19lhb img {
  background: var(--Neutral-300);
}

.hellspin-l9cire {
  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-offiez {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-offiez:hover {
  background: var(--button-bg-hover);
}

.hellspin-9hf1ah {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-9hf1ah:hover {
  background: var(--button-bg-hover);
}

.hellspin-1pbev3 {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-no8xk4 {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-e2kyq6 {
  width: 100%;
}

.hellspin-bol959 {
  padding: 6px 16px;
}

.hellspin-jvuk0z {
  padding: 10px 16px;
}

.hellspin-2idxik {
  padding: 15px 26px;
}

.hellspin-c40d34 {
  flex-shrink: 0;
}

.hellspin-ll5xfz {
  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-o1mbak {
  display: none;
}

.hellspin-bje6lz {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-ekrexp {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-v227vu {
  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-ot00j6 {
  cursor: grab;
}

.hellspin-v227vu::-webkit-scrollbar {
  display: none;
}

.hellspin-dutf59 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-7xrlwa {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-twkjkc {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-cwaf0a {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-wxdhz4 {
  visibility: visible;
}

.hellspin-9ky3t7 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-666h2k ease;
}

.hellspin-udc4i6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-1xoffu {
  -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-666h2k,
    mask-image 0.3s;
}

.hellspin-1xoffu.hellspin-bqbc7t {
  -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-hnspzo: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-9m8o6y {
  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-vao1s2.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-vao1s2.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-68m0xs {
  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-68m0xs::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-4wumkd {
  position: relative;
  z-index: 1;
}

.hellspin-mw4k6m {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-cdwtkj {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-faq2q5 {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-igx5vl {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-m30bdj {
  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-m30bdj:hover {
  background: var(--Primary-400);
}

.hellspin-m30bdj svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-hnspzo 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-68m0xs {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-mw4k6m {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-cdwtkj {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-faq2q5 {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-igx5vl {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-9m8o6y {
    top: 25px;
    right: 25px;
  }
}

.hellspin-qlgxot,
.hellspin-wdn104 {
  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-pts8h6.hellspin-ymmpke::before,
.hellspin-wdn104::before,
.hellspin-u5ij8v::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-vao1s2.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-j8m1jj 14.hellspin-hl0nxf.hellspin-x9cm7y 14.hellspin-uxo757 15.hellspin-mrtvhi 14.hellspin-xpq4ur 15.hellspin-glfdx5 14.hellspin-99lx7q.hellspin-iimrdj 14.hellspin-5v5lu4 19.hellspin-yprghi 12.hellspin-undzgj 19.hellspin-yprghi 10.hellspin-7ull3q.hellspin-yprghi 8.hellspin-3egvsm 17.hellspin-brup9n 7.hellspin-4lhr9k 15.hellspin-aowyj6 7.hellspin-1h9cxj.hellspin-poyyfz 7.hellspin-4lhr9k 11.hellspin-s85ame 8.hellspin-3egvsm 11.hellspin-s85ame 10.hellspin-nifjtn.hellspin-s85ame 12.hellspin-ea2tun 13.hellspin-cv256q 14.hellspin-havmj7 15.hellspin-v09m2q 14.hellspin-038l2c.hellspin-bmu852 14.hellspin-rvhscn 15.hellspin-eikkre 14.hellspin-j2fie1 15.hellspin-bbcwgl 14.hellspin-xiex3f.hellspin-j8m1jj 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-ebzq7n 15.hellspin-zour00.hellspin-pfuyz2 15.hellspin-ucc50v 15.hellspin-s50pw6 15.hellspin-yio8ee 15.hellspin-vmx1dy 15.hellspin-a491x8.hellspin-mjfupl 15.hellspin-yio8ee 15.hellspin-zn3u69 15.hellspin-mouk0a 15.hellspin-w6hgqg 15.hellspin-v5sxag.hellspin-j1fro7 15.hellspin-6bnbjj 7.hellspin-ncxvmi 18.hellspin-fcj13t 7.hellspin-5xsvp2 23.hellspin-hnyhfy.hellspin-1ru9l7.hellspin-yg46f1 18.hellspin-a22nei 19.hellspin-r21eo4 15.hellspin-i66685 15.hellspin-ebzq7n 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-1tic7u [type="submit"] *,
.hellspin-40kf14 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-czm37e {
    display: none;
  }
}

.hellspin-ekuvaj {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-ekuvaj {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-ekuvaj {
    bottom: 22px;
  }
}

.hellspin-ekuvaj input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-ekuvaj {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-z79bae.static) .hellspin-ekuvaj {
    bottom: 8px;
  }
}

.hellspin-c9idbr {
  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-vao1s2.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-o59mfr 3.hellspin-a64cid.hellspin-6lwxxd.hellspin-dcq44t 3.hellspin-l56smp 3.hellspin-68mujn 5.hellspin-hyp31d 3.hellspin-68mujn 8.hellspin-vwon9u.hellspin-ntp2k5.hellspin-68mujn 26.hellspin-pxqjns 5.hellspin-v5cwhb 28.hellspin-o5qkok 8.hellspin-c22dbb 28.hellspin-pwf476.hellspin-otaam4 28.hellspin-bjs388.hellspin-09lt7v 34.hellspin-x4exj3.hellspin-ag94i7 36.hellspin-6numia 11.hellspin-ke12cd 37.hellspin-p45kur 12.hellspin-wx0qs9 36.hellspin-h1h55t.hellspin-dynyy5 28.hellspin-b2ir71.hellspin-enc1h2.hellspin-2zw057 28.hellspin-q5iisi 36.hellspin-uxzc85 26.hellspin-h6ujm2 36.hellspin-uxzc85 23.hellspin-pqsvy3.hellspin-2kbgio.hellspin-uxzc85 5.hellspin-tkrjag 34.hellspin-qxoriq 3.hellspin-l56smp 31.hellspin-o59mfr 3.hellspin-62tcwj.hellspin-wqvb31 18.hellspin-jvo0rt.hellspin-qfrmsn 18.hellspin-5x87aw 8.hellspin-b0mkxh 17.hellspin-jzswc7 8.hellspin-b0mkxh 15.hellspin-bizm45.hellspin-b0mkxh 14.hellspin-zd6uhj 9.hellspin-qfrmsn 13.hellspin-nid6kg 11.hellspin-wqvb31 13.hellspin-t1knnq.hellspin-eywtjm 13.hellspin-nid6kg 13.hellspin-ulk02m 14.hellspin-zd6uhj 13.hellspin-ulk02m 15.hellspin-ltgwrw.hellspin-ulk02m 17.hellspin-jzswc7 12.hellspin-eywtjm 18.hellspin-5x87aw 11.hellspin-wqvb31 18.hellspin-luukbv.hellspin-lxx2d9 18.hellspin-ddlp1h.hellspin-8a0gep 18.hellspin-5x87aw 17.hellspin-35ufat 17.hellspin-jzswc7 17.hellspin-35ufat 15.hellspin-eqy8cx.hellspin-35ufat 14.hellspin-zd6uhj 18.hellspin-8a0gep 13.hellspin-nid6kg 20.hellspin-lxx2d9 13.hellspin-xh5gim.hellspin-99oeau 13.hellspin-nid6kg 22.hellspin-24jaee 14.hellspin-zd6uhj 22.hellspin-24jaee 15.hellspin-rqb4kd.hellspin-ccs69w 17.hellspin-jzswc7 21.hellspin-99oeau 18.hellspin-5x87aw 20.hellspin-lxx2d9 18.hellspin-h439qo.hellspin-vvkq7c 18.hellspin-sm6eaw.hellspin-uv1v1m 18.hellspin-5x87aw 26.hellspin-33vgj8 17.hellspin-jzswc7 26.hellspin-33vgj8 15.hellspin-22uecs.hellspin-33vgj8 14.hellspin-zd6uhj 27.hellspin-uv1v1m 13.hellspin-nid6kg 28.hellspin-vvkq7c 13.hellspin-mijnji.hellspin-jmsreq 13.hellspin-nid6kg 31.hellspin-15txvk 14.hellspin-zd6uhj 31.hellspin-15txvk 15.hellspin-ql43uv.hellspin-33vgj8 17.hellspin-jzswc7 30.hellspin-jmsreq 18.hellspin-5x87aw 28.hellspin-vvkq7c 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-c9idbr {
    display: none;
  }
}

.hellspin-zjpnul {
  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-zjpnul {
    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-40kf14 {
  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-40kf14 {
    padding: 14px 16px;
  }
}

.hellspin-40kf14 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-40kf14 button:first-child {
  align-content: end;
}

.hellspin-40kf14 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-40kf14
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-40kf14
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-40kf14 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-40kf14 button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-u5ij8v {
  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-u5ij8v::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-u5ij8v,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-u5ij8v {
  opacity: 1;
  visibility: visible;
}

.hellspin-87cvtv {
  flex: 1 1;
}

.hellspin-06vt7u {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-06vt7u {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-irxrl4 {
  display: block;
}

.hellspin-k7s712 {
  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-k7s712 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-wdn104 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-wdn104::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-cr1yoc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-cr1yoc p {
  color: var(--Text-100);
}

.hellspin-wdn104 .hellspin-zbg9yc {
  grid-area: button;
}

.hellspin-wdn104 .hellspin-zbg9yc::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-vao1s2.org/2000/svg'%3E%3Cpath d='M4.hellspin-k7dmv6 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-d6jdm1 15L16.hellspin-d6jdm1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-d6jdm1 5L16.hellspin-d6jdm1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-wbt2a7 {
  display: block;
}

.hellspin-apqm2q {
  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-apqm2q {
    margin-top: 40px;
  }
}

.hellspin-qlgxot label,
.hellspin-qlgxot input {
  display: block;
  width: 100%;
}

.hellspin-qlgxot label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-qlgxot label.hellspin-0z3wut input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-qlgxot label.hellspin-0z3wut::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-qlgxot 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-qlgxot input::placeholder {
  color: var(--Text-400);
}

.hellspin-9b5hb3 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-9b5hb3 {
  display: flex;
}

.hellspin-9b5hb3 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-9b5hb3 ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-9b5hb3 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-1tic7u {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-1tic7u {
    padding: 0 24px 24px;
  }
}

.hellspin-1tic7u 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-1tic7u input::placeholder {
  color: var(--Text-400);
}

.hellspin-1tic7u [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-1tic7u [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-1tic7u [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-1tic7u [type="submit"] {
    right: 40px;
  }
}

.hellspin-pts8h6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-pts8h6.hellspin-ymmpke {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-pts8h6.hellspin-ymmpke::before {
  content: "";
  width: 31px;
}

.hellspin-pts8h6.hellspin-ymmpke p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-pts8h6.hellspin-ijvmeu p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-pts8h6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-ekuvaj .hellspin-zbg9yc {
  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-czm37e {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-czm37e {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-czm37e {
    padding: 18px 0;
  }
}

.hellspin-czm37e .hellspin-220pi8 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-czm37e .hellspin-220pi8 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-9r9d2c {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-9r9d2c {
    max-width: 160px;
    height: 40px;
  }
}

.hellspin-9r9d2c picture,
.hellspin-9r9d2c img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-9r9d2c img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-j1l04l {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-666h2k ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-czm37e.hellspin-kn1x74 .hellspin-j1l04l {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-j1l04l {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-j1l04l {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-atl3i8,
.hellspin-zhfuhw {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-atl3i8,
  .hellspin-zhfuhw {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-zhfuhw {
    display: none;
  }
}

.hellspin-o3kwhz {
  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-kn1x74 .hellspin-o3kwhz {
  background: var(--fh-bg-color);
}

.hellspin-o3kwhz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-o3kwhz {
    display: none;
  }
}

.hellspin-7398a2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-7398a2 {
    display: none;
  }
}

.hellspin-6ujyqd {
  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-czm37e.hellspin-kn1x74 .hellspin-6ujyqd:first-child {
  display: none;
}

.hellspin-czm37e.hellspin-kn1x74 .hellspin-6ujyqd:last-child {
  display: block;
}

.hellspin-6ujyqd:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-6ujyqd {
    display: none;
  }
}

.hellspin-cp4ipq {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-cp4ipq {
    display: flex;
  }
}

.hellspin-cp4ipq ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-cp4ipq:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-cp4ipq:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-cp4ipq:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-cp4ipq:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-cp4ipq:hover .hellspin-16lxg3 svg {
  transform: rotate(180deg);
}

.hellspin-yg9h9a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-a4d9mg {
  padding: 0 8px;
}

.hellspin-bzlba6 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-bzlba6:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-bzlba6 {
    padding: 4px 8px;
  }
}

.hellspin-aksda1 {
  display: flex;
}

.hellspin-aksda1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-16lxg3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-16lxg3 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-k81zqd {
  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-k81zqd {
    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-5pj20g {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-5pj20g {
    display: none;
  }
}

.hellspin-34whyz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-hrjn3b {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-jjagzw {
  display: flex;
}

.hellspin-xre0z1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-ea1ot1 {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-ea1ot1 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-ea1ot1 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-ea1ot1 .hellspin-kff334 [data-ref-el],
  .hellspin-ea1ot1 .hellspin-kff334 span,
  .hellspin-ea1ot1 .hellspin-kff334 a {
    white-space: nowrap;
  }
}

.hellspin-wljasm {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-wljasm.hellspin-ma75kh > .hellspin-kff334 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-wljasm.hellspin-y2ewrs:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-wljasm.hellspin-ma75kh > .hellspin-hv302d {
    height: auto;
  }

  .hellspin-wljasm.hellspin-ma75kh > div > .hellspin-8paezm {
    transform: rotate(180deg);
  }
}

.hellspin-wljasm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-wljasm [data-ref-el],
.hellspin-wljasm span {
  cursor: pointer;
}

.hellspin-wljasm [data-ref-el],
.hellspin-wljasm span,
.hellspin-wljasm 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-wljasm [data-ref-el],
  .hellspin-wljasm span,
  .hellspin-wljasm a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-wljasm [data-ref-el],
  .hellspin-wljasm span,
  .hellspin-wljasm a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-hv302d {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-666h2k ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-hv302d::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-hv302d::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-hv302d::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-hv302d {
    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-hv302d:has(> .hellspin-wljasm.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-hv302d .hellspin-hv302d {
    padding: 0;
  }

  .hellspin-hv302d .hellspin-wljasm {
    font-weight: 400;
  }

  .hellspin-hv302d .hellspin-wljasm:hover > .hellspin-kff334 {
    background: var(--Neutral-300);
  }

  .hellspin-hv302d .hellspin-8paezm {
    rotate: -90deg;
  }
}

.hellspin-kff334 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-kff334 {
    padding: 8px;
  }

  .hellspin-wljasm.hellspin-ipkee6 > .hellspin-kff334 {
    background: var(--Neutral-300);
  }
}

.hellspin-8paezm {
  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-vao1s2.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-fha5m0 0.hellspin-qhbuj9.hellspin-tvlz1z -0.hellspin-ndwpsx 0.hellspin-3yqqxq -0.hellspin-ndwpsx 1.hellspin-5u5lb0 0.hellspin-rd5rtv.hellspin-bowy0e 4.hellspin-rfjm5j.hellspin-fha5m0 0.hellspin-37hjmn.hellspin-92mprg -0.hellspin-ndwpsx 9.hellspin-qwcr94 -0.hellspin-ndwpsx 10.hellspin-u1jwrp 0.hellspin-m4fskj.hellspin-o8oyr6 0.hellspin-tvlz1z 10.hellspin-o8oyr6 0.hellspin-3yqqxq 10.hellspin-u1jwrp 1.hellspin-mombuy.hellspin-ngn4yj 5.hellspin-ic7ok2.hellspin-4clw5w 6.hellspin-xo898n 5.hellspin-ng7bgp 6.hellspin-xo898n 4.hellspin-st1z73 5.hellspin-vn09ml.hellspin-fha5m0 1.hellspin-ycxun1.hellspin-ndwpsx 0.hellspin-3yqqxq -0.hellspin-ndwpsx 0.hellspin-tvlz1z 0.hellspin-fha5m0 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-666h2k ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-8paezm {
    cursor: default;
  }
}

.hellspin-ywve84 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-brsjpi {
  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-brsjpi {
    padding: 40px 4px;
  }
}

.hellspin-41v5uh {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-41v5uh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-uxyi7x {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-uxyi7x {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-uxyi7x ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-uxyi7x [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-uxyi7x [data-ref-el],
.hellspin-uxyi7x span,
.hellspin-uxyi7x a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hellspin-fqskzt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-fqskzt {
    margin-bottom: 12px;
  }
}

.hellspin-y6gdvf {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-y6gdvf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-y6gdvf:last-child {
    margin-right: 0;
  }
}

.hellspin-xrht0a {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-fqskzt:hover .hellspin-cwekwi {
  visibility: visible;
  opacity: 1;
}

.hellspin-cwekwi {
  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-jlvb0j {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-ejqzq1 {
  display: flex;
  margin: 6px;
}

.hellspin-ejqzq1 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-cwekwi::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-cwekwi::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-s3ivz9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-s3ivz9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-58cfcw {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hellspin-58cfcw {
    margin-right: 32px;
  }
}

.hellspin-rr5ebe {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-rr5ebe {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-rr5ebe a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-yu70pp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-7ey6ne {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-7ey6ne {
    margin-top: 40px;
  }
}

.hellspin-7ey6ne + .hellspin-a67s2s,
.hellspin-7ey6ne + .hellspin-7ey6ne {
  margin-top: 24px;
}

.hellspin-h8o30l {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-h8o30l {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-h8o30l {
    padding: 80px;
  }
}

.hellspin-s5mqbj {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-s5mqbj {
    padding: 0 16px;
}


}

.hellspin-6om788 {
  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-6om788 {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-spn119 {
  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-spn119 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-gnbj5s {
  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-gnbj5s:hover {
  background: var(--button-bg-hover);
}

.hellspin-ekkzhr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-ekkzhr img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-ekkzhr img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-ekkzhr img {
  min-height: 100%;
  }
}

.hellspin-h8o30l::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-pqxbdn {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-pqxbdn h1,
.hellspin-pqxbdn h2,
.hellspin-pqxbdn h3,
.hellspin-pqxbdn h4 {
  margin-bottom: 6px;
}

.hellspin-pqxbdn h1:not(:first-child),
.hellspin-pqxbdn h2:not(:first-child),
.hellspin-pqxbdn h3:not(:first-child),
.hellspin-pqxbdn h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-pqxbdn h1,
.hellspin-pqxbdn h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-pqxbdn h1,
  .hellspin-pqxbdn h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-pqxbdn h2,
.hellspin-pqxbdn h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-pqxbdn h2,
  .hellspin-pqxbdn h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-pqxbdn h3,
.hellspin-pqxbdn h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-pqxbdn h3,
  .hellspin-pqxbdn h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-pqxbdn h4,
.hellspin-pqxbdn h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-pqxbdn ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-pqxbdn ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-pqxbdn 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-pqxbdn ul ul {
  margin-bottom: 8px;
}

.hellspin-pqxbdn ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-pqxbdn ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-pqxbdn ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-pqxbdn ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-pqxbdn ol li::marker {
  font-weight: 700;
}

.hellspin-pqxbdn ol ol {
  margin-bottom: 8px;
}

.hellspin-pqxbdn ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-pqxbdn ol ul li {
  padding-left: 16px;
}

.hellspin-pqxbdn 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-pqxbdn table {
    padding: 24px;
  }
}

.hellspin-pqxbdn table.hellspin-gkpgzi {
  -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-666h2k,
    mask-image 0.3s;
}

.hellspin-pqxbdn table.hellspin-gkpgzi.hellspin-bqbc7t {
  -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-pqxbdn table {
    display: table;
  }
}

.hellspin-pqxbdn 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-pqxbdn table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-pqxbdn table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-pqxbdn 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-pqxbdn table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-pqxbdn table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-pqxbdn table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-pqxbdn table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-pqxbdn img {
  max-width: 100%;
  height: auto;
}

.hellspin-kwzke2 {
  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-kwzke2 {
    padding: 24px;
  }
}

.hellspin-no2n57 {
  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-no2n57 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-no2n57 > * {
  margin: 0 !important;
}

.hellspin-no2n57 img,
.hellspin-k3vhm9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-no2n57 img,
  .hellspin-k3vhm9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-vqc7t6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-vqc7t6 {
    width: 32px;
    height: 32px;
  }
}

.hellspin-0t7mt0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-0t7mt0 .hellspin-s0iyzh {
  flex-shrink: 0;
}

.hellspin-0t7mt0 .hellspin-oqwvtn svg {
  display: none;
}

.hellspin-y0iin7 {
  display: grid;
  transition: max-height 0.hellspin-666h2k ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-y0iin7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-y0iin7 {
    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-y0iin7.hellspin-w3zmob + .hellspin-s0iyzh svg {
  transform: rotate(180deg);
}

.hellspin-dm0ji3 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-dm0ji3 > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-dm0ji3
  > div:nth-child(3n)
  .hellspin-wtg7ru
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-dm0ji3 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-dm0ji3 > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-dm0ji3
    > div:nth-child(3n)
    .hellspin-wtg7ru
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-dm0ji3 {
    max-width: 270px;
  }
}

.hellspin-dm0ji3 .hellspin-wtg7ru button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-dm0ji3 .hellspin-wtg7ru button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-dm0ji3 .hellspin-wtg7ru button {
    max-width: 104px;
  }
}

.hellspin-m8e7og {
  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-m8e7og {
    margin-bottom: 0;
  }
}

.hellspin-h2ryu2 {
  display: none;
  opacity: 0;
}

.hellspin-ptj0iy {
  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-ptj0iy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-wtg7ru {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-wtg7ru 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-wtg7ru
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-wtg7ru
    button {
    max-width: 145px;
  }
}

.hellspin-ypeg9t:first-child
  .hellspin-wtg7ru
  button {
  max-width: 270px;
}

.hellspin-4sxifp {
  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-m8e7og picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-b796ti {
  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-b796ti svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-m8e7og:hover .hellspin-b796ti {
  display: flex;
}

.hellspin-jqb9hj {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-33p0co {
  display: flex;
}

.hellspin-33p0co:hover .hellspin-iayr1p,
.hellspin-33p0co .hellspin-ipkee6 .hellspin-iayr1p {
  display: flex;
}

.hellspin-33p0co svg {
  flex-shrink: 0;
}

.hellspin-iayr1p {
  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-iayr1p {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-iayr1p:hover {
  display: flex;
}

.hellspin-iayr1p svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-a1m0qr {
  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-a1m0qr {
    font-size: 12px;
  }
}

.hellspin-lv5hh5,
.hellspin-x4ub95 {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-lv5hh5 {
  font-weight: 700;
}

.hellspin-3wxshx .hellspin-y0iin7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-3wxshx .hellspin-y0iin7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-3wxshx .hellspin-y0iin7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-3wxshx
  .hellspin-4sxifp:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-3wxshx .hellspin-ptj0iy {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-3wxshx .hellspin-wtg7ru {
  gap: 4px;
  align-items: center;
}

.hellspin-3wxshx .hellspin-wtg7ru button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-3wxshx .hellspin-wtg7ru svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-3wxshx .hellspin-upubvh,
.hellspin-3wxshx .hellspin-f9qrpl {
  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-vao1s2.org/2000/svg'%3E%3Cpath d='M9.hellspin-qsb3yp 4.hellspin-5frwcz.hellspin-9kw0wo 5.hellspin-rbg92b.hellspin-q9sj6z 5.hellspin-bbdj8n.hellspin-dp2qxs 5.hellspin-ds3ggz.hellspin-9bmqc6 8.hellspin-2b157k.hellspin-ja6298 9.hellspin-u74ryd.hellspin-uct23d 9.hellspin-js29cp.hellspin-lii4gs 13.hellspin-lkzdnb.hellspin-ubslo9 11.hellspin-skmevd.hellspin-pwnz8e 11.hellspin-icaw66.hellspin-txa12p 11.hellspin-qhnid5.hellspin-unovu3 13.hellspin-3hm442.hellspin-o2pql1 9.hellspin-0kbugj.hellspin-ozjox0 9.hellspin-j6o5md.hellspin-bsjr9a 8.hellspin-hngpel.hellspin-d9v06v 5.hellspin-f8tc2w.hellspin-62ysw1 5.hellspin-hawz6i.hellspin-or5vew 5.hellspin-wauvth.hellspin-pg2ftg 4.hellspin-1n9hp5.hellspin-pwnz8e 1.hellspin-y3zlna.hellspin-qsb3yp 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-3wxshx .hellspin-upubvh {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-3wxshx .hellspin-f9qrpl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-hs496n {
  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-hs496n {
    padding: 24px;
  }
}

.hellspin-hs496n .hellspin-s0iyzh {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-hs496n .hellspin-s0iyzh {
    display: none;
  }
}

.hellspin-hs496n .hellspin-oqwvtn svg {
  display: none;
}

.hellspin-68kaz6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-68kaz6 .hellspin-l9cire {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-68kaz6 .hellspin-l9cire {
    display: flex;
  }
}

.hellspin-vuu8i8 {
  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-vuu8i8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-vuu8i8 > * {
  margin: 0 !important;
}

.hellspin-vuu8i8 img,
.hellspin-mbl1hg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-vuu8i8 img,
  .hellspin-mbl1hg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-t9swph {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-t9swph {
    width: 32px;
    height: 32px;
  }
}

.hellspin-oeg184 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-oeg184 {
    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-oeg184::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-yhzlyh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-yhzlyh {
    padding: 7px 15px;
  }
}

.hellspin-yhzlyh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-v4xy0o {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-v4xy0o {
    display: flex;
    opacity: 1;
  }
}

.hellspin-yhzlyh picture {
  height: 100%;
  display: block;
}

.hellspin-yhzlyh img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-yhzlyh img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-yhzlyh p {
  text-align: center;
  width: 100%;
}

.hellspin-h81wgu {
  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-h81wgu {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-h81wgu img,
.hellspin-p0n6tf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-h81wgu img,
  .hellspin-p0n6tf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-nihzpm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-nihzpm {
    width: 32px;
    height: 32px;
  }
}

.hellspin-hwvvj2 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-pm7dga {
  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-vxkptv {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-vxkptv.hellspin-ipkee6 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-e8z90f {
  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-e8z90f {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-of4q6q {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hellspin-1imzth {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-666h2k ease;
  opacity: 0;
  color: var(--text-color);
}

.hellspin-en0hig {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-en0hig ol,
.hellspin-en0hig ul {
  padding-left: 1.3em;
}

.hellspin-vxkptv.hellspin-ipkee6 .hellspin-1imzth {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-vxkptv.hellspin-ipkee6 .hellspin-of4q6q {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hellspin-3i6ezl {
  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-3i6ezl {
    padding: 24px;
  }
}

.hellspin-3i6ezl .hellspin-s0iyzh {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-3i6ezl .hellspin-s0iyzh {
    display: none;
  }
}

.hellspin-3i6ezl .hellspin-oqwvtn svg {
  display: none;
}

.hellspin-p4ffe8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-p4ffe8 .hellspin-l9cire {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-p4ffe8 .hellspin-l9cire {
    display: flex;
  }
}

.hellspin-a9di3p {
  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-a9di3p {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-a9di3p > * {
  margin: 0 !important;
}

.hellspin-a9di3p img,
.hellspin-d8y6ar {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-a9di3p img,
  .hellspin-d8y6ar {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-wpuohy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-wpuohy {
    width: 32px;
    height: 32px;
  }
}

.hellspin-coqc02 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-coqc02 {
    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-coqc02::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-qn3ykj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-qn3ykj:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-mc3c25 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-mc3c25 {
    display: flex;
    opacity: 1;
  }
}

.hellspin-qn3ykj picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-qn3ykj picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-bos35k {
  margin: -24px 0;
}

.hellspin-bos35k:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-bos35k {
    margin: -16px 0;
  }
}

.hellspin-swmhpl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-swmhpl {
    flex-direction: row;
  }
}

.hellspin-u23369 {
  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-u23369 {
    flex: 1;
  }
}

.hellspin-u23369::placeholder {
  color: var(--Text-400);
}

.hellspin-4z1rkf {
  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-zug2os {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-zug2os::-webkit-scrollbar {
  display: none;
}

.hellspin-a35fqy {
  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-a35fqy img,
.hellspin-a35fqy svg {
  margin-right: 8px;
}

.hellspin-jpijyk {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-bos35k + .hellspin-lpc3kc {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-bos35k + .hellspin-lpc3kc {
    margin-top: -16px;
  }
}

.hellspin-lodler {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-lodler > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-lodler > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-wlqbda {
  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-il12zr {
  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-n58m4i {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-lld8g0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-19t5hn {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-wlqbda 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-wlqbda 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-wlqbda {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-il12zr {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-19t5hn {
    height: 348px;
  }

  .hellspin-wlqbda button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-wlqbda button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-wlqbda {
    padding: 63px;
  }
}

.hellspin-y1ier5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-y1ier5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-lqw5ke {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-lqw5ke {
    width: auto;
  }
}

.hellspin-bigt2z {
  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-bigt2z::-webkit-scrollbar {
  display: none;
}

.hellspin-bigt2z 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-bigt2z a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-bigt2z {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-y1ier5 .hellspin-0dncwp {
  -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-666h2k,
    mask-image 0.3s;
}

.hellspin-y1ier5 .hellspin-0dncwp.hellspin-bqbc7t {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-gsgsn8 {
  margin: 40px -16px;
}

.hellspin-elx9nv + .hellspin-a67s2s,
.hellspin-elx9nv + .hellspin-7ey6ne {
  margin-top: 24px;
}

.hellspin-16cobr {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-16cobr picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-lqennp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-lqennp {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-lqennp {
    margin-top: 0;
  }
}

.hellspin-srlb0z {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-srlb0z {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-6z6vnj {
  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-6z6vnj {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-epi0pa {
  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-epi0pa {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-ph2c31 {
  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-ph2c31 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-0dcia8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-0dcia8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-9fg1yv {
  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-xo7p2a {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-xo7p2a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-lpc3kc {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-jhr505 {
  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-jhr505 {
    padding: 15px 48px;
  }
}

main > .hellspin-lpc3kc {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-y0iin7.hellspin-yra56o > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-pqxbdn p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-5k1f2q {
  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-fozr9v {
  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-fozr9v label {
  font-size: 14px;
}

.hellspin-fozr9v h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-fozr9v input,
.hellspin-fozr9v textarea,
.hellspin-fozr9v 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-fozr9v button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-2hxojv ease;
}
.hellspin-fozr9v button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-66fx3h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-qosi1o ease-in;
}

.hellspin-66fx3h 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-pauvun, .hellspin-003xyy, [class*="review-card"],
thead, thead th, table th, .hellspin-wm06qq,
.hellspin-dji0hy, [class*="collapsible-header"],
.hellspin-yxn5fk, [class*="updated-block"] {
  color: #ece7dc !important;
}
