* {
  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-kc6yht {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .neon54-kc6yht {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .neon54-kc6yht {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.neon54-rky82b {
  overflow: hidden;
}

.neon54-jvgbn7 img {
  background: var(--Neutral-300);
}

.neon54-rgjnet {
  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-drxaww {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.neon54-drxaww:hover {
  background: var(--button-bg-hover);
}

.neon54-bidj0z {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.neon54-bidj0z:hover {
  background: var(--button-bg-hover);
}

.neon54-ecwnfb {
  font-size: 12px;
  line-height: 18px;
}

.neon54-wiwy3g {
  font-size: 18px;
  line-height: 26px;
}

.neon54-ehv0mo {
  width: 100%;
}

.neon54-e22ckq {
  padding: 6px 16px;
}

.neon54-zohggs {
  padding: 10px 16px;
}

.neon54-s5jh6p {
  padding: 15px 26px;
}

.neon54-7s77ku {
  flex-shrink: 0;
}

.neon54-twrx6v {
  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-n4593i {
  display: none;
}

.neon54-itqfyj {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.neon54-av852d {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.neon54-fxp1sl {
  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-4kbmh5 {
  cursor: grab;
}

.neon54-fxp1sl::-webkit-scrollbar {
  display: none;
}

.neon54-b5ofd9 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.neon54-l4ekwe {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.neon54-z1tyhb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.neon54-8a8e03 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.neon54-zylx7o {
  visibility: visible;
}

.neon54-3i116y {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.neon54-y0uley ease;
}

.neon54-yy18pv {
  background-color: var(--Primary-200);
  width: 16px;
}

.neon54-e3m0ob {
  -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-y0uley,
    mask-image 0.3s;
}

.neon54-e3m0ob.neon54-ljqk4e {
  -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-bqv8gc: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-wxl4tx {
  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-nb01jn.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-nb01jn.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-8gs5m2 {
  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-8gs5m2::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-d2yzca {
  position: relative;
  z-index: 1;
}

.neon54-mvyo5v {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.neon54-n378v1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.neon54-vr1o05 {
  font-size: 40px;
  line-height: 48px;
}

.neon54-6qtm81 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.neon54-yean3i {
  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-yean3i:hover {
  background: var(--Primary-400);
}

.neon54-yean3i svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.neon54-bqv8gc 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-8gs5m2 {
    max-width: 600px;
    padding: 64px;
  }

  .neon54-mvyo5v {
    font-size: 24px;
    line-height: 32px;
  }

  .neon54-n378v1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .neon54-vr1o05 {
    font-size: 50px;
    line-height: 56px;
  }

  .neon54-6qtm81 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .neon54-wxl4tx {
    top: 25px;
    right: 25px;
  }
}

.neon54-pw59tm,
.neon54-z2kuou {
  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-gj7a2c.neon54-u7osrx::before,
.neon54-z2kuou::before,
.neon54-j0rrdl::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-nb01jn.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.neon54-2rvwnp 14.neon54-8a66zd.neon54-wtpu3m 14.neon54-589ll5 15.neon54-ayka8u 14.neon54-qiy08h 15.neon54-ws6wql 14.neon54-lhekv9.neon54-wktzvq 14.neon54-txh3wr 19.neon54-hdmyyx 12.neon54-clmua7 19.neon54-hdmyyx 10.neon54-pskxum.neon54-hdmyyx 8.neon54-qgpa21 17.neon54-dp8cv0 7.neon54-krsb6h 15.neon54-jjgczl 7.neon54-8v328u.neon54-x5y6aw 7.neon54-krsb6h 11.neon54-43tou5 8.neon54-qgpa21 11.neon54-43tou5 10.neon54-ab7qd5.neon54-43tou5 12.neon54-84zgcl 13.neon54-mbec4w 14.neon54-o29vo1 15.neon54-57x3as 14.neon54-2pzykj.neon54-i46x2j 14.neon54-9z8rol 15.neon54-j88m1e 14.neon54-1vjfa7 15.neon54-8lnnq6 14.neon54-3v74i4.neon54-2rvwnp 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.neon54-8bjrok 15.neon54-fj9d5b.neon54-qvqaxx 15.neon54-w1gk31 15.neon54-gojh26 15.neon54-mb3p69 15.neon54-cjbgv4 15.neon54-wblimd.neon54-i8u6kf 15.neon54-mb3p69 15.neon54-7us2cl 15.neon54-f77dad 15.neon54-igispx 15.neon54-vysorf.neon54-n6xy0h 15.neon54-c6iprm 7.neon54-bmob7f 18.neon54-2v8rhn 7.neon54-ahos35 23.neon54-aq9h0y.neon54-css9ey.neon54-cngs89 18.neon54-6f48gu 19.neon54-f3o5x9 15.neon54-cq49o0 15.neon54-8bjrok 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.neon54-l5k0x3 [type="submit"] *,
.neon54-k78sop button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .neon54-3v7kh6 {
    display: none;
  }
}

.neon54-ske8ed {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .neon54-ske8ed {
  display: none;
}

@media (min-width: 768px) {
  .neon54-ske8ed {
    bottom: 22px;
  }
}

.neon54-ske8ed input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .neon54-ske8ed {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.neon54-ooqbo0.static) .neon54-ske8ed {
    bottom: 8px;
  }
}

.neon54-rxclob {
  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-nb01jn.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.neon54-9ptns5 3.neon54-w8vzs8.neon54-fkltey.neon54-onm72z 3.neon54-cvizo6 3.neon54-d89vj5 5.neon54-3ojx56 3.neon54-d89vj5 8.neon54-tbulh9.neon54-obf0i2.neon54-d89vj5 26.neon54-tljwhg 5.neon54-ag0ua9 28.neon54-c7rxsm 8.neon54-qebp8x 28.neon54-r2rj9z.neon54-6dl7gp 28.neon54-4x70kl.neon54-mhpyi7 34.neon54-zqcbxo.neon54-fyu8o7 36.neon54-gor2bw 11.neon54-chrpps 37.neon54-4m8xmc 12.neon54-07574y 36.neon54-9q3rfp.neon54-m34qfp 28.neon54-valsso.neon54-yp5woh.neon54-0w85qq 28.neon54-nyvj5s 36.neon54-7gb9bi 26.neon54-vo5op7 36.neon54-7gb9bi 23.neon54-cnv8gr.neon54-pxctik.neon54-7gb9bi 5.neon54-wsmokh 34.neon54-59apzq 3.neon54-cvizo6 31.neon54-9ptns5 3.neon54-8p4fw1.neon54-lf1kyh 18.neon54-ryslc5.neon54-18pu15 18.neon54-vhodji 8.neon54-l8am8q 17.neon54-cf75hv 8.neon54-l8am8q 15.neon54-omnaih.neon54-l8am8q 14.neon54-wrptg7 9.neon54-18pu15 13.neon54-b5a1yv 11.neon54-lf1kyh 13.neon54-7pf3fa.neon54-50a68x 13.neon54-b5a1yv 13.neon54-xdc0ny 14.neon54-wrptg7 13.neon54-xdc0ny 15.neon54-yy6aya.neon54-xdc0ny 17.neon54-cf75hv 12.neon54-50a68x 18.neon54-vhodji 11.neon54-lf1kyh 18.neon54-pmleb6.neon54-h8dkv3 18.neon54-4icyie.neon54-x35lon 18.neon54-vhodji 17.neon54-li9jtw 17.neon54-cf75hv 17.neon54-li9jtw 15.neon54-488mm9.neon54-li9jtw 14.neon54-wrptg7 18.neon54-x35lon 13.neon54-b5a1yv 20.neon54-h8dkv3 13.neon54-wbotvj.neon54-hgbvcq 13.neon54-b5a1yv 22.neon54-aytvas 14.neon54-wrptg7 22.neon54-aytvas 15.neon54-zea3er.neon54-q007zx 17.neon54-cf75hv 21.neon54-hgbvcq 18.neon54-vhodji 20.neon54-h8dkv3 18.neon54-asoy6b.neon54-9n8ipc 18.neon54-k5pe38.neon54-ooftja 18.neon54-vhodji 26.neon54-x8c1h4 17.neon54-cf75hv 26.neon54-x8c1h4 15.neon54-zq33gf.neon54-x8c1h4 14.neon54-wrptg7 27.neon54-ooftja 13.neon54-b5a1yv 28.neon54-9n8ipc 13.neon54-mvj8x7.neon54-saudpp 13.neon54-b5a1yv 31.neon54-dblv22 14.neon54-wrptg7 31.neon54-dblv22 15.neon54-qzxfjr.neon54-x8c1h4 17.neon54-cf75hv 30.neon54-saudpp 18.neon54-vhodji 28.neon54-9n8ipc 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-rxclob {
    display: none;
  }
}

.neon54-x1pm8r {
  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-x1pm8r {
    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-k78sop {
  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-k78sop {
    padding: 14px 16px;
  }
}

.neon54-k78sop button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.neon54-k78sop button:first-child {
  align-content: end;
}

.neon54-k78sop button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .neon54-k78sop
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .neon54-k78sop
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.neon54-k78sop button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.neon54-k78sop button:last-child svg {
  width: 38px;
  height: 38px;
}

.neon54-j0rrdl {
  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-j0rrdl::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .neon54-j0rrdl,
.pc61d126-chatbot[data-active-screen="3"]
  .neon54-j0rrdl {
  opacity: 1;
  visibility: visible;
}

.neon54-np7vdd {
  flex: 1 1;
}

.neon54-1cet80 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .neon54-1cet80 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .neon54-r7tjwo {
  display: block;
}

.neon54-ydwrxp {
  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-ydwrxp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.neon54-z2kuou {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.neon54-z2kuou::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.neon54-bpbo53 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.neon54-bpbo53 p {
  color: var(--Text-100);
}

.neon54-z2kuou .neon54-2nx5jv {
  grid-area: button;
}

.neon54-z2kuou .neon54-2nx5jv::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-nb01jn.org/2000/svg'%3E%3Cpath d='M4.neon54-6bx48p 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neon54-9qxcor 15L16.neon54-9qxcor 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neon54-9qxcor 5L16.neon54-9qxcor 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .neon54-96n3t2 {
  display: block;
}

.neon54-0mu6gr {
  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-0mu6gr {
    margin-top: 40px;
  }
}

.neon54-pw59tm label,
.neon54-pw59tm input {
  display: block;
  width: 100%;
}

.neon54-pw59tm label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.neon54-pw59tm label.neon54-cxc7tn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.neon54-pw59tm label.neon54-cxc7tn::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-pw59tm 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-pw59tm input::placeholder {
  color: var(--Text-400);
}

.neon54-utihb6 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .neon54-utihb6 {
  display: flex;
}

.neon54-utihb6 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .neon54-utihb6 ol {
    height: 420px;
    padding: 24px;
  }
}

.neon54-utihb6 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.neon54-l5k0x3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .neon54-l5k0x3 {
    padding: 0 24px 24px;
  }
}

.neon54-l5k0x3 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-l5k0x3 input::placeholder {
  color: var(--Text-400);
}

.neon54-l5k0x3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.neon54-l5k0x3 [type="submit"]:disabled {
  opacity: 0.5;
}

.neon54-l5k0x3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .neon54-l5k0x3 [type="submit"] {
    right: 40px;
  }
}

.neon54-gj7a2c {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.neon54-gj7a2c.neon54-u7osrx {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.neon54-gj7a2c.neon54-u7osrx::before {
  content: "";
  width: 31px;
}

.neon54-gj7a2c.neon54-u7osrx p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neon54-gj7a2c.neon54-75yllw p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.neon54-gj7a2c p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neon54-ske8ed .neon54-2nx5jv {
  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-3v7kh6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .neon54-3v7kh6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .neon54-3v7kh6 {
    padding: 18px 0;
  }
}

.neon54-3v7kh6 .neon54-kc6yht {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .neon54-3v7kh6 .neon54-kc6yht {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.neon54-uibyj0 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .neon54-uibyj0 {
    max-width: 160px;
    height: 40px;
  }
}

.neon54-uibyj0 picture,
.neon54-uibyj0 img {
  display: block;
  width: 100%;
  height: 100%;
}

.neon54-uibyj0 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .neon54-5noh07 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.neon54-y0uley ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .neon54-3v7kh6.neon54-089cbr .neon54-5noh07 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .neon54-5noh07 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .neon54-5noh07 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.neon54-o5r8v4,
.neon54-aaiuwd {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .neon54-o5r8v4,
  .neon54-aaiuwd {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .neon54-aaiuwd {
    display: none;
  }
}

.neon54-dsco89 {
  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-089cbr .neon54-dsco89 {
  background: var(--fh-bg-color);
}

.neon54-dsco89 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .neon54-dsco89 {
    display: none;
  }
}

.neon54-7kaq3y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neon54-7kaq3y {
    display: none;
  }
}

.neon54-5zrwpc {
  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-3v7kh6.neon54-089cbr .neon54-5zrwpc:first-child {
  display: none;
}

.neon54-3v7kh6.neon54-089cbr .neon54-5zrwpc:last-child {
  display: block;
}

.neon54-5zrwpc:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .neon54-5zrwpc {
    display: none;
  }
}

.neon54-i6f7vb {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neon54-i6f7vb {
    display: flex;
  }
}

.neon54-i6f7vb ul {
  max-height: 350px;
  overflow-y: auto;
}

.neon54-i6f7vb:hover ul {
  visibility: visible;
  opacity: 1;
}

.neon54-i6f7vb:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.neon54-i6f7vb:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.neon54-i6f7vb:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.neon54-i6f7vb:hover .neon54-kuxea7 svg {
  transform: rotate(180deg);
}

.neon54-86jxzt {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.neon54-xe724w {
  padding: 0 8px;
}

.neon54-3rbnd7 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.neon54-3rbnd7:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .neon54-3rbnd7 {
    padding: 4px 8px;
  }
}

.neon54-3lz2ru {
  display: flex;
}

.neon54-3lz2ru img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.neon54-kuxea7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.neon54-kuxea7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.neon54-7ez8hs {
  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-7ez8hs {
    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-rmg774 {
  width: 100%;
}

@media (min-width: 1200px) {
  .neon54-rmg774 {
    display: none;
  }
}

.neon54-yiggxu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.neon54-5p1jqj {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.neon54-vxenki {
  display: flex;
}

.neon54-8mcl8m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.neon54-mr2jbz {
  list-style: none;
}

@media (max-width: 1199px) {
  .neon54-mr2jbz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .neon54-mr2jbz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .neon54-mr2jbz .neon54-kyctfn [data-ref-el],
  .neon54-mr2jbz .neon54-kyctfn span,
  .neon54-mr2jbz .neon54-kyctfn a {
    white-space: nowrap;
  }
}

.neon54-wa4w0f {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .neon54-wa4w0f.neon54-mspl7s > .neon54-kyctfn {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .neon54-wa4w0f.neon54-o5z8gj:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .neon54-wa4w0f.neon54-mspl7s > .neon54-4ahaq7 {
    height: auto;
  }

  .neon54-wa4w0f.neon54-mspl7s > div > .neon54-fsayxu {
    transform: rotate(180deg);
  }
}

.neon54-wa4w0f [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.neon54-wa4w0f [data-ref-el],
.neon54-wa4w0f span {
  cursor: pointer;
}

.neon54-wa4w0f [data-ref-el],
.neon54-wa4w0f span,
.neon54-wa4w0f 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-wa4w0f [data-ref-el],
  .neon54-wa4w0f span,
  .neon54-wa4w0f a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .neon54-wa4w0f [data-ref-el],
  .neon54-wa4w0f span,
  .neon54-wa4w0f a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.neon54-4ahaq7 {
  height: 0;
  overflow: hidden;
  transition: height 0.neon54-y0uley ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.neon54-4ahaq7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.neon54-4ahaq7::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.neon54-4ahaq7::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .neon54-4ahaq7 {
    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-4ahaq7:has(> .neon54-wa4w0f.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .neon54-4ahaq7 .neon54-4ahaq7 {
    padding: 0;
  }

  .neon54-4ahaq7 .neon54-wa4w0f {
    font-weight: 400;
  }

  .neon54-4ahaq7 .neon54-wa4w0f:hover > .neon54-kyctfn {
    background: var(--Neutral-300);
  }

  .neon54-4ahaq7 .neon54-fsayxu {
    rotate: -90deg;
  }
}

.neon54-kyctfn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neon54-kyctfn {
    padding: 8px;
  }

  .neon54-wa4w0f.neon54-4dy7vn > .neon54-kyctfn {
    background: var(--Neutral-300);
  }
}

.neon54-fsayxu {
  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-nb01jn.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.neon54-rhs3ev 0.neon54-00pv8z.neon54-tosswp -0.neon54-b71f21 0.neon54-f6qrl0 -0.neon54-b71f21 1.neon54-k8vorb 0.neon54-4aw6ep.neon54-o3jyh8 4.neon54-4zbige.neon54-rhs3ev 0.neon54-8pjfb5.neon54-0pkwm3 -0.neon54-b71f21 9.neon54-rcbw0o -0.neon54-b71f21 10.neon54-h86e2u 0.neon54-cr2oth.neon54-chu49j 0.neon54-tosswp 10.neon54-chu49j 0.neon54-f6qrl0 10.neon54-h86e2u 1.neon54-n2qu0z.neon54-gocv2d 5.neon54-9qmn1j.neon54-ga4g8a 6.neon54-ytmykn 5.neon54-kwx0kn 6.neon54-ytmykn 4.neon54-fqo6xi 5.neon54-6w0mw6.neon54-rhs3ev 1.neon54-4rw8yp.neon54-b71f21 0.neon54-f6qrl0 -0.neon54-b71f21 0.neon54-tosswp 0.neon54-rhs3ev 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.neon54-y0uley ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neon54-fsayxu {
    cursor: default;
  }
}

.neon54-z3tj0k {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.neon54-vnbj1r {
  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-vnbj1r {
    padding: 40px 4px;
  }
}

.neon54-4qol0n {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .neon54-4qol0n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.neon54-mq393n {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .neon54-mq393n {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.neon54-mq393n ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.neon54-mq393n [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.neon54-mq393n [data-ref-el],
.neon54-mq393n span,
.neon54-mq393n a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.neon54-ufgem6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neon54-ufgem6 {
    margin-bottom: 12px;
  }
}

.neon54-ekezh6 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.neon54-ekezh6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .neon54-ekezh6:last-child {
    margin-right: 0;
  }
}

.neon54-r0ovpk {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neon54-ufgem6:hover .neon54-5e0ppe {
  visibility: visible;
  opacity: 1;
}

.neon54-5e0ppe {
  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-py4uxb {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.neon54-r3w1yk {
  display: flex;
  margin: 6px;
}

.neon54-r3w1yk img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.neon54-5e0ppe::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-5e0ppe::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-0h1xmp {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .neon54-0h1xmp {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.neon54-2wr125 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .neon54-2wr125 {
    margin-right: 32px;
  }
}

.neon54-0qkuv6 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neon54-0qkuv6 {
    margin-top: 0;
    width: 340px;
  }
}

.neon54-0qkuv6 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neon54-w67gwn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.neon54-bdjgfn {
  position: relative;
}

@media (min-width: 768px) {
  .neon54-bdjgfn {
    margin-top: 40px;
  }
}

.neon54-bdjgfn + .neon54-ypaw3s,
.neon54-bdjgfn + .neon54-bdjgfn {
  margin-top: 24px;
}

.neon54-9tophq {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .neon54-9tophq {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .neon54-9tophq {
    padding: 80px;
  }
}

.neon54-84ctvi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .neon54-84ctvi {
    padding: 0 16px;
}


}

.neon54-6k11gg {
  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-6k11gg {
    font-size: 48px;
    line-height: 56px;
  }
}

.neon54-gzw2cd {
  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-gzw2cd {
    font-size: 24px;
    line-height: 32px;
  }
}

.neon54-9sjrqv {
  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-9sjrqv:hover {
  background: var(--button-bg-hover);
}

.neon54-bttcfv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.neon54-bttcfv img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .neon54-bttcfv img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .neon54-bttcfv img {
  min-height: 100%;
  }
}

.neon54-9tophq::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.neon54-sbs34g {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.neon54-sbs34g h1,
.neon54-sbs34g h2,
.neon54-sbs34g h3,
.neon54-sbs34g h4 {
  margin-bottom: 6px;
}

.neon54-sbs34g h1:not(:first-child),
.neon54-sbs34g h2:not(:first-child),
.neon54-sbs34g h3:not(:first-child),
.neon54-sbs34g h4:not(:first-child) {
  margin-top: 16px;
}

.neon54-sbs34g h1,
.neon54-sbs34g h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .neon54-sbs34g h1,
  .neon54-sbs34g h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.neon54-sbs34g h2,
.neon54-sbs34g h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .neon54-sbs34g h2,
  .neon54-sbs34g h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-sbs34g h3,
.neon54-sbs34g h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .neon54-sbs34g h3,
  .neon54-sbs34g h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.neon54-sbs34g h4,
.neon54-sbs34g h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.neon54-sbs34g ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.neon54-sbs34g ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.neon54-sbs34g 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-sbs34g ul ul {
  margin-bottom: 8px;
}

.neon54-sbs34g ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.neon54-sbs34g ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.neon54-sbs34g ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.neon54-sbs34g ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.neon54-sbs34g ol li::marker {
  font-weight: 700;
}

.neon54-sbs34g ol ol {
  margin-bottom: 8px;
}

.neon54-sbs34g ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.neon54-sbs34g ol ul li {
  padding-left: 16px;
}

.neon54-sbs34g 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-sbs34g table {
    padding: 24px;
  }
}

.neon54-sbs34g table.neon54-h2wfvd {
  -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-y0uley,
    mask-image 0.3s;
}

.neon54-sbs34g table.neon54-h2wfvd.neon54-ljqk4e {
  -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-sbs34g table {
    display: table;
  }
}

.neon54-sbs34g 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-sbs34g table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neon54-sbs34g table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neon54-sbs34g 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-sbs34g table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.neon54-sbs34g table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neon54-sbs34g table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neon54-sbs34g table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.neon54-sbs34g img {
  max-width: 100%;
  height: auto;
}

.neon54-jsmsxa {
  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-jsmsxa {
    padding: 24px;
  }
}

.neon54-ctto5k {
  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-ctto5k {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.neon54-ctto5k > * {
  margin: 0 !important;
}

.neon54-ctto5k img,
.neon54-ni1nm0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-ctto5k img,
  .neon54-ni1nm0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-srciet {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-srciet {
    width: 32px;
    height: 32px;
  }
}

.neon54-mjfv8q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.neon54-mjfv8q .neon54-c9y5z8 {
  flex-shrink: 0;
}

.neon54-mjfv8q .neon54-zl2oat svg {
  display: none;
}

.neon54-qsin40 {
  display: grid;
  transition: max-height 0.neon54-y0uley ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .neon54-qsin40 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .neon54-qsin40 {
    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-qsin40.neon54-nrjd30 + .neon54-c9y5z8 svg {
  transform: rotate(180deg);
}

.neon54-4t8fbb {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.neon54-4t8fbb > div:nth-child(3n) {
  grid-column: span 2;
}

.neon54-4t8fbb
  > div:nth-child(3n)
  .neon54-dj18q1
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .neon54-4t8fbb {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .neon54-4t8fbb > div:nth-child(3n) {
    grid-column: unset;
  }

  .neon54-4t8fbb
    > div:nth-child(3n)
    .neon54-dj18q1
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .neon54-4t8fbb {
    max-width: 270px;
  }
}

.neon54-4t8fbb .neon54-dj18q1 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .neon54-4t8fbb .neon54-dj18q1 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .neon54-4t8fbb .neon54-dj18q1 button {
    max-width: 104px;
  }
}

.neon54-a10ces {
  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-a10ces {
    margin-bottom: 0;
  }
}

.neon54-838d8q {
  display: none;
  opacity: 0;
}

.neon54-dc5k8x {
  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-dc5k8x img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.neon54-dj18q1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.neon54-dj18q1 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-dj18q1
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .neon54-dj18q1
    button {
    max-width: 145px;
  }
}

.neon54-wjv4qu:first-child
  .neon54-dj18q1
  button {
  max-width: 270px;
}

.neon54-xoqcu3 {
  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-a10ces picture {
  width: 100%;
  max-width: 100%;
}

.neon54-6t18oa {
  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-6t18oa svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.neon54-a10ces:hover .neon54-6t18oa {
  display: flex;
}

.neon54-tjqrba {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.neon54-6u6vva {
  display: flex;
}

.neon54-6u6vva:hover .neon54-8mochz,
.neon54-6u6vva .neon54-4dy7vn .neon54-8mochz {
  display: flex;
}

.neon54-6u6vva svg {
  flex-shrink: 0;
}

.neon54-8mochz {
  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-8mochz {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.neon54-8mochz:hover {
  display: flex;
}

.neon54-8mochz svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.neon54-1mqo2g {
  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-1mqo2g {
    font-size: 12px;
  }
}

.neon54-m41p50,
.neon54-uhfdln {
  width: 50%;
  flex-shrink: 0;
}

.neon54-m41p50 {
  font-weight: 700;
}

.neon54-3ptavh .neon54-qsin40 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .neon54-3ptavh .neon54-qsin40 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .neon54-3ptavh .neon54-qsin40 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.neon54-3ptavh
  .neon54-xoqcu3:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.neon54-3ptavh .neon54-dc5k8x {
  height: 100% !important;
  border-radius: 16px;
}

.neon54-3ptavh .neon54-dj18q1 {
  gap: 4px;
  align-items: center;
}

.neon54-3ptavh .neon54-dj18q1 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neon54-3ptavh .neon54-dj18q1 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.neon54-3ptavh .neon54-v6ef9o,
.neon54-3ptavh .neon54-9kl4e8 {
  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-nb01jn.org/2000/svg'%3E%3Cpath d='M9.neon54-so3tx9 4.neon54-oi509v.neon54-ksfo79 5.neon54-bm2268.neon54-10maiu 5.neon54-qv7fw4.neon54-3c3wwp 5.neon54-08e4g9.neon54-dqiv17 8.neon54-3wbx80.neon54-g0elk2 9.neon54-oecmgs.neon54-d8gejt 9.neon54-nqxnr5.neon54-oi98os 13.neon54-bgnhnj.neon54-d1817c 11.neon54-712h5y.neon54-p4a6zo 11.neon54-g0fxzq.neon54-2u5fhg 11.neon54-s9yyby.neon54-etgybw 13.neon54-y2zy7a.neon54-ffrrza 9.neon54-9fvyso.neon54-dqercs 9.neon54-dv816f.neon54-bcqqc3 8.neon54-7d2yol.neon54-a1nc9c 5.neon54-zfivrz.neon54-sfye7z 5.neon54-fz7zja.neon54-rn1gz8 5.neon54-2gtpd7.neon54-1lxouy 4.neon54-tqcf40.neon54-p4a6zo 1.neon54-oh1wco.neon54-so3tx9 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.neon54-3ptavh .neon54-v6ef9o {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.neon54-3ptavh .neon54-9kl4e8 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.neon54-znxlv2 {
  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-znxlv2 {
    padding: 24px;
  }
}

.neon54-znxlv2 .neon54-c9y5z8 {
  display: flex;
}

@media (min-width: 768px) {
  .neon54-znxlv2 .neon54-c9y5z8 {
    display: none;
  }
}

.neon54-znxlv2 .neon54-zl2oat svg {
  display: none;
}

.neon54-ejpnd7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.neon54-ejpnd7 .neon54-rgjnet {
  display: none;
}

@media (min-width: 768px) {
  .neon54-ejpnd7 .neon54-rgjnet {
    display: flex;
  }
}

.neon54-mojlm2 {
  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-mojlm2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-mojlm2 > * {
  margin: 0 !important;
}

.neon54-mojlm2 img,
.neon54-38vp0e {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-mojlm2 img,
  .neon54-38vp0e {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-821e2i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-821e2i {
    width: 32px;
    height: 32px;
  }
}

.neon54-jsgzd8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .neon54-jsgzd8 {
    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-jsgzd8::-webkit-scrollbar {
    display: none;
  }
}

.neon54-5oy7ay {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .neon54-5oy7ay {
    padding: 7px 15px;
  }
}

.neon54-5oy7ay:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neon54-o9buz6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neon54-o9buz6 {
    display: flex;
    opacity: 1;
  }
}

.neon54-5oy7ay picture {
  height: 100%;
  display: block;
}

.neon54-5oy7ay img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .neon54-5oy7ay img {
    width: 88px;
    height: 44px;
  }
}

.neon54-5oy7ay p {
  text-align: center;
  width: 100%;
}

.neon54-08gsxl {
  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-08gsxl {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-08gsxl img,
.neon54-fmdo13 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-08gsxl img,
  .neon54-fmdo13 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-yhh2c9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-yhh2c9 {
    width: 32px;
    height: 32px;
  }
}

.neon54-b4lp4z {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.neon54-tlej75 {
  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-jg1xo0 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.neon54-jg1xo0.neon54-4dy7vn {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.neon54-uz7k2g {
  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-uz7k2g {
    font-size: 20px;
    line-height: 28px;
  }
}

.neon54-ptu1h9 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.neon54-uz2fvb {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.neon54-y0uley ease;
  opacity: 0;
  color: var(--text-color);
}

.neon54-drav7d {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.neon54-drav7d ol,
.neon54-drav7d ul {
  padding-left: 1.3em;
}

.neon54-jg1xo0.neon54-4dy7vn .neon54-uz2fvb {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.neon54-jg1xo0.neon54-4dy7vn .neon54-ptu1h9 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.neon54-evigc7 {
  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-evigc7 {
    padding: 24px;
  }
}

.neon54-evigc7 .neon54-c9y5z8 {
  display: flex;
}

@media (min-width: 768px) {
  .neon54-evigc7 .neon54-c9y5z8 {
    display: none;
  }
}

.neon54-evigc7 .neon54-zl2oat svg {
  display: none;
}

.neon54-u7em2v {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neon54-u7em2v .neon54-rgjnet {
  display: none;
}

@media (min-width: 768px) {
  .neon54-u7em2v .neon54-rgjnet {
    display: flex;
  }
}

.neon54-fnzukk {
  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-fnzukk {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.neon54-fnzukk > * {
  margin: 0 !important;
}

.neon54-fnzukk img,
.neon54-m8fmnc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon54-fnzukk img,
  .neon54-m8fmnc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon54-4konos {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon54-4konos {
    width: 32px;
    height: 32px;
  }
}

.neon54-kdn3tk {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .neon54-kdn3tk {
    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-kdn3tk::-webkit-scrollbar {
    display: none;
  }
}

.neon54-9o77rk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.neon54-9o77rk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neon54-1jlx24 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neon54-1jlx24 {
    display: flex;
    opacity: 1;
  }
}

.neon54-9o77rk picture {
  width: auto;
  height: 100%;
  display: block;
}

.neon54-9o77rk picture img {
  display: block;
  width: auto;
  height: 100%;
}

.neon54-rda1x5 {
  margin: -24px 0;
}

.neon54-rda1x5:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .neon54-rda1x5 {
    margin: -16px 0;
  }
}

.neon54-2k0egr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .neon54-2k0egr {
    flex-direction: row;
  }
}

.neon54-x556wd {
  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-x556wd {
    flex: 1;
  }
}

.neon54-x556wd::placeholder {
  color: var(--Text-400);
}

.neon54-a23mn3 {
  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-e62tr4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.neon54-e62tr4::-webkit-scrollbar {
  display: none;
}

.neon54-kpslaa {
  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-kpslaa img,
.neon54-kpslaa svg {
  margin-right: 8px;
}

.neon54-g6v5p0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.neon54-rda1x5 + .neon54-rznt5o {
  margin-top: 0;
}

@media (min-width: 768px) {
  .neon54-rda1x5 + .neon54-rznt5o {
    margin-top: -16px;
  }
}

.neon54-gc1spw {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.neon54-gc1spw > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.neon54-gc1spw > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.neon54-zdvjhk {
  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-g8f0kt {
  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-n783b0 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.neon54-n93b39 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.neon54-zd1i2v {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.neon54-zdvjhk 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-zdvjhk 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-zdvjhk {
    padding: 39px 179px 39px 39px;
  }

  .neon54-g8f0kt {
    font-size: 40px;
    line-height: 48px;
  }

  .neon54-zd1i2v {
    height: 348px;
  }

  .neon54-zdvjhk button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .neon54-zdvjhk button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .neon54-zdvjhk {
    padding: 63px;
  }
}

.neon54-km83cv {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .neon54-km83cv {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.neon54-hahz8w {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neon54-hahz8w {
    width: auto;
  }
}

.neon54-c1amwp {
  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-c1amwp::-webkit-scrollbar {
  display: none;
}

.neon54-c1amwp 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-c1amwp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neon54-c1amwp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.neon54-km83cv .neon54-pcsp6k {
  -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-y0uley,
    mask-image 0.3s;
}

.neon54-km83cv .neon54-pcsp6k.neon54-ljqk4e {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.neon54-l58iew {
  margin: 40px -16px;
}

.neon54-l9tmke + .neon54-ypaw3s,
.neon54-l9tmke + .neon54-bdjgfn {
  margin-top: 24px;
}

.neon54-2rcqfx {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.neon54-2rcqfx picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.neon54-km8e5s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .neon54-km8e5s {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .neon54-km8e5s {
    margin-top: 0;
  }
}

.neon54-em7tyt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neon54-em7tyt {
    font-size: 24px;
    line-height: 32px;
  }
}

.neon54-s3d26d {
  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-s3d26d {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.neon54-yb6myw {
  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-yb6myw {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.neon54-rihi7r {
  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-rihi7r {
    font-size: 20px;
    line-height: 28px;
  }
}

.neon54-vhuokk {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neon54-vhuokk {
    font-size: 32px;
    line-height: 40px;
  }
}

.neon54-mw733m {
  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-vwhzpw {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.neon54-vwhzpw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.neon54-rznt5o {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.neon54-k9i5we {
  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-k9i5we {
    padding: 15px 48px;
  }
}

main > .neon54-rznt5o {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .neon54-qsin40.neon54-eu01ny > div:nth-child(n+5) {
    display: none;
  }
}

.neon54-sbs34g p a img {
  display: block;
  margin: 0 auto;
}


.neon54-29vw6u {
  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-4yp2as {
  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-4yp2as label {
  font-size: 14px;
}

.neon54-4yp2as h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.neon54-4yp2as input,
.neon54-4yp2as textarea,
.neon54-4yp2as 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-4yp2as button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.neon54-wyvkes ease;
}
.neon54-4yp2as button:hover {
  background-color: var(--button-bg-hover);
}
.neon54-7hfy8m {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.neon54-4p6brd ease-in;
}

.neon54-7hfy8m 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-oy5m5l, .neon54-e6ezoj, [class*="review-card"],
thead, thead th, table th, .neon54-926rwy,
.neon54-5v5yod, [class*="collapsible-header"],
.neon54-08tpdq, [class*="updated-block"] {
  color: #ece7dc !important;
}
