* {
  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;
  }
}

.betta-pqjcd6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betta-pqjcd6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betta-pqjcd6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betta-ekid56 {
  overflow: hidden;
}

.betta-vivyxq img {
  background: var(--Neutral-300);
}

.betta-gw1fdy {
  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;
}

.betta-0ggsg4 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betta-0ggsg4:hover {
  background: var(--button-bg-hover);
}

.betta-udi2dx {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betta-udi2dx:hover {
  background: var(--button-bg-hover);
}

.betta-srxgpv {
  font-size: 12px;
  line-height: 18px;
}

.betta-o6o6bi {
  font-size: 18px;
  line-height: 26px;
}

.betta-s4egys {
  width: 100%;
}

.betta-yon9kq {
  padding: 6px 16px;
}

.betta-xh7z0a {
  padding: 10px 16px;
}

.betta-23chd7 {
  padding: 15px 26px;
}

.betta-0p0a4s {
  flex-shrink: 0;
}

.betta-q6q83a {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.betta-ec5k5h {
  display: none;
}

.betta-swx0ak {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betta-mxepem {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betta-5nvxvs {
  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;
}

.betta-yb1xt2 {
  cursor: grab;
}

.betta-5nvxvs::-webkit-scrollbar {
  display: none;
}

.betta-i3r0jx {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betta-qjpv5v {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betta-c70jej {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betta-w2mnrk {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betta-2vqqdg {
  visibility: visible;
}

.betta-we2laq {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betta-pop1i9 ease;
}

.betta-hjager {
  background-color: var(--Primary-200);
  width: 16px;
}

.betta-0st3gz {
  -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.betta-pop1i9,
    mask-image 0.3s;
}

.betta-0st3gz.betta-2imsk9 {
  -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;
  }
}

.betta-fkeeg5: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;
}

.betta-3vm5cw {
  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.betta-9i5ioc.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.betta-9i5ioc.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;
}

.betta-qdxf3j {
  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);
}

.betta-qdxf3j::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%
  );
}

.betta-1ipy4c {
  position: relative;
  z-index: 1;
}

.betta-cjb2vc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betta-444bde {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betta-6zbjgc {
  font-size: 40px;
  line-height: 48px;
}

.betta-5smj5p {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betta-qgb4qu {
  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;
}

.betta-qgb4qu:hover {
  background: var(--Primary-400);
}

.betta-qgb4qu svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betta-fkeeg5 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) {
  .betta-qdxf3j {
    max-width: 600px;
    padding: 64px;
  }

  .betta-cjb2vc {
    font-size: 24px;
    line-height: 32px;
  }

  .betta-444bde {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betta-6zbjgc {
    font-size: 50px;
    line-height: 56px;
  }

  .betta-5smj5p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betta-3vm5cw {
    top: 25px;
    right: 25px;
  }
}

.betta-raphpx,
.betta-fqhro9 {
  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;
}

.betta-gfm75h.betta-9ebutd::before,
.betta-fqhro9::before,
.betta-jgd93f::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.betta-9i5ioc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betta-dhih7g 14.betta-m3gj79.betta-v8u0to 14.betta-nr1p8b 15.betta-vnqrwx 14.betta-q4seyr 15.betta-mzko32 14.betta-643z6i.betta-z2kwmz 14.betta-ypyzqy 19.betta-pkgstf 12.betta-d2d4yx 19.betta-pkgstf 10.betta-l7z9fh.betta-pkgstf 8.betta-7ytl8t 17.betta-zd81jb 7.betta-z20w7e 15.betta-4jog8b 7.betta-n2gq0e.betta-ta3cv3 7.betta-z20w7e 11.betta-iqknty 8.betta-7ytl8t 11.betta-iqknty 10.betta-ri2444.betta-iqknty 12.betta-8d8jfa 13.betta-41mtge 14.betta-9o657i 15.betta-1sodt1 14.betta-qxan8n.betta-13y6c3 14.betta-a005tt 15.betta-0epx5t 14.betta-p2m15v 15.betta-2iihhg 14.betta-v3j22l.betta-dhih7g 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betta-uyh4s5 15.betta-091mtl.betta-tg0tob 15.betta-s2dvq6 15.betta-mh2trd 15.betta-8p6hkj 15.betta-kx2mjq 15.betta-6482bz.betta-f87foz 15.betta-8p6hkj 15.betta-fs5rc7 15.betta-727lf8 15.betta-mwms5x 15.betta-26mo25.betta-m9ad3s 15.betta-ahrqzm 7.betta-0h8hwq 18.betta-8x6sm8 7.betta-t6pzuz 23.betta-66k6w7.betta-lc9ea2.betta-jydfaz 18.betta-acxas3 19.betta-6a9pxd 15.betta-hkj57k 15.betta-uyh4s5 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betta-k69a5z [type="submit"] *,
.betta-sqzi49 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betta-5g75oj {
    display: none;
  }
}

.betta-2fka23 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betta-2fka23 {
  display: none;
}

@media (min-width: 768px) {
  .betta-2fka23 {
    bottom: 22px;
  }
}

.betta-2fka23 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betta-2fka23 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betta-lg57x5.static) .betta-2fka23 {
    bottom: 8px;
  }
}

.betta-5f0ism {
  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.betta-9i5ioc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betta-hqf8ju 3.betta-8db2pg.betta-0bkb5r.betta-awsoga 3.betta-56gpud 3.betta-o9d3s2 5.betta-n3tn9d 3.betta-o9d3s2 8.betta-4x1q4f.betta-cnwzsq.betta-o9d3s2 26.betta-rz1yl6 5.betta-md4g2p 28.betta-dzv8ka 8.betta-c3yadl 28.betta-jk22w1.betta-bmn595 28.betta-qexzar.betta-pwof6p 34.betta-pdm2sq.betta-orai69 36.betta-rt4dx3 11.betta-bqkv4k 37.betta-lqb9jd 12.betta-ouwrt6 36.betta-isuhi4.betta-pog6sp 28.betta-3l7635.betta-8sae8p.betta-9udd9r 28.betta-3hx3jc 36.betta-hbqvks 26.betta-0kxdo5 36.betta-hbqvks 23.betta-iet18p.betta-uk4556.betta-hbqvks 5.betta-am35bk 34.betta-a8wn0f 3.betta-56gpud 31.betta-hqf8ju 3.betta-kdtx6d.betta-pjsye1 18.betta-601o9p.betta-z6q1tg 18.betta-dunk8j 8.betta-ocln70 17.betta-w8ejff 8.betta-ocln70 15.betta-an6lig.betta-ocln70 14.betta-fyvehb 9.betta-z6q1tg 13.betta-68wvs2 11.betta-pjsye1 13.betta-m8wbg4.betta-vbajhb 13.betta-68wvs2 13.betta-43ceg8 14.betta-fyvehb 13.betta-43ceg8 15.betta-bxqoa6.betta-43ceg8 17.betta-w8ejff 12.betta-vbajhb 18.betta-dunk8j 11.betta-pjsye1 18.betta-fc0qxl.betta-p5117q 18.betta-np1smc.betta-3vovla 18.betta-dunk8j 17.betta-eq296g 17.betta-w8ejff 17.betta-eq296g 15.betta-w0pe1z.betta-eq296g 14.betta-fyvehb 18.betta-3vovla 13.betta-68wvs2 20.betta-p5117q 13.betta-9c4f2s.betta-5qjhtb 13.betta-68wvs2 22.betta-a9f9f9 14.betta-fyvehb 22.betta-a9f9f9 15.betta-lacd6g.betta-03kw7h 17.betta-w8ejff 21.betta-5qjhtb 18.betta-dunk8j 20.betta-p5117q 18.betta-hrm94p.betta-viy4b5 18.betta-84a8yz.betta-xh4tf6 18.betta-dunk8j 26.betta-m6spvt 17.betta-w8ejff 26.betta-m6spvt 15.betta-49bt7j.betta-m6spvt 14.betta-fyvehb 27.betta-xh4tf6 13.betta-68wvs2 28.betta-viy4b5 13.betta-7txo94.betta-kj2q9n 13.betta-68wvs2 31.betta-c6h4mr 14.betta-fyvehb 31.betta-c6h4mr 15.betta-5yikmf.betta-m6spvt 17.betta-w8ejff 30.betta-kj2q9n 18.betta-dunk8j 28.betta-viy4b5 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"])
    .betta-5f0ism {
    display: none;
  }
}

.betta-wx4112 {
  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) {
  .betta-wx4112 {
    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;
}

.betta-sqzi49 {
  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) {
  .betta-sqzi49 {
    padding: 14px 16px;
  }
}

.betta-sqzi49 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betta-sqzi49 button:first-child {
  align-content: end;
}

.betta-sqzi49 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betta-sqzi49
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betta-sqzi49
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betta-sqzi49 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betta-sqzi49 button:last-child svg {
  width: 38px;
  height: 38px;
}

.betta-jgd93f {
  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;
}

.betta-jgd93f::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betta-jgd93f,
.pc61d126-chatbot[data-active-screen="3"]
  .betta-jgd93f {
  opacity: 1;
  visibility: visible;
}

.betta-z4ennx {
  flex: 1 1;
}

.betta-8efrww {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betta-8efrww {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betta-7sldxz {
  display: block;
}

.betta-rfnvgh {
  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) {
  .betta-rfnvgh {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betta-fqhro9 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betta-fqhro9::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betta-ptiqcx span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betta-ptiqcx p {
  color: var(--Text-100);
}

.betta-fqhro9 .betta-bn4uag {
  grid-area: button;
}

.betta-fqhro9 .betta-bn4uag::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.betta-9i5ioc.org/2000/svg'%3E%3Cpath d='M4.betta-tbjkcy 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betta-b9c1p0 15L16.betta-b9c1p0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betta-b9c1p0 5L16.betta-b9c1p0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betta-ohr2ps {
  display: block;
}

.betta-34uhmt {
  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) {
  .betta-34uhmt {
    margin-top: 40px;
  }
}

.betta-raphpx label,
.betta-raphpx input {
  display: block;
  width: 100%;
}

.betta-raphpx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betta-raphpx label.betta-ix1bqn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betta-raphpx label.betta-ix1bqn::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;
}

.betta-raphpx 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;
}

.betta-raphpx input::placeholder {
  color: var(--Text-400);
}

.betta-kjiirr {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betta-kjiirr {
  display: flex;
}

.betta-kjiirr ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betta-kjiirr ol {
    height: 420px;
    padding: 24px;
  }
}

.betta-kjiirr ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betta-k69a5z {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betta-k69a5z {
    padding: 0 24px 24px;
  }
}

.betta-k69a5z 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;
}

.betta-k69a5z input::placeholder {
  color: var(--Text-400);
}

.betta-k69a5z [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betta-k69a5z [type="submit"]:disabled {
  opacity: 0.5;
}

.betta-k69a5z [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betta-k69a5z [type="submit"] {
    right: 40px;
  }
}

.betta-gfm75h {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betta-gfm75h.betta-9ebutd {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betta-gfm75h.betta-9ebutd::before {
  content: "";
  width: 31px;
}

.betta-gfm75h.betta-9ebutd p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betta-gfm75h.betta-w5otm5 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betta-gfm75h p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betta-2fka23 .betta-bn4uag {
  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;
  }
}

.betta-5g75oj {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betta-5g75oj {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betta-5g75oj {
    padding: 18px 0;
  }
}

.betta-5g75oj .betta-pqjcd6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betta-5g75oj .betta-pqjcd6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betta-173g43 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betta-173g43 {
    max-width: 160px;
    height: 40px;
  }
}

.betta-173g43 picture,
.betta-173g43 img {
  display: block;
  width: 100%;
  height: 100%;
}

.betta-173g43 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betta-8bm2f5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betta-pop1i9 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betta-5g75oj.betta-sl9yrv .betta-8bm2f5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betta-8bm2f5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betta-8bm2f5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betta-syow0q,
.betta-am5snu {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betta-syow0q,
  .betta-am5snu {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betta-am5snu {
    display: none;
  }
}

.betta-wpe66t {
  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;
}

.betta-sl9yrv .betta-wpe66t {
  background: var(--fh-bg-color);
}

.betta-wpe66t button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betta-wpe66t {
    display: none;
  }
}

.betta-0ie1j3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betta-0ie1j3 {
    display: none;
  }
}

.betta-5mechc {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.betta-5g75oj.betta-sl9yrv .betta-5mechc:first-child {
  display: none;
}

.betta-5g75oj.betta-sl9yrv .betta-5mechc:last-child {
  display: block;
}

.betta-5mechc:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betta-5mechc {
    display: none;
  }
}

.betta-4gdyiw {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betta-4gdyiw {
    display: flex;
  }
}

.betta-4gdyiw ul {
  max-height: 350px;
  overflow-y: auto;
}

.betta-4gdyiw:hover ul {
  visibility: visible;
  opacity: 1;
}

.betta-4gdyiw:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betta-4gdyiw:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betta-4gdyiw:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betta-4gdyiw:hover .betta-gmka8w svg {
  transform: rotate(180deg);
}

.betta-37u10m {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betta-qxkm85 {
  padding: 0 8px;
}

.betta-0sl3px {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betta-0sl3px:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betta-0sl3px {
    padding: 4px 8px;
  }
}

.betta-f6t9gj {
  display: flex;
}

.betta-f6t9gj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betta-gmka8w {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betta-gmka8w svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betta-g6wagh {
  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) {
  .betta-g6wagh {
    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;
  }
}

.betta-ih81hx {
  width: 100%;
}

@media (min-width: 1200px) {
  .betta-ih81hx {
    display: none;
  }
}

.betta-64pgsa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betta-4excum {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betta-jup018 {
  display: flex;
}

.betta-twt422 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betta-e1g673 {
  list-style: none;
}

@media (max-width: 1199px) {
  .betta-e1g673 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betta-e1g673 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betta-e1g673 .betta-qlctzh [data-ref-el],
  .betta-e1g673 .betta-qlctzh span,
  .betta-e1g673 .betta-qlctzh a {
    white-space: nowrap;
  }
}

.betta-a61kvb {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betta-a61kvb.betta-cvjrf6 > .betta-qlctzh {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betta-a61kvb.betta-06a20f:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betta-a61kvb.betta-cvjrf6 > .betta-ybiivf {
    height: auto;
  }

  .betta-a61kvb.betta-cvjrf6 > div > .betta-m78abw {
    transform: rotate(180deg);
  }
}

.betta-a61kvb [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betta-a61kvb [data-ref-el],
.betta-a61kvb span {
  cursor: pointer;
}

.betta-a61kvb [data-ref-el],
.betta-a61kvb span,
.betta-a61kvb a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .betta-a61kvb [data-ref-el],
  .betta-a61kvb span,
  .betta-a61kvb a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betta-a61kvb [data-ref-el],
  .betta-a61kvb span,
  .betta-a61kvb a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betta-ybiivf {
  height: 0;
  overflow: hidden;
  transition: height 0.betta-pop1i9 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betta-ybiivf::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betta-ybiivf::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betta-ybiivf::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betta-ybiivf {
    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;
  }

  .betta-ybiivf:has(> .betta-a61kvb.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betta-ybiivf .betta-ybiivf {
    padding: 0;
  }

  .betta-ybiivf .betta-a61kvb {
    font-weight: 400;
  }

  .betta-ybiivf .betta-a61kvb:hover > .betta-qlctzh {
    background: var(--Neutral-300);
  }

  .betta-ybiivf .betta-m78abw {
    rotate: -90deg;
  }
}

.betta-qlctzh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betta-qlctzh {
    padding: 8px;
  }

  .betta-a61kvb.betta-t5ahti > .betta-qlctzh {
    background: var(--Neutral-300);
  }
}

.betta-m78abw {
  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.betta-9i5ioc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betta-5x2tjw 0.betta-sa6yys.betta-c76nb6 -0.betta-wp6979 0.betta-03sswi -0.betta-wp6979 1.betta-ce6m4x 0.betta-lww1w9.betta-n27ar3 4.betta-673886.betta-5x2tjw 0.betta-vy4fgx.betta-lwn31n -0.betta-wp6979 9.betta-egmpue -0.betta-wp6979 10.betta-p5hnn5 0.betta-eerkfm.betta-orjebc 0.betta-c76nb6 10.betta-orjebc 0.betta-03sswi 10.betta-p5hnn5 1.betta-yz4jqg.betta-1mhlet 5.betta-11ti2m.betta-fcpil4 6.betta-nxb7jx 5.betta-urvemq 6.betta-nxb7jx 4.betta-c44l4o 5.betta-jebtkj.betta-5x2tjw 1.betta-04aynz.betta-wp6979 0.betta-03sswi -0.betta-wp6979 0.betta-c76nb6 0.betta-5x2tjw 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betta-pop1i9 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betta-m78abw {
    cursor: default;
  }
}

.betta-ful2tc {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betta-q6b7jd {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .betta-q6b7jd {
    padding: 40px 4px;
  }
}

.betta-migvzq {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betta-migvzq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betta-h8ig8d {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betta-h8ig8d {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betta-h8ig8d ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betta-h8ig8d [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betta-h8ig8d [data-ref-el],
.betta-h8ig8d span,
.betta-h8ig8d a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betta-q4yjgr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betta-q4yjgr {
    margin-bottom: 12px;
  }
}

.betta-gf8ne5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betta-gf8ne5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betta-gf8ne5:last-child {
    margin-right: 0;
  }
}

.betta-95q42t {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betta-q4yjgr:hover .betta-x4xlx2 {
  visibility: visible;
  opacity: 1;
}

.betta-x4xlx2 {
  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);
}

.betta-bu4paa {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betta-vvafaq {
  display: flex;
  margin: 6px;
}

.betta-vvafaq img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betta-x4xlx2::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);
}

.betta-x4xlx2::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);
}

.betta-v7wsut {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betta-v7wsut {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betta-5p3sim {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betta-5p3sim {
    margin-right: 32px;
  }
}

.betta-zzwzvv {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betta-zzwzvv {
    margin-top: 0;
    width: 340px;
  }
}

.betta-zzwzvv a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betta-hj1m69 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betta-2wt7mk {
  position: relative;
}

@media (min-width: 768px) {
  .betta-2wt7mk {
    margin-top: 40px;
  }
}

.betta-2wt7mk + .betta-byfuqu,
.betta-2wt7mk + .betta-2wt7mk {
  margin-top: 24px;
}

.betta-xhonww {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betta-xhonww {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betta-xhonww {
    padding: 80px;
  }
}

.betta-nfufxt {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betta-nfufxt {
    padding: 0 16px;
}


}

.betta-usjve4 {
  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) {
  .betta-usjve4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betta-hwlntj {
  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) {
  .betta-hwlntj {
    font-size: 24px;
    line-height: 32px;
  }
}

.betta-tq8h33 {
  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;
}

.betta-tq8h33:hover {
  background: var(--button-bg-hover);
}

.betta-p9gab6 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betta-p9gab6 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betta-p9gab6 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betta-p9gab6 img {
  min-height: 100%;
  }
}

.betta-xhonww::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betta-e2c4rm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betta-e2c4rm h1,
.betta-e2c4rm h2,
.betta-e2c4rm h3,
.betta-e2c4rm h4 {
  margin-bottom: 6px;
}

.betta-e2c4rm h1:not(:first-child),
.betta-e2c4rm h2:not(:first-child),
.betta-e2c4rm h3:not(:first-child),
.betta-e2c4rm h4:not(:first-child) {
  margin-top: 16px;
}

.betta-e2c4rm h1,
.betta-e2c4rm h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betta-e2c4rm h1,
  .betta-e2c4rm h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betta-e2c4rm h2,
.betta-e2c4rm h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betta-e2c4rm h2,
  .betta-e2c4rm h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betta-e2c4rm h3,
.betta-e2c4rm h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betta-e2c4rm h3,
  .betta-e2c4rm h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betta-e2c4rm h4,
.betta-e2c4rm h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betta-e2c4rm ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betta-e2c4rm ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betta-e2c4rm 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);
}

.betta-e2c4rm ul ul {
  margin-bottom: 8px;
}

.betta-e2c4rm ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betta-e2c4rm ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betta-e2c4rm ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betta-e2c4rm ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betta-e2c4rm ol li::marker {
  font-weight: 700;
}

.betta-e2c4rm ol ol {
  margin-bottom: 8px;
}

.betta-e2c4rm ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betta-e2c4rm ol ul li {
  padding-left: 16px;
}

.betta-e2c4rm 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) {
  .betta-e2c4rm table {
    padding: 24px;
  }
}

.betta-e2c4rm table.betta-tpix97 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betta-pop1i9,
    mask-image 0.3s;
}

.betta-e2c4rm table.betta-tpix97.betta-2imsk9 {
  -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) {
  .betta-e2c4rm table {
    display: table;
  }
}

.betta-e2c4rm 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);
}

.betta-e2c4rm table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betta-e2c4rm table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betta-e2c4rm 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) {
  .betta-e2c4rm table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betta-e2c4rm table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betta-e2c4rm table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betta-e2c4rm table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betta-e2c4rm img {
  max-width: 100%;
  height: auto;
}

.betta-rm0myz {
  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) {
  .betta-rm0myz {
    padding: 24px;
  }
}

.betta-cyl91r {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .betta-cyl91r {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betta-cyl91r > * {
  margin: 0 !important;
}

.betta-cyl91r img,
.betta-zpf6xp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betta-cyl91r img,
  .betta-zpf6xp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betta-inayli {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betta-inayli {
    width: 32px;
    height: 32px;
  }
}

.betta-ibi5n2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betta-ibi5n2 .betta-r8ta43 {
  flex-shrink: 0;
}

.betta-ibi5n2 .betta-myogju svg {
  display: none;
}

.betta-eng6lp {
  display: grid;
  transition: max-height 0.betta-pop1i9 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betta-eng6lp {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betta-eng6lp {
    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));
  }
}

.betta-eng6lp.betta-z4ammo + .betta-r8ta43 svg {
  transform: rotate(180deg);
}

.betta-saqdtq {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betta-saqdtq > div:nth-child(3n) {
  grid-column: span 2;
}

.betta-saqdtq
  > div:nth-child(3n)
  .betta-flfch0
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betta-saqdtq {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betta-saqdtq > div:nth-child(3n) {
    grid-column: unset;
  }

  .betta-saqdtq
    > div:nth-child(3n)
    .betta-flfch0
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betta-saqdtq {
    max-width: 270px;
  }
}

.betta-saqdtq .betta-flfch0 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betta-saqdtq .betta-flfch0 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betta-saqdtq .betta-flfch0 button {
    max-width: 104px;
  }
}

.betta-2wv14e {
  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) {
  .betta-2wv14e {
    margin-bottom: 0;
  }
}

.betta-kl8pmd {
  display: none;
  opacity: 0;
}

.betta-q8xh6u {
  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;
  }
}

.betta-q8xh6u img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betta-flfch0 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betta-flfch0 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betta-flfch0
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betta-flfch0
    button {
    max-width: 145px;
  }
}

.betta-958ww2:first-child
  .betta-flfch0
  button {
  max-width: 270px;
}

.betta-ebwryt {
  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%;
}

.betta-2wv14e picture {
  width: 100%;
  max-width: 100%;
}

.betta-swumut {
  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;
}

.betta-swumut svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betta-2wv14e:hover .betta-swumut {
  display: flex;
}

.betta-9lhjbr {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betta-6skry3 {
  display: flex;
}

.betta-6skry3:hover .betta-txt8zs,
.betta-6skry3 .betta-t5ahti .betta-txt8zs {
  display: flex;
}

.betta-6skry3 svg {
  flex-shrink: 0;
}

.betta-txt8zs {
  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) {
  .betta-txt8zs {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betta-txt8zs:hover {
  display: flex;
}

.betta-txt8zs svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betta-m2m077 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .betta-m2m077 {
    font-size: 12px;
  }
}

.betta-jqrtid,
.betta-j31bku {
  width: 50%;
  flex-shrink: 0;
}

.betta-jqrtid {
  font-weight: 700;
}

.betta-c521qc .betta-eng6lp {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betta-c521qc .betta-eng6lp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betta-c521qc .betta-eng6lp {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betta-c521qc
  .betta-ebwryt:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betta-c521qc .betta-q8xh6u {
  height: 100% !important;
  border-radius: 16px;
}

.betta-c521qc .betta-flfch0 {
  gap: 4px;
  align-items: center;
}

.betta-c521qc .betta-flfch0 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betta-c521qc .betta-flfch0 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betta-c521qc .betta-h854ew,
.betta-c521qc .betta-dyd8l4 {
  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.betta-9i5ioc.org/2000/svg'%3E%3Cpath d='M9.betta-kmoowx 4.betta-jisyls.betta-lrorn2 5.betta-bb1k1b.betta-qtufcw 5.betta-rpamdv.betta-9lkcqa 5.betta-wnn35y.betta-wx51ia 8.betta-yl16aj.betta-tmn03h 9.betta-sbjgvl.betta-i130i7 9.betta-qviu1q.betta-wa5uxq 13.betta-psddt9.betta-bxn811 11.betta-mng2ev.betta-gg5q9y 11.betta-k25xha.betta-ae1twf 11.betta-qmbjas.betta-r2my3g 13.betta-i7dunm.betta-8jf3yk 9.betta-1lvnjo.betta-sztqzh 9.betta-0v7hkj.betta-qi80pe 8.betta-z0eo84.betta-zuksf3 5.betta-k1npdi.betta-uj8cws 5.betta-a3z2fz.betta-hn44cc 5.betta-7zlhzo.betta-hrzsce 4.betta-e3u2y0.betta-gg5q9y 1.betta-ot3um2.betta-kmoowx 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betta-c521qc .betta-h854ew {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betta-c521qc .betta-dyd8l4 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betta-hbk30b {
  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) {
  .betta-hbk30b {
    padding: 24px;
  }
}

.betta-hbk30b .betta-r8ta43 {
  display: flex;
}

@media (min-width: 768px) {
  .betta-hbk30b .betta-r8ta43 {
    display: none;
  }
}

.betta-hbk30b .betta-myogju svg {
  display: none;
}

.betta-svt6q4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betta-svt6q4 .betta-gw1fdy {
  display: none;
}

@media (min-width: 768px) {
  .betta-svt6q4 .betta-gw1fdy {
    display: flex;
  }
}

.betta-0tg8sf {
  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) {
  .betta-0tg8sf {
    font-size: 40px;
    line-height: 48px;
  }
}

.betta-0tg8sf > * {
  margin: 0 !important;
}

.betta-0tg8sf img,
.betta-j5vzoi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betta-0tg8sf img,
  .betta-j5vzoi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betta-4jgaux {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betta-4jgaux {
    width: 32px;
    height: 32px;
  }
}

.betta-hm0qxk {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betta-hm0qxk {
    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;
  }

  .betta-hm0qxk::-webkit-scrollbar {
    display: none;
  }
}

.betta-fl2kko {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betta-fl2kko {
    padding: 7px 15px;
  }
}

.betta-fl2kko:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betta-4w3hue {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betta-4w3hue {
    display: flex;
    opacity: 1;
  }
}

.betta-fl2kko picture {
  height: 100%;
  display: block;
}

.betta-fl2kko img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betta-fl2kko img {
    width: 88px;
    height: 44px;
  }
}

.betta-fl2kko p {
  text-align: center;
  width: 100%;
}

.betta-ekom9f {
  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) {
  .betta-ekom9f {
    font-size: 40px;
    line-height: 48px;
  }
}

.betta-ekom9f img,
.betta-s8kd8v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betta-ekom9f img,
  .betta-s8kd8v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betta-lun7qz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betta-lun7qz {
    width: 32px;
    height: 32px;
  }
}

.betta-f3mqhh {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betta-dewg5b {
  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;
}

.betta-0mc5vm {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betta-0mc5vm.betta-t5ahti {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betta-0myn4z {
  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) {
  .betta-0myn4z {
    font-size: 20px;
    line-height: 28px;
  }
}

.betta-ht8mna {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betta-0gyfoi {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betta-pop1i9 ease;
  opacity: 0;
  color: var(--text-color);
}

.betta-2zad3v {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betta-2zad3v ol,
.betta-2zad3v ul {
  padding-left: 1.3em;
}

.betta-0mc5vm.betta-t5ahti .betta-0gyfoi {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betta-0mc5vm.betta-t5ahti .betta-ht8mna {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betta-120eye {
  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) {
  .betta-120eye {
    padding: 24px;
  }
}

.betta-120eye .betta-r8ta43 {
  display: flex;
}

@media (min-width: 768px) {
  .betta-120eye .betta-r8ta43 {
    display: none;
  }
}

.betta-120eye .betta-myogju svg {
  display: none;
}

.betta-ewl45b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betta-ewl45b .betta-gw1fdy {
  display: none;
}

@media (min-width: 768px) {
  .betta-ewl45b .betta-gw1fdy {
    display: flex;
  }
}

.betta-iwfz06 {
  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) {
  .betta-iwfz06 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betta-iwfz06 > * {
  margin: 0 !important;
}

.betta-iwfz06 img,
.betta-6n72l9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betta-iwfz06 img,
  .betta-6n72l9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betta-81ye5c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betta-81ye5c {
    width: 32px;
    height: 32px;
  }
}

.betta-e82l77 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betta-e82l77 {
    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;
  }

  .betta-e82l77::-webkit-scrollbar {
    display: none;
  }
}

.betta-fmnca1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betta-fmnca1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betta-q5e3zz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betta-q5e3zz {
    display: flex;
    opacity: 1;
  }
}

.betta-fmnca1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.betta-fmnca1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betta-mmbelo {
  margin: -24px 0;
}

.betta-mmbelo:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betta-mmbelo {
    margin: -16px 0;
  }
}

.betta-letbf7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betta-letbf7 {
    flex-direction: row;
  }
}

.betta-d753t2 {
  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) {
  .betta-d753t2 {
    flex: 1;
  }
}

.betta-d753t2::placeholder {
  color: var(--Text-400);
}

.betta-c56rd5 {
  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;
}

.betta-48v0ux {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betta-48v0ux::-webkit-scrollbar {
  display: none;
}

.betta-ffxzgv {
  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;
}

.betta-ffxzgv img,
.betta-ffxzgv svg {
  margin-right: 8px;
}

.betta-qt3ho4 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betta-mmbelo + .betta-gnyrbd {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betta-mmbelo + .betta-gnyrbd {
    margin-top: -16px;
  }
}

.betta-9io3zy {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betta-9io3zy > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betta-9io3zy > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betta-kmocbr {
  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;
}

.betta-2if9ce {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.betta-ryeec5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betta-hgddn4 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betta-o94th7 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betta-kmocbr 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;
}

.betta-kmocbr 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) {
  .betta-kmocbr {
    padding: 39px 179px 39px 39px;
  }

  .betta-2if9ce {
    font-size: 40px;
    line-height: 48px;
  }

  .betta-o94th7 {
    height: 348px;
  }

  .betta-kmocbr button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betta-kmocbr button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betta-kmocbr {
    padding: 63px;
  }
}

.betta-wlmgom {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betta-wlmgom {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betta-rgtp9v {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betta-rgtp9v {
    width: auto;
  }
}

.betta-qzrayv {
  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;
}

.betta-qzrayv::-webkit-scrollbar {
  display: none;
}

.betta-qzrayv 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);
}

.betta-qzrayv a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betta-qzrayv {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betta-wlmgom .betta-zfy46t {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betta-pop1i9,
    mask-image 0.3s;
}

.betta-wlmgom .betta-zfy46t.betta-2imsk9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betta-o3akbu {
  margin: 40px -16px;
}

.betta-53z37l + .betta-byfuqu,
.betta-53z37l + .betta-2wt7mk {
  margin-top: 24px;
}

.betta-uotjtb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betta-uotjtb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betta-xmnxh5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betta-xmnxh5 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betta-xmnxh5 {
    margin-top: 0;
  }
}

.betta-3xc111 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betta-3xc111 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betta-6ehc2k {
  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) {
  .betta-6ehc2k {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betta-i49tl6 {
  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) {
  .betta-i49tl6 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betta-j7840h {
  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) {
  .betta-j7840h {
    font-size: 20px;
    line-height: 28px;
  }
}

.betta-s4pp9g {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betta-s4pp9g {
    font-size: 32px;
    line-height: 40px;
  }
}

.betta-t0nhic {
  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;
}

.betta-6xk5ty {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betta-6xk5ty img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betta-gnyrbd {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betta-cy4gh2 {
  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) {
  .betta-cy4gh2 {
    padding: 15px 48px;
  }
}

main > .betta-gnyrbd {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betta-eng6lp.betta-afzq6d > div:nth-child(n+5) {
    display: none;
  }
}

.betta-e2c4rm p a img {
  display: block;
  margin: 0 auto;
}


.betta-csy64f {
  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 */
.betta-hh4do8 {
  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;
}

.betta-hh4do8 label {
  font-size: 14px;
}

.betta-hh4do8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betta-hh4do8 input,
.betta-hh4do8 textarea,
.betta-hh4do8 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;
}
.betta-hh4do8 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betta-jpvtu0 ease;
}
.betta-hh4do8 button:hover {
  background-color: var(--button-bg-hover);
}
.betta-m8tkp5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betta-moj0tx ease-in;
}

.betta-m8tkp5 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;
}
.betta-s2ooxj, .betta-as1m8z, [class*="review-card"],
thead, thead th, table th, .betta-xl2jot,
.betta-mmcwzb, [class*="collapsible-header"],
.betta-itewyd, [class*="updated-block"] {
  color: #ece7dc !important;
}
