* {
  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;
  }
}

.allspins-sa2rzf {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .allspins-sa2rzf {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .allspins-sa2rzf {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.allspins-p4o484 {
  overflow: hidden;
}

.allspins-urnwao img {
  background: var(--Neutral-300);
}

.allspins-z6uf78 {
  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;
}

.allspins-gz87qu {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.allspins-gz87qu:hover {
  background: var(--button-bg-hover);
}

.allspins-2ei024 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.allspins-2ei024:hover {
  background: var(--button-bg-hover);
}

.allspins-su56js {
  font-size: 12px;
  line-height: 18px;
}

.allspins-53ui70 {
  font-size: 18px;
  line-height: 26px;
}

.allspins-28tsqi {
  width: 100%;
}

.allspins-v2orpe {
  padding: 6px 16px;
}

.allspins-ul6ttu {
  padding: 10px 16px;
}

.allspins-n1pji2 {
  padding: 15px 26px;
}

.allspins-hy97gd {
  flex-shrink: 0;
}

.allspins-fwfhf7 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.allspins-e1wmdw {
  display: none;
}

.allspins-bys1e0 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.allspins-6wuvdt {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.allspins-np2pxa {
  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;
}

.allspins-nkn9c6 {
  cursor: grab;
}

.allspins-np2pxa::-webkit-scrollbar {
  display: none;
}

.allspins-ftims2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.allspins-a4e6cv {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.allspins-w72xts {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.allspins-vl8rld {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.allspins-wmri65 {
  visibility: visible;
}

.allspins-k38pos {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.allspins-gfyspi ease;
}

.allspins-lochj3 {
  background-color: var(--Primary-200);
  width: 16px;
}

.allspins-egemlk {
  -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.allspins-gfyspi,
    mask-image 0.3s;
}

.allspins-egemlk.allspins-hsusgh {
  -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;
  }
}

.allspins-vmvuqf: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;
}

.allspins-9lew2k {
  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.allspins-zqg48b.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.allspins-zqg48b.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;
}

.allspins-axr6qt {
  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);
}

.allspins-axr6qt::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%
  );
}

.allspins-10be3g {
  position: relative;
  z-index: 1;
}

.allspins-y4i3oj {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.allspins-7wpyy2 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.allspins-1s9pas {
  font-size: 40px;
  line-height: 48px;
}

.allspins-tb3wns {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.allspins-fyc323 {
  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;
}

.allspins-fyc323:hover {
  background: var(--Primary-400);
}

.allspins-fyc323 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.allspins-vmvuqf 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) {
  .allspins-axr6qt {
    max-width: 600px;
    padding: 64px;
  }

  .allspins-y4i3oj {
    font-size: 24px;
    line-height: 32px;
  }

  .allspins-7wpyy2 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .allspins-1s9pas {
    font-size: 50px;
    line-height: 56px;
  }

  .allspins-tb3wns {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .allspins-9lew2k {
    top: 25px;
    right: 25px;
  }
}

.allspins-mi4dkt,
.allspins-keb37j {
  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;
}

.allspins-cmsbnn.allspins-bek15g::before,
.allspins-keb37j::before,
.allspins-s9fgyx::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.allspins-zqg48b.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.allspins-9yyloe 14.allspins-5459ay.allspins-816ayt 14.allspins-40raec 15.allspins-wzw8ji 14.allspins-uigxp9 15.allspins-0fe752 14.allspins-lgk4xa.allspins-wvp7c5 14.allspins-a9uc94 19.allspins-mgre1d 12.allspins-reo5ns 19.allspins-mgre1d 10.allspins-fln1t0.allspins-mgre1d 8.allspins-4y3789 17.allspins-xi0ed5 7.allspins-sss5le 15.allspins-7556nb 7.allspins-fu5cpp.allspins-c637zf 7.allspins-sss5le 11.allspins-qbp77a 8.allspins-4y3789 11.allspins-qbp77a 10.allspins-hoxlxq.allspins-qbp77a 12.allspins-a7gc11 13.allspins-ejs7w6 14.allspins-cmghzj 15.allspins-1b9fj0 14.allspins-xqjxwb.allspins-76on3d 14.allspins-k1vk1v 15.allspins-9nlqka 14.allspins-90iqk4 15.allspins-zje9yw 14.allspins-7uq5z8.allspins-9yyloe 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.allspins-hduqke 15.allspins-nyf3lp.allspins-fd8ef9 15.allspins-k9cndq 15.allspins-cb9zvv 15.allspins-td9gbw 15.allspins-sb9zx2 15.allspins-kxkqxj.allspins-13rq7c 15.allspins-td9gbw 15.allspins-kv7q9z 15.allspins-9nbnv0 15.allspins-hmsqfr 15.allspins-6qn9i0.allspins-vw6wa5 15.allspins-3yllws 7.allspins-14erfd 18.allspins-ju25n5 7.allspins-e7iuan 23.allspins-zonuuf.allspins-yo95p0.allspins-bdvezs 18.allspins-q8hcec 19.allspins-gp69ob 15.allspins-s5j43z 15.allspins-hduqke 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.allspins-d99glq [type="submit"] *,
.allspins-lg9x2h button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .allspins-4i1v59 {
    display: none;
  }
}

.allspins-hzn4me {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .allspins-hzn4me {
  display: none;
}

@media (min-width: 768px) {
  .allspins-hzn4me {
    bottom: 22px;
  }
}

.allspins-hzn4me input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .allspins-hzn4me {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.allspins-ok4k7l.static) .allspins-hzn4me {
    bottom: 8px;
  }
}

.allspins-ig7pd4 {
  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.allspins-zqg48b.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.allspins-jfsn8p 3.allspins-4a9uq3.allspins-ezxx1q.allspins-a6bppr 3.allspins-ejuuzo 3.allspins-g8m2l8 5.allspins-nmsn4p 3.allspins-g8m2l8 8.allspins-dbzhat.allspins-8k39pb.allspins-g8m2l8 26.allspins-6bl6j8 5.allspins-ki25ce 28.allspins-wa9867 8.allspins-8x7sl8 28.allspins-oq9602.allspins-c93miw 28.allspins-ccjt5c.allspins-bzkoif 34.allspins-g90ftf.allspins-cmkgr6 36.allspins-deh24x 11.allspins-n3x2kd 37.allspins-9zsr2o 12.allspins-9gxgo6 36.allspins-2nq6qt.allspins-1oxncc 28.allspins-nyiowr.allspins-wbkags.allspins-tklrvw 28.allspins-7ydsfc 36.allspins-2gy6m6 26.allspins-62oag0 36.allspins-2gy6m6 23.allspins-rrfywx.allspins-ax7lan.allspins-2gy6m6 5.allspins-e6q54l 34.allspins-ppq633 3.allspins-ejuuzo 31.allspins-jfsn8p 3.allspins-kz9nnh.allspins-77miij 18.allspins-hgb6e1.allspins-1tfjp2 18.allspins-i04n6d 8.allspins-8zdjfe 17.allspins-4mwaok 8.allspins-8zdjfe 15.allspins-pkvmt3.allspins-8zdjfe 14.allspins-58kbyu 9.allspins-1tfjp2 13.allspins-4d8jcm 11.allspins-77miij 13.allspins-jo9fmi.allspins-atx5xg 13.allspins-4d8jcm 13.allspins-f5v48o 14.allspins-58kbyu 13.allspins-f5v48o 15.allspins-65nxto.allspins-f5v48o 17.allspins-4mwaok 12.allspins-atx5xg 18.allspins-i04n6d 11.allspins-77miij 18.allspins-i9o4oq.allspins-gpx0t8 18.allspins-vjf6p2.allspins-0nb4zi 18.allspins-i04n6d 17.allspins-inxpnw 17.allspins-4mwaok 17.allspins-inxpnw 15.allspins-9emnja.allspins-inxpnw 14.allspins-58kbyu 18.allspins-0nb4zi 13.allspins-4d8jcm 20.allspins-gpx0t8 13.allspins-h97cdn.allspins-fmkzet 13.allspins-4d8jcm 22.allspins-tz53yo 14.allspins-58kbyu 22.allspins-tz53yo 15.allspins-33gxvg.allspins-lt5mjy 17.allspins-4mwaok 21.allspins-fmkzet 18.allspins-i04n6d 20.allspins-gpx0t8 18.allspins-v194l2.allspins-xykqf0 18.allspins-84mud8.allspins-dorufm 18.allspins-i04n6d 26.allspins-w0t81k 17.allspins-4mwaok 26.allspins-w0t81k 15.allspins-ufet2b.allspins-w0t81k 14.allspins-58kbyu 27.allspins-dorufm 13.allspins-4d8jcm 28.allspins-xykqf0 13.allspins-a51m34.allspins-w2ttnx 13.allspins-4d8jcm 31.allspins-c37p49 14.allspins-58kbyu 31.allspins-c37p49 15.allspins-8v4ji3.allspins-w0t81k 17.allspins-4mwaok 30.allspins-w2ttnx 18.allspins-i04n6d 28.allspins-xykqf0 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"])
    .allspins-ig7pd4 {
    display: none;
  }
}

.allspins-anzaat {
  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) {
  .allspins-anzaat {
    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;
}

.allspins-lg9x2h {
  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) {
  .allspins-lg9x2h {
    padding: 14px 16px;
  }
}

.allspins-lg9x2h button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.allspins-lg9x2h button:first-child {
  align-content: end;
}

.allspins-lg9x2h button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .allspins-lg9x2h
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .allspins-lg9x2h
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.allspins-lg9x2h button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.allspins-lg9x2h button:last-child svg {
  width: 38px;
  height: 38px;
}

.allspins-s9fgyx {
  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;
}

.allspins-s9fgyx::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .allspins-s9fgyx,
.pc61d126-chatbot[data-active-screen="3"]
  .allspins-s9fgyx {
  opacity: 1;
  visibility: visible;
}

.allspins-1tpm7p {
  flex: 1 1;
}

.allspins-7p6j6b {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .allspins-7p6j6b {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .allspins-aufvt8 {
  display: block;
}

.allspins-ucei4p {
  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) {
  .allspins-ucei4p {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.allspins-keb37j {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.allspins-keb37j::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.allspins-oe9n16 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.allspins-oe9n16 p {
  color: var(--Text-100);
}

.allspins-keb37j .allspins-hcz2cd {
  grid-area: button;
}

.allspins-keb37j .allspins-hcz2cd::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.allspins-zqg48b.org/2000/svg'%3E%3Cpath d='M4.allspins-p75ohw 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.allspins-s85x7u 15L16.allspins-s85x7u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.allspins-s85x7u 5L16.allspins-s85x7u 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .allspins-tfmi3q {
  display: block;
}

.allspins-3hb49h {
  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) {
  .allspins-3hb49h {
    margin-top: 40px;
  }
}

.allspins-mi4dkt label,
.allspins-mi4dkt input {
  display: block;
  width: 100%;
}

.allspins-mi4dkt label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.allspins-mi4dkt label.allspins-a9exhg input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.allspins-mi4dkt label.allspins-a9exhg::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;
}

.allspins-mi4dkt 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;
}

.allspins-mi4dkt input::placeholder {
  color: var(--Text-400);
}

.allspins-x2ijk0 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .allspins-x2ijk0 {
  display: flex;
}

.allspins-x2ijk0 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .allspins-x2ijk0 ol {
    height: 420px;
    padding: 24px;
  }
}

.allspins-x2ijk0 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.allspins-d99glq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .allspins-d99glq {
    padding: 0 24px 24px;
  }
}

.allspins-d99glq 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;
}

.allspins-d99glq input::placeholder {
  color: var(--Text-400);
}

.allspins-d99glq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.allspins-d99glq [type="submit"]:disabled {
  opacity: 0.5;
}

.allspins-d99glq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .allspins-d99glq [type="submit"] {
    right: 40px;
  }
}

.allspins-cmsbnn {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.allspins-cmsbnn.allspins-bek15g {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.allspins-cmsbnn.allspins-bek15g::before {
  content: "";
  width: 31px;
}

.allspins-cmsbnn.allspins-bek15g p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.allspins-cmsbnn.allspins-y1cjl9 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.allspins-cmsbnn p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.allspins-hzn4me .allspins-hcz2cd {
  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;
  }
}

.allspins-4i1v59 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .allspins-4i1v59 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .allspins-4i1v59 {
    padding: 15px 0;
  }
}

.allspins-4i1v59 .allspins-sa2rzf {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .allspins-4i1v59 .allspins-sa2rzf {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.allspins-zvuqyg {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .allspins-zvuqyg {
    max-width: 180px;
    height: 47px;
  }
}

.allspins-zvuqyg picture,
.allspins-zvuqyg img {
  display: block;
  width: 100%;
  height: 100%;
}

.allspins-zvuqyg img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .allspins-3nh2rg {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.allspins-gfyspi ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .allspins-4i1v59.allspins-a9z856 .allspins-3nh2rg {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .allspins-3nh2rg {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .allspins-3nh2rg {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.allspins-4f5o0j,
.allspins-y97opx {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .allspins-4f5o0j,
  .allspins-y97opx {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .allspins-y97opx {
    display: none;
  }
}

.allspins-l95y86 {
  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;
}

.allspins-a9z856 .allspins-l95y86 {
  background: var(--fh-bg-color);
}

.allspins-l95y86 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .allspins-l95y86 {
    display: none;
  }
}

.allspins-4vhnz5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .allspins-4vhnz5 {
    display: none;
  }
}

.allspins-e96m6n {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.allspins-4i1v59.allspins-a9z856 .allspins-e96m6n:first-child {
  display: none;
}

.allspins-4i1v59.allspins-a9z856 .allspins-e96m6n:last-child {
  display: block;
}

.allspins-e96m6n:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .allspins-e96m6n {
    display: none;
  }
}

.allspins-modya4 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .allspins-modya4 {
    display: flex;
  }
}

.allspins-modya4 ul {
  max-height: 350px;
  overflow-y: auto;
}

.allspins-modya4:hover ul {
  visibility: visible;
  opacity: 1;
}

.allspins-modya4:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.allspins-modya4:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.allspins-modya4:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.allspins-modya4:hover .allspins-27h11g svg {
  transform: rotate(180deg);
}

.allspins-ae6e4j {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.allspins-dffd23 {
  padding: 0 8px;
}

.allspins-z212xk {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.allspins-z212xk:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .allspins-z212xk {
    padding: 4px 8px;
  }
}

.allspins-2hwtrq {
  display: flex;
}

.allspins-2hwtrq img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.allspins-27h11g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.allspins-27h11g svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.allspins-i0toab {
  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) {
  .allspins-i0toab {
    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;
  }
}

.allspins-eyvi32 {
  width: 100%;
}

@media (min-width: 1200px) {
  .allspins-eyvi32 {
    display: none;
  }
}

.allspins-vf9j1k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.allspins-mrjtz6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.allspins-uqi3qg {
  display: flex;
}

.allspins-2wgt6t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.allspins-sz8u6c {
  list-style: none;
}

@media (max-width: 1199px) {
  .allspins-sz8u6c {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .allspins-sz8u6c {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .allspins-sz8u6c .allspins-kcclvc [data-ref-el],
  .allspins-sz8u6c .allspins-kcclvc span,
  .allspins-sz8u6c .allspins-kcclvc a {
    white-space: nowrap;
  }
}

.allspins-3igf7f {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .allspins-3igf7f.allspins-3huidy > .allspins-kcclvc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .allspins-3igf7f.allspins-c5jta3:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .allspins-3igf7f.allspins-3huidy > .allspins-y11qyu {
    height: auto;
  }

  .allspins-3igf7f.allspins-3huidy > div > .allspins-r4pb34 {
    transform: rotate(180deg);
  }
}

.allspins-3igf7f [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.allspins-3igf7f [data-ref-el],
.allspins-3igf7f span {
  cursor: pointer;
}

.allspins-3igf7f [data-ref-el],
.allspins-3igf7f span,
.allspins-3igf7f a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .allspins-3igf7f [data-ref-el],
  .allspins-3igf7f span,
  .allspins-3igf7f a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .allspins-3igf7f [data-ref-el],
  .allspins-3igf7f span,
  .allspins-3igf7f a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.allspins-y11qyu {
  height: 0;
  overflow: hidden;
  transition: height 0.allspins-gfyspi ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.allspins-y11qyu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.allspins-y11qyu::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.allspins-y11qyu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .allspins-y11qyu {
    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;
  }

  .allspins-y11qyu:has(> .allspins-3igf7f.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .allspins-y11qyu .allspins-y11qyu {
    padding: 0;
  }

  .allspins-y11qyu .allspins-3igf7f {
    font-weight: 400;
  }

  .allspins-y11qyu .allspins-3igf7f:hover > .allspins-kcclvc {
    background: var(--Neutral-300);
  }

  .allspins-y11qyu .allspins-r4pb34 {
    rotate: -90deg;
  }
}

.allspins-kcclvc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .allspins-kcclvc {
    padding: 8px;
  }

  .allspins-3igf7f.allspins-xwriy5 > .allspins-kcclvc {
    background: var(--Neutral-300);
  }
}

.allspins-r4pb34 {
  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.allspins-zqg48b.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.allspins-238abe 0.allspins-d84u16.allspins-2wo5ur -0.allspins-s4b2mn 0.allspins-lqszwn -0.allspins-s4b2mn 1.allspins-ezfojv 0.allspins-958w0a.allspins-8jk4rk 4.allspins-t4svuc.allspins-238abe 0.allspins-iqs35j.allspins-5s861r -0.allspins-s4b2mn 9.allspins-djn5k7 -0.allspins-s4b2mn 10.allspins-ixuwur 0.allspins-mmzec7.allspins-dil9p9 0.allspins-2wo5ur 10.allspins-dil9p9 0.allspins-lqszwn 10.allspins-ixuwur 1.allspins-tfpqep.allspins-7jiujo 5.allspins-eqqbhs.allspins-4udolf 6.allspins-vfnevr 5.allspins-fmyrm8 6.allspins-vfnevr 4.allspins-lh8vi9 5.allspins-fuslnh.allspins-238abe 1.allspins-zu9gfj.allspins-s4b2mn 0.allspins-lqszwn -0.allspins-s4b2mn 0.allspins-2wo5ur 0.allspins-238abe 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.allspins-gfyspi ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .allspins-r4pb34 {
    cursor: default;
  }
}

.allspins-8yilss {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.allspins-m27xf3 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .allspins-m27xf3 {
    padding: 40px 4px;
  }
}

.allspins-qkndwo {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .allspins-qkndwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.allspins-ow5vuz {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .allspins-ow5vuz {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.allspins-ow5vuz ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.allspins-ow5vuz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.allspins-ow5vuz [data-ref-el],
.allspins-ow5vuz span,
.allspins-ow5vuz a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.allspins-a9puze {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .allspins-a9puze {
    margin-bottom: 12px;
  }
}

.allspins-e52ihj {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.allspins-e52ihj img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .allspins-e52ihj:last-child {
    margin-right: 0;
  }
}

.allspins-qy691l {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.allspins-a9puze:hover .allspins-gn0w5a {
  visibility: visible;
  opacity: 1;
}

.allspins-gn0w5a {
  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);
}

.allspins-w72r38 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.allspins-pxwlck {
  display: flex;
  margin: 6px;
}

.allspins-pxwlck img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.allspins-gn0w5a::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);
}

.allspins-gn0w5a::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);
}

.allspins-csor9n {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .allspins-csor9n {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.allspins-py1vzu {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .allspins-py1vzu {
    margin-right: 32px;
  }
}

.allspins-znz1n6 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .allspins-znz1n6 {
    margin-top: 0;
    width: 340px;
  }
}

.allspins-znz1n6 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.allspins-ulsd7v {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.allspins-v87i48 {
  position: relative;
}

@media (min-width: 768px) {
  .allspins-v87i48 {
    margin-top: 40px;
  }
}

.allspins-v87i48 + .allspins-522b6h,
.allspins-v87i48 + .allspins-v87i48 {
  margin-top: 24px;
}

.allspins-zxy0yd {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .allspins-zxy0yd {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .allspins-zxy0yd {
    padding: 80px;
  }
}

.allspins-68r38y {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .allspins-68r38y {
    padding: 0 16px;
}


}

.allspins-p1q9c8 {
  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) {
  .allspins-p1q9c8 {
    font-size: 48px;
    line-height: 56px;
  }
}

.allspins-xfxriz {
  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) {
  .allspins-xfxriz {
    font-size: 24px;
    line-height: 32px;
  }
}

.allspins-v8i20m {
  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;
}

.allspins-v8i20m:hover {
  background: var(--button-bg-hover);
}

.allspins-63t3uy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.allspins-63t3uy img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .allspins-63t3uy img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .allspins-63t3uy img {
  min-height: 100%;
  }
}

.allspins-zxy0yd::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.allspins-m6j1ql {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.allspins-m6j1ql h1,
.allspins-m6j1ql h2,
.allspins-m6j1ql h3,
.allspins-m6j1ql h4 {
  margin-bottom: 6px;
}

.allspins-m6j1ql h1:not(:first-child),
.allspins-m6j1ql h2:not(:first-child),
.allspins-m6j1ql h3:not(:first-child),
.allspins-m6j1ql h4:not(:first-child) {
  margin-top: 16px;
}

.allspins-m6j1ql h1,
.allspins-m6j1ql h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .allspins-m6j1ql h1,
  .allspins-m6j1ql h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.allspins-m6j1ql h2,
.allspins-m6j1ql h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .allspins-m6j1ql h2,
  .allspins-m6j1ql h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.allspins-m6j1ql h3,
.allspins-m6j1ql h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .allspins-m6j1ql h3,
  .allspins-m6j1ql h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.allspins-m6j1ql h4,
.allspins-m6j1ql h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.allspins-m6j1ql ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.allspins-m6j1ql ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.allspins-m6j1ql 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);
}

.allspins-m6j1ql ul ul {
  margin-bottom: 8px;
}

.allspins-m6j1ql ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.allspins-m6j1ql ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.allspins-m6j1ql ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.allspins-m6j1ql ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.allspins-m6j1ql ol li::marker {
  font-weight: 700;
}

.allspins-m6j1ql ol ol {
  margin-bottom: 8px;
}

.allspins-m6j1ql ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.allspins-m6j1ql ol ul li {
  padding-left: 16px;
}

.allspins-m6j1ql 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) {
  .allspins-m6j1ql table {
    padding: 24px;
  }
}

.allspins-m6j1ql table.allspins-xoihxr {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.allspins-gfyspi,
    mask-image 0.3s;
}

.allspins-m6j1ql table.allspins-xoihxr.allspins-hsusgh {
  -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) {
  .allspins-m6j1ql table {
    display: table;
  }
}

.allspins-m6j1ql table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.allspins-m6j1ql table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.allspins-m6j1ql table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.allspins-m6j1ql 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) {
  .allspins-m6j1ql table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.allspins-m6j1ql table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.allspins-m6j1ql table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.allspins-m6j1ql table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.allspins-m6j1ql img {
  max-width: 100%;
  height: auto;
}

.allspins-9i486c {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .allspins-9i486c {
    padding: 24px;
  }
}

.allspins-djzfkp {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .allspins-djzfkp {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.allspins-djzfkp > * {
  margin: 0 !important;
}

.allspins-djzfkp img,
.allspins-8b5op1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .allspins-djzfkp img,
  .allspins-8b5op1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.allspins-bk9xl5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .allspins-bk9xl5 {
    width: 32px;
    height: 32px;
  }
}

.allspins-hgaeka {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.allspins-hgaeka .allspins-ql56ti {
  flex-shrink: 0;
}

.allspins-hgaeka .allspins-k67t40 svg {
  display: none;
}

.allspins-sf5wsj {
  display: grid;
  transition: max-height 0.allspins-gfyspi ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .allspins-sf5wsj {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .allspins-sf5wsj {
    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));
  }
}

.allspins-sf5wsj.allspins-axw92x + .allspins-ql56ti svg {
  transform: rotate(180deg);
}

.allspins-c381hv {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.allspins-c381hv > div:nth-child(3n) {
  grid-column: span 2;
}

.allspins-c381hv
  > div:nth-child(3n)
  .allspins-y0dt2g
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .allspins-c381hv {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .allspins-c381hv > div:nth-child(3n) {
    grid-column: unset;
  }

  .allspins-c381hv
    > div:nth-child(3n)
    .allspins-y0dt2g
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .allspins-c381hv {
    max-width: 270px;
  }
}

.allspins-c381hv .allspins-y0dt2g button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .allspins-c381hv .allspins-y0dt2g button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .allspins-c381hv .allspins-y0dt2g button {
    max-width: 104px;
  }
}

.allspins-wjj529 {
  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) {
  .allspins-wjj529 {
    margin-bottom: 0;
  }
}

.allspins-iibypv {
  display: none;
  opacity: 0;
}

.allspins-c748do {
  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;
  }
}

.allspins-c748do img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.allspins-y0dt2g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.allspins-y0dt2g button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .allspins-y0dt2g
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .allspins-y0dt2g
    button {
    max-width: 145px;
  }
}

.allspins-b8a9me:first-child
  .allspins-y0dt2g
  button {
  max-width: 270px;
}

.allspins-8686gw {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.allspins-wjj529 picture {
  width: 100%;
  max-width: 100%;
}

.allspins-udk0hf {
  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;
}

.allspins-udk0hf svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.allspins-wjj529:hover .allspins-udk0hf {
  display: flex;
}

.allspins-t0iank {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.allspins-7yobdw {
  display: flex;
}

.allspins-7yobdw:hover .allspins-bphn8e,
.allspins-7yobdw .allspins-xwriy5 .allspins-bphn8e {
  display: flex;
}

.allspins-7yobdw svg {
  flex-shrink: 0;
}

.allspins-bphn8e {
  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) {
  .allspins-bphn8e {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.allspins-bphn8e:hover {
  display: flex;
}

.allspins-bphn8e svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.allspins-wzuxff {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .allspins-wzuxff {
    font-size: 12px;
  }
}

.allspins-ly3b4n,
.allspins-4s3dtm {
  width: 50%;
  flex-shrink: 0;
}

.allspins-ly3b4n {
  font-weight: 700;
}

.allspins-5byhb4 .allspins-sf5wsj {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .allspins-5byhb4 .allspins-sf5wsj {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .allspins-5byhb4 .allspins-sf5wsj {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.allspins-5byhb4
  .allspins-8686gw:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.allspins-5byhb4 .allspins-c748do {
  height: 100% !important;
  border-radius: 16px;
}

.allspins-5byhb4 .allspins-y0dt2g {
  gap: 4px;
  align-items: center;
}

.allspins-5byhb4 .allspins-y0dt2g button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.allspins-5byhb4 .allspins-y0dt2g svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.allspins-5byhb4 .allspins-u35h1d,
.allspins-5byhb4 .allspins-i152ye {
  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.allspins-zqg48b.org/2000/svg'%3E%3Cpath d='M9.allspins-94emgg 4.allspins-d9slq9.allspins-u1j09b 5.allspins-geqb35.allspins-9pmy5u 5.allspins-u45qu8.allspins-tmy95t 5.allspins-sx93pr.allspins-xnkmzd 8.allspins-d6ma9h.allspins-7mx1cx 9.allspins-1vig5y.allspins-zvypgc 9.allspins-ydane8.allspins-vnm3l7 13.allspins-pe2cub.allspins-egfyl4 11.allspins-ust2kz.allspins-502mxw 11.allspins-ydwnw6.allspins-mjonyf 11.allspins-0ozc6g.allspins-j8k7yz 13.allspins-xri619.allspins-olkdmh 9.allspins-68czfz.allspins-z6fg2i 9.allspins-2mh390.allspins-wp7mka 8.allspins-65o76s.allspins-0vxs8m 5.allspins-js5uba.allspins-u7zb7c 5.allspins-cjxhln.allspins-n66ms9 5.allspins-e1uexj.allspins-d8nto3 4.allspins-2xfc4w.allspins-502mxw 1.allspins-tj7pg6.allspins-94emgg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.allspins-5byhb4 .allspins-u35h1d {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.allspins-5byhb4 .allspins-i152ye {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.allspins-m5c4rf {
  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) {
  .allspins-m5c4rf {
    padding: 24px;
  }
}

.allspins-m5c4rf .allspins-ql56ti {
  display: flex;
}

@media (min-width: 768px) {
  .allspins-m5c4rf .allspins-ql56ti {
    display: none;
  }
}

.allspins-m5c4rf .allspins-k67t40 svg {
  display: none;
}

.allspins-l1982n {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.allspins-l1982n .allspins-z6uf78 {
  display: none;
}

@media (min-width: 768px) {
  .allspins-l1982n .allspins-z6uf78 {
    display: flex;
  }
}

.allspins-r7vqa0 {
  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) {
  .allspins-r7vqa0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.allspins-r7vqa0 > * {
  margin: 0 !important;
}

.allspins-r7vqa0 img,
.allspins-474tdg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .allspins-r7vqa0 img,
  .allspins-474tdg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.allspins-ndqfa5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .allspins-ndqfa5 {
    width: 32px;
    height: 32px;
  }
}

.allspins-hiu0nv {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .allspins-hiu0nv {
    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;
  }

  .allspins-hiu0nv::-webkit-scrollbar {
    display: none;
  }
}

.allspins-hvuq2g {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .allspins-hvuq2g {
    padding: 7px 15px;
  }
}

.allspins-hvuq2g:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.allspins-6h8cr9 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .allspins-6h8cr9 {
    display: flex;
    opacity: 1;
  }
}

.allspins-hvuq2g picture {
  height: 100%;
  display: block;
}

.allspins-hvuq2g img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .allspins-hvuq2g img {
    width: 88px;
    height: 44px;
  }
}

.allspins-hvuq2g p {
  text-align: center;
  width: 100%;
}

.allspins-7bhalz {
  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) {
  .allspins-7bhalz {
    font-size: 40px;
    line-height: 48px;
  }
}

.allspins-7bhalz img,
.allspins-ujto5f {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .allspins-7bhalz img,
  .allspins-ujto5f {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.allspins-t8eeyu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .allspins-t8eeyu {
    width: 32px;
    height: 32px;
  }
}

.allspins-9db44b {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.allspins-bzkagu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.allspins-waecwc {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.allspins-waecwc.allspins-xwriy5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.allspins-2zclfo {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .allspins-2zclfo {
    font-size: 20px;
    line-height: 28px;
  }
}

.allspins-3fuzbv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.allspins-f3aitp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.allspins-gfyspi ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.allspins-lsfk7j {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.allspins-lsfk7j ol,
.allspins-lsfk7j ul {
  padding-left: 1.3em;
}

.allspins-waecwc.allspins-xwriy5 .allspins-f3aitp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.allspins-waecwc.allspins-xwriy5 .allspins-3fuzbv {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.allspins-hhjazz {
  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) {
  .allspins-hhjazz {
    padding: 24px;
  }
}

.allspins-hhjazz .allspins-ql56ti {
  display: flex;
}

@media (min-width: 768px) {
  .allspins-hhjazz .allspins-ql56ti {
    display: none;
  }
}

.allspins-hhjazz .allspins-k67t40 svg {
  display: none;
}

.allspins-jlwr6u {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allspins-jlwr6u .allspins-z6uf78 {
  display: none;
}

@media (min-width: 768px) {
  .allspins-jlwr6u .allspins-z6uf78 {
    display: flex;
  }
}

.allspins-r9vbo4 {
  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) {
  .allspins-r9vbo4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.allspins-r9vbo4 > * {
  margin: 0 !important;
}

.allspins-r9vbo4 img,
.allspins-bfzxg8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .allspins-r9vbo4 img,
  .allspins-bfzxg8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.allspins-yqpn2z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .allspins-yqpn2z {
    width: 32px;
    height: 32px;
  }
}

.allspins-7gbyjl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .allspins-7gbyjl {
    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;
  }

  .allspins-7gbyjl::-webkit-scrollbar {
    display: none;
  }
}

.allspins-6onapg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.allspins-6onapg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.allspins-nd2uxq {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .allspins-nd2uxq {
    display: flex;
    opacity: 1;
  }
}

.allspins-6onapg picture {
  width: auto;
  height: 100%;
  display: block;
}

.allspins-6onapg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.allspins-knlt65 {
  margin: -24px 0;
}

.allspins-knlt65:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .allspins-knlt65 {
    margin: -16px 0;
  }
}

.allspins-vdgeca {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .allspins-vdgeca {
    flex-direction: row;
  }
}

.allspins-m30nnw {
  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) {
  .allspins-m30nnw {
    flex: 1;
  }
}

.allspins-m30nnw::placeholder {
  color: var(--Text-400);
}

.allspins-onbp7o {
  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;
}

.allspins-rxzkvf {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.allspins-rxzkvf::-webkit-scrollbar {
  display: none;
}

.allspins-6t45yn {
  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;
}

.allspins-6t45yn img,
.allspins-6t45yn svg {
  margin-right: 8px;
}

.allspins-bm9eig {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.allspins-knlt65 + .allspins-ejj42b {
  margin-top: 0;
}

@media (min-width: 768px) {
  .allspins-knlt65 + .allspins-ejj42b {
    margin-top: -16px;
  }
}

.allspins-x29o81 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.allspins-x29o81 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.allspins-x29o81 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.allspins-4c0dld {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.allspins-mz2ig9 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.allspins-leqmn3 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.allspins-g067gr {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.allspins-ch8ng5 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.allspins-4c0dld 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;
}

.allspins-4c0dld 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) {
  .allspins-4c0dld {
    padding: 39px 179px 39px 39px;
  }

  .allspins-mz2ig9 {
    font-size: 40px;
    line-height: 48px;
  }

  .allspins-ch8ng5 {
    height: 348px;
  }

  .allspins-4c0dld button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .allspins-4c0dld button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .allspins-4c0dld {
    padding: 63px;
  }
}

.allspins-wht4ts {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .allspins-wht4ts {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.allspins-geix2y {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .allspins-geix2y {
    width: auto;
  }
}

.allspins-1ewcip {
  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;
}

.allspins-1ewcip::-webkit-scrollbar {
  display: none;
}

.allspins-1ewcip 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);
}

.allspins-1ewcip a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .allspins-1ewcip {
    margin-left: 16px;
    margin-top: 0;
  }
}

.allspins-wht4ts .allspins-aorb1v {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.allspins-gfyspi,
    mask-image 0.3s;
}

.allspins-wht4ts .allspins-aorb1v.allspins-hsusgh {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.allspins-xdor2o {
  margin: 40px -16px;
}

.allspins-fnaaxk + .allspins-522b6h,
.allspins-fnaaxk + .allspins-v87i48 {
  margin-top: 24px;
}

.allspins-951k4g {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.allspins-951k4g picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.allspins-0yct91 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .allspins-0yct91 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .allspins-0yct91 {
    margin-top: 0;
  }
}

.allspins-mf4r6e {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .allspins-mf4r6e {
    font-size: 24px;
    line-height: 32px;
  }
}

.allspins-h65mr6 {
  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) {
  .allspins-h65mr6 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.allspins-jl8bcb {
  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) {
  .allspins-jl8bcb {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.allspins-x37cmy {
  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) {
  .allspins-x37cmy {
    font-size: 20px;
    line-height: 28px;
  }
}

.allspins-itu873 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .allspins-itu873 {
    font-size: 32px;
    line-height: 40px;
  }
}

.allspins-ztcdze {
  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;
}

.allspins-hqwzq5 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.allspins-hqwzq5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.allspins-ejj42b {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.allspins-vykuif {
  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) {
  .allspins-vykuif {
    padding: 15px 48px;
  }
}

main > .allspins-ejj42b {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .allspins-sf5wsj.allspins-6qxe5w > div:nth-child(n+5) {
    display: none;
  }
}

.allspins-m6j1ql p a img {
  display: block;
  margin: 0 auto;
}


.allspins-8lf5wl {
  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 */
.allspins-xot55l {
  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;
}

.allspins-xot55l label {
  font-size: 14px;
}

.allspins-xot55l h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.allspins-xot55l input,
.allspins-xot55l textarea,
.allspins-xot55l 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;
}
.allspins-xot55l button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.allspins-o8xm13 ease;
}
.allspins-xot55l button:hover {
  background-color: var(--button-bg-hover);
}
.allspins-w87ljz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.allspins-mc6kgk ease-in;
}

.allspins-w87ljz 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;
}
.allspins-jgcpo4, .allspins-8xslt5, [class*="review-card"],
thead, thead th, table th, .allspins-2w5gkf,
.allspins-ywja2u, [class*="collapsible-header"],
.allspins-m627fq, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
