* {
  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;
  }
}

.neo-spin-sqxkuj {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .neo-spin-sqxkuj {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .neo-spin-sqxkuj {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.neo-spin-98d29q {
  overflow: hidden;
}

.neo-spin-hd70n8 img {
  background: var(--Neutral-300);
}

.neo-spin-vk4yl3 {
  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;
}

.neo-spin-ipdt8m {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.neo-spin-ipdt8m:hover {
  background: var(--button-bg-hover);
}

.neo-spin-324ae3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.neo-spin-324ae3:hover {
  background: var(--button-bg-hover);
}

.neo-spin-5deg9t {
  font-size: 12px;
  line-height: 18px;
}

.neo-spin-ync20w {
  font-size: 18px;
  line-height: 26px;
}

.neo-spin-o2z8bf {
  width: 100%;
}

.neo-spin-kysrja {
  padding: 6px 16px;
}

.neo-spin-gp59y3 {
  padding: 10px 16px;
}

.neo-spin-tfipc8 {
  padding: 15px 26px;
}

.neo-spin-dc0e8n {
  flex-shrink: 0;
}

.neo-spin-iki14p {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.neo-spin-5co3qw {
  display: none;
}

.neo-spin-mdrmfc {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.neo-spin-05snf7 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.neo-spin-0a0qz0 {
  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;
}

.neo-spin-f7bgik {
  cursor: grab;
}

.neo-spin-0a0qz0::-webkit-scrollbar {
  display: none;
}

.neo-spin-4ou21t {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.neo-spin-pwhe88 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.neo-spin-fgws1m {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.neo-spin-mcdf8c {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.neo-spin-orphvw {
  visibility: visible;
}

.neo-spin-3je3ge {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.neo-spin-oyk59o ease;
}

.neo-spin-9he0lo {
  background-color: var(--Primary-200);
  width: 16px;
}

.neo-spin-s10bxt {
  -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.neo-spin-oyk59o,
    mask-image 0.3s;
}

.neo-spin-s10bxt.neo-spin-rm7k45 {
  -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;
  }
}

.neo-spin-1lsd2r: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;
}

.neo-spin-socj0l {
  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.neo-spin-0qrgjn.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.neo-spin-0qrgjn.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;
}

.neo-spin-hn8dvw {
  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);
}

.neo-spin-hn8dvw::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%
  );
}

.neo-spin-949j85 {
  position: relative;
  z-index: 1;
}

.neo-spin-tr15jl {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.neo-spin-4ciihp {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.neo-spin-qd1bq5 {
  font-size: 40px;
  line-height: 48px;
}

.neo-spin-0t0fby {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.neo-spin-tot9ll {
  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;
}

.neo-spin-tot9ll:hover {
  background: var(--Primary-400);
}

.neo-spin-tot9ll svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.neo-spin-1lsd2r 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) {
  .neo-spin-hn8dvw {
    max-width: 600px;
    padding: 64px;
  }

  .neo-spin-tr15jl {
    font-size: 24px;
    line-height: 32px;
  }

  .neo-spin-4ciihp {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .neo-spin-qd1bq5 {
    font-size: 50px;
    line-height: 56px;
  }

  .neo-spin-0t0fby {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .neo-spin-socj0l {
    top: 25px;
    right: 25px;
  }
}

.neo-spin-6j9xax,
.neo-spin-qtvyx2 {
  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;
}

.neo-spin-vtbd12.neo-spin-ape7cs::before,
.neo-spin-qtvyx2::before,
.neo-spin-1j3enu::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.neo-spin-0qrgjn.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.neo-spin-5suh5w 14.neo-spin-ftanmd.neo-spin-a5v004 14.neo-spin-r0chat 15.neo-spin-s0u5ia 14.neo-spin-cxnz0c 15.neo-spin-t1eaqj 14.neo-spin-pe43t8.neo-spin-zavlza 14.neo-spin-nwt08r 19.neo-spin-x1h7fu 12.neo-spin-gj8n4c 19.neo-spin-x1h7fu 10.neo-spin-qfbtm1.neo-spin-x1h7fu 8.neo-spin-syqum3 17.neo-spin-3prbap 7.neo-spin-7y125p 15.neo-spin-xhs256 7.neo-spin-6i088x.neo-spin-njroad 7.neo-spin-7y125p 11.neo-spin-xfw9nb 8.neo-spin-syqum3 11.neo-spin-xfw9nb 10.neo-spin-sqjbbe.neo-spin-xfw9nb 12.neo-spin-yb3o5b 13.neo-spin-avi0yh 14.neo-spin-cs12f0 15.neo-spin-64bwpl 14.neo-spin-1efnte.neo-spin-dbssfm 14.neo-spin-d9g23q 15.neo-spin-eio330 14.neo-spin-0a6kaa 15.neo-spin-iv0ahu 14.neo-spin-r7d37u.neo-spin-5suh5w 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.neo-spin-3e9nzx 15.neo-spin-oy6t6u.neo-spin-u9himr 15.neo-spin-umhvp7 15.neo-spin-v9ulg6 15.neo-spin-j60wxg 15.neo-spin-p0on3j 15.neo-spin-f207va.neo-spin-u9ill6 15.neo-spin-j60wxg 15.neo-spin-m0j9wa 15.neo-spin-2lw7in 15.neo-spin-uaxgwv 15.neo-spin-f8bdf6.neo-spin-cciaqh 15.neo-spin-fs644d 7.neo-spin-uwwvjv 18.neo-spin-ikz9h0 7.neo-spin-dpf33d 23.neo-spin-kj1mdh.neo-spin-66i0t1.neo-spin-7jwa5g 18.neo-spin-tp38vo 19.neo-spin-agl90a 15.neo-spin-7fh6wy 15.neo-spin-3e9nzx 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.neo-spin-y50csd [type="submit"] *,
.neo-spin-1x8okj button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .neo-spin-o16zeg {
    display: none;
  }
}

.neo-spin-53ns16 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .neo-spin-53ns16 {
  display: none;
}

@media (min-width: 768px) {
  .neo-spin-53ns16 {
    bottom: 22px;
  }
}

.neo-spin-53ns16 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .neo-spin-53ns16 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.neo-spin-xp3fyy.static) .neo-spin-53ns16 {
    bottom: 8px;
  }
}

.neo-spin-a5qewm {
  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.neo-spin-0qrgjn.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.neo-spin-trwjiu 3.neo-spin-vuo47q.neo-spin-4ye3dg.neo-spin-r7lw4d 3.neo-spin-wxicwe 3.neo-spin-0lvjd0 5.neo-spin-rphrun 3.neo-spin-0lvjd0 8.neo-spin-ram93t.neo-spin-0ppr6u.neo-spin-0lvjd0 26.neo-spin-ronxuu 5.neo-spin-mg73fs 28.neo-spin-p6egal 8.neo-spin-1cuqn1 28.neo-spin-otum6v.neo-spin-t2r1dk 28.neo-spin-95nr4e.neo-spin-17fdl1 34.neo-spin-ss8keh.neo-spin-wr2gb8 36.neo-spin-ohtgab 11.neo-spin-2yn359 37.neo-spin-wne4rp 12.neo-spin-8isreo 36.neo-spin-de816s.neo-spin-lpbyhn 28.neo-spin-m08chw.neo-spin-dmmy9b.neo-spin-hsgloj 28.neo-spin-kh7t4f 36.neo-spin-anccve 26.neo-spin-v7qrm3 36.neo-spin-anccve 23.neo-spin-w1v9j8.neo-spin-pmpdum.neo-spin-anccve 5.neo-spin-x3qscs 34.neo-spin-4lkcwr 3.neo-spin-wxicwe 31.neo-spin-trwjiu 3.neo-spin-yxmvd0.neo-spin-pays2h 18.neo-spin-qu7fq1.neo-spin-s4amux 18.neo-spin-1bb7fz 8.neo-spin-4ex72c 17.neo-spin-1nris6 8.neo-spin-4ex72c 15.neo-spin-c5nulg.neo-spin-4ex72c 14.neo-spin-ljd9qc 9.neo-spin-s4amux 13.neo-spin-0sepa7 11.neo-spin-pays2h 13.neo-spin-ws7p1k.neo-spin-1tczbb 13.neo-spin-0sepa7 13.neo-spin-wmj0uo 14.neo-spin-ljd9qc 13.neo-spin-wmj0uo 15.neo-spin-1p5tzf.neo-spin-wmj0uo 17.neo-spin-1nris6 12.neo-spin-1tczbb 18.neo-spin-1bb7fz 11.neo-spin-pays2h 18.neo-spin-vpwlrd.neo-spin-8v0kh8 18.neo-spin-o23f35.neo-spin-556cm5 18.neo-spin-1bb7fz 17.neo-spin-1bruqj 17.neo-spin-1nris6 17.neo-spin-1bruqj 15.neo-spin-s12c5u.neo-spin-1bruqj 14.neo-spin-ljd9qc 18.neo-spin-556cm5 13.neo-spin-0sepa7 20.neo-spin-8v0kh8 13.neo-spin-gvztnz.neo-spin-2vfhiq 13.neo-spin-0sepa7 22.neo-spin-fpvgr9 14.neo-spin-ljd9qc 22.neo-spin-fpvgr9 15.neo-spin-tzi8vr.neo-spin-btrvyb 17.neo-spin-1nris6 21.neo-spin-2vfhiq 18.neo-spin-1bb7fz 20.neo-spin-8v0kh8 18.neo-spin-6j54un.neo-spin-rsygh6 18.neo-spin-oljao0.neo-spin-bh0rdc 18.neo-spin-1bb7fz 26.neo-spin-qj65uq 17.neo-spin-1nris6 26.neo-spin-qj65uq 15.neo-spin-0k8jrn.neo-spin-qj65uq 14.neo-spin-ljd9qc 27.neo-spin-bh0rdc 13.neo-spin-0sepa7 28.neo-spin-rsygh6 13.neo-spin-9wbl8n.neo-spin-s27syv 13.neo-spin-0sepa7 31.neo-spin-bkkg4l 14.neo-spin-ljd9qc 31.neo-spin-bkkg4l 15.neo-spin-2w4clh.neo-spin-qj65uq 17.neo-spin-1nris6 30.neo-spin-s27syv 18.neo-spin-1bb7fz 28.neo-spin-rsygh6 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"])
    .neo-spin-a5qewm {
    display: none;
  }
}

.neo-spin-9lhe05 {
  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) {
  .neo-spin-9lhe05 {
    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;
}

.neo-spin-1x8okj {
  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) {
  .neo-spin-1x8okj {
    padding: 14px 16px;
  }
}

.neo-spin-1x8okj button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.neo-spin-1x8okj button:first-child {
  align-content: end;
}

.neo-spin-1x8okj button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .neo-spin-1x8okj
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .neo-spin-1x8okj
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.neo-spin-1x8okj button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.neo-spin-1x8okj button:last-child svg {
  width: 38px;
  height: 38px;
}

.neo-spin-1j3enu {
  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;
}

.neo-spin-1j3enu::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .neo-spin-1j3enu,
.pc61d126-chatbot[data-active-screen="3"]
  .neo-spin-1j3enu {
  opacity: 1;
  visibility: visible;
}

.neo-spin-v3xb4x {
  flex: 1 1;
}

.neo-spin-94f4tx {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .neo-spin-94f4tx {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .neo-spin-23b26y {
  display: block;
}

.neo-spin-3nz1kp {
  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) {
  .neo-spin-3nz1kp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.neo-spin-qtvyx2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.neo-spin-qtvyx2::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.neo-spin-4qjqxq span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.neo-spin-4qjqxq p {
  color: var(--Text-100);
}

.neo-spin-qtvyx2 .neo-spin-5jdz9v {
  grid-area: button;
}

.neo-spin-qtvyx2 .neo-spin-5jdz9v::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.neo-spin-0qrgjn.org/2000/svg'%3E%3Cpath d='M4.neo-spin-tzxwqw 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neo-spin-1tyz48 15L16.neo-spin-1tyz48 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neo-spin-1tyz48 5L16.neo-spin-1tyz48 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .neo-spin-ek7f4l {
  display: block;
}

.neo-spin-9t81ni {
  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) {
  .neo-spin-9t81ni {
    margin-top: 40px;
  }
}

.neo-spin-6j9xax label,
.neo-spin-6j9xax input {
  display: block;
  width: 100%;
}

.neo-spin-6j9xax label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.neo-spin-6j9xax label.neo-spin-gwja6n input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.neo-spin-6j9xax label.neo-spin-gwja6n::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;
}

.neo-spin-6j9xax 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;
}

.neo-spin-6j9xax input::placeholder {
  color: var(--Text-400);
}

.neo-spin-2lkrmc {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .neo-spin-2lkrmc {
  display: flex;
}

.neo-spin-2lkrmc ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .neo-spin-2lkrmc ol {
    height: 420px;
    padding: 24px;
  }
}

.neo-spin-2lkrmc ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.neo-spin-y50csd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .neo-spin-y50csd {
    padding: 0 24px 24px;
  }
}

.neo-spin-y50csd 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;
}

.neo-spin-y50csd input::placeholder {
  color: var(--Text-400);
}

.neo-spin-y50csd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.neo-spin-y50csd [type="submit"]:disabled {
  opacity: 0.5;
}

.neo-spin-y50csd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .neo-spin-y50csd [type="submit"] {
    right: 40px;
  }
}

.neo-spin-vtbd12 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.neo-spin-vtbd12.neo-spin-ape7cs {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.neo-spin-vtbd12.neo-spin-ape7cs::before {
  content: "";
  width: 31px;
}

.neo-spin-vtbd12.neo-spin-ape7cs p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neo-spin-vtbd12.neo-spin-zlzd88 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.neo-spin-vtbd12 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neo-spin-53ns16 .neo-spin-5jdz9v {
  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;
  }
}

.neo-spin-o16zeg {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .neo-spin-o16zeg {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .neo-spin-o16zeg {
    padding: 18px 0;
  }
}

.neo-spin-o16zeg .neo-spin-sqxkuj {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .neo-spin-o16zeg .neo-spin-sqxkuj {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.neo-spin-00vu68 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .neo-spin-00vu68 {
    max-width: 160px;
    height: 40px;
  }
}

.neo-spin-00vu68 picture,
.neo-spin-00vu68 img {
  display: block;
  width: 100%;
  height: 100%;
}

.neo-spin-00vu68 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .neo-spin-me5m1d {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.neo-spin-oyk59o ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .neo-spin-o16zeg.neo-spin-uy4qrl .neo-spin-me5m1d {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .neo-spin-me5m1d {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .neo-spin-me5m1d {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.neo-spin-h1m4jm,
.neo-spin-u8mky1 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .neo-spin-h1m4jm,
  .neo-spin-u8mky1 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .neo-spin-u8mky1 {
    display: none;
  }
}

.neo-spin-7fvyc0 {
  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;
}

.neo-spin-uy4qrl .neo-spin-7fvyc0 {
  background: var(--fh-bg-color);
}

.neo-spin-7fvyc0 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .neo-spin-7fvyc0 {
    display: none;
  }
}

.neo-spin-vhvppg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neo-spin-vhvppg {
    display: none;
  }
}

.neo-spin-6kpti9 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.neo-spin-o16zeg.neo-spin-uy4qrl .neo-spin-6kpti9:first-child {
  display: none;
}

.neo-spin-o16zeg.neo-spin-uy4qrl .neo-spin-6kpti9:last-child {
  display: block;
}

.neo-spin-6kpti9:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .neo-spin-6kpti9 {
    display: none;
  }
}

.neo-spin-1ufual {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neo-spin-1ufual {
    display: flex;
  }
}

.neo-spin-1ufual ul {
  max-height: 350px;
  overflow-y: auto;
}

.neo-spin-1ufual:hover ul {
  visibility: visible;
  opacity: 1;
}

.neo-spin-1ufual:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.neo-spin-1ufual:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.neo-spin-1ufual:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.neo-spin-1ufual:hover .neo-spin-qcm69z svg {
  transform: rotate(180deg);
}

.neo-spin-0z8lg3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.neo-spin-7e26m5 {
  padding: 0 8px;
}

.neo-spin-gxmvz9 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.neo-spin-gxmvz9:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .neo-spin-gxmvz9 {
    padding: 4px 8px;
  }
}

.neo-spin-ff6mjy {
  display: flex;
}

.neo-spin-ff6mjy img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.neo-spin-qcm69z {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.neo-spin-qcm69z svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.neo-spin-0qrkxr {
  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) {
  .neo-spin-0qrkxr {
    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;
  }
}

.neo-spin-ynmg0d {
  width: 100%;
}

@media (min-width: 1200px) {
  .neo-spin-ynmg0d {
    display: none;
  }
}

.neo-spin-qtiqzm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.neo-spin-d9wpe1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.neo-spin-vpf7un {
  display: flex;
}

.neo-spin-i82q94 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.neo-spin-rxl3x7 {
  list-style: none;
}

@media (max-width: 1199px) {
  .neo-spin-rxl3x7 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .neo-spin-rxl3x7 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .neo-spin-rxl3x7 .neo-spin-z2nqdk [data-ref-el],
  .neo-spin-rxl3x7 .neo-spin-z2nqdk span,
  .neo-spin-rxl3x7 .neo-spin-z2nqdk a {
    white-space: nowrap;
  }
}

.neo-spin-zwh8zf {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .neo-spin-zwh8zf.neo-spin-tcdtom > .neo-spin-z2nqdk {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .neo-spin-zwh8zf.neo-spin-jadoj6:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .neo-spin-zwh8zf.neo-spin-tcdtom > .neo-spin-5sr4u2 {
    height: auto;
  }

  .neo-spin-zwh8zf.neo-spin-tcdtom > div > .neo-spin-pdhl4s {
    transform: rotate(180deg);
  }
}

.neo-spin-zwh8zf [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.neo-spin-zwh8zf [data-ref-el],
.neo-spin-zwh8zf span {
  cursor: pointer;
}

.neo-spin-zwh8zf [data-ref-el],
.neo-spin-zwh8zf span,
.neo-spin-zwh8zf a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .neo-spin-zwh8zf [data-ref-el],
  .neo-spin-zwh8zf span,
  .neo-spin-zwh8zf a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .neo-spin-zwh8zf [data-ref-el],
  .neo-spin-zwh8zf span,
  .neo-spin-zwh8zf a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.neo-spin-5sr4u2 {
  height: 0;
  overflow: hidden;
  transition: height 0.neo-spin-oyk59o ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.neo-spin-5sr4u2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.neo-spin-5sr4u2::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.neo-spin-5sr4u2::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .neo-spin-5sr4u2 {
    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;
  }

  .neo-spin-5sr4u2:has(> .neo-spin-zwh8zf.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .neo-spin-5sr4u2 .neo-spin-5sr4u2 {
    padding: 0;
  }

  .neo-spin-5sr4u2 .neo-spin-zwh8zf {
    font-weight: 400;
  }

  .neo-spin-5sr4u2 .neo-spin-zwh8zf:hover > .neo-spin-z2nqdk {
    background: var(--Neutral-300);
  }

  .neo-spin-5sr4u2 .neo-spin-pdhl4s {
    rotate: -90deg;
  }
}

.neo-spin-z2nqdk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neo-spin-z2nqdk {
    padding: 8px;
  }

  .neo-spin-zwh8zf.neo-spin-njfzqt > .neo-spin-z2nqdk {
    background: var(--Neutral-300);
  }
}

.neo-spin-pdhl4s {
  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.neo-spin-0qrgjn.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.neo-spin-jqn1z5 0.neo-spin-spdnpl.neo-spin-fme0p4 -0.neo-spin-cdgu56 0.neo-spin-xvijk0 -0.neo-spin-cdgu56 1.neo-spin-iprk37 0.neo-spin-2jsm9d.neo-spin-sxhrkx 4.neo-spin-n6orxe.neo-spin-jqn1z5 0.neo-spin-rgvxdj.neo-spin-udez7q -0.neo-spin-cdgu56 9.neo-spin-cut8d8 -0.neo-spin-cdgu56 10.neo-spin-89x80w 0.neo-spin-xet6w4.neo-spin-mr5vcz 0.neo-spin-fme0p4 10.neo-spin-mr5vcz 0.neo-spin-xvijk0 10.neo-spin-89x80w 1.neo-spin-pv7uv3.neo-spin-9603sn 5.neo-spin-5x00ir.neo-spin-uhhxdu 6.neo-spin-mul2gj 5.neo-spin-5cooiy 6.neo-spin-mul2gj 4.neo-spin-97zq8j 5.neo-spin-qsulbf.neo-spin-jqn1z5 1.neo-spin-hmhijr.neo-spin-cdgu56 0.neo-spin-xvijk0 -0.neo-spin-cdgu56 0.neo-spin-fme0p4 0.neo-spin-jqn1z5 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.neo-spin-oyk59o ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neo-spin-pdhl4s {
    cursor: default;
  }
}

.neo-spin-wew8ba {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.neo-spin-oniktk {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .neo-spin-oniktk {
    padding: 40px 4px;
  }
}

.neo-spin-09dibe {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .neo-spin-09dibe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.neo-spin-74a1j5 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .neo-spin-74a1j5 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.neo-spin-74a1j5 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.neo-spin-74a1j5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.neo-spin-74a1j5 [data-ref-el],
.neo-spin-74a1j5 span,
.neo-spin-74a1j5 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.neo-spin-gqd42u {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neo-spin-gqd42u {
    margin-bottom: 12px;
  }
}

.neo-spin-at6an1 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.neo-spin-at6an1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .neo-spin-at6an1:last-child {
    margin-right: 0;
  }
}

.neo-spin-1fiy5k {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neo-spin-gqd42u:hover .neo-spin-ja55t7 {
  visibility: visible;
  opacity: 1;
}

.neo-spin-ja55t7 {
  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);
}

.neo-spin-zti7ls {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.neo-spin-m97mc4 {
  display: flex;
  margin: 6px;
}

.neo-spin-m97mc4 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.neo-spin-ja55t7::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);
}

.neo-spin-ja55t7::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);
}

.neo-spin-0jft93 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .neo-spin-0jft93 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.neo-spin-nl6esa {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .neo-spin-nl6esa {
    margin-right: 32px;
  }
}

.neo-spin-hr9hee {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neo-spin-hr9hee {
    margin-top: 0;
    width: 340px;
  }
}

.neo-spin-hr9hee a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neo-spin-zjg2iw {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.neo-spin-qgwycq {
  position: relative;
}

@media (min-width: 768px) {
  .neo-spin-qgwycq {
    margin-top: 40px;
  }
}

.neo-spin-qgwycq + .neo-spin-l3cg5e,
.neo-spin-qgwycq + .neo-spin-qgwycq {
  margin-top: 24px;
}

.neo-spin-2c9lxf {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .neo-spin-2c9lxf {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .neo-spin-2c9lxf {
    padding: 80px;
  }
}

.neo-spin-7pxz4o {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .neo-spin-7pxz4o {
    padding: 0 16px;
}


}

.neo-spin-4w9nbc {
  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) {
  .neo-spin-4w9nbc {
    font-size: 48px;
    line-height: 56px;
  }
}

.neo-spin-ai7ju6 {
  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) {
  .neo-spin-ai7ju6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.neo-spin-w7jtnp {
  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;
}

.neo-spin-w7jtnp:hover {
  background: var(--button-bg-hover);
}

.neo-spin-crlfqg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.neo-spin-crlfqg img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .neo-spin-crlfqg img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .neo-spin-crlfqg img {
  min-height: 100%;
  }
}

.neo-spin-2c9lxf::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.neo-spin-11ocds {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.neo-spin-11ocds h1,
.neo-spin-11ocds h2,
.neo-spin-11ocds h3,
.neo-spin-11ocds h4 {
  margin-bottom: 6px;
}

.neo-spin-11ocds h1:not(:first-child),
.neo-spin-11ocds h2:not(:first-child),
.neo-spin-11ocds h3:not(:first-child),
.neo-spin-11ocds h4:not(:first-child) {
  margin-top: 16px;
}

.neo-spin-11ocds h1,
.neo-spin-11ocds h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .neo-spin-11ocds h1,
  .neo-spin-11ocds h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.neo-spin-11ocds h2,
.neo-spin-11ocds h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .neo-spin-11ocds h2,
  .neo-spin-11ocds h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.neo-spin-11ocds h3,
.neo-spin-11ocds h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .neo-spin-11ocds h3,
  .neo-spin-11ocds h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.neo-spin-11ocds h4,
.neo-spin-11ocds h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.neo-spin-11ocds ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.neo-spin-11ocds ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.neo-spin-11ocds 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);
}

.neo-spin-11ocds ul ul {
  margin-bottom: 8px;
}

.neo-spin-11ocds ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.neo-spin-11ocds ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.neo-spin-11ocds ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.neo-spin-11ocds ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.neo-spin-11ocds ol li::marker {
  font-weight: 700;
}

.neo-spin-11ocds ol ol {
  margin-bottom: 8px;
}

.neo-spin-11ocds ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.neo-spin-11ocds ol ul li {
  padding-left: 16px;
}

.neo-spin-11ocds 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) {
  .neo-spin-11ocds table {
    padding: 24px;
  }
}

.neo-spin-11ocds table.neo-spin-qjkk00 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.neo-spin-oyk59o,
    mask-image 0.3s;
}

.neo-spin-11ocds table.neo-spin-qjkk00.neo-spin-rm7k45 {
  -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) {
  .neo-spin-11ocds table {
    display: table;
  }
}

.neo-spin-11ocds 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);
}

.neo-spin-11ocds table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neo-spin-11ocds table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neo-spin-11ocds 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) {
  .neo-spin-11ocds table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.neo-spin-11ocds table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neo-spin-11ocds table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neo-spin-11ocds table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.neo-spin-11ocds img {
  max-width: 100%;
  height: auto;
}

.neo-spin-dbrmg0 {
  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) {
  .neo-spin-dbrmg0 {
    padding: 24px;
  }
}

.neo-spin-2owfbe {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .neo-spin-2owfbe {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.neo-spin-2owfbe > * {
  margin: 0 !important;
}

.neo-spin-2owfbe img,
.neo-spin-5qkdty {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neo-spin-2owfbe img,
  .neo-spin-5qkdty {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neo-spin-2ky15y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neo-spin-2ky15y {
    width: 32px;
    height: 32px;
  }
}

.neo-spin-2t0ejg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.neo-spin-2t0ejg .neo-spin-wfla6u {
  flex-shrink: 0;
}

.neo-spin-2t0ejg .neo-spin-jtl9f1 svg {
  display: none;
}

.neo-spin-mjsnks {
  display: grid;
  transition: max-height 0.neo-spin-oyk59o ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .neo-spin-mjsnks {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .neo-spin-mjsnks {
    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));
  }
}

.neo-spin-mjsnks.neo-spin-im8uxs + .neo-spin-wfla6u svg {
  transform: rotate(180deg);
}

.neo-spin-xqdh9l {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.neo-spin-xqdh9l > div:nth-child(3n) {
  grid-column: span 2;
}

.neo-spin-xqdh9l
  > div:nth-child(3n)
  .neo-spin-ur05t2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .neo-spin-xqdh9l {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .neo-spin-xqdh9l > div:nth-child(3n) {
    grid-column: unset;
  }

  .neo-spin-xqdh9l
    > div:nth-child(3n)
    .neo-spin-ur05t2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .neo-spin-xqdh9l {
    max-width: 270px;
  }
}

.neo-spin-xqdh9l .neo-spin-ur05t2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .neo-spin-xqdh9l .neo-spin-ur05t2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .neo-spin-xqdh9l .neo-spin-ur05t2 button {
    max-width: 104px;
  }
}

.neo-spin-on9uj0 {
  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) {
  .neo-spin-on9uj0 {
    margin-bottom: 0;
  }
}

.neo-spin-0824nv {
  display: none;
  opacity: 0;
}

.neo-spin-vc984y {
  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;
  }
}

.neo-spin-vc984y img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.neo-spin-ur05t2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.neo-spin-ur05t2 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .neo-spin-ur05t2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .neo-spin-ur05t2
    button {
    max-width: 145px;
  }
}

.neo-spin-ae0j8l:first-child
  .neo-spin-ur05t2
  button {
  max-width: 270px;
}

.neo-spin-usuz6a {
  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%;
}

.neo-spin-on9uj0 picture {
  width: 100%;
  max-width: 100%;
}

.neo-spin-bloj06 {
  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;
}

.neo-spin-bloj06 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.neo-spin-on9uj0:hover .neo-spin-bloj06 {
  display: flex;
}

.neo-spin-ddxxvy {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.neo-spin-xrnb4k {
  display: flex;
}

.neo-spin-xrnb4k:hover .neo-spin-4l5yod,
.neo-spin-xrnb4k .neo-spin-njfzqt .neo-spin-4l5yod {
  display: flex;
}

.neo-spin-xrnb4k svg {
  flex-shrink: 0;
}

.neo-spin-4l5yod {
  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) {
  .neo-spin-4l5yod {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.neo-spin-4l5yod:hover {
  display: flex;
}

.neo-spin-4l5yod svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.neo-spin-5lwb8n {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .neo-spin-5lwb8n {
    font-size: 12px;
  }
}

.neo-spin-va3i0n,
.neo-spin-tvopea {
  width: 50%;
  flex-shrink: 0;
}

.neo-spin-va3i0n {
  font-weight: 700;
}

.neo-spin-un0cgr .neo-spin-mjsnks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .neo-spin-un0cgr .neo-spin-mjsnks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .neo-spin-un0cgr .neo-spin-mjsnks {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.neo-spin-un0cgr
  .neo-spin-usuz6a:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.neo-spin-un0cgr .neo-spin-vc984y {
  height: 100% !important;
  border-radius: 16px;
}

.neo-spin-un0cgr .neo-spin-ur05t2 {
  gap: 4px;
  align-items: center;
}

.neo-spin-un0cgr .neo-spin-ur05t2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neo-spin-un0cgr .neo-spin-ur05t2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.neo-spin-un0cgr .neo-spin-s5svno,
.neo-spin-un0cgr .neo-spin-sh2exw {
  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.neo-spin-0qrgjn.org/2000/svg'%3E%3Cpath d='M9.neo-spin-tqq9vo 4.neo-spin-tjrtb0.neo-spin-eletot 5.neo-spin-lpl33p.neo-spin-531c6l 5.neo-spin-9hlk2n.neo-spin-ujop1w 5.neo-spin-fanfn6.neo-spin-h8kfrn 8.neo-spin-mm35bf.neo-spin-l7v2tj 9.neo-spin-5ky7cj.neo-spin-naz1yu 9.neo-spin-rmt0e2.neo-spin-hz1k0x 13.neo-spin-479z20.neo-spin-99ygs6 11.neo-spin-phdq57.neo-spin-ve50zp 11.neo-spin-toxpft.neo-spin-soth1t 11.neo-spin-rrxt0d.neo-spin-pe00kg 13.neo-spin-19x97z.neo-spin-ciiw4g 9.neo-spin-kolh5e.neo-spin-9yw9pw 9.neo-spin-hrev6k.neo-spin-gghx4q 8.neo-spin-e0m7w8.neo-spin-eqor7x 5.neo-spin-9l5763.neo-spin-fu9wuy 5.neo-spin-48hd4c.neo-spin-fj6j66 5.neo-spin-w63vjz.neo-spin-oo4e80 4.neo-spin-unn9qt.neo-spin-ve50zp 1.neo-spin-7gckax.neo-spin-tqq9vo 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.neo-spin-un0cgr .neo-spin-s5svno {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.neo-spin-un0cgr .neo-spin-sh2exw {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.neo-spin-sd4h8i {
  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) {
  .neo-spin-sd4h8i {
    padding: 24px;
  }
}

.neo-spin-sd4h8i .neo-spin-wfla6u {
  display: flex;
}

@media (min-width: 768px) {
  .neo-spin-sd4h8i .neo-spin-wfla6u {
    display: none;
  }
}

.neo-spin-sd4h8i .neo-spin-jtl9f1 svg {
  display: none;
}

.neo-spin-fn1f4j {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.neo-spin-fn1f4j .neo-spin-vk4yl3 {
  display: none;
}

@media (min-width: 768px) {
  .neo-spin-fn1f4j .neo-spin-vk4yl3 {
    display: flex;
  }
}

.neo-spin-uaobcy {
  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) {
  .neo-spin-uaobcy {
    font-size: 40px;
    line-height: 48px;
  }
}

.neo-spin-uaobcy > * {
  margin: 0 !important;
}

.neo-spin-uaobcy img,
.neo-spin-41q3je {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neo-spin-uaobcy img,
  .neo-spin-41q3je {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neo-spin-zrb14u {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neo-spin-zrb14u {
    width: 32px;
    height: 32px;
  }
}

.neo-spin-388xii {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .neo-spin-388xii {
    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;
  }

  .neo-spin-388xii::-webkit-scrollbar {
    display: none;
  }
}

.neo-spin-d1ulj8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .neo-spin-d1ulj8 {
    padding: 7px 15px;
  }
}

.neo-spin-d1ulj8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neo-spin-avx93a {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neo-spin-avx93a {
    display: flex;
    opacity: 1;
  }
}

.neo-spin-d1ulj8 picture {
  height: 100%;
  display: block;
}

.neo-spin-d1ulj8 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .neo-spin-d1ulj8 img {
    width: 88px;
    height: 44px;
  }
}

.neo-spin-d1ulj8 p {
  text-align: center;
  width: 100%;
}

.neo-spin-bmrh85 {
  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) {
  .neo-spin-bmrh85 {
    font-size: 40px;
    line-height: 48px;
  }
}

.neo-spin-bmrh85 img,
.neo-spin-ierowj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neo-spin-bmrh85 img,
  .neo-spin-ierowj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neo-spin-o7iz0h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neo-spin-o7iz0h {
    width: 32px;
    height: 32px;
  }
}

.neo-spin-2bnvxw {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.neo-spin-du5t73 {
  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;
}

.neo-spin-uv5b0c {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.neo-spin-uv5b0c.neo-spin-njfzqt {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.neo-spin-n2ywxi {
  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) {
  .neo-spin-n2ywxi {
    font-size: 20px;
    line-height: 28px;
  }
}

.neo-spin-47y7fp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.neo-spin-ijcyjl {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.neo-spin-oyk59o ease;
  opacity: 0;
  color: var(--text-color);
}

.neo-spin-qsgzmg {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.neo-spin-qsgzmg ol,
.neo-spin-qsgzmg ul {
  padding-left: 1.3em;
}

.neo-spin-uv5b0c.neo-spin-njfzqt .neo-spin-ijcyjl {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.neo-spin-uv5b0c.neo-spin-njfzqt .neo-spin-47y7fp {
  transform: rotate(180deg);
  color: var(--text-color);
}

.neo-spin-9vigux {
  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) {
  .neo-spin-9vigux {
    padding: 24px;
  }
}

.neo-spin-9vigux .neo-spin-wfla6u {
  display: flex;
}

@media (min-width: 768px) {
  .neo-spin-9vigux .neo-spin-wfla6u {
    display: none;
  }
}

.neo-spin-9vigux .neo-spin-jtl9f1 svg {
  display: none;
}

.neo-spin-luxl1j {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neo-spin-luxl1j .neo-spin-vk4yl3 {
  display: none;
}

@media (min-width: 768px) {
  .neo-spin-luxl1j .neo-spin-vk4yl3 {
    display: flex;
  }
}

.neo-spin-q0ufw4 {
  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) {
  .neo-spin-q0ufw4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.neo-spin-q0ufw4 > * {
  margin: 0 !important;
}

.neo-spin-q0ufw4 img,
.neo-spin-w848by {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neo-spin-q0ufw4 img,
  .neo-spin-w848by {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neo-spin-rzfrpz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neo-spin-rzfrpz {
    width: 32px;
    height: 32px;
  }
}

.neo-spin-z8euud {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .neo-spin-z8euud {
    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;
  }

  .neo-spin-z8euud::-webkit-scrollbar {
    display: none;
  }
}

.neo-spin-pxmv0x {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.neo-spin-pxmv0x:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neo-spin-jqloo3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neo-spin-jqloo3 {
    display: flex;
    opacity: 1;
  }
}

.neo-spin-pxmv0x picture {
  width: auto;
  height: 100%;
  display: block;
}

.neo-spin-pxmv0x picture img {
  display: block;
  width: auto;
  height: 100%;
}

.neo-spin-jr3e65 {
  margin: -24px 0;
}

.neo-spin-jr3e65:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .neo-spin-jr3e65 {
    margin: -16px 0;
  }
}

.neo-spin-dzlvte {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .neo-spin-dzlvte {
    flex-direction: row;
  }
}

.neo-spin-g7pnak {
  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) {
  .neo-spin-g7pnak {
    flex: 1;
  }
}

.neo-spin-g7pnak::placeholder {
  color: var(--Text-400);
}

.neo-spin-itvpe7 {
  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;
}

.neo-spin-8ey8sj {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.neo-spin-8ey8sj::-webkit-scrollbar {
  display: none;
}

.neo-spin-8o59di {
  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;
}

.neo-spin-8o59di img,
.neo-spin-8o59di svg {
  margin-right: 8px;
}

.neo-spin-n5xubk {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.neo-spin-jr3e65 + .neo-spin-23oyrf {
  margin-top: 0;
}

@media (min-width: 768px) {
  .neo-spin-jr3e65 + .neo-spin-23oyrf {
    margin-top: -16px;
  }
}

.neo-spin-n35qqn {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.neo-spin-n35qqn > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.neo-spin-n35qqn > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.neo-spin-an1sai {
  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;
}

.neo-spin-350hl1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.neo-spin-olw7br {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.neo-spin-bg2yxo {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.neo-spin-9ynmm8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.neo-spin-an1sai 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;
}

.neo-spin-an1sai 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) {
  .neo-spin-an1sai {
    padding: 39px 179px 39px 39px;
  }

  .neo-spin-350hl1 {
    font-size: 40px;
    line-height: 48px;
  }

  .neo-spin-9ynmm8 {
    height: 348px;
  }

  .neo-spin-an1sai button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .neo-spin-an1sai button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .neo-spin-an1sai {
    padding: 63px;
  }
}

.neo-spin-mhvyoe {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .neo-spin-mhvyoe {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.neo-spin-bsh55e {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neo-spin-bsh55e {
    width: auto;
  }
}

.neo-spin-8up51f {
  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;
}

.neo-spin-8up51f::-webkit-scrollbar {
  display: none;
}

.neo-spin-8up51f 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);
}

.neo-spin-8up51f a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neo-spin-8up51f {
    margin-left: 16px;
    margin-top: 0;
  }
}

.neo-spin-mhvyoe .neo-spin-67jztt {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.neo-spin-oyk59o,
    mask-image 0.3s;
}

.neo-spin-mhvyoe .neo-spin-67jztt.neo-spin-rm7k45 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.neo-spin-mnvyqw {
  margin: 40px -16px;
}

.neo-spin-h1xj6w + .neo-spin-l3cg5e,
.neo-spin-h1xj6w + .neo-spin-qgwycq {
  margin-top: 24px;
}

.neo-spin-47plpq {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.neo-spin-47plpq picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.neo-spin-gizt4t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .neo-spin-gizt4t {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .neo-spin-gizt4t {
    margin-top: 0;
  }
}

.neo-spin-k9z7tn {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neo-spin-k9z7tn {
    font-size: 24px;
    line-height: 32px;
  }
}

.neo-spin-jkczgx {
  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) {
  .neo-spin-jkczgx {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.neo-spin-wqnmgr {
  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) {
  .neo-spin-wqnmgr {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.neo-spin-zejnk4 {
  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) {
  .neo-spin-zejnk4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.neo-spin-30sn8g {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neo-spin-30sn8g {
    font-size: 32px;
    line-height: 40px;
  }
}

.neo-spin-hhxmpg {
  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;
}

.neo-spin-dv72p5 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.neo-spin-dv72p5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.neo-spin-23oyrf {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.neo-spin-g1z0iv {
  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) {
  .neo-spin-g1z0iv {
    padding: 15px 48px;
  }
}

main > .neo-spin-23oyrf {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .neo-spin-mjsnks.neo-spin-xp2ei8 > div:nth-child(n+5) {
    display: none;
  }
}

.neo-spin-11ocds p a img {
  display: block;
  margin: 0 auto;
}


.neo-spin-opt6lt {
  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 */
.neo-spin-bvcbb8 {
  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;
}

.neo-spin-bvcbb8 label {
  font-size: 14px;
}

.neo-spin-bvcbb8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.neo-spin-bvcbb8 input,
.neo-spin-bvcbb8 textarea,
.neo-spin-bvcbb8 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;
}
.neo-spin-bvcbb8 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.neo-spin-x3a4w1 ease;
}
.neo-spin-bvcbb8 button:hover {
  background-color: var(--button-bg-hover);
}
.neo-spin-lnz1xs {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.neo-spin-6rj9u0 ease-in;
}

.neo-spin-lnz1xs 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;
}
.neo-spin-rrfzeh, .neo-spin-ufszlr, [class*="review-card"],
thead, thead th, table th, .neo-spin-98l17x,
.neo-spin-yeazju, [class*="collapsible-header"],
.neo-spin-95c0zk, [class*="updated-block"] {
  color: #ece7dc !important;
}
