* {
  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;
  }
}

.m99-je0ocp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .m99-je0ocp {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .m99-je0ocp {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.m99-ljz7ws {
  overflow: hidden;
}

.m99-ygdrco img {
  background: var(--Neutral-300);
}

.m99-uabmv6 {
  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;
}

.m99-5rk06o {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.m99-5rk06o:hover {
  background: var(--button-bg-hover);
}

.m99-72ygl7 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.m99-72ygl7:hover {
  background: var(--button-bg-hover);
}

.m99-ewzh5e {
  font-size: 12px;
  line-height: 18px;
}

.m99-tgcda5 {
  font-size: 18px;
  line-height: 26px;
}

.m99-vj8lyq {
  width: 100%;
}

.m99-mj02oj {
  padding: 6px 16px;
}

.m99-wl9nd7 {
  padding: 10px 16px;
}

.m99-fbfhbo {
  padding: 15px 26px;
}

.m99-tjdu1r {
  flex-shrink: 0;
}

.m99-m30usr {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.m99-k4rogw {
  display: none;
}

.m99-df6c8y {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.m99-4h60p3 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.m99-cvg79c {
  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;
}

.m99-kwqbg9 {
  cursor: grab;
}

.m99-cvg79c::-webkit-scrollbar {
  display: none;
}

.m99-av2eqg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.m99-vuc1oc {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.m99-xdnocj {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.m99-97nbfu {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.m99-8ae0a4 {
  visibility: visible;
}

.m99-hwf464 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.m99-nn0cxi ease;
}

.m99-enyqov {
  background-color: var(--Primary-200);
  width: 16px;
}

.m99-ic02zu {
  -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.m99-nn0cxi,
    mask-image 0.3s;
}

.m99-ic02zu.m99-x2oo24 {
  -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;
  }
}

.m99-oqpzq1: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;
}

.m99-34vlot {
  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.m99-svs423.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.m99-svs423.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;
}

.m99-kw7lka {
  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);
}

.m99-kw7lka::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%
  );
}

.m99-sezzlr {
  position: relative;
  z-index: 1;
}

.m99-tdxuby {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.m99-xuprm4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.m99-e9b6dh {
  font-size: 40px;
  line-height: 48px;
}

.m99-glfhnp {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.m99-pdvard {
  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;
}

.m99-pdvard:hover {
  background: var(--Primary-400);
}

.m99-pdvard svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.m99-oqpzq1 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) {
  .m99-kw7lka {
    max-width: 600px;
    padding: 64px;
  }

  .m99-tdxuby {
    font-size: 24px;
    line-height: 32px;
  }

  .m99-xuprm4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .m99-e9b6dh {
    font-size: 50px;
    line-height: 56px;
  }

  .m99-glfhnp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .m99-34vlot {
    top: 25px;
    right: 25px;
  }
}

.m99-9e8kb8,
.m99-46hj5l {
  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;
}

.m99-bbussb.m99-hm759h::before,
.m99-46hj5l::before,
.m99-azlkxq::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.m99-svs423.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.m99-kofe9y 14.m99-wlnv80.m99-i6latr 14.m99-ljsked 15.m99-blke85 14.m99-oma96p 15.m99-kssxu1 14.m99-ptnbln.m99-fjmbgy 14.m99-6czlpk 19.m99-u8ni8b 12.m99-dzdepo 19.m99-u8ni8b 10.m99-zmk108.m99-u8ni8b 8.m99-lfewsw 17.m99-8afx1j 7.m99-7p0hdt 15.m99-71askt 7.m99-41zfep.m99-hvnqpw 7.m99-7p0hdt 11.m99-uwpnfd 8.m99-lfewsw 11.m99-uwpnfd 10.m99-rao1o9.m99-uwpnfd 12.m99-wdx2ge 13.m99-ptk72x 14.m99-pv6tix 15.m99-6xvy3t 14.m99-biqv7q.m99-s0lw8p 14.m99-rm8grl 15.m99-5b0f1x 14.m99-e10720 15.m99-fih3wa 14.m99-13riby.m99-kofe9y 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.m99-sv57vj 15.m99-c6sliq.m99-8zyvvs 15.m99-soqnwv 15.m99-tjlq4n 15.m99-p5ijdl 15.m99-x7f3kj 15.m99-rccwgm.m99-lgtslu 15.m99-p5ijdl 15.m99-jxjgtg 15.m99-39xs71 15.m99-3kd2c1 15.m99-vbzekg.m99-6pewgo 15.m99-y7tyjq 7.m99-z3z6sr 18.m99-99l64t 7.m99-f7wr9e 23.m99-pi03sf.m99-yd651j.m99-a9nkc9 18.m99-tmec2l 19.m99-9u9luy 15.m99-fowea8 15.m99-sv57vj 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.m99-9cz21n [type="submit"] *,
.m99-u7uhbz button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .m99-qihss7 {
    display: none;
  }
}

.m99-lkf6q7 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .m99-lkf6q7 {
  display: none;
}

@media (min-width: 768px) {
  .m99-lkf6q7 {
    bottom: 22px;
  }
}

.m99-lkf6q7 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .m99-lkf6q7 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.m99-3ettlz.static) .m99-lkf6q7 {
    bottom: 8px;
  }
}

.m99-6szrnh {
  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.m99-svs423.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.m99-lffcyc 3.m99-a5dg92.m99-e2dnj2.m99-gnavac 3.m99-upre2t 3.m99-twz0jh 5.m99-3aki9g 3.m99-twz0jh 8.m99-fy3gbi.m99-zv5r1l.m99-twz0jh 26.m99-3hu295 5.m99-e6w9ak 28.m99-fi2qda 8.m99-nbyqxr 28.m99-h3tf3h.m99-ixzwd5 28.m99-ypf6bm.m99-j9jvku 34.m99-8fvbts.m99-5bhi0i 36.m99-xgklci 11.m99-730fjx 37.m99-mqx650 12.m99-37h13e 36.m99-xm711m.m99-cprrgq 28.m99-8lo9rk.m99-z8kofn.m99-fhcyn3 28.m99-e5ie5j 36.m99-j4onkl 26.m99-m65cyq 36.m99-j4onkl 23.m99-of2iaz.m99-d6ga7f.m99-j4onkl 5.m99-1l5dj6 34.m99-ob6q2w 3.m99-upre2t 31.m99-lffcyc 3.m99-qoxmg0.m99-smaikt 18.m99-ph231i.m99-kw5bf2 18.m99-b06msu 8.m99-u1zs6y 17.m99-qxns0b 8.m99-u1zs6y 15.m99-ewj026.m99-u1zs6y 14.m99-mbq3a8 9.m99-kw5bf2 13.m99-bgncpk 11.m99-smaikt 13.m99-b5dnt2.m99-rj9t56 13.m99-bgncpk 13.m99-83jrwn 14.m99-mbq3a8 13.m99-83jrwn 15.m99-bosgm3.m99-83jrwn 17.m99-qxns0b 12.m99-rj9t56 18.m99-b06msu 11.m99-smaikt 18.m99-p7xwxn.m99-wauhkj 18.m99-2zh1js.m99-747x9x 18.m99-b06msu 17.m99-f1w5yl 17.m99-qxns0b 17.m99-f1w5yl 15.m99-1gw0kp.m99-f1w5yl 14.m99-mbq3a8 18.m99-747x9x 13.m99-bgncpk 20.m99-wauhkj 13.m99-os142j.m99-rt4b2b 13.m99-bgncpk 22.m99-t8iund 14.m99-mbq3a8 22.m99-t8iund 15.m99-9bt5ng.m99-4z1fw7 17.m99-qxns0b 21.m99-rt4b2b 18.m99-b06msu 20.m99-wauhkj 18.m99-a1ivha.m99-3idff4 18.m99-2octwn.m99-b03e8i 18.m99-b06msu 26.m99-l81l6m 17.m99-qxns0b 26.m99-l81l6m 15.m99-x3jpyj.m99-l81l6m 14.m99-mbq3a8 27.m99-b03e8i 13.m99-bgncpk 28.m99-3idff4 13.m99-mzg7hc.m99-5tkqgk 13.m99-bgncpk 31.m99-90qbh3 14.m99-mbq3a8 31.m99-90qbh3 15.m99-3k8y25.m99-l81l6m 17.m99-qxns0b 30.m99-5tkqgk 18.m99-b06msu 28.m99-3idff4 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"])
    .m99-6szrnh {
    display: none;
  }
}

.m99-ow3z92 {
  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) {
  .m99-ow3z92 {
    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;
}

.m99-u7uhbz {
  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) {
  .m99-u7uhbz {
    padding: 14px 16px;
  }
}

.m99-u7uhbz button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.m99-u7uhbz button:first-child {
  align-content: end;
}

.m99-u7uhbz button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .m99-u7uhbz
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .m99-u7uhbz
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.m99-u7uhbz button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.m99-u7uhbz button:last-child svg {
  width: 38px;
  height: 38px;
}

.m99-azlkxq {
  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;
}

.m99-azlkxq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .m99-azlkxq,
.pc61d126-chatbot[data-active-screen="3"]
  .m99-azlkxq {
  opacity: 1;
  visibility: visible;
}

.m99-p6is3y {
  flex: 1 1;
}

.m99-72fucy {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .m99-72fucy {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .m99-tbh2oh {
  display: block;
}

.m99-nhvfag {
  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) {
  .m99-nhvfag {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.m99-46hj5l {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.m99-46hj5l::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.m99-ytq0i3 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.m99-ytq0i3 p {
  color: var(--Text-100);
}

.m99-46hj5l .m99-herb6n {
  grid-area: button;
}

.m99-46hj5l .m99-herb6n::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.m99-svs423.org/2000/svg'%3E%3Cpath d='M4.m99-uv8q04 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.m99-amid9p 15L16.m99-amid9p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.m99-amid9p 5L16.m99-amid9p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .m99-un82b4 {
  display: block;
}

.m99-73rfhq {
  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) {
  .m99-73rfhq {
    margin-top: 40px;
  }
}

.m99-9e8kb8 label,
.m99-9e8kb8 input {
  display: block;
  width: 100%;
}

.m99-9e8kb8 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.m99-9e8kb8 label.m99-9oe2e1 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.m99-9e8kb8 label.m99-9oe2e1::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;
}

.m99-9e8kb8 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;
}

.m99-9e8kb8 input::placeholder {
  color: var(--Text-400);
}

.m99-ccn8kr {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .m99-ccn8kr {
  display: flex;
}

.m99-ccn8kr ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .m99-ccn8kr ol {
    height: 420px;
    padding: 24px;
  }
}

.m99-ccn8kr ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.m99-9cz21n {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .m99-9cz21n {
    padding: 0 24px 24px;
  }
}

.m99-9cz21n 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;
}

.m99-9cz21n input::placeholder {
  color: var(--Text-400);
}

.m99-9cz21n [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.m99-9cz21n [type="submit"]:disabled {
  opacity: 0.5;
}

.m99-9cz21n [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .m99-9cz21n [type="submit"] {
    right: 40px;
  }
}

.m99-bbussb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.m99-bbussb.m99-hm759h {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.m99-bbussb.m99-hm759h::before {
  content: "";
  width: 31px;
}

.m99-bbussb.m99-hm759h p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.m99-bbussb.m99-i8kwgg p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.m99-bbussb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.m99-lkf6q7 .m99-herb6n {
  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;
  }
}

.m99-qihss7 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .m99-qihss7 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .m99-qihss7 {
    padding: 18px 0;
  }
}

.m99-qihss7 .m99-je0ocp {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .m99-qihss7 .m99-je0ocp {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.m99-9vck43 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .m99-9vck43 {
    max-width: 160px;
    height: 40px;
  }
}

.m99-9vck43 picture,
.m99-9vck43 img {
  display: block;
  width: 100%;
  height: 100%;
}

.m99-9vck43 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .m99-yu2f7s {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.m99-nn0cxi ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .m99-qihss7.m99-1kco2x .m99-yu2f7s {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .m99-yu2f7s {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .m99-yu2f7s {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.m99-6sisvm,
.m99-f39q5f {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .m99-6sisvm,
  .m99-f39q5f {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .m99-f39q5f {
    display: none;
  }
}

.m99-luf1ae {
  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;
}

.m99-1kco2x .m99-luf1ae {
  background: var(--fh-bg-color);
}

.m99-luf1ae button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .m99-luf1ae {
    display: none;
  }
}

.m99-gqkiqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .m99-gqkiqr {
    display: none;
  }
}

.m99-4j9ijq {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.m99-qihss7.m99-1kco2x .m99-4j9ijq:first-child {
  display: none;
}

.m99-qihss7.m99-1kco2x .m99-4j9ijq:last-child {
  display: block;
}

.m99-4j9ijq:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .m99-4j9ijq {
    display: none;
  }
}

.m99-zuspfd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .m99-zuspfd {
    display: flex;
  }
}

.m99-zuspfd ul {
  max-height: 350px;
  overflow-y: auto;
}

.m99-zuspfd:hover ul {
  visibility: visible;
  opacity: 1;
}

.m99-zuspfd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.m99-zuspfd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.m99-zuspfd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.m99-zuspfd:hover .m99-ixmyrj svg {
  transform: rotate(180deg);
}

.m99-eh6u9f {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.m99-0isnup {
  padding: 0 8px;
}

.m99-qnx5po {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.m99-qnx5po:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .m99-qnx5po {
    padding: 4px 8px;
  }
}

.m99-z3dacw {
  display: flex;
}

.m99-z3dacw img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.m99-ixmyrj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.m99-ixmyrj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.m99-i9ttbj {
  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) {
  .m99-i9ttbj {
    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;
  }
}

.m99-r70rt3 {
  width: 100%;
}

@media (min-width: 1200px) {
  .m99-r70rt3 {
    display: none;
  }
}

.m99-jmlwfe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.m99-r6gzda {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.m99-4yz4wa {
  display: flex;
}

.m99-49lmip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.m99-wkqfi9 {
  list-style: none;
}

@media (max-width: 1199px) {
  .m99-wkqfi9 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .m99-wkqfi9 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .m99-wkqfi9 .m99-f2vb6z [data-ref-el],
  .m99-wkqfi9 .m99-f2vb6z span,
  .m99-wkqfi9 .m99-f2vb6z a {
    white-space: nowrap;
  }
}

.m99-5m5i4w {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .m99-5m5i4w.m99-1v2suv > .m99-f2vb6z {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .m99-5m5i4w.m99-3girdv:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .m99-5m5i4w.m99-1v2suv > .m99-dyvf4h {
    height: auto;
  }

  .m99-5m5i4w.m99-1v2suv > div > .m99-e38d1z {
    transform: rotate(180deg);
  }
}

.m99-5m5i4w [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.m99-5m5i4w [data-ref-el],
.m99-5m5i4w span {
  cursor: pointer;
}

.m99-5m5i4w [data-ref-el],
.m99-5m5i4w span,
.m99-5m5i4w a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .m99-5m5i4w [data-ref-el],
  .m99-5m5i4w span,
  .m99-5m5i4w a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .m99-5m5i4w [data-ref-el],
  .m99-5m5i4w span,
  .m99-5m5i4w a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.m99-dyvf4h {
  height: 0;
  overflow: hidden;
  transition: height 0.m99-nn0cxi ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.m99-dyvf4h::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.m99-dyvf4h::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.m99-dyvf4h::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .m99-dyvf4h {
    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;
  }

  .m99-dyvf4h:has(> .m99-5m5i4w.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .m99-dyvf4h .m99-dyvf4h {
    padding: 0;
  }

  .m99-dyvf4h .m99-5m5i4w {
    font-weight: 400;
  }

  .m99-dyvf4h .m99-5m5i4w:hover > .m99-f2vb6z {
    background: var(--Neutral-300);
  }

  .m99-dyvf4h .m99-e38d1z {
    rotate: -90deg;
  }
}

.m99-f2vb6z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .m99-f2vb6z {
    padding: 8px;
  }

  .m99-5m5i4w.m99-loo5nv > .m99-f2vb6z {
    background: var(--Neutral-300);
  }
}

.m99-e38d1z {
  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.m99-svs423.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.m99-mhgmqo 0.m99-l3axpm.m99-ikri28 -0.m99-90e0fl 0.m99-o46ait -0.m99-90e0fl 1.m99-gg7krx 0.m99-k3ahx3.m99-moogb2 4.m99-hmvdik.m99-mhgmqo 0.m99-pk4kfi.m99-ud6myo -0.m99-90e0fl 9.m99-ehnkpz -0.m99-90e0fl 10.m99-cpqqa0 0.m99-kkhbx3.m99-6fxxdh 0.m99-ikri28 10.m99-6fxxdh 0.m99-o46ait 10.m99-cpqqa0 1.m99-706vtw.m99-nhqs92 5.m99-au7zrq.m99-v39tik 6.m99-05qcah 5.m99-wsuoq6 6.m99-05qcah 4.m99-95917h 5.m99-atpimk.m99-mhgmqo 1.m99-eeg1b6.m99-90e0fl 0.m99-o46ait -0.m99-90e0fl 0.m99-ikri28 0.m99-mhgmqo 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.m99-nn0cxi ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .m99-e38d1z {
    cursor: default;
  }
}

.m99-u6kr82 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.m99-j9ahsh {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .m99-j9ahsh {
    padding: 40px 4px;
  }
}

.m99-qlh248 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .m99-qlh248 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.m99-69ndno {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .m99-69ndno {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.m99-69ndno ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.m99-69ndno [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.m99-69ndno [data-ref-el],
.m99-69ndno span,
.m99-69ndno a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.m99-t15vx9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .m99-t15vx9 {
    margin-bottom: 12px;
  }
}

.m99-69nv5t {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.m99-69nv5t img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .m99-69nv5t:last-child {
    margin-right: 0;
  }
}

.m99-b12dxr {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.m99-t15vx9:hover .m99-rsmnz9 {
  visibility: visible;
  opacity: 1;
}

.m99-rsmnz9 {
  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);
}

.m99-qpoiyj {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.m99-xo53qn {
  display: flex;
  margin: 6px;
}

.m99-xo53qn img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.m99-rsmnz9::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);
}

.m99-rsmnz9::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);
}

.m99-7wbbq1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .m99-7wbbq1 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.m99-lils68 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .m99-lils68 {
    margin-right: 32px;
  }
}

.m99-u04bqe {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .m99-u04bqe {
    margin-top: 0;
    width: 340px;
  }
}

.m99-u04bqe a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.m99-i1mbvc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.m99-c0i2oi {
  position: relative;
}

@media (min-width: 768px) {
  .m99-c0i2oi {
    margin-top: 40px;
  }
}

.m99-c0i2oi + .m99-fr6vgc,
.m99-c0i2oi + .m99-c0i2oi {
  margin-top: 24px;
}

.m99-7hv3nj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .m99-7hv3nj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .m99-7hv3nj {
    padding: 80px;
  }
}

.m99-bnqror {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .m99-bnqror {
    padding: 0 16px;
}


}

.m99-pxv23y {
  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) {
  .m99-pxv23y {
    font-size: 48px;
    line-height: 56px;
  }
}

.m99-20w1p7 {
  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) {
  .m99-20w1p7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.m99-9bd47a {
  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;
}

.m99-9bd47a:hover {
  background: var(--button-bg-hover);
}

.m99-pyvdby {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.m99-pyvdby img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .m99-pyvdby img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .m99-pyvdby img {
  min-height: 100%;
  }
}

.m99-7hv3nj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.m99-u101w9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.m99-u101w9 h1,
.m99-u101w9 h2,
.m99-u101w9 h3,
.m99-u101w9 h4 {
  margin-bottom: 6px;
}

.m99-u101w9 h1:not(:first-child),
.m99-u101w9 h2:not(:first-child),
.m99-u101w9 h3:not(:first-child),
.m99-u101w9 h4:not(:first-child) {
  margin-top: 16px;
}

.m99-u101w9 h1,
.m99-u101w9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .m99-u101w9 h1,
  .m99-u101w9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.m99-u101w9 h2,
.m99-u101w9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .m99-u101w9 h2,
  .m99-u101w9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-u101w9 h3,
.m99-u101w9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .m99-u101w9 h3,
  .m99-u101w9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.m99-u101w9 h4,
.m99-u101w9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.m99-u101w9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.m99-u101w9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.m99-u101w9 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);
}

.m99-u101w9 ul ul {
  margin-bottom: 8px;
}

.m99-u101w9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.m99-u101w9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.m99-u101w9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.m99-u101w9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.m99-u101w9 ol li::marker {
  font-weight: 700;
}

.m99-u101w9 ol ol {
  margin-bottom: 8px;
}

.m99-u101w9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.m99-u101w9 ol ul li {
  padding-left: 16px;
}

.m99-u101w9 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) {
  .m99-u101w9 table {
    padding: 24px;
  }
}

.m99-u101w9 table.m99-bnisnf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.m99-nn0cxi,
    mask-image 0.3s;
}

.m99-u101w9 table.m99-bnisnf.m99-x2oo24 {
  -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) {
  .m99-u101w9 table {
    display: table;
  }
}

.m99-u101w9 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);
}

.m99-u101w9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.m99-u101w9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.m99-u101w9 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) {
  .m99-u101w9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.m99-u101w9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.m99-u101w9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.m99-u101w9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.m99-u101w9 img {
  max-width: 100%;
  height: auto;
}

.m99-8zrfw2 {
  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) {
  .m99-8zrfw2 {
    padding: 24px;
  }
}

.m99-vzvgov {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .m99-vzvgov {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.m99-vzvgov > * {
  margin: 0 !important;
}

.m99-vzvgov img,
.m99-l102u3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-vzvgov img,
  .m99-l102u3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-xs635h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-xs635h {
    width: 32px;
    height: 32px;
  }
}

.m99-1wiyk2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.m99-1wiyk2 .m99-9gxizw {
  flex-shrink: 0;
}

.m99-1wiyk2 .m99-a3sbzg svg {
  display: none;
}

.m99-jf2rq5 {
  display: grid;
  transition: max-height 0.m99-nn0cxi ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .m99-jf2rq5 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .m99-jf2rq5 {
    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));
  }
}

.m99-jf2rq5.m99-jnfhin + .m99-9gxizw svg {
  transform: rotate(180deg);
}

.m99-hfl13m {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.m99-hfl13m > div:nth-child(3n) {
  grid-column: span 2;
}

.m99-hfl13m
  > div:nth-child(3n)
  .m99-ds79ne
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .m99-hfl13m {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .m99-hfl13m > div:nth-child(3n) {
    grid-column: unset;
  }

  .m99-hfl13m
    > div:nth-child(3n)
    .m99-ds79ne
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .m99-hfl13m {
    max-width: 270px;
  }
}

.m99-hfl13m .m99-ds79ne button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .m99-hfl13m .m99-ds79ne button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .m99-hfl13m .m99-ds79ne button {
    max-width: 104px;
  }
}

.m99-3tkcth {
  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) {
  .m99-3tkcth {
    margin-bottom: 0;
  }
}

.m99-b28so9 {
  display: none;
  opacity: 0;
}

.m99-lhul5f {
  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;
  }
}

.m99-lhul5f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.m99-ds79ne {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.m99-ds79ne button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .m99-ds79ne
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .m99-ds79ne
    button {
    max-width: 145px;
  }
}

.m99-1mr4qb:first-child
  .m99-ds79ne
  button {
  max-width: 270px;
}

.m99-giahr9 {
  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%;
}

.m99-3tkcth picture {
  width: 100%;
  max-width: 100%;
}

.m99-bybijz {
  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;
}

.m99-bybijz svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.m99-3tkcth:hover .m99-bybijz {
  display: flex;
}

.m99-b77bdq {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.m99-2dprk4 {
  display: flex;
}

.m99-2dprk4:hover .m99-qdntbq,
.m99-2dprk4 .m99-loo5nv .m99-qdntbq {
  display: flex;
}

.m99-2dprk4 svg {
  flex-shrink: 0;
}

.m99-qdntbq {
  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) {
  .m99-qdntbq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.m99-qdntbq:hover {
  display: flex;
}

.m99-qdntbq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.m99-q4ibs7 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .m99-q4ibs7 {
    font-size: 12px;
  }
}

.m99-43ntv6,
.m99-lg67r5 {
  width: 50%;
  flex-shrink: 0;
}

.m99-43ntv6 {
  font-weight: 700;
}

.m99-0g05p6 .m99-jf2rq5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .m99-0g05p6 .m99-jf2rq5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .m99-0g05p6 .m99-jf2rq5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.m99-0g05p6
  .m99-giahr9:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.m99-0g05p6 .m99-lhul5f {
  height: 100% !important;
  border-radius: 16px;
}

.m99-0g05p6 .m99-ds79ne {
  gap: 4px;
  align-items: center;
}

.m99-0g05p6 .m99-ds79ne button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m99-0g05p6 .m99-ds79ne svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.m99-0g05p6 .m99-oiy6oa,
.m99-0g05p6 .m99-uiaaor {
  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.m99-svs423.org/2000/svg'%3E%3Cpath d='M9.m99-c2kj91 4.m99-i84yaz.m99-0skkbs 5.m99-mlrvcf.m99-j5bxog 5.m99-c4tlaz.m99-eunha1 5.m99-pc9l4y.m99-idbbqk 8.m99-rx38yf.m99-mqlbxt 9.m99-ek2o1y.m99-9l1x9x 9.m99-66uwkj.m99-fwo5wq 13.m99-vyzy71.m99-0eltv3 11.m99-2d4ttx.m99-w5qz3v 11.m99-nf8dub.m99-c322cr 11.m99-25mp9s.m99-n932sh 13.m99-j9i7y0.m99-o20psh 9.m99-lou5x1.m99-08qz0y 9.m99-lnuq4v.m99-0zj9gq 8.m99-2713fo.m99-6u3us9 5.m99-vayup4.m99-6ia6lw 5.m99-9jy3p3.m99-xwo67n 5.m99-5zcmaw.m99-imhrcq 4.m99-5tm6ph.m99-w5qz3v 1.m99-wztqqg.m99-c2kj91 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.m99-0g05p6 .m99-oiy6oa {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.m99-0g05p6 .m99-uiaaor {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.m99-x9iuov {
  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) {
  .m99-x9iuov {
    padding: 24px;
  }
}

.m99-x9iuov .m99-9gxizw {
  display: flex;
}

@media (min-width: 768px) {
  .m99-x9iuov .m99-9gxizw {
    display: none;
  }
}

.m99-x9iuov .m99-a3sbzg svg {
  display: none;
}

.m99-i014cm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m99-i014cm .m99-uabmv6 {
  display: none;
}

@media (min-width: 768px) {
  .m99-i014cm .m99-uabmv6 {
    display: flex;
  }
}

.m99-86gwav {
  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) {
  .m99-86gwav {
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-86gwav > * {
  margin: 0 !important;
}

.m99-86gwav img,
.m99-8lxxcu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-86gwav img,
  .m99-8lxxcu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-jzarxd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-jzarxd {
    width: 32px;
    height: 32px;
  }
}

.m99-0vhff8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .m99-0vhff8 {
    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;
  }

  .m99-0vhff8::-webkit-scrollbar {
    display: none;
  }
}

.m99-7vtmig {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .m99-7vtmig {
    padding: 7px 15px;
  }
}

.m99-7vtmig:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.m99-i1h23p {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .m99-i1h23p {
    display: flex;
    opacity: 1;
  }
}

.m99-7vtmig picture {
  height: 100%;
  display: block;
}

.m99-7vtmig img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .m99-7vtmig img {
    width: 88px;
    height: 44px;
  }
}

.m99-7vtmig p {
  text-align: center;
  width: 100%;
}

.m99-wu898y {
  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) {
  .m99-wu898y {
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-wu898y img,
.m99-hz2x0g {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-wu898y img,
  .m99-hz2x0g {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-f0dtlz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-f0dtlz {
    width: 32px;
    height: 32px;
  }
}

.m99-1hta32 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.m99-59y2e1 {
  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;
}

.m99-fwlpke {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.m99-fwlpke.m99-loo5nv {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.m99-24hpft {
  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) {
  .m99-24hpft {
    font-size: 20px;
    line-height: 28px;
  }
}

.m99-p0ytcj {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.m99-kph8bm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.m99-nn0cxi ease;
  opacity: 0;
  color: var(--text-color);
}

.m99-ycw766 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.m99-ycw766 ol,
.m99-ycw766 ul {
  padding-left: 1.3em;
}

.m99-fwlpke.m99-loo5nv .m99-kph8bm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.m99-fwlpke.m99-loo5nv .m99-p0ytcj {
  transform: rotate(180deg);
  color: var(--text-color);
}

.m99-b7cvu4 {
  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) {
  .m99-b7cvu4 {
    padding: 24px;
  }
}

.m99-b7cvu4 .m99-9gxizw {
  display: flex;
}

@media (min-width: 768px) {
  .m99-b7cvu4 .m99-9gxizw {
    display: none;
  }
}

.m99-b7cvu4 .m99-a3sbzg svg {
  display: none;
}

.m99-dbtwej {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m99-dbtwej .m99-uabmv6 {
  display: none;
}

@media (min-width: 768px) {
  .m99-dbtwej .m99-uabmv6 {
    display: flex;
  }
}

.m99-g2blml {
  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) {
  .m99-g2blml {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.m99-g2blml > * {
  margin: 0 !important;
}

.m99-g2blml img,
.m99-bcmlss {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .m99-g2blml img,
  .m99-bcmlss {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.m99-2z4mu4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .m99-2z4mu4 {
    width: 32px;
    height: 32px;
  }
}

.m99-1gif7x {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .m99-1gif7x {
    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;
  }

  .m99-1gif7x::-webkit-scrollbar {
    display: none;
  }
}

.m99-zclo6c {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.m99-zclo6c:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.m99-0m1dls {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .m99-0m1dls {
    display: flex;
    opacity: 1;
  }
}

.m99-zclo6c picture {
  width: auto;
  height: 100%;
  display: block;
}

.m99-zclo6c picture img {
  display: block;
  width: auto;
  height: 100%;
}

.m99-e08ayy {
  margin: -24px 0;
}

.m99-e08ayy:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .m99-e08ayy {
    margin: -16px 0;
  }
}

.m99-upyiyk {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .m99-upyiyk {
    flex-direction: row;
  }
}

.m99-jbvstw {
  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) {
  .m99-jbvstw {
    flex: 1;
  }
}

.m99-jbvstw::placeholder {
  color: var(--Text-400);
}

.m99-nj6oy2 {
  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;
}

.m99-x1jxra {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.m99-x1jxra::-webkit-scrollbar {
  display: none;
}

.m99-ink16u {
  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;
}

.m99-ink16u img,
.m99-ink16u svg {
  margin-right: 8px;
}

.m99-hjcegv {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.m99-e08ayy + .m99-a5v1xg {
  margin-top: 0;
}

@media (min-width: 768px) {
  .m99-e08ayy + .m99-a5v1xg {
    margin-top: -16px;
  }
}

.m99-tqo9td {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.m99-tqo9td > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.m99-tqo9td > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.m99-mw0lzg {
  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;
}

.m99-8ii04v {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.m99-5xhdle {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.m99-o2nod6 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.m99-mc5atk {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.m99-mw0lzg 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;
}

.m99-mw0lzg 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) {
  .m99-mw0lzg {
    padding: 39px 179px 39px 39px;
  }

  .m99-8ii04v {
    font-size: 40px;
    line-height: 48px;
  }

  .m99-mc5atk {
    height: 348px;
  }

  .m99-mw0lzg button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .m99-mw0lzg button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .m99-mw0lzg {
    padding: 63px;
  }
}

.m99-18g8ag {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .m99-18g8ag {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.m99-ab1shl {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .m99-ab1shl {
    width: auto;
  }
}

.m99-nayrpv {
  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;
}

.m99-nayrpv::-webkit-scrollbar {
  display: none;
}

.m99-nayrpv 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);
}

.m99-nayrpv a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .m99-nayrpv {
    margin-left: 16px;
    margin-top: 0;
  }
}

.m99-18g8ag .m99-anfv0l {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.m99-nn0cxi,
    mask-image 0.3s;
}

.m99-18g8ag .m99-anfv0l.m99-x2oo24 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.m99-2tcrjq {
  margin: 40px -16px;
}

.m99-r446c9 + .m99-fr6vgc,
.m99-r446c9 + .m99-c0i2oi {
  margin-top: 24px;
}

.m99-qi1c0w {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.m99-qi1c0w picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.m99-zj78ce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .m99-zj78ce {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .m99-zj78ce {
    margin-top: 0;
  }
}

.m99-wjytff {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .m99-wjytff {
    font-size: 24px;
    line-height: 32px;
  }
}

.m99-jaj94w {
  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) {
  .m99-jaj94w {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.m99-nl3e3p {
  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) {
  .m99-nl3e3p {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.m99-42q644 {
  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) {
  .m99-42q644 {
    font-size: 20px;
    line-height: 28px;
  }
}

.m99-rgy0nu {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .m99-rgy0nu {
    font-size: 32px;
    line-height: 40px;
  }
}

.m99-pcfa78 {
  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;
}

.m99-4e7hc6 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.m99-4e7hc6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m99-a5v1xg {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.m99-gxd6w5 {
  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) {
  .m99-gxd6w5 {
    padding: 15px 48px;
  }
}

main > .m99-a5v1xg {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .m99-jf2rq5.m99-8jsg3i > div:nth-child(n+5) {
    display: none;
  }
}

.m99-u101w9 p a img {
  display: block;
  margin: 0 auto;
}


.m99-1xopdt {
  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 */
.m99-ut80s6 {
  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;
}

.m99-ut80s6 label {
  font-size: 14px;
}

.m99-ut80s6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.m99-ut80s6 input,
.m99-ut80s6 textarea,
.m99-ut80s6 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;
}
.m99-ut80s6 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.m99-bpaag2 ease;
}
.m99-ut80s6 button:hover {
  background-color: var(--button-bg-hover);
}
.m99-o7mc75 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.m99-7j2a8t ease-in;
}

.m99-o7mc75 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;
}
.m99-m1a2ye, .m99-47elnl, [class*="review-card"],
thead, thead th, table th, .m99-5mqnom,
.m99-3h8h3f, [class*="collapsible-header"],
.m99-x3icfo, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
