* {
  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-ie5vfi {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-ie5vfi {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-ie5vfi {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-kyjffd {
  overflow: hidden;
}

.hellspin-ijfnpb img {
  background: var(--Neutral-300);
}

.hellspin-hg4jxo {
  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-7l5zdq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-7l5zdq:hover {
  background: var(--button-bg-hover);
}

.hellspin-ixal3l {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-ixal3l:hover {
  background: var(--button-bg-hover);
}

.hellspin-pvvnkp {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-j0kr6f {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-b1oskk {
  width: 100%;
}

.hellspin-btqgaz {
  padding: 6px 16px;
}

.hellspin-okog8p {
  padding: 10px 16px;
}

.hellspin-mwubch {
  padding: 15px 26px;
}

.hellspin-i43sie {
  flex-shrink: 0;
}

.hellspin-u297z2 {
  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-xkbwgb {
  display: none;
}

.hellspin-qingyr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-04cb6z {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-xyqe5x {
  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-aoz4f5 {
  cursor: grab;
}

.hellspin-xyqe5x::-webkit-scrollbar {
  display: none;
}

.hellspin-a6q9gx {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-vt0qot {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-1zefhw {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-2yzs6v {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-u3y5ec {
  visibility: visible;
}

.hellspin-m6xhaj {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-hkzxba ease;
}

.hellspin-8lfa9n {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-15jjs4 {
  -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-hkzxba,
    mask-image 0.3s;
}

.hellspin-15jjs4.hellspin-p5fum3 {
  -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-vfj1v8: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-qdi7hj {
  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-jnblkc.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-jnblkc.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-fkyzea {
  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-fkyzea::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-azxxvr {
  position: relative;
  z-index: 1;
}

.hellspin-g4hvsj {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-2lepdh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-ps4vum {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-58wfme {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-95fube {
  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-95fube:hover {
  background: var(--Primary-400);
}

.hellspin-95fube svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-vfj1v8 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-fkyzea {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-g4hvsj {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-2lepdh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-ps4vum {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-58wfme {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-qdi7hj {
    top: 25px;
    right: 25px;
  }
}

.hellspin-kz191l,
.hellspin-9ursw7 {
  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-zlr7tc.hellspin-ss3r72::before,
.hellspin-9ursw7::before,
.hellspin-17zn59::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-jnblkc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-8gwhh7 14.hellspin-4jhfsa.hellspin-ikzo02 14.hellspin-1nxh4z 15.hellspin-wz0jru 14.hellspin-1mr2nu 15.hellspin-0rdhsj 14.hellspin-sn2li2.hellspin-9aihoe 14.hellspin-co6odu 19.hellspin-8xfjh5 12.hellspin-o7ul5x 19.hellspin-8xfjh5 10.hellspin-eec1nm.hellspin-8xfjh5 8.hellspin-sus1th 17.hellspin-uz9eeb 7.hellspin-1hqb2d 15.hellspin-9sl0ol 7.hellspin-g3p3t3.hellspin-2b9tjw 7.hellspin-1hqb2d 11.hellspin-khgf5f 8.hellspin-sus1th 11.hellspin-khgf5f 10.hellspin-lqrcei.hellspin-khgf5f 12.hellspin-dmkxzc 13.hellspin-c1wozr 14.hellspin-13vxcc 15.hellspin-eugk2y 14.hellspin-4eotg6.hellspin-uqjy0k 14.hellspin-d06499 15.hellspin-ljf8ha 14.hellspin-y4dzv0 15.hellspin-igwbja 14.hellspin-a36fie.hellspin-8gwhh7 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-48idas 15.hellspin-uu05fd.hellspin-ixunxn 15.hellspin-1id0qa 15.hellspin-7p74qf 15.hellspin-r2hbro 15.hellspin-n45d3e 15.hellspin-8333mf.hellspin-n71wnz 15.hellspin-r2hbro 15.hellspin-gwn1ug 15.hellspin-d8svvf 15.hellspin-6qfkev 15.hellspin-3dzgzp.hellspin-ri5rqi 15.hellspin-adiicm 7.hellspin-y8a3ow 18.hellspin-2itysq 7.hellspin-wbyase 23.hellspin-tckuns.hellspin-lu3o7b.hellspin-r8g0uo 18.hellspin-yei5oy 19.hellspin-rxyxn9 15.hellspin-y91pqc 15.hellspin-48idas 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-izlsl1 [type="submit"] *,
.hellspin-fe4gsr button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-qhb2wz {
    display: none;
  }
}

.hellspin-b1uxho {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-b1uxho {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-b1uxho {
    bottom: 22px;
  }
}

.hellspin-b1uxho input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-b1uxho {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-szajlh.static) .hellspin-b1uxho {
    bottom: 8px;
  }
}

.hellspin-vaslqo {
  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-jnblkc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-ch1wul 3.hellspin-hng91x.hellspin-00qvpx.hellspin-y0jrgt 3.hellspin-istg0j 3.hellspin-pqb3dm 5.hellspin-7ctsct 3.hellspin-pqb3dm 8.hellspin-xmgg8e.hellspin-fwjo1g.hellspin-pqb3dm 26.hellspin-hdj4qi 5.hellspin-njg9vp 28.hellspin-3uhgs7 8.hellspin-yrbqyh 28.hellspin-6w2re6.hellspin-1i6myn 28.hellspin-i7y9d9.hellspin-lorivn 34.hellspin-35r1a7.hellspin-m8c3hk 36.hellspin-8g5n4v 11.hellspin-h0fw6z 37.hellspin-xpagu2 12.hellspin-4nhnyu 36.hellspin-hgel3h.hellspin-lnn7zg 28.hellspin-1jdz5b.hellspin-foax22.hellspin-7e72kj 28.hellspin-2d8j92 36.hellspin-32jp11 26.hellspin-81b550 36.hellspin-32jp11 23.hellspin-uq15pl.hellspin-11xc0k.hellspin-32jp11 5.hellspin-4qyuwn 34.hellspin-gfqef1 3.hellspin-istg0j 31.hellspin-ch1wul 3.hellspin-wv0p00.hellspin-e7g4zq 18.hellspin-mqfzz8.hellspin-ywrspg 18.hellspin-zo43jy 8.hellspin-9uk6q3 17.hellspin-qr3kld 8.hellspin-9uk6q3 15.hellspin-q4m6z6.hellspin-9uk6q3 14.hellspin-eh5zvo 9.hellspin-ywrspg 13.hellspin-uglmjd 11.hellspin-e7g4zq 13.hellspin-7azwxw.hellspin-1jlqnj 13.hellspin-uglmjd 13.hellspin-uzkyay 14.hellspin-eh5zvo 13.hellspin-uzkyay 15.hellspin-b90jcv.hellspin-uzkyay 17.hellspin-qr3kld 12.hellspin-1jlqnj 18.hellspin-zo43jy 11.hellspin-e7g4zq 18.hellspin-e4b16q.hellspin-qa68yk 18.hellspin-z8v2ym.hellspin-s6a8pq 18.hellspin-zo43jy 17.hellspin-vtu79n 17.hellspin-qr3kld 17.hellspin-vtu79n 15.hellspin-c3wgv7.hellspin-vtu79n 14.hellspin-eh5zvo 18.hellspin-s6a8pq 13.hellspin-uglmjd 20.hellspin-qa68yk 13.hellspin-ghzd6w.hellspin-khhe51 13.hellspin-uglmjd 22.hellspin-gtkzwv 14.hellspin-eh5zvo 22.hellspin-gtkzwv 15.hellspin-jxg271.hellspin-nrfvab 17.hellspin-qr3kld 21.hellspin-khhe51 18.hellspin-zo43jy 20.hellspin-qa68yk 18.hellspin-v16s7y.hellspin-y7w4li 18.hellspin-yzuibm.hellspin-ngkwhd 18.hellspin-zo43jy 26.hellspin-2q2z8b 17.hellspin-qr3kld 26.hellspin-2q2z8b 15.hellspin-u9v8yu.hellspin-2q2z8b 14.hellspin-eh5zvo 27.hellspin-ngkwhd 13.hellspin-uglmjd 28.hellspin-y7w4li 13.hellspin-z65wu4.hellspin-u0bda9 13.hellspin-uglmjd 31.hellspin-9bsm4l 14.hellspin-eh5zvo 31.hellspin-9bsm4l 15.hellspin-6muwgp.hellspin-2q2z8b 17.hellspin-qr3kld 30.hellspin-u0bda9 18.hellspin-zo43jy 28.hellspin-y7w4li 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-vaslqo {
    display: none;
  }
}

.hellspin-pesuym {
  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-pesuym {
    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-fe4gsr {
  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-fe4gsr {
    padding: 14px 16px;
  }
}

.hellspin-fe4gsr button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-fe4gsr button:first-child {
  align-content: end;
}

.hellspin-fe4gsr button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-fe4gsr
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-fe4gsr
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-fe4gsr button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-fe4gsr button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-17zn59 {
  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-17zn59::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-17zn59,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-17zn59 {
  opacity: 1;
  visibility: visible;
}

.hellspin-rfzhmw {
  flex: 1 1;
}

.hellspin-j3o6kr {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-j3o6kr {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-kqrdj1 {
  display: block;
}

.hellspin-9572gn {
  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-9572gn {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-9ursw7 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-9ursw7::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-d7ywnb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-d7ywnb p {
  color: var(--Text-100);
}

.hellspin-9ursw7 .hellspin-wx5nda {
  grid-area: button;
}

.hellspin-9ursw7 .hellspin-wx5nda::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-jnblkc.org/2000/svg'%3E%3Cpath d='M4.hellspin-3f2ltz 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-lk9vwb 15L16.hellspin-lk9vwb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-lk9vwb 5L16.hellspin-lk9vwb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-vpong5 {
  display: block;
}

.hellspin-rhmg08 {
  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-rhmg08 {
    margin-top: 40px;
  }
}

.hellspin-kz191l label,
.hellspin-kz191l input {
  display: block;
  width: 100%;
}

.hellspin-kz191l label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-kz191l label.hellspin-rszoyi input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-kz191l label.hellspin-rszoyi::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-kz191l 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-kz191l input::placeholder {
  color: var(--Text-400);
}

.hellspin-6ppiy1 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-6ppiy1 {
  display: flex;
}

.hellspin-6ppiy1 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-6ppiy1 ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-6ppiy1 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-izlsl1 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-izlsl1 {
    padding: 0 24px 24px;
  }
}

.hellspin-izlsl1 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-izlsl1 input::placeholder {
  color: var(--Text-400);
}

.hellspin-izlsl1 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-izlsl1 [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-izlsl1 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-izlsl1 [type="submit"] {
    right: 40px;
  }
}

.hellspin-zlr7tc {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-zlr7tc.hellspin-ss3r72 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-zlr7tc.hellspin-ss3r72::before {
  content: "";
  width: 31px;
}

.hellspin-zlr7tc.hellspin-ss3r72 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-zlr7tc.hellspin-omwngy p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-zlr7tc p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-b1uxho .hellspin-wx5nda {
  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-qhb2wz {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-qhb2wz {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-qhb2wz {
    padding: 18px 0;
  }
}

.hellspin-qhb2wz .hellspin-ie5vfi {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-qhb2wz .hellspin-ie5vfi {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-7axfqo {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-7axfqo {
    max-width: 160px;
    height: 40px;
  }
}

.hellspin-7axfqo picture,
.hellspin-7axfqo img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-7axfqo img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-6pj224 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-hkzxba ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-qhb2wz.hellspin-d88hfg .hellspin-6pj224 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-6pj224 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-6pj224 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-9976g9,
.hellspin-td2m76 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-9976g9,
  .hellspin-td2m76 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-td2m76 {
    display: none;
  }
}

.hellspin-1h3d17 {
  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-d88hfg .hellspin-1h3d17 {
  background: var(--fh-bg-color);
}

.hellspin-1h3d17 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-1h3d17 {
    display: none;
  }
}

.hellspin-tkyq40 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-tkyq40 {
    display: none;
  }
}

.hellspin-yvmflr {
  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-qhb2wz.hellspin-d88hfg .hellspin-yvmflr:first-child {
  display: none;
}

.hellspin-qhb2wz.hellspin-d88hfg .hellspin-yvmflr:last-child {
  display: block;
}

.hellspin-yvmflr:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-yvmflr {
    display: none;
  }
}

.hellspin-ghbv2t {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-ghbv2t {
    display: flex;
  }
}

.hellspin-ghbv2t ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-ghbv2t:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-ghbv2t:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-ghbv2t:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-ghbv2t:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-ghbv2t:hover .hellspin-6z0sb5 svg {
  transform: rotate(180deg);
}

.hellspin-87ng26 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-61z48v {
  padding: 0 8px;
}

.hellspin-arbu1j {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-arbu1j:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-arbu1j {
    padding: 4px 8px;
  }
}

.hellspin-e5mrqv {
  display: flex;
}

.hellspin-e5mrqv img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-6z0sb5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-6z0sb5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-h458wg {
  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-h458wg {
    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-6t67t7 {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-6t67t7 {
    display: none;
  }
}

.hellspin-ny202h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-upq7bn {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-bnn3mn {
  display: flex;
}

.hellspin-ykakim {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-peun5p {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-peun5p {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-peun5p {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-peun5p .hellspin-nyhamt [data-ref-el],
  .hellspin-peun5p .hellspin-nyhamt span,
  .hellspin-peun5p .hellspin-nyhamt a {
    white-space: nowrap;
  }
}

.hellspin-v1n7jr {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-v1n7jr.hellspin-cqflo2 > .hellspin-nyhamt {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-v1n7jr.hellspin-xfpslz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-v1n7jr.hellspin-cqflo2 > .hellspin-cduhwa {
    height: auto;
  }

  .hellspin-v1n7jr.hellspin-cqflo2 > div > .hellspin-tl34ve {
    transform: rotate(180deg);
  }
}

.hellspin-v1n7jr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-v1n7jr [data-ref-el],
.hellspin-v1n7jr span {
  cursor: pointer;
}

.hellspin-v1n7jr [data-ref-el],
.hellspin-v1n7jr span,
.hellspin-v1n7jr 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-v1n7jr [data-ref-el],
  .hellspin-v1n7jr span,
  .hellspin-v1n7jr a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-v1n7jr [data-ref-el],
  .hellspin-v1n7jr span,
  .hellspin-v1n7jr a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-cduhwa {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-hkzxba ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-cduhwa::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-cduhwa::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-cduhwa::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-cduhwa {
    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-cduhwa:has(> .hellspin-v1n7jr.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-cduhwa .hellspin-cduhwa {
    padding: 0;
  }

  .hellspin-cduhwa .hellspin-v1n7jr {
    font-weight: 400;
  }

  .hellspin-cduhwa .hellspin-v1n7jr:hover > .hellspin-nyhamt {
    background: var(--Neutral-300);
  }

  .hellspin-cduhwa .hellspin-tl34ve {
    rotate: -90deg;
  }
}

.hellspin-nyhamt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-nyhamt {
    padding: 8px;
  }

  .hellspin-v1n7jr.hellspin-cjpsd0 > .hellspin-nyhamt {
    background: var(--Neutral-300);
  }
}

.hellspin-tl34ve {
  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-jnblkc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-4a6kpu 0.hellspin-zh6wbq.hellspin-83pgd9 -0.hellspin-8fhita 0.hellspin-itj6h3 -0.hellspin-8fhita 1.hellspin-i49cob 0.hellspin-zy32sp.hellspin-1wcmxg 4.hellspin-56vlmw.hellspin-4a6kpu 0.hellspin-l0mhfu.hellspin-7blb7c -0.hellspin-8fhita 9.hellspin-agy5s3 -0.hellspin-8fhita 10.hellspin-m0pep4 0.hellspin-ztfvfz.hellspin-z1rfit 0.hellspin-83pgd9 10.hellspin-z1rfit 0.hellspin-itj6h3 10.hellspin-m0pep4 1.hellspin-r8qu40.hellspin-u6czjo 5.hellspin-jzig91.hellspin-9yoniu 6.hellspin-53yak8 5.hellspin-ygaetm 6.hellspin-53yak8 4.hellspin-9avs80 5.hellspin-f0y8w8.hellspin-4a6kpu 1.hellspin-80t6dj.hellspin-8fhita 0.hellspin-itj6h3 -0.hellspin-8fhita 0.hellspin-83pgd9 0.hellspin-4a6kpu 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-hkzxba ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-tl34ve {
    cursor: default;
  }
}

.hellspin-ll5gaz {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-7y2cb9 {
  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-7y2cb9 {
    padding: 40px 4px;
  }
}

.hellspin-ytf3vd {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-ytf3vd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-acjzog {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-acjzog {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-acjzog ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-acjzog [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-acjzog [data-ref-el],
.hellspin-acjzog span,
.hellspin-acjzog a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hellspin-sab4eu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-sab4eu {
    margin-bottom: 12px;
  }
}

.hellspin-b2i2g7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-b2i2g7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-b2i2g7:last-child {
    margin-right: 0;
  }
}

.hellspin-zn256i {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-sab4eu:hover .hellspin-mc4c1g {
  visibility: visible;
  opacity: 1;
}

.hellspin-mc4c1g {
  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-whcirt {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-dsrrd4 {
  display: flex;
  margin: 6px;
}

.hellspin-dsrrd4 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-mc4c1g::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-mc4c1g::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-nflu55 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-nflu55 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-erj3nq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hellspin-erj3nq {
    margin-right: 32px;
  }
}

.hellspin-yub7ph {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-yub7ph {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-yub7ph a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-2sq7ye {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-klt7oe {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-klt7oe {
    margin-top: 40px;
  }
}

.hellspin-klt7oe + .hellspin-esxkmd,
.hellspin-klt7oe + .hellspin-klt7oe {
  margin-top: 24px;
}

.hellspin-yfw0mq {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-yfw0mq {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-yfw0mq {
    padding: 80px;
  }
}

.hellspin-1v3c0x {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-1v3c0x {
    padding: 0 16px;
}


}

.hellspin-o82kp6 {
  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-o82kp6 {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-z63abw {
  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-z63abw {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-tivl56 {
  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-tivl56:hover {
  background: var(--button-bg-hover);
}

.hellspin-628ufp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-628ufp img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-628ufp img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-628ufp img {
  min-height: 100%;
  }
}

.hellspin-yfw0mq::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-rdykgl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-rdykgl h1,
.hellspin-rdykgl h2,
.hellspin-rdykgl h3,
.hellspin-rdykgl h4 {
  margin-bottom: 6px;
}

.hellspin-rdykgl h1:not(:first-child),
.hellspin-rdykgl h2:not(:first-child),
.hellspin-rdykgl h3:not(:first-child),
.hellspin-rdykgl h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-rdykgl h1,
.hellspin-rdykgl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-rdykgl h1,
  .hellspin-rdykgl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-rdykgl h2,
.hellspin-rdykgl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-rdykgl h2,
  .hellspin-rdykgl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-rdykgl h3,
.hellspin-rdykgl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-rdykgl h3,
  .hellspin-rdykgl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-rdykgl h4,
.hellspin-rdykgl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-rdykgl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-rdykgl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-rdykgl 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-rdykgl ul ul {
  margin-bottom: 8px;
}

.hellspin-rdykgl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-rdykgl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-rdykgl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-rdykgl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-rdykgl ol li::marker {
  font-weight: 700;
}

.hellspin-rdykgl ol ol {
  margin-bottom: 8px;
}

.hellspin-rdykgl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-rdykgl ol ul li {
  padding-left: 16px;
}

.hellspin-rdykgl 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-rdykgl table {
    padding: 24px;
  }
}

.hellspin-rdykgl table.hellspin-f81a4v {
  -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-hkzxba,
    mask-image 0.3s;
}

.hellspin-rdykgl table.hellspin-f81a4v.hellspin-p5fum3 {
  -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-rdykgl table {
    display: table;
  }
}

.hellspin-rdykgl 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-rdykgl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-rdykgl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-rdykgl 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-rdykgl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-rdykgl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-rdykgl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-rdykgl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-rdykgl img {
  max-width: 100%;
  height: auto;
}

.hellspin-zanwjy {
  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-zanwjy {
    padding: 24px;
  }
}

.hellspin-rjb796 {
  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-rjb796 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-rjb796 > * {
  margin: 0 !important;
}

.hellspin-rjb796 img,
.hellspin-jrva73 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-rjb796 img,
  .hellspin-jrva73 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-os03bu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-os03bu {
    width: 32px;
    height: 32px;
  }
}

.hellspin-3okx2f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-3okx2f .hellspin-tvcl0r {
  flex-shrink: 0;
}

.hellspin-3okx2f .hellspin-uso2jv svg {
  display: none;
}

.hellspin-ii7p4i {
  display: grid;
  transition: max-height 0.hellspin-hkzxba ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-ii7p4i {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-ii7p4i {
    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-ii7p4i.hellspin-tmmcgc + .hellspin-tvcl0r svg {
  transform: rotate(180deg);
}

.hellspin-ylymuu {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-ylymuu > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-ylymuu
  > div:nth-child(3n)
  .hellspin-cigx55
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-ylymuu {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-ylymuu > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-ylymuu
    > div:nth-child(3n)
    .hellspin-cigx55
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-ylymuu {
    max-width: 270px;
  }
}

.hellspin-ylymuu .hellspin-cigx55 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-ylymuu .hellspin-cigx55 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-ylymuu .hellspin-cigx55 button {
    max-width: 104px;
  }
}

.hellspin-k1qpeq {
  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-k1qpeq {
    margin-bottom: 0;
  }
}

.hellspin-algpon {
  display: none;
  opacity: 0;
}

.hellspin-qy60uu {
  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-qy60uu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-cigx55 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-cigx55 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-cigx55
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-cigx55
    button {
    max-width: 145px;
  }
}

.hellspin-8kxnvn:first-child
  .hellspin-cigx55
  button {
  max-width: 270px;
}

.hellspin-mcybfj {
  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-k1qpeq picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-ig2smn {
  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-ig2smn svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-k1qpeq:hover .hellspin-ig2smn {
  display: flex;
}

.hellspin-kxt5fx {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-dfsfk8 {
  display: flex;
}

.hellspin-dfsfk8:hover .hellspin-gntpj1,
.hellspin-dfsfk8 .hellspin-cjpsd0 .hellspin-gntpj1 {
  display: flex;
}

.hellspin-dfsfk8 svg {
  flex-shrink: 0;
}

.hellspin-gntpj1 {
  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-gntpj1 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-gntpj1:hover {
  display: flex;
}

.hellspin-gntpj1 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-6tmjnp {
  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-6tmjnp {
    font-size: 12px;
  }
}

.hellspin-jxqiw7,
.hellspin-2l8xfu {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-jxqiw7 {
  font-weight: 700;
}

.hellspin-1rb7ux .hellspin-ii7p4i {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-1rb7ux .hellspin-ii7p4i {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-1rb7ux .hellspin-ii7p4i {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-1rb7ux
  .hellspin-mcybfj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-1rb7ux .hellspin-qy60uu {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-1rb7ux .hellspin-cigx55 {
  gap: 4px;
  align-items: center;
}

.hellspin-1rb7ux .hellspin-cigx55 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-1rb7ux .hellspin-cigx55 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-1rb7ux .hellspin-vpca4p,
.hellspin-1rb7ux .hellspin-2j6evl {
  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-jnblkc.org/2000/svg'%3E%3Cpath d='M9.hellspin-susdoa 4.hellspin-e26m91.hellspin-sglgcy 5.hellspin-x7y2sx.hellspin-e6t5fq 5.hellspin-t3dxdk.hellspin-dvm41j 5.hellspin-a3kvc0.hellspin-1j4gog 8.hellspin-3bg22g.hellspin-b92vrz 9.hellspin-yzh0k1.hellspin-amgm8d 9.hellspin-57wpl7.hellspin-ju1ci8 13.hellspin-cwcdxo.hellspin-c5xefj 11.hellspin-50ddhn.hellspin-5tsqjg 11.hellspin-hkkyr7.hellspin-z4hho3 11.hellspin-gbta0f.hellspin-uh9orx 13.hellspin-9purz4.hellspin-ud7ett 9.hellspin-l1m212.hellspin-oit0t2 9.hellspin-p9v0h6.hellspin-4kdaie 8.hellspin-3wc18j.hellspin-apwwlf 5.hellspin-vgigxl.hellspin-4qv9pa 5.hellspin-y37zhi.hellspin-uzuoqo 5.hellspin-1j5e1j.hellspin-p7odgg 4.hellspin-r3h66d.hellspin-5tsqjg 1.hellspin-6q33ja.hellspin-susdoa 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-1rb7ux .hellspin-vpca4p {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-1rb7ux .hellspin-2j6evl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-o0v897 {
  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-o0v897 {
    padding: 24px;
  }
}

.hellspin-o0v897 .hellspin-tvcl0r {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-o0v897 .hellspin-tvcl0r {
    display: none;
  }
}

.hellspin-o0v897 .hellspin-uso2jv svg {
  display: none;
}

.hellspin-3q1sva {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-3q1sva .hellspin-hg4jxo {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-3q1sva .hellspin-hg4jxo {
    display: flex;
  }
}

.hellspin-lht3bu {
  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-lht3bu {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-lht3bu > * {
  margin: 0 !important;
}

.hellspin-lht3bu img,
.hellspin-2w6xth {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-lht3bu img,
  .hellspin-2w6xth {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-frctpu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-frctpu {
    width: 32px;
    height: 32px;
  }
}

.hellspin-mvs0al {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-mvs0al {
    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-mvs0al::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-8s2klf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-8s2klf {
    padding: 7px 15px;
  }
}

.hellspin-8s2klf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-99atd8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-99atd8 {
    display: flex;
    opacity: 1;
  }
}

.hellspin-8s2klf picture {
  height: 100%;
  display: block;
}

.hellspin-8s2klf img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-8s2klf img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-8s2klf p {
  text-align: center;
  width: 100%;
}

.hellspin-3xgl2j {
  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-3xgl2j {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-3xgl2j img,
.hellspin-7toz0k {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-3xgl2j img,
  .hellspin-7toz0k {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-hnhnq2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-hnhnq2 {
    width: 32px;
    height: 32px;
  }
}

.hellspin-zjw16z {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-srdeur {
  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-d1zaz3 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-d1zaz3.hellspin-cjpsd0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-qi1fof {
  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-qi1fof {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-b9b86n {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hellspin-prsr9e {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-hkzxba ease;
  opacity: 0;
  color: var(--text-color);
}

.hellspin-ddl9p5 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-ddl9p5 ol,
.hellspin-ddl9p5 ul {
  padding-left: 1.3em;
}

.hellspin-d1zaz3.hellspin-cjpsd0 .hellspin-prsr9e {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-d1zaz3.hellspin-cjpsd0 .hellspin-b9b86n {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hellspin-po10x7 {
  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-po10x7 {
    padding: 24px;
  }
}

.hellspin-po10x7 .hellspin-tvcl0r {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-po10x7 .hellspin-tvcl0r {
    display: none;
  }
}

.hellspin-po10x7 .hellspin-uso2jv svg {
  display: none;
}

.hellspin-kzl5mz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-kzl5mz .hellspin-hg4jxo {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-kzl5mz .hellspin-hg4jxo {
    display: flex;
  }
}

.hellspin-fzc28x {
  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-fzc28x {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-fzc28x > * {
  margin: 0 !important;
}

.hellspin-fzc28x img,
.hellspin-lacp38 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-fzc28x img,
  .hellspin-lacp38 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-w7vs8i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-w7vs8i {
    width: 32px;
    height: 32px;
  }
}

.hellspin-pjbsrh {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-pjbsrh {
    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-pjbsrh::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-e9e4vs {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-e9e4vs:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-d758ue {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-d758ue {
    display: flex;
    opacity: 1;
  }
}

.hellspin-e9e4vs picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-e9e4vs picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-4zamwi {
  margin: -24px 0;
}

.hellspin-4zamwi:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-4zamwi {
    margin: -16px 0;
  }
}

.hellspin-peh4vf {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-peh4vf {
    flex-direction: row;
  }
}

.hellspin-ijc2h8 {
  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-ijc2h8 {
    flex: 1;
  }
}

.hellspin-ijc2h8::placeholder {
  color: var(--Text-400);
}

.hellspin-nez2ih {
  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-tmpnmy {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-tmpnmy::-webkit-scrollbar {
  display: none;
}

.hellspin-h3p773 {
  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-h3p773 img,
.hellspin-h3p773 svg {
  margin-right: 8px;
}

.hellspin-qmgsfn {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-4zamwi + .hellspin-9n821p {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-4zamwi + .hellspin-9n821p {
    margin-top: -16px;
  }
}

.hellspin-eho9vb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-eho9vb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-eho9vb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-wlhk0h {
  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-giovmk {
  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-56xtzx {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-q1wtcq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-vfgpbq {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-wlhk0h 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-wlhk0h 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-wlhk0h {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-giovmk {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-vfgpbq {
    height: 348px;
  }

  .hellspin-wlhk0h button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-wlhk0h button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-wlhk0h {
    padding: 63px;
  }
}

.hellspin-t298xf {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-t298xf {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-htkzsd {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-htkzsd {
    width: auto;
  }
}

.hellspin-0qadkf {
  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-0qadkf::-webkit-scrollbar {
  display: none;
}

.hellspin-0qadkf 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-0qadkf a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-0qadkf {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-t298xf .hellspin-tzs7ab {
  -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-hkzxba,
    mask-image 0.3s;
}

.hellspin-t298xf .hellspin-tzs7ab.hellspin-p5fum3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-lcd4zw {
  margin: 40px -16px;
}

.hellspin-wqbc3x + .hellspin-esxkmd,
.hellspin-wqbc3x + .hellspin-klt7oe {
  margin-top: 24px;
}

.hellspin-6nm2wu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-6nm2wu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-3s6wnc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-3s6wnc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-3s6wnc {
    margin-top: 0;
  }
}

.hellspin-706wft {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-706wft {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-bi1v4l {
  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-bi1v4l {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-jzmwwd {
  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-jzmwwd {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-zfsk3a {
  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-zfsk3a {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-6vowpk {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-6vowpk {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-rj3p4u {
  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-1wwq4i {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-1wwq4i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-9n821p {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-dapd1r {
  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-dapd1r {
    padding: 15px 48px;
  }
}

main > .hellspin-9n821p {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-ii7p4i.hellspin-3rkou0 > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-rdykgl p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-bmgdpp {
  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-p2w2vb {
  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-p2w2vb label {
  font-size: 14px;
}

.hellspin-p2w2vb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-p2w2vb input,
.hellspin-p2w2vb textarea,
.hellspin-p2w2vb 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-p2w2vb button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-dprnle ease;
}
.hellspin-p2w2vb button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-jllmis {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-xx5tkf ease-in;
}

.hellspin-jllmis 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-eb91qz, .hellspin-628url, [class*="review-card"],
thead, thead th, table th, .hellspin-mvlcur,
.hellspin-v0ate7, [class*="collapsible-header"],
.hellspin-z24dzg, [class*="updated-block"] {
  color: #ece7dc !important;
}
