* {
  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;
  }
}

.neon-n9bwq2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .neon-n9bwq2 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .neon-n9bwq2 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.neon-blqeab {
  overflow: hidden;
}

.neon-2cqt89 img {
  background: var(--Neutral-300);
}

.neon-jqo401 {
  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;
}

.neon-9knn0p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.neon-9knn0p:hover {
  background: var(--button-bg-hover);
}

.neon-j0s8lt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.neon-j0s8lt:hover {
  background: var(--button-bg-hover);
}

.neon-9vk7i4 {
  font-size: 12px;
  line-height: 18px;
}

.neon-3szg3q {
  font-size: 18px;
  line-height: 26px;
}

.neon-vpem7i {
  width: 100%;
}

.neon-tdpinw {
  padding: 6px 16px;
}

.neon-ewegdz {
  padding: 10px 16px;
}

.neon-rlvh94 {
  padding: 15px 26px;
}

.neon-vtljmf {
  flex-shrink: 0;
}

.neon-hdi7mq {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.neon-sschxf {
  display: none;
}

.neon-uor9nh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.neon-4rzct7 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.neon-2pyayn {
  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;
}

.neon-otmhjd {
  cursor: grab;
}

.neon-2pyayn::-webkit-scrollbar {
  display: none;
}

.neon-eu6bdl {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.neon-099fph {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.neon-i3rjoo {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.neon-85ghi0 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.neon-24dbko {
  visibility: visible;
}

.neon-wzl9i9 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.neon-jfc44k ease;
}

.neon-l6i8ki {
  background-color: var(--Primary-200);
  width: 16px;
}

.neon-1l3sah {
  -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.neon-jfc44k,
    mask-image 0.3s;
}

.neon-1l3sah.neon-gve6fe {
  -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;
  }
}

.neon-evgw4l: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;
}

.neon-d89y1b {
  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.neon-h2ngg1.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.neon-h2ngg1.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;
}

.neon-gvjsxo {
  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);
}

.neon-gvjsxo::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%
  );
}

.neon-mno4zs {
  position: relative;
  z-index: 1;
}

.neon-oli8v4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.neon-gt23iw {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.neon-taw0kh {
  font-size: 40px;
  line-height: 48px;
}

.neon-t7kx09 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.neon-j12hwk {
  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;
}

.neon-j12hwk:hover {
  background: var(--Primary-400);
}

.neon-j12hwk svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.neon-evgw4l 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) {
  .neon-gvjsxo {
    max-width: 600px;
    padding: 64px;
  }

  .neon-oli8v4 {
    font-size: 24px;
    line-height: 32px;
  }

  .neon-gt23iw {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .neon-taw0kh {
    font-size: 50px;
    line-height: 56px;
  }

  .neon-t7kx09 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .neon-d89y1b {
    top: 25px;
    right: 25px;
  }
}

.neon-jmugyx,
.neon-tkwos3 {
  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;
}

.neon-qdd6hp.neon-0pzrvp::before,
.neon-tkwos3::before,
.neon-rhfysn::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.neon-h2ngg1.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.neon-6qfz63 14.neon-yul3vv.neon-0kpznt 14.neon-2qjjm9 15.neon-315z68 14.neon-w6oauf 15.neon-u3o7v6 14.neon-fdx0r1.neon-9vqjsf 14.neon-1vrlhi 19.neon-luh8kx 12.neon-ykuwq1 19.neon-luh8kx 10.neon-7zb3mu.neon-luh8kx 8.neon-dg8hc2 17.neon-y9gb8n 7.neon-3pgue3 15.neon-ut4xs4 7.neon-ar4bdh.neon-jic3g4 7.neon-3pgue3 11.neon-4w38z2 8.neon-dg8hc2 11.neon-4w38z2 10.neon-618r93.neon-4w38z2 12.neon-ng1npa 13.neon-006grs 14.neon-mss860 15.neon-hkncxn 14.neon-hcdp7c.neon-fgs8r1 14.neon-yuetl2 15.neon-r13dpx 14.neon-swec8x 15.neon-ka59lw 14.neon-6rs2mi.neon-6qfz63 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.neon-eg3tlx 15.neon-5lqcys.neon-jbmc5x 15.neon-xozgwm 15.neon-ngn6g1 15.neon-zfimju 15.neon-oxkqzt 15.neon-hmi7yi.neon-qvbunu 15.neon-zfimju 15.neon-u969oy 15.neon-4l41em 15.neon-1ba6ih 15.neon-4j9xvf.neon-5f579d 15.neon-fzmdzq 7.neon-hfnejv 18.neon-8u6ps3 7.neon-nxk1jr 23.neon-8jhq02.neon-1440cf.neon-cf1fbs 18.neon-ckx6nj 19.neon-a7cn0w 15.neon-gddakr 15.neon-eg3tlx 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.neon-n53q38 [type="submit"] *,
.neon-j2ny6p button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .neon-4g8u52 {
    display: none;
  }
}

.neon-h4mi0c {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .neon-h4mi0c {
  display: none;
}

@media (min-width: 768px) {
  .neon-h4mi0c {
    bottom: 22px;
  }
}

.neon-h4mi0c input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .neon-h4mi0c {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.neon-01uw44.static) .neon-h4mi0c {
    bottom: 8px;
  }
}

.neon-y9at9a {
  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.neon-h2ngg1.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.neon-a4rhxk 3.neon-auk7ac.neon-05kdqm.neon-frhvde 3.neon-x4m8ej 3.neon-r3u0ea 5.neon-h7m1a4 3.neon-r3u0ea 8.neon-hpck7r.neon-e5xkuz.neon-r3u0ea 26.neon-4e0aki 5.neon-ie99fn 28.neon-a9hp9g 8.neon-gvle2r 28.neon-j7p70r.neon-ac8rnw 28.neon-mzwfn5.neon-fsrpi9 34.neon-adtscr.neon-3i6hv8 36.neon-8gfc2n 11.neon-gu9jgj 37.neon-z86do3 12.neon-s1dfvy 36.neon-l24f3m.neon-78xz3r 28.neon-lr1o8y.neon-gcuiia.neon-ifeiln 28.neon-gpua12 36.neon-s33xlt 26.neon-kldc3y 36.neon-s33xlt 23.neon-ujxkb8.neon-6dacu3.neon-s33xlt 5.neon-cs7n8p 34.neon-ot6qr4 3.neon-x4m8ej 31.neon-a4rhxk 3.neon-hanh27.neon-xtewdh 18.neon-g0c91r.neon-tknmwj 18.neon-6ggvim 8.neon-v9t2ng 17.neon-hu0ydm 8.neon-v9t2ng 15.neon-x95vtm.neon-v9t2ng 14.neon-ix121k 9.neon-tknmwj 13.neon-geij71 11.neon-xtewdh 13.neon-2g8957.neon-0d3cti 13.neon-geij71 13.neon-1vcno9 14.neon-ix121k 13.neon-1vcno9 15.neon-vi1yo0.neon-1vcno9 17.neon-hu0ydm 12.neon-0d3cti 18.neon-6ggvim 11.neon-xtewdh 18.neon-wf4z1q.neon-jy3ikm 18.neon-4x82id.neon-vpot3n 18.neon-6ggvim 17.neon-zedsuh 17.neon-hu0ydm 17.neon-zedsuh 15.neon-mjskyu.neon-zedsuh 14.neon-ix121k 18.neon-vpot3n 13.neon-geij71 20.neon-jy3ikm 13.neon-b7p3ie.neon-siyo64 13.neon-geij71 22.neon-b3bgnj 14.neon-ix121k 22.neon-b3bgnj 15.neon-u6pmji.neon-ppmwny 17.neon-hu0ydm 21.neon-siyo64 18.neon-6ggvim 20.neon-jy3ikm 18.neon-m9yznw.neon-er875s 18.neon-f3qfpr.neon-qwu14b 18.neon-6ggvim 26.neon-au374g 17.neon-hu0ydm 26.neon-au374g 15.neon-r0zg2t.neon-au374g 14.neon-ix121k 27.neon-qwu14b 13.neon-geij71 28.neon-er875s 13.neon-xmshbo.neon-008t96 13.neon-geij71 31.neon-ub1o09 14.neon-ix121k 31.neon-ub1o09 15.neon-bkjdjr.neon-au374g 17.neon-hu0ydm 30.neon-008t96 18.neon-6ggvim 28.neon-er875s 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"])
    .neon-y9at9a {
    display: none;
  }
}

.neon-xvlhes {
  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) {
  .neon-xvlhes {
    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;
}

.neon-j2ny6p {
  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) {
  .neon-j2ny6p {
    padding: 14px 16px;
  }
}

.neon-j2ny6p button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.neon-j2ny6p button:first-child {
  align-content: end;
}

.neon-j2ny6p button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .neon-j2ny6p
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .neon-j2ny6p
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.neon-j2ny6p button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.neon-j2ny6p button:last-child svg {
  width: 38px;
  height: 38px;
}

.neon-rhfysn {
  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;
}

.neon-rhfysn::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .neon-rhfysn,
.pc61d126-chatbot[data-active-screen="3"]
  .neon-rhfysn {
  opacity: 1;
  visibility: visible;
}

.neon-yx6jbu {
  flex: 1 1;
}

.neon-2ab94z {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .neon-2ab94z {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .neon-65klmq {
  display: block;
}

.neon-eq41y1 {
  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) {
  .neon-eq41y1 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.neon-tkwos3 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.neon-tkwos3::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.neon-b9aifw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.neon-b9aifw p {
  color: var(--Text-100);
}

.neon-tkwos3 .neon-7dcnhc {
  grid-area: button;
}

.neon-tkwos3 .neon-7dcnhc::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.neon-h2ngg1.org/2000/svg'%3E%3Cpath d='M4.neon-41c6c7 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neon-1vx1en 15L16.neon-1vx1en 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.neon-1vx1en 5L16.neon-1vx1en 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .neon-93p7ou {
  display: block;
}

.neon-7n0zp5 {
  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) {
  .neon-7n0zp5 {
    margin-top: 40px;
  }
}

.neon-jmugyx label,
.neon-jmugyx input {
  display: block;
  width: 100%;
}

.neon-jmugyx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.neon-jmugyx label.neon-64r8yj input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.neon-jmugyx label.neon-64r8yj::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;
}

.neon-jmugyx 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;
}

.neon-jmugyx input::placeholder {
  color: var(--Text-400);
}

.neon-q10fzi {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .neon-q10fzi {
  display: flex;
}

.neon-q10fzi ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .neon-q10fzi ol {
    height: 420px;
    padding: 24px;
  }
}

.neon-q10fzi ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.neon-n53q38 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .neon-n53q38 {
    padding: 0 24px 24px;
  }
}

.neon-n53q38 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;
}

.neon-n53q38 input::placeholder {
  color: var(--Text-400);
}

.neon-n53q38 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.neon-n53q38 [type="submit"]:disabled {
  opacity: 0.5;
}

.neon-n53q38 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .neon-n53q38 [type="submit"] {
    right: 40px;
  }
}

.neon-qdd6hp {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.neon-qdd6hp.neon-0pzrvp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.neon-qdd6hp.neon-0pzrvp::before {
  content: "";
  width: 31px;
}

.neon-qdd6hp.neon-0pzrvp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neon-qdd6hp.neon-bp81v6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.neon-qdd6hp p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.neon-h4mi0c .neon-7dcnhc {
  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;
  }
}

.neon-4g8u52 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .neon-4g8u52 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .neon-4g8u52 {
    padding: 18px 0;
  }
}

.neon-4g8u52 .neon-n9bwq2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .neon-4g8u52 .neon-n9bwq2 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.neon-p2m5zh {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .neon-p2m5zh {
    max-width: 160px;
    height: 40px;
  }
}

.neon-p2m5zh picture,
.neon-p2m5zh img {
  display: block;
  width: 100%;
  height: 100%;
}

.neon-p2m5zh img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .neon-hbudg6 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.neon-jfc44k ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .neon-4g8u52.neon-lmyqo5 .neon-hbudg6 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .neon-hbudg6 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .neon-hbudg6 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.neon-bgic4f,
.neon-56f1c6 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .neon-bgic4f,
  .neon-56f1c6 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .neon-56f1c6 {
    display: none;
  }
}

.neon-8tpn03 {
  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;
}

.neon-lmyqo5 .neon-8tpn03 {
  background: var(--fh-bg-color);
}

.neon-8tpn03 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .neon-8tpn03 {
    display: none;
  }
}

.neon-tjfvjx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neon-tjfvjx {
    display: none;
  }
}

.neon-3t6d0w {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.neon-4g8u52.neon-lmyqo5 .neon-3t6d0w:first-child {
  display: none;
}

.neon-4g8u52.neon-lmyqo5 .neon-3t6d0w:last-child {
  display: block;
}

.neon-3t6d0w:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .neon-3t6d0w {
    display: none;
  }
}

.neon-ucxzfo {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neon-ucxzfo {
    display: flex;
  }
}

.neon-ucxzfo ul {
  max-height: 350px;
  overflow-y: auto;
}

.neon-ucxzfo:hover ul {
  visibility: visible;
  opacity: 1;
}

.neon-ucxzfo:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.neon-ucxzfo:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.neon-ucxzfo:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.neon-ucxzfo:hover .neon-zc45zj svg {
  transform: rotate(180deg);
}

.neon-bpew3b {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.neon-wtxkbc {
  padding: 0 8px;
}

.neon-ajqso6 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.neon-ajqso6:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .neon-ajqso6 {
    padding: 4px 8px;
  }
}

.neon-fy80x8 {
  display: flex;
}

.neon-fy80x8 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.neon-zc45zj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.neon-zc45zj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.neon-4i6jop {
  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) {
  .neon-4i6jop {
    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;
  }
}

.neon-mp7rj9 {
  width: 100%;
}

@media (min-width: 1200px) {
  .neon-mp7rj9 {
    display: none;
  }
}

.neon-7vqfhj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.neon-fetulm {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.neon-1ushp7 {
  display: flex;
}

.neon-ma2e02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.neon-nlezoq {
  list-style: none;
}

@media (max-width: 1199px) {
  .neon-nlezoq {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .neon-nlezoq {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .neon-nlezoq .neon-b2v1ik [data-ref-el],
  .neon-nlezoq .neon-b2v1ik span,
  .neon-nlezoq .neon-b2v1ik a {
    white-space: nowrap;
  }
}

.neon-hdc505 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .neon-hdc505.neon-58y76x > .neon-b2v1ik {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .neon-hdc505.neon-n2k8fz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .neon-hdc505.neon-58y76x > .neon-6cdenf {
    height: auto;
  }

  .neon-hdc505.neon-58y76x > div > .neon-yp29l7 {
    transform: rotate(180deg);
  }
}

.neon-hdc505 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.neon-hdc505 [data-ref-el],
.neon-hdc505 span {
  cursor: pointer;
}

.neon-hdc505 [data-ref-el],
.neon-hdc505 span,
.neon-hdc505 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .neon-hdc505 [data-ref-el],
  .neon-hdc505 span,
  .neon-hdc505 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .neon-hdc505 [data-ref-el],
  .neon-hdc505 span,
  .neon-hdc505 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.neon-6cdenf {
  height: 0;
  overflow: hidden;
  transition: height 0.neon-jfc44k ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.neon-6cdenf::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.neon-6cdenf::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.neon-6cdenf::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .neon-6cdenf {
    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;
  }

  .neon-6cdenf:has(> .neon-hdc505.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .neon-6cdenf .neon-6cdenf {
    padding: 0;
  }

  .neon-6cdenf .neon-hdc505 {
    font-weight: 400;
  }

  .neon-6cdenf .neon-hdc505:hover > .neon-b2v1ik {
    background: var(--Neutral-300);
  }

  .neon-6cdenf .neon-yp29l7 {
    rotate: -90deg;
  }
}

.neon-b2v1ik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .neon-b2v1ik {
    padding: 8px;
  }

  .neon-hdc505.neon-aj8lyw > .neon-b2v1ik {
    background: var(--Neutral-300);
  }
}

.neon-yp29l7 {
  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.neon-h2ngg1.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.neon-kh593x 0.neon-3uazkw.neon-aq5xtn -0.neon-h4czzl 0.neon-5lpr9m -0.neon-h4czzl 1.neon-m01tbb 0.neon-etr1ri.neon-lwojl1 4.neon-3qsqfb.neon-kh593x 0.neon-s6jpxu.neon-0q49qw -0.neon-h4czzl 9.neon-dhxqmf -0.neon-h4czzl 10.neon-ztf2pi 0.neon-5i7wr2.neon-3pclfz 0.neon-aq5xtn 10.neon-3pclfz 0.neon-5lpr9m 10.neon-ztf2pi 1.neon-zfakzc.neon-1q0f09 5.neon-xbm64t.neon-5kjr3q 6.neon-973x3k 5.neon-hexef5 6.neon-973x3k 4.neon-na4t8x 5.neon-4wuew9.neon-kh593x 1.neon-4nqe3y.neon-h4czzl 0.neon-5lpr9m -0.neon-h4czzl 0.neon-aq5xtn 0.neon-kh593x 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.neon-jfc44k ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .neon-yp29l7 {
    cursor: default;
  }
}

.neon-s8705f {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.neon-e00i1f {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .neon-e00i1f {
    padding: 40px 4px;
  }
}

.neon-yczg4v {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .neon-yczg4v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.neon-7fq39n {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .neon-7fq39n {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.neon-7fq39n ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.neon-7fq39n [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.neon-7fq39n [data-ref-el],
.neon-7fq39n span,
.neon-7fq39n a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.neon-mf54qu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neon-mf54qu {
    margin-bottom: 12px;
  }
}

.neon-mdtkbf {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.neon-mdtkbf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .neon-mdtkbf:last-child {
    margin-right: 0;
  }
}

.neon-nxeshc {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neon-mf54qu:hover .neon-kl735q {
  visibility: visible;
  opacity: 1;
}

.neon-kl735q {
  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);
}

.neon-64g5uo {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.neon-2b8st9 {
  display: flex;
  margin: 6px;
}

.neon-2b8st9 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.neon-kl735q::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);
}

.neon-kl735q::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);
}

.neon-1knwl4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .neon-1knwl4 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.neon-hgpvgv {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .neon-hgpvgv {
    margin-right: 32px;
  }
}

.neon-gzue5u {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .neon-gzue5u {
    margin-top: 0;
    width: 340px;
  }
}

.neon-gzue5u a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.neon-axl2lv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.neon-vxsz7k {
  position: relative;
}

@media (min-width: 768px) {
  .neon-vxsz7k {
    margin-top: 40px;
  }
}

.neon-vxsz7k + .neon-a15y59,
.neon-vxsz7k + .neon-vxsz7k {
  margin-top: 24px;
}

.neon-kkfey6 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .neon-kkfey6 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .neon-kkfey6 {
    padding: 80px;
  }
}

.neon-x89e2v {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .neon-x89e2v {
    padding: 0 16px;
}


}

.neon-6bcykg {
  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) {
  .neon-6bcykg {
    font-size: 48px;
    line-height: 56px;
  }
}

.neon-pyw8xf {
  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) {
  .neon-pyw8xf {
    font-size: 24px;
    line-height: 32px;
  }
}

.neon-b6akey {
  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;
}

.neon-b6akey:hover {
  background: var(--button-bg-hover);
}

.neon-lwemp4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.neon-lwemp4 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .neon-lwemp4 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .neon-lwemp4 img {
  min-height: 100%;
  }
}

.neon-kkfey6::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.neon-cw5jbr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.neon-cw5jbr h1,
.neon-cw5jbr h2,
.neon-cw5jbr h3,
.neon-cw5jbr h4 {
  margin-bottom: 6px;
}

.neon-cw5jbr h1:not(:first-child),
.neon-cw5jbr h2:not(:first-child),
.neon-cw5jbr h3:not(:first-child),
.neon-cw5jbr h4:not(:first-child) {
  margin-top: 16px;
}

.neon-cw5jbr h1,
.neon-cw5jbr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .neon-cw5jbr h1,
  .neon-cw5jbr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.neon-cw5jbr h2,
.neon-cw5jbr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .neon-cw5jbr h2,
  .neon-cw5jbr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon-cw5jbr h3,
.neon-cw5jbr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .neon-cw5jbr h3,
  .neon-cw5jbr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.neon-cw5jbr h4,
.neon-cw5jbr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.neon-cw5jbr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.neon-cw5jbr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.neon-cw5jbr 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);
}

.neon-cw5jbr ul ul {
  margin-bottom: 8px;
}

.neon-cw5jbr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.neon-cw5jbr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.neon-cw5jbr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.neon-cw5jbr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.neon-cw5jbr ol li::marker {
  font-weight: 700;
}

.neon-cw5jbr ol ol {
  margin-bottom: 8px;
}

.neon-cw5jbr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.neon-cw5jbr ol ul li {
  padding-left: 16px;
}

.neon-cw5jbr 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) {
  .neon-cw5jbr table {
    padding: 24px;
  }
}

.neon-cw5jbr table.neon-o1v4bx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.neon-jfc44k,
    mask-image 0.3s;
}

.neon-cw5jbr table.neon-o1v4bx.neon-gve6fe {
  -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) {
  .neon-cw5jbr table {
    display: table;
  }
}

.neon-cw5jbr 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);
}

.neon-cw5jbr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neon-cw5jbr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neon-cw5jbr 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) {
  .neon-cw5jbr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.neon-cw5jbr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.neon-cw5jbr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.neon-cw5jbr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.neon-cw5jbr img {
  max-width: 100%;
  height: auto;
}

.neon-fj9htk {
  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) {
  .neon-fj9htk {
    padding: 24px;
  }
}

.neon-65v98d {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .neon-65v98d {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.neon-65v98d > * {
  margin: 0 !important;
}

.neon-65v98d img,
.neon-ltbtfp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon-65v98d img,
  .neon-ltbtfp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon-jzq4lb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon-jzq4lb {
    width: 32px;
    height: 32px;
  }
}

.neon-vanb1h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.neon-vanb1h .neon-6lwbn2 {
  flex-shrink: 0;
}

.neon-vanb1h .neon-7oq7bu svg {
  display: none;
}

.neon-jlj8vg {
  display: grid;
  transition: max-height 0.neon-jfc44k ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .neon-jlj8vg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .neon-jlj8vg {
    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));
  }
}

.neon-jlj8vg.neon-0bw3j0 + .neon-6lwbn2 svg {
  transform: rotate(180deg);
}

.neon-7q86hs {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.neon-7q86hs > div:nth-child(3n) {
  grid-column: span 2;
}

.neon-7q86hs
  > div:nth-child(3n)
  .neon-h4fi2k
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .neon-7q86hs {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .neon-7q86hs > div:nth-child(3n) {
    grid-column: unset;
  }

  .neon-7q86hs
    > div:nth-child(3n)
    .neon-h4fi2k
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .neon-7q86hs {
    max-width: 270px;
  }
}

.neon-7q86hs .neon-h4fi2k button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .neon-7q86hs .neon-h4fi2k button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .neon-7q86hs .neon-h4fi2k button {
    max-width: 104px;
  }
}

.neon-l9ai4q {
  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) {
  .neon-l9ai4q {
    margin-bottom: 0;
  }
}

.neon-ngdys3 {
  display: none;
  opacity: 0;
}

.neon-ygtwlq {
  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;
  }
}

.neon-ygtwlq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.neon-h4fi2k {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.neon-h4fi2k button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .neon-h4fi2k
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .neon-h4fi2k
    button {
    max-width: 145px;
  }
}

.neon-pxn8yu:first-child
  .neon-h4fi2k
  button {
  max-width: 270px;
}

.neon-cjjb61 {
  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%;
}

.neon-l9ai4q picture {
  width: 100%;
  max-width: 100%;
}

.neon-lqar5f {
  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;
}

.neon-lqar5f svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.neon-l9ai4q:hover .neon-lqar5f {
  display: flex;
}

.neon-p8ncxm {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.neon-u1raer {
  display: flex;
}

.neon-u1raer:hover .neon-garxx9,
.neon-u1raer .neon-aj8lyw .neon-garxx9 {
  display: flex;
}

.neon-u1raer svg {
  flex-shrink: 0;
}

.neon-garxx9 {
  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) {
  .neon-garxx9 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.neon-garxx9:hover {
  display: flex;
}

.neon-garxx9 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.neon-1dskpz {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .neon-1dskpz {
    font-size: 12px;
  }
}

.neon-6tg41a,
.neon-euy67o {
  width: 50%;
  flex-shrink: 0;
}

.neon-6tg41a {
  font-weight: 700;
}

.neon-doocei .neon-jlj8vg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .neon-doocei .neon-jlj8vg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .neon-doocei .neon-jlj8vg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.neon-doocei
  .neon-cjjb61:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.neon-doocei .neon-ygtwlq {
  height: 100% !important;
  border-radius: 16px;
}

.neon-doocei .neon-h4fi2k {
  gap: 4px;
  align-items: center;
}

.neon-doocei .neon-h4fi2k button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neon-doocei .neon-h4fi2k svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.neon-doocei .neon-xrucfc,
.neon-doocei .neon-7m7vri {
  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.neon-h2ngg1.org/2000/svg'%3E%3Cpath d='M9.neon-3q8bs5 4.neon-bb243u.neon-y4obxn 5.neon-ottocc.neon-rquvt4 5.neon-c067xr.neon-7bspif 5.neon-1hb43y.neon-hhfk34 8.neon-930a1e.neon-d5cmsb 9.neon-fa2fc6.neon-fjtgkr 9.neon-dieyhf.neon-1ybqee 13.neon-r909i1.neon-1sjq3o 11.neon-ttgwc8.neon-jrlpmw 11.neon-d80smb.neon-rjygl3 11.neon-v3t6wr.neon-9wm95c 13.neon-8d4cok.neon-jj0t7z 9.neon-pqwup6.neon-6hagf7 9.neon-qecnkz.neon-r0vv07 8.neon-je4c9z.neon-qgeqct 5.neon-j5sr1o.neon-mv4a3e 5.neon-qmf12b.neon-g39o7w 5.neon-ro327q.neon-c7k033 4.neon-yfx4wn.neon-jrlpmw 1.neon-q1r6d3.neon-3q8bs5 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.neon-doocei .neon-xrucfc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.neon-doocei .neon-7m7vri {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.neon-6dlnw2 {
  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) {
  .neon-6dlnw2 {
    padding: 24px;
  }
}

.neon-6dlnw2 .neon-6lwbn2 {
  display: flex;
}

@media (min-width: 768px) {
  .neon-6dlnw2 .neon-6lwbn2 {
    display: none;
  }
}

.neon-6dlnw2 .neon-7oq7bu svg {
  display: none;
}

.neon-raka3w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.neon-raka3w .neon-jqo401 {
  display: none;
}

@media (min-width: 768px) {
  .neon-raka3w .neon-jqo401 {
    display: flex;
  }
}

.neon-lxcqif {
  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) {
  .neon-lxcqif {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon-lxcqif > * {
  margin: 0 !important;
}

.neon-lxcqif img,
.neon-gffp5j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon-lxcqif img,
  .neon-gffp5j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon-8wym4d {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon-8wym4d {
    width: 32px;
    height: 32px;
  }
}

.neon-386aw0 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .neon-386aw0 {
    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;
  }

  .neon-386aw0::-webkit-scrollbar {
    display: none;
  }
}

.neon-u0uxx4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .neon-u0uxx4 {
    padding: 7px 15px;
  }
}

.neon-u0uxx4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neon-m82kk5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neon-m82kk5 {
    display: flex;
    opacity: 1;
  }
}

.neon-u0uxx4 picture {
  height: 100%;
  display: block;
}

.neon-u0uxx4 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .neon-u0uxx4 img {
    width: 88px;
    height: 44px;
  }
}

.neon-u0uxx4 p {
  text-align: center;
  width: 100%;
}

.neon-jts5al {
  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) {
  .neon-jts5al {
    font-size: 40px;
    line-height: 48px;
  }
}

.neon-jts5al img,
.neon-wk9soe {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon-jts5al img,
  .neon-wk9soe {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon-awxqeo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon-awxqeo {
    width: 32px;
    height: 32px;
  }
}

.neon-iy9gpu {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.neon-z7vyf4 {
  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;
}

.neon-rc3ltw {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.neon-rc3ltw.neon-aj8lyw {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.neon-pvzw88 {
  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) {
  .neon-pvzw88 {
    font-size: 20px;
    line-height: 28px;
  }
}

.neon-9hitte {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.neon-i5ztnp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.neon-jfc44k ease;
  opacity: 0;
  color: var(--text-color);
}

.neon-eoitou {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.neon-eoitou ol,
.neon-eoitou ul {
  padding-left: 1.3em;
}

.neon-rc3ltw.neon-aj8lyw .neon-i5ztnp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.neon-rc3ltw.neon-aj8lyw .neon-9hitte {
  transform: rotate(180deg);
  color: var(--text-color);
}

.neon-lxqwnq {
  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) {
  .neon-lxqwnq {
    padding: 24px;
  }
}

.neon-lxqwnq .neon-6lwbn2 {
  display: flex;
}

@media (min-width: 768px) {
  .neon-lxqwnq .neon-6lwbn2 {
    display: none;
  }
}

.neon-lxqwnq .neon-7oq7bu svg {
  display: none;
}

.neon-36w3y6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neon-36w3y6 .neon-jqo401 {
  display: none;
}

@media (min-width: 768px) {
  .neon-36w3y6 .neon-jqo401 {
    display: flex;
  }
}

.neon-7xo645 {
  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) {
  .neon-7xo645 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.neon-7xo645 > * {
  margin: 0 !important;
}

.neon-7xo645 img,
.neon-silved {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .neon-7xo645 img,
  .neon-silved {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.neon-66yxw9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .neon-66yxw9 {
    width: 32px;
    height: 32px;
  }
}

.neon-5ypstf {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .neon-5ypstf {
    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;
  }

  .neon-5ypstf::-webkit-scrollbar {
    display: none;
  }
}

.neon-bcig02 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.neon-bcig02:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.neon-kh9994 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .neon-kh9994 {
    display: flex;
    opacity: 1;
  }
}

.neon-bcig02 picture {
  width: auto;
  height: 100%;
  display: block;
}

.neon-bcig02 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.neon-dxaxp2 {
  margin: -24px 0;
}

.neon-dxaxp2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .neon-dxaxp2 {
    margin: -16px 0;
  }
}

.neon-jr6h91 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .neon-jr6h91 {
    flex-direction: row;
  }
}

.neon-k49vd8 {
  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) {
  .neon-k49vd8 {
    flex: 1;
  }
}

.neon-k49vd8::placeholder {
  color: var(--Text-400);
}

.neon-6s89my {
  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;
}

.neon-x5ip2f {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.neon-x5ip2f::-webkit-scrollbar {
  display: none;
}

.neon-frcau0 {
  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;
}

.neon-frcau0 img,
.neon-frcau0 svg {
  margin-right: 8px;
}

.neon-9g0jdn {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.neon-dxaxp2 + .neon-cphdli {
  margin-top: 0;
}

@media (min-width: 768px) {
  .neon-dxaxp2 + .neon-cphdli {
    margin-top: -16px;
  }
}

.neon-0qc3x2 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.neon-0qc3x2 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.neon-0qc3x2 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.neon-3uc5s5 {
  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;
}

.neon-570h3b {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.neon-glxo9y {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.neon-55d8ne {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.neon-yfsqp0 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.neon-3uc5s5 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;
}

.neon-3uc5s5 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) {
  .neon-3uc5s5 {
    padding: 39px 179px 39px 39px;
  }

  .neon-570h3b {
    font-size: 40px;
    line-height: 48px;
  }

  .neon-yfsqp0 {
    height: 348px;
  }

  .neon-3uc5s5 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .neon-3uc5s5 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .neon-3uc5s5 {
    padding: 63px;
  }
}

.neon-7kuqbk {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .neon-7kuqbk {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.neon-40i4gj {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neon-40i4gj {
    width: auto;
  }
}

.neon-wew5uc {
  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;
}

.neon-wew5uc::-webkit-scrollbar {
  display: none;
}

.neon-wew5uc 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);
}

.neon-wew5uc a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .neon-wew5uc {
    margin-left: 16px;
    margin-top: 0;
  }
}

.neon-7kuqbk .neon-7y3fy2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.neon-jfc44k,
    mask-image 0.3s;
}

.neon-7kuqbk .neon-7y3fy2.neon-gve6fe {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.neon-gvubmp {
  margin: 40px -16px;
}

.neon-oaxkp5 + .neon-a15y59,
.neon-oaxkp5 + .neon-vxsz7k {
  margin-top: 24px;
}

.neon-y0wtbe {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.neon-y0wtbe picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.neon-tyccr1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .neon-tyccr1 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .neon-tyccr1 {
    margin-top: 0;
  }
}

.neon-isb6b3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neon-isb6b3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.neon-zdc2lq {
  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) {
  .neon-zdc2lq {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.neon-9bsdof {
  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) {
  .neon-9bsdof {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.neon-bjfrub {
  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) {
  .neon-bjfrub {
    font-size: 20px;
    line-height: 28px;
  }
}

.neon-vnlsdq {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .neon-vnlsdq {
    font-size: 32px;
    line-height: 40px;
  }
}

.neon-pfawj3 {
  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;
}

.neon-e36ae2 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.neon-e36ae2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.neon-cphdli {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.neon-3dnz76 {
  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) {
  .neon-3dnz76 {
    padding: 15px 48px;
  }
}

main > .neon-cphdli {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .neon-jlj8vg.neon-gnccub > div:nth-child(n+5) {
    display: none;
  }
}

.neon-cw5jbr p a img {
  display: block;
  margin: 0 auto;
}


.neon-ll8zvw {
  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 */
.neon-1wx9x9 {
  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;
}

.neon-1wx9x9 label {
  font-size: 14px;
}

.neon-1wx9x9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.neon-1wx9x9 input,
.neon-1wx9x9 textarea,
.neon-1wx9x9 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;
}
.neon-1wx9x9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.neon-bzul2u ease;
}
.neon-1wx9x9 button:hover {
  background-color: var(--button-bg-hover);
}
.neon-mao3ct {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.neon-ub2ak5 ease-in;
}

.neon-mao3ct 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;
}
.neon-ggld7c, .neon-p2ybvw, [class*="review-card"],
thead, thead th, table th, .neon-5w0vpi,
.neon-j4bdr4, [class*="collapsible-header"],
.neon-qkhcj4, [class*="updated-block"] {
  color: #ece7dc !important;
}
