* {
  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;
  }
}

.neon54-ap2xgk {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .neon54-ap2xgk {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .neon54-ap2xgk {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.neon54-3qch4u {
  overflow: hidden;
}

.neon54-emhrwf img {
  background: var(--Neutral-300);
}

.neon54-2836w7 {
  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;
}

.neon54-kptzs0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.neon54-kptzs0:hover {
  background: var(--button-bg-hover);
}

.neon54-n756rh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.neon54-n756rh:hover {
  background: var(--button-bg-hover);
}

.neon54-pqpzgx {
  font-size: 12px;
  line-height: 18px;
}

.neon54-57q9h8 {
  font-size: 18px;
  line-height: 26px;
}

.neon54-q4oeet {
  width: 100%;
}

.neon54-etnjg3 {
  padding: 6px 16px;
}

.neon54-33mgve {
  padding: 10px 16px;
}

.neon54-592c9p {
  padding: 15px 26px;
}

.neon54-f0js7f {
  flex-shrink: 0;
}

.neon54-xpui3y {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.neon54-tc03lm {
  display: none;
}

.neon54-romoie {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.neon54-6ilnf9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.neon54-zolaji {
  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;
}

.neon54-w2rz7p {
  cursor: grab;
}

.neon54-zolaji::-webkit-scrollbar {
  display: none;
}

.neon54-htz92v {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.neon54-6gqwct {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.neon54-oh48r3 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.neon54-an4izd {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.neon54-zfxlor {
  visibility: visible;
}

.neon54-0my0og {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.neon54-b73jrh ease;
}

.neon54-prccbj {
  background-color: var(--Primary-200);
  width: 16px;
}

.neon54-ntddia {
  -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.neon54-b73jrh,
    mask-image 0.3s;
}

.neon54-ntddia.neon54-tc3pp4 {
  -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;
  }
}

.neon54-r57352: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;
}

.neon54-5wlztn {
  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.neon54-ktwo3g.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.neon54-ktwo3g.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;
}

.neon54-fxzoc7 {
  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);
}

.neon54-fxzoc7::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%
  );
}

.neon54-jkh2bc {
  position: relative;
  z-index: 1;
}

.neon54-mrmur6 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.neon54-mjdtj4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.neon54-avqzah {
  font-size: 40px;
  line-height: 48px;
}

.neon54-q0gfb8 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.neon54-lc870l {
  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;
}

.neon54-lc870l:hover {
  background: var(--Primary-400);
}

.neon54-lc870l svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.neon54-r57352 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) {
  .neon54-fxzoc7 {
    max-width: 600px;
    padding: 64px;
  }

  .neon54-mrmur6 {
    font-size: 24px;
    line-height: 32px;
  }

  .neon54-mjdtj4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .neon54-avqzah {
    font-size: 50px;
    line-height: 56px;
  }

  .neon54-q0gfb8 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .neon54-5wlztn {
    top: 25px;
    right: 25px;
  }
}

.neon54-ly8nuv,
.neon54-brelz1 {
  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;
}

.neon54-xr5qp6.neon54-y1qc14::before,
.neon54-brelz1::before,
.neon54-zqzqfi::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.neon54-ktwo3g.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.neon54-kzty52 14.neon54-fhtz7c.neon54-ixhiuh 14.neon54-bf6q6s 15.neon54-9lyi7n 14.neon54-4jaoc4 15.neon54-ydhhdp 14.neon54-7dfl5z.neon54-orayj6 14.neon54-iq45dh 19.neon54-0cgkgf 12.neon54-z1mkgd 19.neon54-0cgkgf 10.neon54-fhkjqe.neon54-0cgkgf 8.neon54-2kxo5e 17.neon54-ift98v 7.neon54-e8hmjg 15.neon54-rze5o9 7.neon54-ckatqi.neon54-j0rgk1 7.neon54-e8hmjg 11.neon54-24skex 8.neon54-2kxo5e 11.neon54-24skex 10.neon54-chkeb2.neon54-24skex 12.neon54-ymcnjx 13.neon54-4a6iib 14.neon54-kt0ryn 15.neon54-ci37h3 14.neon54-ytwhb8.neon54-95d612 14.neon54-q7jjm3 15.neon54-24pqop 14.neon54-6h8ew2 15.neon54-v74zdp 14.neon54-op0iyx.neon54-kzty52 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.neon54-zosk4p 15.neon54-urvmbn.neon54-kpbbzl 15.neon54-wm8zyx 15.neon54-gqa0d9 15.neon54-o8lp5o 15.neon54-az56d7 15.neon54-81mxrs.neon54-xv4vy9 15.neon54-o8lp5o 15.neon54-458mww 15.neon54-00s0bm 15.neon54-gs6v1m 15.neon54-8d2k56.neon54-nwb5io 15.neon54-tsy0nt 7.neon54-2b9pf4 18.neon54-v1cqy3 7.neon54-nuye1d 23.neon54-eceg1x.neon54-y1q8xi.neon54-aol5jc 18.neon54-om48hb 19.neon54-h6b04a 15.neon54-8tcfuu 15.neon54-zosk4p 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.neon54-rid9ye [type="submit"] *,
.neon54-02xfa1 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .neon54-ighe8k {
    display: none;
  }
}

.neon54-tx9x3p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .neon54-tx9x3p {
  display: none;
}

@media (min-width: 768px) {
  .neon54-tx9x3p {
    bottom: 22px;
  }
}

.neon54-tx9x3p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .neon54-tx9x3p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.neon54-lskx3t.static) .neon54-tx9x3p {
    bottom: 8px;
  }
}

.neon54-zdyzcb {
  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.neon54-ktwo3g.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.neon54-w4yh9g 3.neon54-plzd0p.neon54-1z3oek.neon54-awz6tg 3.neon54-dl03ku 3.neon54-zpw3wa 5.neon54-8gmwyp 3.neon54-zpw3wa 8.neon54-vmlfv4.neon54-m10a7n.neon54-zpw3wa 26.neon54-z3mve9 5.neon54-dlkt18 28.neon54-q0prg5 8.neon54-j30uwy 28.neon54-5tb6rv.neon54-ww5p68 28.neon54-vbs3xl.neon54-5mag3u 34.neon54-ixx12s.neon54-icekcy 36.neon54-2cuw1z 11.neon54-nd3dah 37.neon54-zkus4d 12.neon54-mohoom 36.neon54-ahhplw.neon54-crb4bn 28.neon54-p8fsf1.neon54-s3r4ce.neon54-mwm2bs 28.neon54-duqu8i 36.neon54-i0c3jh 26.neon54-f291bx 36.neon54-i0c3jh 23.neon54-1hf62a.neon54-saweoq.neon54-i0c3jh 5.neon54-iaaspg 34.neon54-b89xce 3.neon54-dl03ku 31.neon54-w4yh9g 3.neon54-6kdzpo.neon54-uaxjdy 18.neon54-zhpua3.neon54-iae14a 18.neon54-9pykzr 8.neon54-avngzw 17.neon54-r01qfd 8.neon54-avngzw 15.neon54-qkqm4q.neon54-avngzw 14.neon54-aeh4mf 9.neon54-iae14a 13.neon54-0q0g0d 11.neon54-uaxjdy 13.neon54-1n4qw2.neon54-izccro 13.neon54-0q0g0d 13.neon54-8puvb8 14.neon54-aeh4mf 13.neon54-8puvb8 15.neon54-o1sjyt.neon54-8puvb8 17.neon54-r01qfd 12.neon54-izccro 18.neon54-9pykzr 11.neon54-uaxjdy 18.neon54-3njozx.neon54-l1eh5a 18.neon54-ufk32n.neon54-z308ba 18.neon54-9pykzr 17.neon54-a7dxwi 17.neon54-r01qfd 17.neon54-a7dxwi 15.neon54-z77usd.neon54-a7dxwi 14.neon54-aeh4mf 18.neon54-z308ba 13.neon54-0q0g0d 20.neon54-l1eh5a 13.neon54-fxhqud.neon54-7np9qz 13.neon54-0q0g0d 22.neon54-4yk8or 14.neon54-aeh4mf 22.neon54-4yk8or 15.neon54-qdpmk2.neon54-tgq9cs 17.neon54-r01qfd 21.neon54-7np9qz 18.neon54-9pykzr 20.neon54-l1eh5a 18.neon54-u153oo.neon54-3m1cav 18.neon54-hht2qu.neon54-f1ax90 18.neon54-9pykzr 26.neon54-9zxslg 17.neon54-r01qfd 26.neon54-9zxslg 15.neon54-unztc1.neon54-9zxslg 14.neon54-aeh4mf 27.neon54-f1ax90 13.neon54-0q0g0d 28.neon54-3m1cav 13.neon54-7lisjq.neon54-tc089k 13.neon54-0q0g0d 31.neon54-49jv8n 14.neon54-aeh4mf 31.neon54-49jv8n 15.neon54-qcqw4i.neon54-9zxslg 17.neon54-r01qfd 30.neon54-tc089k 18.neon54-9pykzr 28.neon54-3m1cav 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"])
    .neon54-zdyzcb {
    display: none;
  }
}

.neon54-2t9vd2 {
  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) {
  .neon54-2t9vd2 {
    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;
}

.neon54-02xfa1 {
  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) {
  .neon54-02xfa1 {
    padding: 14px 16px;
  }
}

.neon54-02xfa1 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.neon54-02xfa1 button:first-child {
  align-content: end;
}

.neon54-02xfa1 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .neon54-02xfa1
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .neon54-02xfa1
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.neon54-02xfa1 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.neon54-02xfa1 button:last-child svg {
  width: 38px;
  height: 38px;
}

.neon54-zqzqfi {
  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;
}

.neon54-zqzqfi::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .neon54-zqzqfi,
.pc61d126-chatbot[data-active-screen="3"]
  .neon54-zqzqfi {
  opacity: 1;
  visibility: visible;
}

.neon54-cwqzyk {
  flex: 1 1;
}

.neon54-tpn3nb {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .neon54-tpn3nb {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .neon54-zeckuc {
  display: block;
}

.neon54-01mqte {
  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) {
  .neon54-01mqte {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.neon54-brelz1 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.neon54-brelz1::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.neon54-fbf558 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.neon54-fbf558 p {
  color: var(--Text-100);
}

.neon54-brelz1 .neon54-pm4mgz {
  grid-area: button;
}

.neon54-brelz1 .neon54-pm4mgz::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.neon54-ktwo3g.org/2000/svg'%3E%3Cpath d='M4.neon54-nyniup 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neon54-5mh3o4 15L16.neon54-5mh3o4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neon54-5mh3o4 5L16.neon54-5mh3o4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .neon54-kyswmg {
  display: block;
}

.neon54-btm00f {
  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) {
  .neon54-btm00f {
    margin-top: 40px;
  }
}

.neon54-ly8nuv label,
.neon54-ly8nuv input {
  display: block;
  width: 100%;
}

.neon54-ly8nuv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.neon54-ly8nuv label.neon54-qjc6xz input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.neon54-ly8nuv label.neon54-qjc6xz::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;
}

.neon54-ly8nuv 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;
}

.neon54-ly8nuv input::placeholder {
  color: var(--Text-400);
}

.neon54-vt5sbl {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .neon54-vt5sbl {
  display: flex;
}

.neon54-vt5sbl ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .neon54-vt5sbl ol {
    height: 420px;
    padding: 24px;
  }
}

.neon54-vt5sbl ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.neon54-rid9ye {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .neon54-rid9ye {
    padding: 0 24px 24px;
  }
}

.neon54-rid9ye 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;
}

.neon54-rid9ye input::placeholder {
  color: var(--Text-400);
}

.neon54-rid9ye [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.neon54-rid9ye [type="submit"]:disabled {
  opacity: 0.5;
}

.neon54-rid9ye [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .neon54-rid9ye [type="submit"] {
    right: 40px;
  }
}

.neon54-xr5qp6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.neon54-xr5qp6.neon54-y1qc14 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.neon54-xr5qp6.neon54-y1qc14::before {
  content: "";
  width: 31px;
}

.neon54-xr5qp6.neon54-y1qc14 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neon54-xr5qp6.neon54-nq4khs p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.neon54-xr5qp6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neon54-tx9x3p .neon54-pm4mgz {
  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;
  }
}

.neon54-ighe8k {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .neon54-ighe8k {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .neon54-ighe8k {
    padding: 18px 0;
  }
}

.neon54-ighe8k .neon54-ap2xgk {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .neon54-ighe8k .neon54-ap2xgk {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.neon54-gp4t8m {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .neon54-gp4t8m {
    max-width: 160px;
    height: 40px;
  }
}

.neon54-gp4t8m picture,
.neon54-gp4t8m img {
  display: block;
  width: 100%;
  height: 100%;
}

.neon54-gp4t8m img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .neon54-swfszl {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.neon54-b73jrh ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .neon54-ighe8k.neon54-y01dj1 .neon54-swfszl {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .neon54-swfszl {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .neon54-swfszl {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.neon54-ja8jrq,
.neon54-ni8o92 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .neon54-ja8jrq,
  .neon54-ni8o92 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .neon54-ni8o92 {
    display: none;
  }
}

.neon54-r200jf {
  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;
}

.neon54-y01dj1 .neon54-r200jf {
  background: var(--fh-bg-color);
}

.neon54-r200jf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .neon54-r200jf {
    display: none;
  }
}

.neon54-vxxsth {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neon54-vxxsth {
    display: none;
  }
}

.neon54-7r7hdq {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.neon54-ighe8k.neon54-y01dj1 .neon54-7r7hdq:first-child {
  display: none;
}

.neon54-ighe8k.neon54-y01dj1 .neon54-7r7hdq:last-child {
  display: block;
}

.neon54-7r7hdq:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .neon54-7r7hdq {
    display: none;
  }
}

.neon54-8kbos2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neon54-8kbos2 {
    display: flex;
  }
}

.neon54-8kbos2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.neon54-8kbos2:hover ul {
  visibility: visible;
  opacity: 1;
}

.neon54-8kbos2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.neon54-8kbos2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.neon54-8kbos2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.neon54-8kbos2:hover .neon54-qwwxiv svg {
  transform: rotate(180deg);
}

.neon54-jj8or6 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.neon54-36pbai {
  padding: 0 8px;
}

.neon54-i6ao0y {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.neon54-i6ao0y:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .neon54-i6ao0y {
    padding: 4px 8px;
  }
}

.neon54-osw06x {
  display: flex;
}

.neon54-osw06x img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.neon54-qwwxiv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.neon54-qwwxiv svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.neon54-ueab4q {
  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) {
  .neon54-ueab4q {
    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;
  }
}

.neon54-1iac8a {
  width: 100%;
}

@media (min-width: 1200px) {
  .neon54-1iac8a {
    display: none;
  }
}

.neon54-lrrvis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.neon54-ntbges {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.neon54-s6q8gd {
  display: flex;
}

.neon54-v7ap3p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.neon54-7rixzg {
  list-style: none;
}

@media (max-width: 1199px) {
  .neon54-7rixzg {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .neon54-7rixzg {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .neon54-7rixzg .neon54-atom8k [data-ref-el],
  .neon54-7rixzg .neon54-atom8k span,
  .neon54-7rixzg .neon54-atom8k a {
    white-space: nowrap;
  }
}

.neon54-9fl3q7 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .neon54-9fl3q7.neon54-234ku4 > .neon54-atom8k {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .neon54-9fl3q7.neon54-6ivmzz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .neon54-9fl3q7.neon54-234ku4 > .neon54-3s268o {
    height: auto;
  }

  .neon54-9fl3q7.neon54-234ku4 > div > .neon54-uckizs {
    transform: rotate(180deg);
  }
}

.neon54-9fl3q7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.neon54-9fl3q7 [data-ref-el],
.neon54-9fl3q7 span {
  cursor: pointer;
}

.neon54-9fl3q7 [data-ref-el],
.neon54-9fl3q7 span,
.neon54-9fl3q7 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .neon54-9fl3q7 [data-ref-el],
  .neon54-9fl3q7 span,
  .neon54-9fl3q7 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .neon54-9fl3q7 [data-ref-el],
  .neon54-9fl3q7 span,
  .neon54-9fl3q7 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.neon54-3s268o {
  height: 0;
  overflow: hidden;
  transition: height 0.neon54-b73jrh ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.neon54-3s268o::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.neon54-3s268o::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.neon54-3s268o::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .neon54-3s268o {
    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;
  }

  .neon54-3s268o:has(> .neon54-9fl3q7.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .neon54-3s268o .neon54-3s268o {
    padding: 0;
  }

  .neon54-3s268o .neon54-9fl3q7 {
    font-weight: 400;
  }

  .neon54-3s268o .neon54-9fl3q7:hover > .neon54-atom8k {
    background: var(--Neutral-300);
  }

  .neon54-3s268o .neon54-uckizs {
    rotate: -90deg;
  }
}

.neon54-atom8k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neon54-atom8k {
    padding: 8px;
  }

  .neon54-9fl3q7.neon54-4za3an > .neon54-atom8k {
    background: var(--Neutral-300);
  }
}

.neon54-uckizs {
  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.neon54-ktwo3g.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.neon54-o6n2iq 0.neon54-xu8e1a.neon54-51zjpk -0.neon54-3kvixt 0.neon54-1h9r3s -0.neon54-3kvixt 1.neon54-tmmp2p 0.neon54-f2np5p.neon54-lnc8yx 4.neon54-jombnd.neon54-o6n2iq 0.neon54-d0jo18.neon54-wcucit -0.neon54-3kvixt 9.neon54-jr3lvm -0.neon54-3kvixt 10.neon54-mbdxxb 0.neon54-q22yye.neon54-s31upn 0.neon54-51zjpk 10.neon54-s31upn 0.neon54-1h9r3s 10.neon54-mbdxxb 1.neon54-8n8jkc.neon54-g3pmz2 5.neon54-kokqqo.neon54-bv8q95 6.neon54-tldopn 5.neon54-m9h2ct 6.neon54-tldopn 4.neon54-lessnz 5.neon54-vhgiku.neon54-o6n2iq 1.neon54-5yv7d2.neon54-3kvixt 0.neon54-1h9r3s -0.neon54-3kvixt 0.neon54-51zjpk 0.neon54-o6n2iq 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.neon54-b73jrh ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neon54-uckizs {
    cursor: default;
  }
}

.neon54-zywrtc {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.neon54-ia3c0m {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .neon54-ia3c0m {
    padding: 40px 4px;
  }
}

.neon54-ul5cyu {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .neon54-ul5cyu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.neon54-yse4le {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .neon54-yse4le {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.neon54-yse4le ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.neon54-yse4le [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.neon54-yse4le [data-ref-el],
.neon54-yse4le span,
.neon54-yse4le a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.neon54-fnjs3o {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neon54-fnjs3o {
    margin-bottom: 12px;
  }
}

.neon54-jm5nmq {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.neon54-jm5nmq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .neon54-jm5nmq:last-child {
    margin-right: 0;
  }
}

.neon54-lmy5pk {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neon54-fnjs3o:hover .neon54-8ydpo2 {
  visibility: visible;
  opacity: 1;
}

.neon54-8ydpo2 {
  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);
}

.neon54-nlp6fi {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.neon54-b2j6ii {
  display: flex;
  margin: 6px;
}

.neon54-b2j6ii img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.neon54-8ydpo2::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);
}

.neon54-8ydpo2::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);
}

.neon54-eb1n45 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .neon54-eb1n45 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.neon54-s4a6ck {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .neon54-s4a6ck {
    margin-right: 32px;
  }
}

.neon54-i2djp7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neon54-i2djp7 {
    margin-top: 0;
    width: 340px;
  }
}

.neon54-i2djp7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neon54-ftvxjg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.neon54-ac5x2r {
  position: relative;
}

@media (min-width: 768px) {
  .neon54-ac5x2r {
    margin-top: 40px;
  }
}

.neon54-ac5x2r + .neon54-2a2qlx,
.neon54-ac5x2r + .neon54-ac5x2r {
  margin-top: 24px;
}

.neon54-b52o30 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .neon54-b52o30 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .neon54-b52o30 {
    padding: 80px;
  }
}

.neon54-clmsil {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .neon54-clmsil {
    padding: 0 16px;
}


}

.neon54-my62zj {
  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) {
  .neon54-my62zj {
    font-size: 48px;
    line-height: 56px;
  }
}

.neon54-63p0ni {
  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) {
  .neon54-63p0ni {
    font-size: 24px;
    line-height: 32px;
  }
}

.neon54-xo0fb9 {
  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;
}

.neon54-xo0fb9:hover {
  background: var(--button-bg-hover);
}

.neon54-5phxo2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.neon54-5phxo2 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .neon54-5phxo2 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .neon54-5phxo2 img {
  min-height: 100%;
  }
}

.neon54-b52o30::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.neon54-lyi3ub {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.neon54-lyi3ub h1,
.neon54-lyi3ub h2,
.neon54-lyi3ub h3,
.neon54-lyi3ub h4 {
  margin-bottom: 6px;
}

.neon54-lyi3ub h1:not(:first-child),
.neon54-lyi3ub h2:not(:first-child),
.neon54-lyi3ub h3:not(:first-child),
.neon54-lyi3ub h4:not(:first-child) {
  margin-top: 16px;
}

.neon54-lyi3ub h1,
.neon54-lyi3ub h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .neon54-lyi3ub h1,
  .neon54-lyi3ub h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.neon54-lyi3ub h2,
.neon54-lyi3ub h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .neon54-lyi3ub h2,
  .neon54-lyi3ub h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-lyi3ub h3,
.neon54-lyi3ub h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .neon54-lyi3ub h3,
  .neon54-lyi3ub h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.neon54-lyi3ub h4,
.neon54-lyi3ub h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.neon54-lyi3ub ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.neon54-lyi3ub ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.neon54-lyi3ub 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);
}

.neon54-lyi3ub ul ul {
  margin-bottom: 8px;
}

.neon54-lyi3ub ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.neon54-lyi3ub ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.neon54-lyi3ub ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.neon54-lyi3ub ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.neon54-lyi3ub ol li::marker {
  font-weight: 700;
}

.neon54-lyi3ub ol ol {
  margin-bottom: 8px;
}

.neon54-lyi3ub ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.neon54-lyi3ub ol ul li {
  padding-left: 16px;
}

.neon54-lyi3ub 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) {
  .neon54-lyi3ub table {
    padding: 24px;
  }
}

.neon54-lyi3ub table.neon54-lkutfb {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.neon54-b73jrh,
    mask-image 0.3s;
}

.neon54-lyi3ub table.neon54-lkutfb.neon54-tc3pp4 {
  -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) {
  .neon54-lyi3ub table {
    display: table;
  }
}

.neon54-lyi3ub 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);
}

.neon54-lyi3ub table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neon54-lyi3ub table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neon54-lyi3ub 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) {
  .neon54-lyi3ub table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.neon54-lyi3ub table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neon54-lyi3ub table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neon54-lyi3ub table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.neon54-lyi3ub img {
  max-width: 100%;
  height: auto;
}

.neon54-r4en7a {
  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) {
  .neon54-r4en7a {
    padding: 24px;
  }
}

.neon54-c4pjx2 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .neon54-c4pjx2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.neon54-c4pjx2 > * {
  margin: 0 !important;
}

.neon54-c4pjx2 img,
.neon54-1m0cw5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-c4pjx2 img,
  .neon54-1m0cw5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-ewo8gh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-ewo8gh {
    width: 32px;
    height: 32px;
  }
}

.neon54-90n1a6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.neon54-90n1a6 .neon54-yj2h36 {
  flex-shrink: 0;
}

.neon54-90n1a6 .neon54-u0vr4s svg {
  display: none;
}

.neon54-4c9qff {
  display: grid;
  transition: max-height 0.neon54-b73jrh ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .neon54-4c9qff {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .neon54-4c9qff {
    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));
  }
}

.neon54-4c9qff.neon54-jffj7y + .neon54-yj2h36 svg {
  transform: rotate(180deg);
}

.neon54-gfdfns {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.neon54-gfdfns > div:nth-child(3n) {
  grid-column: span 2;
}

.neon54-gfdfns
  > div:nth-child(3n)
  .neon54-09m7wh
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .neon54-gfdfns {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .neon54-gfdfns > div:nth-child(3n) {
    grid-column: unset;
  }

  .neon54-gfdfns
    > div:nth-child(3n)
    .neon54-09m7wh
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .neon54-gfdfns {
    max-width: 270px;
  }
}

.neon54-gfdfns .neon54-09m7wh button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .neon54-gfdfns .neon54-09m7wh button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .neon54-gfdfns .neon54-09m7wh button {
    max-width: 104px;
  }
}

.neon54-crjiw5 {
  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) {
  .neon54-crjiw5 {
    margin-bottom: 0;
  }
}

.neon54-4auf47 {
  display: none;
  opacity: 0;
}

.neon54-p7dhlx {
  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;
  }
}

.neon54-p7dhlx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.neon54-09m7wh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.neon54-09m7wh button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .neon54-09m7wh
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .neon54-09m7wh
    button {
    max-width: 145px;
  }
}

.neon54-vbf14a:first-child
  .neon54-09m7wh
  button {
  max-width: 270px;
}

.neon54-prsvhs {
  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%;
}

.neon54-crjiw5 picture {
  width: 100%;
  max-width: 100%;
}

.neon54-joc13r {
  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;
}

.neon54-joc13r svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.neon54-crjiw5:hover .neon54-joc13r {
  display: flex;
}

.neon54-l6q762 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.neon54-ewvtls {
  display: flex;
}

.neon54-ewvtls:hover .neon54-ty7xao,
.neon54-ewvtls .neon54-4za3an .neon54-ty7xao {
  display: flex;
}

.neon54-ewvtls svg {
  flex-shrink: 0;
}

.neon54-ty7xao {
  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) {
  .neon54-ty7xao {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.neon54-ty7xao:hover {
  display: flex;
}

.neon54-ty7xao svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.neon54-olk1ut {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .neon54-olk1ut {
    font-size: 12px;
  }
}

.neon54-5s1qdh,
.neon54-d74yhq {
  width: 50%;
  flex-shrink: 0;
}

.neon54-5s1qdh {
  font-weight: 700;
}

.neon54-mpl8v0 .neon54-4c9qff {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .neon54-mpl8v0 .neon54-4c9qff {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .neon54-mpl8v0 .neon54-4c9qff {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.neon54-mpl8v0
  .neon54-prsvhs:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.neon54-mpl8v0 .neon54-p7dhlx {
  height: 100% !important;
  border-radius: 16px;
}

.neon54-mpl8v0 .neon54-09m7wh {
  gap: 4px;
  align-items: center;
}

.neon54-mpl8v0 .neon54-09m7wh button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neon54-mpl8v0 .neon54-09m7wh svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.neon54-mpl8v0 .neon54-fbm6fb,
.neon54-mpl8v0 .neon54-pq9gn2 {
  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.neon54-ktwo3g.org/2000/svg'%3E%3Cpath d='M9.neon54-kmmpkx 4.neon54-yvrudd.neon54-lhsh27 5.neon54-xudpgd.neon54-rkbbgp 5.neon54-7cum0e.neon54-rde4w8 5.neon54-ayjoml.neon54-525n4t 8.neon54-ns9bz2.neon54-wgiiqg 9.neon54-79vd2x.neon54-nrpxq7 9.neon54-goeies.neon54-garjfb 13.neon54-f8vsll.neon54-ivo5m4 11.neon54-hvponf.neon54-ll36rm 11.neon54-mapjmy.neon54-e61sty 11.neon54-98rgyf.neon54-lov8ys 13.neon54-6s1yxb.neon54-1h2530 9.neon54-hkgiqk.neon54-8lwtnz 9.neon54-zzq1cd.neon54-jeedxg 8.neon54-1kjwrg.neon54-f1f9so 5.neon54-i4ytfp.neon54-2h9tw0 5.neon54-krbysr.neon54-czn24x 5.neon54-98c0hq.neon54-8a1up8 4.neon54-wsbzfu.neon54-ll36rm 1.neon54-prkycn.neon54-kmmpkx 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.neon54-mpl8v0 .neon54-fbm6fb {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.neon54-mpl8v0 .neon54-pq9gn2 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.neon54-1626jr {
  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) {
  .neon54-1626jr {
    padding: 24px;
  }
}

.neon54-1626jr .neon54-yj2h36 {
  display: flex;
}

@media (min-width: 768px) {
  .neon54-1626jr .neon54-yj2h36 {
    display: none;
  }
}

.neon54-1626jr .neon54-u0vr4s svg {
  display: none;
}

.neon54-f55pfu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.neon54-f55pfu .neon54-2836w7 {
  display: none;
}

@media (min-width: 768px) {
  .neon54-f55pfu .neon54-2836w7 {
    display: flex;
  }
}

.neon54-oo759j {
  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) {
  .neon54-oo759j {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-oo759j > * {
  margin: 0 !important;
}

.neon54-oo759j img,
.neon54-kvbkho {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-oo759j img,
  .neon54-kvbkho {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-aymlxj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-aymlxj {
    width: 32px;
    height: 32px;
  }
}

.neon54-njtpe0 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .neon54-njtpe0 {
    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;
  }

  .neon54-njtpe0::-webkit-scrollbar {
    display: none;
  }
}

.neon54-4g2hkh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .neon54-4g2hkh {
    padding: 7px 15px;
  }
}

.neon54-4g2hkh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neon54-mrk9lj {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neon54-mrk9lj {
    display: flex;
    opacity: 1;
  }
}

.neon54-4g2hkh picture {
  height: 100%;
  display: block;
}

.neon54-4g2hkh img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .neon54-4g2hkh img {
    width: 88px;
    height: 44px;
  }
}

.neon54-4g2hkh p {
  text-align: center;
  width: 100%;
}

.neon54-toffbw {
  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) {
  .neon54-toffbw {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-toffbw img,
.neon54-o4cgaw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-toffbw img,
  .neon54-o4cgaw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-k05vdw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-k05vdw {
    width: 32px;
    height: 32px;
  }
}

.neon54-vwfsgl {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.neon54-ja58je {
  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;
}

.neon54-deqkh1 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.neon54-deqkh1.neon54-4za3an {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.neon54-g3cylz {
  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) {
  .neon54-g3cylz {
    font-size: 20px;
    line-height: 28px;
  }
}

.neon54-fb9cp9 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.neon54-e50e4p {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.neon54-b73jrh ease;
  opacity: 0;
  color: var(--text-color);
}

.neon54-pvhb4d {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.neon54-pvhb4d ol,
.neon54-pvhb4d ul {
  padding-left: 1.3em;
}

.neon54-deqkh1.neon54-4za3an .neon54-e50e4p {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.neon54-deqkh1.neon54-4za3an .neon54-fb9cp9 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.neon54-bu2hub {
  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) {
  .neon54-bu2hub {
    padding: 24px;
  }
}

.neon54-bu2hub .neon54-yj2h36 {
  display: flex;
}

@media (min-width: 768px) {
  .neon54-bu2hub .neon54-yj2h36 {
    display: none;
  }
}

.neon54-bu2hub .neon54-u0vr4s svg {
  display: none;
}

.neon54-rdusyj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neon54-rdusyj .neon54-2836w7 {
  display: none;
}

@media (min-width: 768px) {
  .neon54-rdusyj .neon54-2836w7 {
    display: flex;
  }
}

.neon54-b358jm {
  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) {
  .neon54-b358jm {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-b358jm > * {
  margin: 0 !important;
}

.neon54-b358jm img,
.neon54-1mo5gt {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-b358jm img,
  .neon54-1mo5gt {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-8lmao8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-8lmao8 {
    width: 32px;
    height: 32px;
  }
}

.neon54-zvsilu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .neon54-zvsilu {
    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;
  }

  .neon54-zvsilu::-webkit-scrollbar {
    display: none;
  }
}

.neon54-lm3kfv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.neon54-lm3kfv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neon54-3f2psv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neon54-3f2psv {
    display: flex;
    opacity: 1;
  }
}

.neon54-lm3kfv picture {
  width: auto;
  height: 100%;
  display: block;
}

.neon54-lm3kfv picture img {
  display: block;
  width: auto;
  height: 100%;
}

.neon54-2qslbo {
  margin: -24px 0;
}

.neon54-2qslbo:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .neon54-2qslbo {
    margin: -16px 0;
  }
}

.neon54-wjpvx4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .neon54-wjpvx4 {
    flex-direction: row;
  }
}

.neon54-wwbt6s {
  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) {
  .neon54-wwbt6s {
    flex: 1;
  }
}

.neon54-wwbt6s::placeholder {
  color: var(--Text-400);
}

.neon54-5sawww {
  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;
}

.neon54-3e0ept {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.neon54-3e0ept::-webkit-scrollbar {
  display: none;
}

.neon54-bh5a6m {
  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;
}

.neon54-bh5a6m img,
.neon54-bh5a6m svg {
  margin-right: 8px;
}

.neon54-9022w3 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.neon54-2qslbo + .neon54-12v0tm {
  margin-top: 0;
}

@media (min-width: 768px) {
  .neon54-2qslbo + .neon54-12v0tm {
    margin-top: -16px;
  }
}

.neon54-u3arei {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.neon54-u3arei > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.neon54-u3arei > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.neon54-szg42o {
  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;
}

.neon54-1vr1yk {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.neon54-0lq8pt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.neon54-zr5buq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.neon54-h0de9s {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.neon54-szg42o 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;
}

.neon54-szg42o 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) {
  .neon54-szg42o {
    padding: 39px 179px 39px 39px;
  }

  .neon54-1vr1yk {
    font-size: 40px;
    line-height: 48px;
  }

  .neon54-h0de9s {
    height: 348px;
  }

  .neon54-szg42o button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .neon54-szg42o button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .neon54-szg42o {
    padding: 63px;
  }
}

.neon54-hmjza7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .neon54-hmjza7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.neon54-de8mwb {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neon54-de8mwb {
    width: auto;
  }
}

.neon54-czf6ji {
  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;
}

.neon54-czf6ji::-webkit-scrollbar {
  display: none;
}

.neon54-czf6ji 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);
}

.neon54-czf6ji a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neon54-czf6ji {
    margin-left: 16px;
    margin-top: 0;
  }
}

.neon54-hmjza7 .neon54-bf09ug {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.neon54-b73jrh,
    mask-image 0.3s;
}

.neon54-hmjza7 .neon54-bf09ug.neon54-tc3pp4 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.neon54-95dawp {
  margin: 40px -16px;
}

.neon54-umet6m + .neon54-2a2qlx,
.neon54-umet6m + .neon54-ac5x2r {
  margin-top: 24px;
}

.neon54-p2j9hs {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.neon54-p2j9hs picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.neon54-vgwaj1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .neon54-vgwaj1 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .neon54-vgwaj1 {
    margin-top: 0;
  }
}

.neon54-i5pvy0 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neon54-i5pvy0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.neon54-le0mpm {
  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) {
  .neon54-le0mpm {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.neon54-21hctu {
  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) {
  .neon54-21hctu {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.neon54-f32kmd {
  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) {
  .neon54-f32kmd {
    font-size: 20px;
    line-height: 28px;
  }
}

.neon54-0pc2b4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neon54-0pc2b4 {
    font-size: 32px;
    line-height: 40px;
  }
}

.neon54-gawvxj {
  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;
}

.neon54-mm48dw {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.neon54-mm48dw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.neon54-12v0tm {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.neon54-qzpg21 {
  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) {
  .neon54-qzpg21 {
    padding: 15px 48px;
  }
}

main > .neon54-12v0tm {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .neon54-4c9qff.neon54-kjmtmz > div:nth-child(n+5) {
    display: none;
  }
}

.neon54-lyi3ub p a img {
  display: block;
  margin: 0 auto;
}


.neon54-dtcevk {
  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 */
.neon54-j02f8m {
  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;
}

.neon54-j02f8m label {
  font-size: 14px;
}

.neon54-j02f8m h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.neon54-j02f8m input,
.neon54-j02f8m textarea,
.neon54-j02f8m 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;
}
.neon54-j02f8m button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.neon54-4hjz6h ease;
}
.neon54-j02f8m button:hover {
  background-color: var(--button-bg-hover);
}
.neon54-ni1wjs {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.neon54-a4z0h8 ease-in;
}

.neon54-ni1wjs 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;
}
.neon54-r3r64i, .neon54-44d46o, [class*="review-card"],
thead, thead th, table th, .neon54-lukvf5,
.neon54-4ood39, [class*="collapsible-header"],
.neon54-8m44lx, [class*="updated-block"] {
  color: #ece7dc !important;
}
