* {
  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-czt4rb {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-czt4rb {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-czt4rb {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.hellspin-1w191t {
  overflow: hidden;
}

.hellspin-omhdju img {
  background: var(--Neutral-300);
}

.hellspin-2surfd {
  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-h53uzb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.hellspin-h53uzb:hover {
  background: var(--button-bg-hover);
}

.hellspin-w1tndp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.hellspin-w1tndp:hover {
  background: var(--button-bg-hover);
}

.hellspin-eh8h2f {
  font-size: 12px;
  line-height: 18px;
}

.hellspin-v2q2da {
  font-size: 18px;
  line-height: 26px;
}

.hellspin-aeeb42 {
  width: 100%;
}

.hellspin-879eou {
  padding: 6px 16px;
}

.hellspin-qhadvp {
  padding: 10px 16px;
}

.hellspin-pfo8be {
  padding: 15px 26px;
}

.hellspin-0san6j {
  flex-shrink: 0;
}

.hellspin-uh1abq {
  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-38b4vc {
  display: none;
}

.hellspin-ufce2w {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hellspin-ki01te {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.hellspin-lmokdu {
  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-ncjis3 {
  cursor: grab;
}

.hellspin-lmokdu::-webkit-scrollbar {
  display: none;
}

.hellspin-xvjv0j {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.hellspin-gedver {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.hellspin-fzozwf {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.hellspin-yngdtw {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.hellspin-0e5mso {
  visibility: visible;
}

.hellspin-uugofl {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.hellspin-kuo8xw ease;
}

.hellspin-2djjbc {
  background-color: var(--Primary-200);
  width: 16px;
}

.hellspin-jnyvvc {
  -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-kuo8xw,
    mask-image 0.3s;
}

.hellspin-jnyvvc.hellspin-9ck2xb {
  -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-whcbhx: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-y379wj {
  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-ruhpv5.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-ruhpv5.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-0qbfa6 {
  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-0qbfa6::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-x38zaz {
  position: relative;
  z-index: 1;
}

.hellspin-k5ttu8 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.hellspin-9ewmti {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.hellspin-wz4jab {
  font-size: 40px;
  line-height: 48px;
}

.hellspin-qzwjoe {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hellspin-uxduks {
  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-uxduks:hover {
  background: var(--Primary-400);
}

.hellspin-uxduks svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.hellspin-whcbhx 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-0qbfa6 {
    max-width: 600px;
    padding: 64px;
  }

  .hellspin-k5ttu8 {
    font-size: 24px;
    line-height: 32px;
  }

  .hellspin-9ewmti {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .hellspin-wz4jab {
    font-size: 50px;
    line-height: 56px;
  }

  .hellspin-qzwjoe {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .hellspin-y379wj {
    top: 25px;
    right: 25px;
  }
}

.hellspin-ijcnv9,
.hellspin-8iqf1g {
  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-sdbvll.hellspin-y9kx5y::before,
.hellspin-8iqf1g::before,
.hellspin-ndwmk6::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-ruhpv5.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.hellspin-j5irnz 14.hellspin-5pluqw.hellspin-6zqvp5 14.hellspin-qearem 15.hellspin-71okk4 14.hellspin-2qun0i 15.hellspin-8o4qo9 14.hellspin-f85f3k.hellspin-nbiwy5 14.hellspin-in4xa2 19.hellspin-0k48fl 12.hellspin-yyoqrb 19.hellspin-0k48fl 10.hellspin-nslzzw.hellspin-0k48fl 8.hellspin-1iuw24 17.hellspin-1f6itc 7.hellspin-b973a0 15.hellspin-9hg3bm 7.hellspin-73w19n.hellspin-8pj2jy 7.hellspin-b973a0 11.hellspin-s3smiy 8.hellspin-1iuw24 11.hellspin-s3smiy 10.hellspin-3wbevq.hellspin-s3smiy 12.hellspin-tpiljy 13.hellspin-tnjl2v 14.hellspin-yg81gl 15.hellspin-zf0dox 14.hellspin-l1ki2x.hellspin-rrq9v7 14.hellspin-8si3br 15.hellspin-prsf2k 14.hellspin-fvb77k 15.hellspin-tsg9ct 14.hellspin-rd8wn1.hellspin-j5irnz 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.hellspin-2mcai5 15.hellspin-8lmrs7.hellspin-io5i1e 15.hellspin-gcvlc8 15.hellspin-aqffef 15.hellspin-yudx07 15.hellspin-ay682i 15.hellspin-qdvzv1.hellspin-2malt8 15.hellspin-yudx07 15.hellspin-wcyc3v 15.hellspin-sxfwqz 15.hellspin-t1z1ia 15.hellspin-uf95c2.hellspin-4fdfkf 15.hellspin-okmfb7 7.hellspin-966a4o 18.hellspin-5qza8o 7.hellspin-3vrpzt 23.hellspin-13za2w.hellspin-g4bqys.hellspin-rnw429 18.hellspin-pnrhhp 19.hellspin-sdkh02 15.hellspin-831yhx 15.hellspin-2mcai5 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.hellspin-den3ff [type="submit"] *,
.hellspin-zdn81o button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .hellspin-x1el69 {
    display: none;
  }
}

.hellspin-paxocw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .hellspin-paxocw {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-paxocw {
    bottom: 22px;
  }
}

.hellspin-paxocw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .hellspin-paxocw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.hellspin-ubuxq5.static) .hellspin-paxocw {
    bottom: 8px;
  }
}

.hellspin-7agrbk {
  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-ruhpv5.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.hellspin-excb5q 3.hellspin-jokl3q.hellspin-9fz5ha.hellspin-0ioyvt 3.hellspin-q2bp66 3.hellspin-95vi81 5.hellspin-1dn9pj 3.hellspin-95vi81 8.hellspin-z35b8h.hellspin-019gfl.hellspin-95vi81 26.hellspin-3keegm 5.hellspin-0gcvbw 28.hellspin-go0cja 8.hellspin-ervqos 28.hellspin-ses3zt.hellspin-jrg2s1 28.hellspin-mtydnj.hellspin-rg0msr 34.hellspin-m5bmv7.hellspin-9ua9w2 36.hellspin-6yof7e 11.hellspin-m9ri56 37.hellspin-oy1xj8 12.hellspin-wkyhpa 36.hellspin-kzirx4.hellspin-5my6xf 28.hellspin-hkc31y.hellspin-36kdik.hellspin-gk78ib 28.hellspin-ntv3bk 36.hellspin-i1sba7 26.hellspin-4tf8i8 36.hellspin-i1sba7 23.hellspin-5tsccz.hellspin-ksokou.hellspin-i1sba7 5.hellspin-62jzzd 34.hellspin-qmlw89 3.hellspin-q2bp66 31.hellspin-excb5q 3.hellspin-kb08jd.hellspin-abci35 18.hellspin-xwo44a.hellspin-hfmgkg 18.hellspin-xfp8yq 8.hellspin-wrc2ke 17.hellspin-6qzr81 8.hellspin-wrc2ke 15.hellspin-6w85mr.hellspin-wrc2ke 14.hellspin-cytn48 9.hellspin-hfmgkg 13.hellspin-65jyn7 11.hellspin-abci35 13.hellspin-w41bq6.hellspin-69j5ue 13.hellspin-65jyn7 13.hellspin-wwh17c 14.hellspin-cytn48 13.hellspin-wwh17c 15.hellspin-yurck2.hellspin-wwh17c 17.hellspin-6qzr81 12.hellspin-69j5ue 18.hellspin-xfp8yq 11.hellspin-abci35 18.hellspin-8t4h6a.hellspin-13289c 18.hellspin-c1upgk.hellspin-rs940l 18.hellspin-xfp8yq 17.hellspin-oop2vs 17.hellspin-6qzr81 17.hellspin-oop2vs 15.hellspin-vd96el.hellspin-oop2vs 14.hellspin-cytn48 18.hellspin-rs940l 13.hellspin-65jyn7 20.hellspin-13289c 13.hellspin-mixoqb.hellspin-o13jwm 13.hellspin-65jyn7 22.hellspin-w2l42t 14.hellspin-cytn48 22.hellspin-w2l42t 15.hellspin-4f860d.hellspin-bz3khh 17.hellspin-6qzr81 21.hellspin-o13jwm 18.hellspin-xfp8yq 20.hellspin-13289c 18.hellspin-9qy6sz.hellspin-jfjuh3 18.hellspin-eio7jb.hellspin-sxws0k 18.hellspin-xfp8yq 26.hellspin-tjp04k 17.hellspin-6qzr81 26.hellspin-tjp04k 15.hellspin-sfchtm.hellspin-tjp04k 14.hellspin-cytn48 27.hellspin-sxws0k 13.hellspin-65jyn7 28.hellspin-jfjuh3 13.hellspin-8nhzr9.hellspin-5mynso 13.hellspin-65jyn7 31.hellspin-mf0zxq 14.hellspin-cytn48 31.hellspin-mf0zxq 15.hellspin-rn9yax.hellspin-tjp04k 17.hellspin-6qzr81 30.hellspin-5mynso 18.hellspin-xfp8yq 28.hellspin-jfjuh3 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-7agrbk {
    display: none;
  }
}

.hellspin-f3bxn2 {
  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-f3bxn2 {
    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-zdn81o {
  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-zdn81o {
    padding: 14px 16px;
  }
}

.hellspin-zdn81o button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.hellspin-zdn81o button:first-child {
  align-content: end;
}

.hellspin-zdn81o button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .hellspin-zdn81o
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-zdn81o
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.hellspin-zdn81o button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.hellspin-zdn81o button:last-child svg {
  width: 38px;
  height: 38px;
}

.hellspin-ndwmk6 {
  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-ndwmk6::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-ndwmk6,
.pc61d126-chatbot[data-active-screen="3"]
  .hellspin-ndwmk6 {
  opacity: 1;
  visibility: visible;
}

.hellspin-6yhyoo {
  flex: 1 1;
}

.hellspin-afq580 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-afq580 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .hellspin-3m3ffv {
  display: block;
}

.hellspin-oe45yr {
  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-oe45yr {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-8iqf1g {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.hellspin-8iqf1g::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.hellspin-653239 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.hellspin-653239 p {
  color: var(--Text-100);
}

.hellspin-8iqf1g .hellspin-1j665l {
  grid-area: button;
}

.hellspin-8iqf1g .hellspin-1j665l::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-ruhpv5.org/2000/svg'%3E%3Cpath d='M4.hellspin-16d9ka 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-ns7nd8 15L16.hellspin-ns7nd8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.hellspin-ns7nd8 5L16.hellspin-ns7nd8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .hellspin-akcz8o {
  display: block;
}

.hellspin-wt4x8f {
  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-wt4x8f {
    margin-top: 40px;
  }
}

.hellspin-ijcnv9 label,
.hellspin-ijcnv9 input {
  display: block;
  width: 100%;
}

.hellspin-ijcnv9 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.hellspin-ijcnv9 label.hellspin-bgsre2 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.hellspin-ijcnv9 label.hellspin-bgsre2::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-ijcnv9 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-ijcnv9 input::placeholder {
  color: var(--Text-400);
}

.hellspin-1ztgbk {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .hellspin-1ztgbk {
  display: flex;
}

.hellspin-1ztgbk ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .hellspin-1ztgbk ol {
    height: 420px;
    padding: 24px;
  }
}

.hellspin-1ztgbk ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.hellspin-den3ff {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .hellspin-den3ff {
    padding: 0 24px 24px;
  }
}

.hellspin-den3ff 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-den3ff input::placeholder {
  color: var(--Text-400);
}

.hellspin-den3ff [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.hellspin-den3ff [type="submit"]:disabled {
  opacity: 0.5;
}

.hellspin-den3ff [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .hellspin-den3ff [type="submit"] {
    right: 40px;
  }
}

.hellspin-sdbvll {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.hellspin-sdbvll.hellspin-y9kx5y {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.hellspin-sdbvll.hellspin-y9kx5y::before {
  content: "";
  width: 31px;
}

.hellspin-sdbvll.hellspin-y9kx5y p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-sdbvll.hellspin-s851u7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.hellspin-sdbvll p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.hellspin-paxocw .hellspin-1j665l {
  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-x1el69 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hellspin-x1el69 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .hellspin-x1el69 {
    padding: 18px 0;
  }
}

.hellspin-x1el69 .hellspin-czt4rb {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hellspin-x1el69 .hellspin-czt4rb {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.hellspin-ntwnnh {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .hellspin-ntwnnh {
    max-width: 160px;
    height: 40px;
  }
}

.hellspin-ntwnnh picture,
.hellspin-ntwnnh img {
  display: block;
  width: 100%;
  height: 100%;
}

.hellspin-ntwnnh img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .hellspin-14b3ll {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.hellspin-kuo8xw ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .hellspin-x1el69.hellspin-elydhy .hellspin-14b3ll {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hellspin-14b3ll {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .hellspin-14b3ll {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.hellspin-vqrg4v,
.hellspin-yfwyv2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .hellspin-vqrg4v,
  .hellspin-yfwyv2 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hellspin-yfwyv2 {
    display: none;
  }
}

.hellspin-qtr602 {
  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-elydhy .hellspin-qtr602 {
  background: var(--fh-bg-color);
}

.hellspin-qtr602 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .hellspin-qtr602 {
    display: none;
  }
}

.hellspin-xizqfz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-xizqfz {
    display: none;
  }
}

.hellspin-yz4szx {
  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-x1el69.hellspin-elydhy .hellspin-yz4szx:first-child {
  display: none;
}

.hellspin-x1el69.hellspin-elydhy .hellspin-yz4szx:last-child {
  display: block;
}

.hellspin-yz4szx:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .hellspin-yz4szx {
    display: none;
  }
}

.hellspin-n1qgq5 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-n1qgq5 {
    display: flex;
  }
}

.hellspin-n1qgq5 ul {
  max-height: 350px;
  overflow-y: auto;
}

.hellspin-n1qgq5:hover ul {
  visibility: visible;
  opacity: 1;
}

.hellspin-n1qgq5:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.hellspin-n1qgq5:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.hellspin-n1qgq5:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.hellspin-n1qgq5:hover .hellspin-ogb3br svg {
  transform: rotate(180deg);
}

.hellspin-lhcxk4 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.hellspin-rku7g6 {
  padding: 0 8px;
}

.hellspin-vztytd {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.hellspin-vztytd:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .hellspin-vztytd {
    padding: 4px 8px;
  }
}

.hellspin-eymadj {
  display: flex;
}

.hellspin-eymadj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.hellspin-ogb3br {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.hellspin-ogb3br svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.hellspin-i82z0r {
  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-i82z0r {
    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-3p85xh {
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-3p85xh {
    display: none;
  }
}

.hellspin-mcaiuz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.hellspin-7av76l {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.hellspin-rs814w {
  display: flex;
}

.hellspin-i3qdy6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hellspin-z6ur4y {
  list-style: none;
}

@media (max-width: 1199px) {
  .hellspin-z6ur4y {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .hellspin-z6ur4y {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hellspin-z6ur4y .hellspin-4u8rnv [data-ref-el],
  .hellspin-z6ur4y .hellspin-4u8rnv span,
  .hellspin-z6ur4y .hellspin-4u8rnv a {
    white-space: nowrap;
  }
}

.hellspin-l4ejdz {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .hellspin-l4ejdz.hellspin-kj38pq > .hellspin-4u8rnv {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .hellspin-l4ejdz.hellspin-dm0vox:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .hellspin-l4ejdz.hellspin-kj38pq > .hellspin-tb5ybd {
    height: auto;
  }

  .hellspin-l4ejdz.hellspin-kj38pq > div > .hellspin-nqjloz {
    transform: rotate(180deg);
  }
}

.hellspin-l4ejdz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.hellspin-l4ejdz [data-ref-el],
.hellspin-l4ejdz span {
  cursor: pointer;
}

.hellspin-l4ejdz [data-ref-el],
.hellspin-l4ejdz span,
.hellspin-l4ejdz 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-l4ejdz [data-ref-el],
  .hellspin-l4ejdz span,
  .hellspin-l4ejdz a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .hellspin-l4ejdz [data-ref-el],
  .hellspin-l4ejdz span,
  .hellspin-l4ejdz a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.hellspin-tb5ybd {
  height: 0;
  overflow: hidden;
  transition: height 0.hellspin-kuo8xw ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.hellspin-tb5ybd::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.hellspin-tb5ybd::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.hellspin-tb5ybd::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .hellspin-tb5ybd {
    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-tb5ybd:has(> .hellspin-l4ejdz.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .hellspin-tb5ybd .hellspin-tb5ybd {
    padding: 0;
  }

  .hellspin-tb5ybd .hellspin-l4ejdz {
    font-weight: 400;
  }

  .hellspin-tb5ybd .hellspin-l4ejdz:hover > .hellspin-4u8rnv {
    background: var(--Neutral-300);
  }

  .hellspin-tb5ybd .hellspin-nqjloz {
    rotate: -90deg;
  }
}

.hellspin-4u8rnv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .hellspin-4u8rnv {
    padding: 8px;
  }

  .hellspin-l4ejdz.hellspin-evt6rb > .hellspin-4u8rnv {
    background: var(--Neutral-300);
  }
}

.hellspin-nqjloz {
  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-ruhpv5.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.hellspin-tzocbu 0.hellspin-6kv7i0.hellspin-ycxp2r -0.hellspin-6c48ft 0.hellspin-grfnzs -0.hellspin-6c48ft 1.hellspin-pcrteu 0.hellspin-t0s1sk.hellspin-4ypocl 4.hellspin-gx1eg8.hellspin-tzocbu 0.hellspin-621qum.hellspin-4099q6 -0.hellspin-6c48ft 9.hellspin-xsb06z -0.hellspin-6c48ft 10.hellspin-zkyt0d 0.hellspin-qq5vrf.hellspin-sczli2 0.hellspin-ycxp2r 10.hellspin-sczli2 0.hellspin-grfnzs 10.hellspin-zkyt0d 1.hellspin-24vlfm.hellspin-mvuw2l 5.hellspin-ac7818.hellspin-z8ry7x 6.hellspin-nw2i7j 5.hellspin-gtt4yg 6.hellspin-nw2i7j 4.hellspin-6ex94z 5.hellspin-czwwrn.hellspin-tzocbu 1.hellspin-h5sbg1.hellspin-6c48ft 0.hellspin-grfnzs -0.hellspin-6c48ft 0.hellspin-ycxp2r 0.hellspin-tzocbu 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.hellspin-kuo8xw ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .hellspin-nqjloz {
    cursor: default;
  }
}

.hellspin-91vstz {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.hellspin-eb9jst {
  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-eb9jst {
    padding: 40px 4px;
  }
}

.hellspin-5glac6 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hellspin-5glac6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.hellspin-borf92 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .hellspin-borf92 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.hellspin-borf92 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.hellspin-borf92 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.hellspin-borf92 [data-ref-el],
.hellspin-borf92 span,
.hellspin-borf92 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.hellspin-fstdpn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-fstdpn {
    margin-bottom: 12px;
  }
}

.hellspin-znu4s5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.hellspin-znu4s5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .hellspin-znu4s5:last-child {
    margin-right: 0;
  }
}

.hellspin-38db80 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-fstdpn:hover .hellspin-l4ubn4 {
  visibility: visible;
  opacity: 1;
}

.hellspin-l4ubn4 {
  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-og89hp {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.hellspin-g5uik6 {
  display: flex;
  margin: 6px;
}

.hellspin-g5uik6 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.hellspin-l4ubn4::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-l4ubn4::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-eycq5g {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .hellspin-eycq5g {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.hellspin-95ztuv {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .hellspin-95ztuv {
    margin-right: 32px;
  }
}

.hellspin-z01m7i {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hellspin-z01m7i {
    margin-top: 0;
    width: 340px;
  }
}

.hellspin-z01m7i a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.hellspin-vj8a8w {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hellspin-lt7wah {
  position: relative;
}

@media (min-width: 768px) {
  .hellspin-lt7wah {
    margin-top: 40px;
  }
}

.hellspin-lt7wah + .hellspin-xfjxrn,
.hellspin-lt7wah + .hellspin-lt7wah {
  margin-top: 24px;
}

.hellspin-d9q2e0 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .hellspin-d9q2e0 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-d9q2e0 {
    padding: 80px;
  }
}

.hellspin-4zhfrm {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .hellspin-4zhfrm {
    padding: 0 16px;
}


}

.hellspin-9az2i4 {
  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-9az2i4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.hellspin-xzpg00 {
  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-xzpg00 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-vn0lsq {
  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-vn0lsq:hover {
  background: var(--button-bg-hover);
}

.hellspin-2qiv37 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hellspin-2qiv37 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .hellspin-2qiv37 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .hellspin-2qiv37 img {
  min-height: 100%;
  }
}

.hellspin-d9q2e0::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hellspin-7lleo2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hellspin-7lleo2 h1,
.hellspin-7lleo2 h2,
.hellspin-7lleo2 h3,
.hellspin-7lleo2 h4 {
  margin-bottom: 6px;
}

.hellspin-7lleo2 h1:not(:first-child),
.hellspin-7lleo2 h2:not(:first-child),
.hellspin-7lleo2 h3:not(:first-child),
.hellspin-7lleo2 h4:not(:first-child) {
  margin-top: 16px;
}

.hellspin-7lleo2 h1,
.hellspin-7lleo2 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hellspin-7lleo2 h1,
  .hellspin-7lleo2 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.hellspin-7lleo2 h2,
.hellspin-7lleo2 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .hellspin-7lleo2 h2,
  .hellspin-7lleo2 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-7lleo2 h3,
.hellspin-7lleo2 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .hellspin-7lleo2 h3,
  .hellspin-7lleo2 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-7lleo2 h4,
.hellspin-7lleo2 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.hellspin-7lleo2 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.hellspin-7lleo2 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.hellspin-7lleo2 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-7lleo2 ul ul {
  margin-bottom: 8px;
}

.hellspin-7lleo2 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.hellspin-7lleo2 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.hellspin-7lleo2 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.hellspin-7lleo2 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.hellspin-7lleo2 ol li::marker {
  font-weight: 700;
}

.hellspin-7lleo2 ol ol {
  margin-bottom: 8px;
}

.hellspin-7lleo2 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.hellspin-7lleo2 ol ul li {
  padding-left: 16px;
}

.hellspin-7lleo2 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-7lleo2 table {
    padding: 24px;
  }
}

.hellspin-7lleo2 table.hellspin-eqxkz3 {
  -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-kuo8xw,
    mask-image 0.3s;
}

.hellspin-7lleo2 table.hellspin-eqxkz3.hellspin-9ck2xb {
  -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-7lleo2 table {
    display: table;
  }
}

.hellspin-7lleo2 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-7lleo2 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-7lleo2 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-7lleo2 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-7lleo2 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.hellspin-7lleo2 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hellspin-7lleo2 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hellspin-7lleo2 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.hellspin-7lleo2 img {
  max-width: 100%;
  height: auto;
}

.hellspin-aho35v {
  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-aho35v {
    padding: 24px;
  }
}

.hellspin-dl86l7 {
  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-dl86l7 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.hellspin-dl86l7 > * {
  margin: 0 !important;
}

.hellspin-dl86l7 img,
.hellspin-jz66fs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-dl86l7 img,
  .hellspin-jz66fs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-9ny6qg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-9ny6qg {
    width: 32px;
    height: 32px;
  }
}

.hellspin-g01uqo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hellspin-g01uqo .hellspin-1ssz2g {
  flex-shrink: 0;
}

.hellspin-g01uqo .hellspin-qkyy4h svg {
  display: none;
}

.hellspin-o95wme {
  display: grid;
  transition: max-height 0.hellspin-kuo8xw ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .hellspin-o95wme {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hellspin-o95wme {
    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-o95wme.hellspin-ziftj9 + .hellspin-1ssz2g svg {
  transform: rotate(180deg);
}

.hellspin-u5f03p {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.hellspin-u5f03p > div:nth-child(3n) {
  grid-column: span 2;
}

.hellspin-u5f03p
  > div:nth-child(3n)
  .hellspin-soel42
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .hellspin-u5f03p {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hellspin-u5f03p > div:nth-child(3n) {
    grid-column: unset;
  }

  .hellspin-u5f03p
    > div:nth-child(3n)
    .hellspin-soel42
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .hellspin-u5f03p {
    max-width: 270px;
  }
}

.hellspin-u5f03p .hellspin-soel42 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .hellspin-u5f03p .hellspin-soel42 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hellspin-u5f03p .hellspin-soel42 button {
    max-width: 104px;
  }
}

.hellspin-b1xkl8 {
  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-b1xkl8 {
    margin-bottom: 0;
  }
}

.hellspin-67a4zd {
  display: none;
  opacity: 0;
}

.hellspin-ix4ac7 {
  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-ix4ac7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.hellspin-soel42 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.hellspin-soel42 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-soel42
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .hellspin-soel42
    button {
    max-width: 145px;
  }
}

.hellspin-i4qt8b:first-child
  .hellspin-soel42
  button {
  max-width: 270px;
}

.hellspin-f7vjbe {
  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-b1xkl8 picture {
  width: 100%;
  max-width: 100%;
}

.hellspin-cg475w {
  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-cg475w svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.hellspin-b1xkl8:hover .hellspin-cg475w {
  display: flex;
}

.hellspin-47rysm {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.hellspin-bzhnvm {
  display: flex;
}

.hellspin-bzhnvm:hover .hellspin-hky2fr,
.hellspin-bzhnvm .hellspin-evt6rb .hellspin-hky2fr {
  display: flex;
}

.hellspin-bzhnvm svg {
  flex-shrink: 0;
}

.hellspin-hky2fr {
  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-hky2fr {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.hellspin-hky2fr:hover {
  display: flex;
}

.hellspin-hky2fr svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.hellspin-wf5mmk {
  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-wf5mmk {
    font-size: 12px;
  }
}

.hellspin-seeljk,
.hellspin-ifhgda {
  width: 50%;
  flex-shrink: 0;
}

.hellspin-seeljk {
  font-weight: 700;
}

.hellspin-1ckp20 .hellspin-o95wme {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .hellspin-1ckp20 .hellspin-o95wme {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hellspin-1ckp20 .hellspin-o95wme {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.hellspin-1ckp20
  .hellspin-f7vjbe:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.hellspin-1ckp20 .hellspin-ix4ac7 {
  height: 100% !important;
  border-radius: 16px;
}

.hellspin-1ckp20 .hellspin-soel42 {
  gap: 4px;
  align-items: center;
}

.hellspin-1ckp20 .hellspin-soel42 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hellspin-1ckp20 .hellspin-soel42 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.hellspin-1ckp20 .hellspin-kyj85c,
.hellspin-1ckp20 .hellspin-c98zcg {
  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-ruhpv5.org/2000/svg'%3E%3Cpath d='M9.hellspin-1uu69e 4.hellspin-twjmq7.hellspin-v35jav 5.hellspin-z7mkx0.hellspin-vs20jb 5.hellspin-lje7yr.hellspin-la1wuz 5.hellspin-ncmkq0.hellspin-8q2w3m 8.hellspin-3cjiif.hellspin-la1wws 9.hellspin-prwbz8.hellspin-dsme6e 9.hellspin-bxiujq.hellspin-vbm3g2 13.hellspin-hk55m4.hellspin-q2nzhv 11.hellspin-3wgeoj.hellspin-12wz7p 11.hellspin-hxuzr1.hellspin-q6efvw 11.hellspin-07q0fw.hellspin-xlx7g0 13.hellspin-e0hoqm.hellspin-i7osg5 9.hellspin-bbmess.hellspin-zd88g8 9.hellspin-lta8wr.hellspin-u1en9i 8.hellspin-mjwvds.hellspin-dwmplr 5.hellspin-lt5kr4.hellspin-vxi1vo 5.hellspin-bdujpw.hellspin-fvay1k 5.hellspin-d8jih1.hellspin-5fqgin 4.hellspin-46npat.hellspin-12wz7p 1.hellspin-0zchwz.hellspin-1uu69e 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.hellspin-1ckp20 .hellspin-kyj85c {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.hellspin-1ckp20 .hellspin-c98zcg {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.hellspin-9vf2zy {
  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-9vf2zy {
    padding: 24px;
  }
}

.hellspin-9vf2zy .hellspin-1ssz2g {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-9vf2zy .hellspin-1ssz2g {
    display: none;
  }
}

.hellspin-9vf2zy .hellspin-qkyy4h svg {
  display: none;
}

.hellspin-42envo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hellspin-42envo .hellspin-2surfd {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-42envo .hellspin-2surfd {
    display: flex;
  }
}

.hellspin-br7x8n {
  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-br7x8n {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-br7x8n > * {
  margin: 0 !important;
}

.hellspin-br7x8n img,
.hellspin-8pnyzf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-br7x8n img,
  .hellspin-8pnyzf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-u1fipe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-u1fipe {
    width: 32px;
    height: 32px;
  }
}

.hellspin-r2kz09 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .hellspin-r2kz09 {
    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-r2kz09::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-thddl9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .hellspin-thddl9 {
    padding: 7px 15px;
  }
}

.hellspin-thddl9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-uoef3b {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-uoef3b {
    display: flex;
    opacity: 1;
  }
}

.hellspin-thddl9 picture {
  height: 100%;
  display: block;
}

.hellspin-thddl9 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hellspin-thddl9 img {
    width: 88px;
    height: 44px;
  }
}

.hellspin-thddl9 p {
  text-align: center;
  width: 100%;
}

.hellspin-z22k7s {
  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-z22k7s {
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-z22k7s img,
.hellspin-ri19bg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-z22k7s img,
  .hellspin-ri19bg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-ny9ixq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-ny9ixq {
    width: 32px;
    height: 32px;
  }
}

.hellspin-ec4m1r {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.hellspin-45cmmj {
  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-o1lw53 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hellspin-o1lw53.hellspin-evt6rb {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.hellspin-ov3ld8 {
  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-ov3ld8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-8z9pto {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.hellspin-ux58kz {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.hellspin-kuo8xw ease;
  opacity: 0;
  color: var(--text-color);
}

.hellspin-mxpftb {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.hellspin-mxpftb ol,
.hellspin-mxpftb ul {
  padding-left: 1.3em;
}

.hellspin-o1lw53.hellspin-evt6rb .hellspin-ux58kz {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.hellspin-o1lw53.hellspin-evt6rb .hellspin-8z9pto {
  transform: rotate(180deg);
  color: var(--text-color);
}

.hellspin-s6uz21 {
  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-s6uz21 {
    padding: 24px;
  }
}

.hellspin-s6uz21 .hellspin-1ssz2g {
  display: flex;
}

@media (min-width: 768px) {
  .hellspin-s6uz21 .hellspin-1ssz2g {
    display: none;
  }
}

.hellspin-s6uz21 .hellspin-qkyy4h svg {
  display: none;
}

.hellspin-mwnatl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-mwnatl .hellspin-2surfd {
  display: none;
}

@media (min-width: 768px) {
  .hellspin-mwnatl .hellspin-2surfd {
    display: flex;
  }
}

.hellspin-32r8e8 {
  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-32r8e8 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.hellspin-32r8e8 > * {
  margin: 0 !important;
}

.hellspin-32r8e8 img,
.hellspin-vfrzms {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .hellspin-32r8e8 img,
  .hellspin-vfrzms {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.hellspin-h9d47c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .hellspin-h9d47c {
    width: 32px;
    height: 32px;
  }
}

.hellspin-cr8dvf {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .hellspin-cr8dvf {
    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-cr8dvf::-webkit-scrollbar {
    display: none;
  }
}

.hellspin-jw4nbl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.hellspin-jw4nbl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.hellspin-cg883l {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .hellspin-cg883l {
    display: flex;
    opacity: 1;
  }
}

.hellspin-jw4nbl picture {
  width: auto;
  height: 100%;
  display: block;
}

.hellspin-jw4nbl picture img {
  display: block;
  width: auto;
  height: 100%;
}

.hellspin-a1mxbu {
  margin: -24px 0;
}

.hellspin-a1mxbu:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hellspin-a1mxbu {
    margin: -16px 0;
  }
}

.hellspin-cf2hck {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .hellspin-cf2hck {
    flex-direction: row;
  }
}

.hellspin-ilyaly {
  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-ilyaly {
    flex: 1;
  }
}

.hellspin-ilyaly::placeholder {
  color: var(--Text-400);
}

.hellspin-53ojoq {
  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-1aug0a {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hellspin-1aug0a::-webkit-scrollbar {
  display: none;
}

.hellspin-g06pwf {
  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-g06pwf img,
.hellspin-g06pwf svg {
  margin-right: 8px;
}

.hellspin-058aqn {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.hellspin-a1mxbu + .hellspin-ourful {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hellspin-a1mxbu + .hellspin-ourful {
    margin-top: -16px;
  }
}

.hellspin-e7m7t7 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.hellspin-e7m7t7 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.hellspin-e7m7t7 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.hellspin-emxlw9 {
  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-wxq1bj {
  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-ie33e2 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hellspin-xup7bs {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hellspin-glp2ez {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.hellspin-emxlw9 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-emxlw9 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-emxlw9 {
    padding: 39px 179px 39px 39px;
  }

  .hellspin-wxq1bj {
    font-size: 40px;
    line-height: 48px;
  }

  .hellspin-glp2ez {
    height: 348px;
  }

  .hellspin-emxlw9 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .hellspin-emxlw9 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .hellspin-emxlw9 {
    padding: 63px;
  }
}

.hellspin-2keq8e {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .hellspin-2keq8e {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.hellspin-bq2i6g {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-bq2i6g {
    width: auto;
  }
}

.hellspin-vtmu4t {
  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-vtmu4t::-webkit-scrollbar {
  display: none;
}

.hellspin-vtmu4t 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-vtmu4t a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .hellspin-vtmu4t {
    margin-left: 16px;
    margin-top: 0;
  }
}

.hellspin-2keq8e .hellspin-98nl8m {
  -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-kuo8xw,
    mask-image 0.3s;
}

.hellspin-2keq8e .hellspin-98nl8m.hellspin-9ck2xb {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.hellspin-k9fzaf {
  margin: 40px -16px;
}

.hellspin-mbw5qh + .hellspin-xfjxrn,
.hellspin-mbw5qh + .hellspin-lt7wah {
  margin-top: 24px;
}

.hellspin-lz2815 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.hellspin-lz2815 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hellspin-jao5j2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .hellspin-jao5j2 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .hellspin-jao5j2 {
    margin-top: 0;
  }
}

.hellspin-lhz923 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-lhz923 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hellspin-q7dxwr {
  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-q7dxwr {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.hellspin-lbnwuw {
  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-lbnwuw {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.hellspin-p5fvu0 {
  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-p5fvu0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.hellspin-8ict89 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .hellspin-8ict89 {
    font-size: 32px;
    line-height: 40px;
  }
}

.hellspin-mwdour {
  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-k0zcai {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.hellspin-k0zcai img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hellspin-ourful {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hellspin-prr6uj {
  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-prr6uj {
    padding: 15px 48px;
  }
}

main > .hellspin-ourful {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .hellspin-o95wme.hellspin-gzcksn > div:nth-child(n+5) {
    display: none;
  }
}

.hellspin-7lleo2 p a img {
  display: block;
  margin: 0 auto;
}


.hellspin-2h7h82 {
  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-5u6jn3 {
  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-5u6jn3 label {
  font-size: 14px;
}

.hellspin-5u6jn3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hellspin-5u6jn3 input,
.hellspin-5u6jn3 textarea,
.hellspin-5u6jn3 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-5u6jn3 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hellspin-aorlse ease;
}
.hellspin-5u6jn3 button:hover {
  background-color: var(--button-bg-hover);
}
.hellspin-stdgow {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hellspin-3od8t1 ease-in;
}

.hellspin-stdgow 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-hj4rvl, .hellspin-vnrcbo, [class*="review-card"],
thead, thead th, table th, .hellspin-vyxk6r,
.hellspin-e7z5tp, [class*="collapsible-header"],
.hellspin-017p2u, [class*="updated-block"] {
  color: #ece7dc !important;
}
