* {
  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;
  }
}

.mystake-vathl2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-vathl2 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-vathl2 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-66dcf9 {
  overflow: hidden;
}

.mystake-5souyu img {
  background: var(--Neutral-300);
}

.mystake-t3p1rd {
  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;
}

.mystake-ply892 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-ply892:hover {
  background: var(--button-bg-hover);
}

.mystake-w0ab8w {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-w0ab8w:hover {
  background: var(--button-bg-hover);
}

.mystake-afi3fc {
  font-size: 12px;
  line-height: 18px;
}

.mystake-g0g0w9 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-33q6ry {
  width: 100%;
}

.mystake-83kb0a {
  padding: 6px 16px;
}

.mystake-mjao1t {
  padding: 10px 16px;
}

.mystake-mwe11s {
  padding: 15px 26px;
}

.mystake-9em3m1 {
  flex-shrink: 0;
}

.mystake-e0pr6w {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.mystake-lta6g9 {
  display: none;
}

.mystake-4dowwh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-1r99xg {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-yher6m {
  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;
}

.mystake-476dyi {
  cursor: grab;
}

.mystake-yher6m::-webkit-scrollbar {
  display: none;
}

.mystake-54bfzd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-x9m3jw {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-0oaio1 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-brpyif {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-kop14b {
  visibility: visible;
}

.mystake-vr8azv {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-a0f9a7 ease;
}

.mystake-32tj4n {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-5nj4sx {
  -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.mystake-a0f9a7,
    mask-image 0.3s;
}

.mystake-5nj4sx.mystake-puj53b {
  -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;
  }
}

.mystake-cfpa6a: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;
}

.mystake-ud2s85 {
  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.mystake-ryuix4.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.mystake-ryuix4.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;
}

.mystake-u3rn1l {
  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);
}

.mystake-u3rn1l::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%
  );
}

.mystake-by3orc {
  position: relative;
  z-index: 1;
}

.mystake-tvxysy {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-uecg3s {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-odx07a {
  font-size: 40px;
  line-height: 48px;
}

.mystake-lolf06 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-0yv0ea {
  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;
}

.mystake-0yv0ea:hover {
  background: var(--Primary-400);
}

.mystake-0yv0ea svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-cfpa6a 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) {
  .mystake-u3rn1l {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-tvxysy {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-uecg3s {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-odx07a {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-lolf06 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-ud2s85 {
    top: 25px;
    right: 25px;
  }
}

.mystake-rqun4a,
.mystake-fkks5a {
  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;
}

.mystake-dsjiyu.mystake-ra6j1k::before,
.mystake-fkks5a::before,
.mystake-uk26hg::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.mystake-ryuix4.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-51oht7 14.mystake-zphk1f.mystake-ktco7g 14.mystake-mli6a3 15.mystake-mxfdva 14.mystake-0mjvdc 15.mystake-chp851 14.mystake-ymovuv.mystake-zypdyy 14.mystake-z5c763 19.mystake-ysdlf9 12.mystake-gppamb 19.mystake-ysdlf9 10.mystake-hy8304.mystake-ysdlf9 8.mystake-tkr8ct 17.mystake-xxeh7p 7.mystake-kheyqy 15.mystake-tf7b6j 7.mystake-sii8zd.mystake-3sdaja 7.mystake-kheyqy 11.mystake-jwsun4 8.mystake-tkr8ct 11.mystake-jwsun4 10.mystake-mk8n48.mystake-jwsun4 12.mystake-ztperi 13.mystake-y7lnlp 14.mystake-h69pu3 15.mystake-gr0xgi 14.mystake-4xdbpb.mystake-kzl27l 14.mystake-c42064 15.mystake-7t9jcq 14.mystake-s6w5b1 15.mystake-i8ltek 14.mystake-6odvux.mystake-51oht7 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-dj53fh 15.mystake-iuf60w.mystake-vcxlu6 15.mystake-3vai24 15.mystake-6k7l25 15.mystake-roupaf 15.mystake-q6ggj0 15.mystake-z5ikbq.mystake-rnuh5v 15.mystake-roupaf 15.mystake-itpuzf 15.mystake-gf1az5 15.mystake-zlwdlj 15.mystake-6l3vin.mystake-li1qwn 15.mystake-y7es96 7.mystake-rxagqz 18.mystake-dbv9gh 7.mystake-wm0fbf 23.mystake-zgqpax.mystake-2jsd6d.mystake-hoxsch 18.mystake-zqd3tu 19.mystake-i19aub 15.mystake-pjo42e 15.mystake-dj53fh 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-6n56zg [type="submit"] *,
.mystake-kimdvf button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-ter8u3 {
    display: none;
  }
}

.mystake-gkh1fv {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-gkh1fv {
  display: none;
}

@media (min-width: 768px) {
  .mystake-gkh1fv {
    bottom: 22px;
  }
}

.mystake-gkh1fv input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-gkh1fv {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-n28nub.static) .mystake-gkh1fv {
    bottom: 8px;
  }
}

.mystake-mm14zh {
  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.mystake-ryuix4.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-x8b5gt 3.mystake-4ozh3h.mystake-c7n5yl.mystake-7uzypu 3.mystake-4bj6g2 3.mystake-omeobl 5.mystake-gjlcgu 3.mystake-omeobl 8.mystake-tanrz1.mystake-8y8aqf.mystake-omeobl 26.mystake-rvnpwq 5.mystake-o71vwq 28.mystake-ra2bn8 8.mystake-l0lebv 28.mystake-nfbihr.mystake-boktg3 28.mystake-dqk50z.mystake-uc6lgc 34.mystake-79dsz4.mystake-ydzufc 36.mystake-92zh9q 11.mystake-0cs0f5 37.mystake-utm4oa 12.mystake-1rza35 36.mystake-70eiq3.mystake-d0wn39 28.mystake-ptqzeu.mystake-s541it.mystake-yzpq2d 28.mystake-x59peo 36.mystake-6rgtpl 26.mystake-oeybvt 36.mystake-6rgtpl 23.mystake-ngjyyf.mystake-j6iffy.mystake-6rgtpl 5.mystake-urt4wn 34.mystake-fwbbzv 3.mystake-4bj6g2 31.mystake-x8b5gt 3.mystake-8iq9vg.mystake-au3tmo 18.mystake-d899e9.mystake-chraol 18.mystake-gy657a 8.mystake-f5bhd8 17.mystake-7hg1hh 8.mystake-f5bhd8 15.mystake-uv4j2h.mystake-f5bhd8 14.mystake-jhzneb 9.mystake-chraol 13.mystake-481spu 11.mystake-au3tmo 13.mystake-jypede.mystake-5ud7g0 13.mystake-481spu 13.mystake-uqd93x 14.mystake-jhzneb 13.mystake-uqd93x 15.mystake-renand.mystake-uqd93x 17.mystake-7hg1hh 12.mystake-5ud7g0 18.mystake-gy657a 11.mystake-au3tmo 18.mystake-ac6fos.mystake-ixavae 18.mystake-ym2a91.mystake-7om6c5 18.mystake-gy657a 17.mystake-b0magd 17.mystake-7hg1hh 17.mystake-b0magd 15.mystake-jy6iz6.mystake-b0magd 14.mystake-jhzneb 18.mystake-7om6c5 13.mystake-481spu 20.mystake-ixavae 13.mystake-mm9xq7.mystake-73putc 13.mystake-481spu 22.mystake-gqctuy 14.mystake-jhzneb 22.mystake-gqctuy 15.mystake-ua2tww.mystake-s67k6k 17.mystake-7hg1hh 21.mystake-73putc 18.mystake-gy657a 20.mystake-ixavae 18.mystake-3mayvi.mystake-vztt3k 18.mystake-mhmgbv.mystake-srtmmo 18.mystake-gy657a 26.mystake-fonhm6 17.mystake-7hg1hh 26.mystake-fonhm6 15.mystake-uoqobq.mystake-fonhm6 14.mystake-jhzneb 27.mystake-srtmmo 13.mystake-481spu 28.mystake-vztt3k 13.mystake-shy45m.mystake-5lmuui 13.mystake-481spu 31.mystake-sfilh2 14.mystake-jhzneb 31.mystake-sfilh2 15.mystake-0fp1cf.mystake-fonhm6 17.mystake-7hg1hh 30.mystake-5lmuui 18.mystake-gy657a 28.mystake-vztt3k 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"])
    .mystake-mm14zh {
    display: none;
  }
}

.mystake-8rvvqc {
  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) {
  .mystake-8rvvqc {
    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;
}

.mystake-kimdvf {
  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) {
  .mystake-kimdvf {
    padding: 14px 16px;
  }
}

.mystake-kimdvf button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-kimdvf button:first-child {
  align-content: end;
}

.mystake-kimdvf button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-kimdvf
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-kimdvf
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-kimdvf button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-kimdvf button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-uk26hg {
  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;
}

.mystake-uk26hg::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-uk26hg,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-uk26hg {
  opacity: 1;
  visibility: visible;
}

.mystake-tlsdoh {
  flex: 1 1;
}

.mystake-msrz7q {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-msrz7q {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-aku4bq {
  display: block;
}

.mystake-djyg61 {
  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) {
  .mystake-djyg61 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-fkks5a {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-fkks5a::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-7angy0 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-7angy0 p {
  color: var(--Text-100);
}

.mystake-fkks5a .mystake-3rs6xo {
  grid-area: button;
}

.mystake-fkks5a .mystake-3rs6xo::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.mystake-ryuix4.org/2000/svg'%3E%3Cpath d='M4.mystake-naipsq 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-8v6nvt 15L16.mystake-8v6nvt 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-8v6nvt 5L16.mystake-8v6nvt 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-be1eyb {
  display: block;
}

.mystake-24hizy {
  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) {
  .mystake-24hizy {
    margin-top: 40px;
  }
}

.mystake-rqun4a label,
.mystake-rqun4a input {
  display: block;
  width: 100%;
}

.mystake-rqun4a label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-rqun4a label.mystake-p2rgs2 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-rqun4a label.mystake-p2rgs2::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;
}

.mystake-rqun4a 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;
}

.mystake-rqun4a input::placeholder {
  color: var(--Text-400);
}

.mystake-xfdyw1 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-xfdyw1 {
  display: flex;
}

.mystake-xfdyw1 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-xfdyw1 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-xfdyw1 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-6n56zg {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-6n56zg {
    padding: 0 24px 24px;
  }
}

.mystake-6n56zg 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;
}

.mystake-6n56zg input::placeholder {
  color: var(--Text-400);
}

.mystake-6n56zg [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-6n56zg [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-6n56zg [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-6n56zg [type="submit"] {
    right: 40px;
  }
}

.mystake-dsjiyu {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-dsjiyu.mystake-ra6j1k {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-dsjiyu.mystake-ra6j1k::before {
  content: "";
  width: 31px;
}

.mystake-dsjiyu.mystake-ra6j1k p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-dsjiyu.mystake-p7yl6d p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-dsjiyu p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-gkh1fv .mystake-3rs6xo {
  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;
  }
}

.mystake-ter8u3 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-ter8u3 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-ter8u3 {
    padding: 18px 0;
  }
}

.mystake-ter8u3 .mystake-vathl2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-ter8u3 .mystake-vathl2 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-0e5aaf {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-0e5aaf {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-0e5aaf picture,
.mystake-0e5aaf img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-0e5aaf img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-fjszz6 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-a0f9a7 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-ter8u3.mystake-6wrydn .mystake-fjszz6 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-fjszz6 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-fjszz6 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-w5yuan,
.mystake-qcknhn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-w5yuan,
  .mystake-qcknhn {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-qcknhn {
    display: none;
  }
}

.mystake-2jjati {
  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;
}

.mystake-6wrydn .mystake-2jjati {
  background: var(--fh-bg-color);
}

.mystake-2jjati button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-2jjati {
    display: none;
  }
}

.mystake-kp0qbc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-kp0qbc {
    display: none;
  }
}

.mystake-l7au2u {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.mystake-ter8u3.mystake-6wrydn .mystake-l7au2u:first-child {
  display: none;
}

.mystake-ter8u3.mystake-6wrydn .mystake-l7au2u:last-child {
  display: block;
}

.mystake-l7au2u:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-l7au2u {
    display: none;
  }
}

.mystake-3omxbz {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-3omxbz {
    display: flex;
  }
}

.mystake-3omxbz ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-3omxbz:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-3omxbz:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-3omxbz:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-3omxbz:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-3omxbz:hover .mystake-geqyvy svg {
  transform: rotate(180deg);
}

.mystake-vrqqr4 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-nxityn {
  padding: 0 8px;
}

.mystake-fn1v22 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-fn1v22:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-fn1v22 {
    padding: 4px 8px;
  }
}

.mystake-jlv7g3 {
  display: flex;
}

.mystake-jlv7g3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-geqyvy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-geqyvy svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-7hky7v {
  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) {
  .mystake-7hky7v {
    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;
  }
}

.mystake-i2us0s {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-i2us0s {
    display: none;
  }
}

.mystake-nme4nn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-rsjqi8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-zxzz75 {
  display: flex;
}

.mystake-t8ep4k {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-5dwvaf {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-5dwvaf {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-5dwvaf {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-5dwvaf .mystake-yiqp4l [data-ref-el],
  .mystake-5dwvaf .mystake-yiqp4l span,
  .mystake-5dwvaf .mystake-yiqp4l a {
    white-space: nowrap;
  }
}

.mystake-a78fea {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-a78fea.mystake-xf7rvk > .mystake-yiqp4l {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-a78fea.mystake-dcy6nm:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-a78fea.mystake-xf7rvk > .mystake-yjdbzg {
    height: auto;
  }

  .mystake-a78fea.mystake-xf7rvk > div > .mystake-lscegp {
    transform: rotate(180deg);
  }
}

.mystake-a78fea [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-a78fea [data-ref-el],
.mystake-a78fea span {
  cursor: pointer;
}

.mystake-a78fea [data-ref-el],
.mystake-a78fea span,
.mystake-a78fea a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .mystake-a78fea [data-ref-el],
  .mystake-a78fea span,
  .mystake-a78fea a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-a78fea [data-ref-el],
  .mystake-a78fea span,
  .mystake-a78fea a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-yjdbzg {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-a0f9a7 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-yjdbzg::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-yjdbzg::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-yjdbzg::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-yjdbzg {
    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;
  }

  .mystake-yjdbzg:has(> .mystake-a78fea.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-yjdbzg .mystake-yjdbzg {
    padding: 0;
  }

  .mystake-yjdbzg .mystake-a78fea {
    font-weight: 400;
  }

  .mystake-yjdbzg .mystake-a78fea:hover > .mystake-yiqp4l {
    background: var(--Neutral-300);
  }

  .mystake-yjdbzg .mystake-lscegp {
    rotate: -90deg;
  }
}

.mystake-yiqp4l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-yiqp4l {
    padding: 8px;
  }

  .mystake-a78fea.mystake-k2vyze > .mystake-yiqp4l {
    background: var(--Neutral-300);
  }
}

.mystake-lscegp {
  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.mystake-ryuix4.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-fdx9cx 0.mystake-370i25.mystake-079qx9 -0.mystake-j1fdtk 0.mystake-syuxmw -0.mystake-j1fdtk 1.mystake-z0ndo0 0.mystake-81g43r.mystake-wta43j 4.mystake-iumbm2.mystake-fdx9cx 0.mystake-iywy2x.mystake-8mhiht -0.mystake-j1fdtk 9.mystake-2s84mu -0.mystake-j1fdtk 10.mystake-0fvq8z 0.mystake-1jkqgg.mystake-q2ro7m 0.mystake-079qx9 10.mystake-q2ro7m 0.mystake-syuxmw 10.mystake-0fvq8z 1.mystake-3s4zt9.mystake-ktptsb 5.mystake-1hrnwc.mystake-ituy2g 6.mystake-igfwfx 5.mystake-wv39y0 6.mystake-igfwfx 4.mystake-qi00gg 5.mystake-uqbqnr.mystake-fdx9cx 1.mystake-mcqx46.mystake-j1fdtk 0.mystake-syuxmw -0.mystake-j1fdtk 0.mystake-079qx9 0.mystake-fdx9cx 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-a0f9a7 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-lscegp {
    cursor: default;
  }
}

.mystake-j8z21w {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-f5j9gl {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .mystake-f5j9gl {
    padding: 40px 4px;
  }
}

.mystake-7cap1v {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-7cap1v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-f9qhsz {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-f9qhsz {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-f9qhsz ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-f9qhsz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-f9qhsz [data-ref-el],
.mystake-f9qhsz span,
.mystake-f9qhsz a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-1hvawh {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-1hvawh {
    margin-bottom: 12px;
  }
}

.mystake-yabgbt {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-yabgbt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-yabgbt:last-child {
    margin-right: 0;
  }
}

.mystake-sqhuzs {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-1hvawh:hover .mystake-p9lh3b {
  visibility: visible;
  opacity: 1;
}

.mystake-p9lh3b {
  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);
}

.mystake-h7cpqa {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-2m3vxj {
  display: flex;
  margin: 6px;
}

.mystake-2m3vxj img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-p9lh3b::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);
}

.mystake-p9lh3b::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);
}

.mystake-3s1ux7 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-3s1ux7 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-ob4rry {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-ob4rry {
    margin-right: 32px;
  }
}

.mystake-wrfoad {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-wrfoad {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-wrfoad a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-pdxxwp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-lk6xb4 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-lk6xb4 {
    margin-top: 40px;
  }
}

.mystake-lk6xb4 + .mystake-4hp4i4,
.mystake-lk6xb4 + .mystake-lk6xb4 {
  margin-top: 24px;
}

.mystake-uqf5hk {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-uqf5hk {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-uqf5hk {
    padding: 80px;
  }
}

.mystake-wpzll3 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-wpzll3 {
    padding: 0 16px;
}


}

.mystake-i7e1u2 {
  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) {
  .mystake-i7e1u2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-rix4j1 {
  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) {
  .mystake-rix4j1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-8g8b79 {
  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;
}

.mystake-8g8b79:hover {
  background: var(--button-bg-hover);
}

.mystake-o4a11e {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-o4a11e img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-o4a11e img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-o4a11e img {
  min-height: 100%;
  }
}

.mystake-uqf5hk::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-jczlt3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-jczlt3 h1,
.mystake-jczlt3 h2,
.mystake-jczlt3 h3,
.mystake-jczlt3 h4 {
  margin-bottom: 6px;
}

.mystake-jczlt3 h1:not(:first-child),
.mystake-jczlt3 h2:not(:first-child),
.mystake-jczlt3 h3:not(:first-child),
.mystake-jczlt3 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-jczlt3 h1,
.mystake-jczlt3 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-jczlt3 h1,
  .mystake-jczlt3 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-jczlt3 h2,
.mystake-jczlt3 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-jczlt3 h2,
  .mystake-jczlt3 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-jczlt3 h3,
.mystake-jczlt3 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-jczlt3 h3,
  .mystake-jczlt3 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-jczlt3 h4,
.mystake-jczlt3 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-jczlt3 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-jczlt3 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-jczlt3 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);
}

.mystake-jczlt3 ul ul {
  margin-bottom: 8px;
}

.mystake-jczlt3 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-jczlt3 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-jczlt3 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-jczlt3 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-jczlt3 ol li::marker {
  font-weight: 700;
}

.mystake-jczlt3 ol ol {
  margin-bottom: 8px;
}

.mystake-jczlt3 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-jczlt3 ol ul li {
  padding-left: 16px;
}

.mystake-jczlt3 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) {
  .mystake-jczlt3 table {
    padding: 24px;
  }
}

.mystake-jczlt3 table.mystake-pi1jzk {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mystake-a0f9a7,
    mask-image 0.3s;
}

.mystake-jczlt3 table.mystake-pi1jzk.mystake-puj53b {
  -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) {
  .mystake-jczlt3 table {
    display: table;
  }
}

.mystake-jczlt3 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);
}

.mystake-jczlt3 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-jczlt3 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-jczlt3 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) {
  .mystake-jczlt3 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-jczlt3 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-jczlt3 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-jczlt3 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-jczlt3 img {
  max-width: 100%;
  height: auto;
}

.mystake-4pl08a {
  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) {
  .mystake-4pl08a {
    padding: 24px;
  }
}

.mystake-807dd3 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mystake-807dd3 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-807dd3 > * {
  margin: 0 !important;
}

.mystake-807dd3 img,
.mystake-szuco5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-807dd3 img,
  .mystake-szuco5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-5wkcks {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-5wkcks {
    width: 32px;
    height: 32px;
  }
}

.mystake-gr8tzk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-gr8tzk .mystake-1mb7wd {
  flex-shrink: 0;
}

.mystake-gr8tzk .mystake-ymqstc svg {
  display: none;
}

.mystake-ddb7zn {
  display: grid;
  transition: max-height 0.mystake-a0f9a7 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-ddb7zn {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-ddb7zn {
    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));
  }
}

.mystake-ddb7zn.mystake-wq41x9 + .mystake-1mb7wd svg {
  transform: rotate(180deg);
}

.mystake-trfgp6 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-trfgp6 > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-trfgp6
  > div:nth-child(3n)
  .mystake-wi7gqv
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-trfgp6 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-trfgp6 > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-trfgp6
    > div:nth-child(3n)
    .mystake-wi7gqv
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-trfgp6 {
    max-width: 270px;
  }
}

.mystake-trfgp6 .mystake-wi7gqv button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-trfgp6 .mystake-wi7gqv button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-trfgp6 .mystake-wi7gqv button {
    max-width: 104px;
  }
}

.mystake-s94qhw {
  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) {
  .mystake-s94qhw {
    margin-bottom: 0;
  }
}

.mystake-lc6umc {
  display: none;
  opacity: 0;
}

.mystake-zbmrno {
  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;
  }
}

.mystake-zbmrno img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-wi7gqv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-wi7gqv button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-wi7gqv
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-wi7gqv
    button {
    max-width: 145px;
  }
}

.mystake-ilt918:first-child
  .mystake-wi7gqv
  button {
  max-width: 270px;
}

.mystake-bky1lj {
  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%;
}

.mystake-s94qhw picture {
  width: 100%;
  max-width: 100%;
}

.mystake-0yzmhd {
  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;
}

.mystake-0yzmhd svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-s94qhw:hover .mystake-0yzmhd {
  display: flex;
}

.mystake-ngslsv {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-vfwqca {
  display: flex;
}

.mystake-vfwqca:hover .mystake-appxuz,
.mystake-vfwqca .mystake-k2vyze .mystake-appxuz {
  display: flex;
}

.mystake-vfwqca svg {
  flex-shrink: 0;
}

.mystake-appxuz {
  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) {
  .mystake-appxuz {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-appxuz:hover {
  display: flex;
}

.mystake-appxuz svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-zum8m8 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .mystake-zum8m8 {
    font-size: 12px;
  }
}

.mystake-f98jly,
.mystake-54uscm {
  width: 50%;
  flex-shrink: 0;
}

.mystake-f98jly {
  font-weight: 700;
}

.mystake-mwgxc1 .mystake-ddb7zn {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-mwgxc1 .mystake-ddb7zn {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-mwgxc1 .mystake-ddb7zn {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-mwgxc1
  .mystake-bky1lj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-mwgxc1 .mystake-zbmrno {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-mwgxc1 .mystake-wi7gqv {
  gap: 4px;
  align-items: center;
}

.mystake-mwgxc1 .mystake-wi7gqv button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-mwgxc1 .mystake-wi7gqv svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-mwgxc1 .mystake-b7kh2d,
.mystake-mwgxc1 .mystake-i6ftwb {
  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.mystake-ryuix4.org/2000/svg'%3E%3Cpath d='M9.mystake-vct4fa 4.mystake-xkt233.mystake-1k9sat 5.mystake-2npahf.mystake-zox1cc 5.mystake-jh3kj5.mystake-ia2fsk 5.mystake-xpcz3h.mystake-tqq922 8.mystake-lhx36s.mystake-7gyg8o 9.mystake-aqmobo.mystake-sel5he 9.mystake-87zeli.mystake-d1u946 13.mystake-564db6.mystake-toyo2f 11.mystake-qferk9.mystake-6lglk3 11.mystake-zd5rp8.mystake-x68oay 11.mystake-z4u2fe.mystake-mmk0lk 13.mystake-43sevp.mystake-xebtc8 9.mystake-pcn7w4.mystake-4kiiyx 9.mystake-jb7k14.mystake-wtnyq2 8.mystake-91i4f8.mystake-kne5a9 5.mystake-vwz14h.mystake-orcqv8 5.mystake-x73ngn.mystake-j26psf 5.mystake-c5eg0d.mystake-s7y3np 4.mystake-zq7wku.mystake-6lglk3 1.mystake-tpflzw.mystake-vct4fa 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-mwgxc1 .mystake-b7kh2d {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-mwgxc1 .mystake-i6ftwb {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-f3tow7 {
  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) {
  .mystake-f3tow7 {
    padding: 24px;
  }
}

.mystake-f3tow7 .mystake-1mb7wd {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-f3tow7 .mystake-1mb7wd {
    display: none;
  }
}

.mystake-f3tow7 .mystake-ymqstc svg {
  display: none;
}

.mystake-ocptc7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-ocptc7 .mystake-t3p1rd {
  display: none;
}

@media (min-width: 768px) {
  .mystake-ocptc7 .mystake-t3p1rd {
    display: flex;
  }
}

.mystake-zkutpk {
  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) {
  .mystake-zkutpk {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-zkutpk > * {
  margin: 0 !important;
}

.mystake-zkutpk img,
.mystake-ubq2b5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-zkutpk img,
  .mystake-ubq2b5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-7sbwe2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-7sbwe2 {
    width: 32px;
    height: 32px;
  }
}

.mystake-ys8mup {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-ys8mup {
    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;
  }

  .mystake-ys8mup::-webkit-scrollbar {
    display: none;
  }
}

.mystake-brc1wy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-brc1wy {
    padding: 7px 15px;
  }
}

.mystake-brc1wy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-ju8i1v {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-ju8i1v {
    display: flex;
    opacity: 1;
  }
}

.mystake-brc1wy picture {
  height: 100%;
  display: block;
}

.mystake-brc1wy img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-brc1wy img {
    width: 88px;
    height: 44px;
  }
}

.mystake-brc1wy p {
  text-align: center;
  width: 100%;
}

.mystake-kxe8bq {
  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) {
  .mystake-kxe8bq {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-kxe8bq img,
.mystake-co6db6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-kxe8bq img,
  .mystake-co6db6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-ca3lj3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-ca3lj3 {
    width: 32px;
    height: 32px;
  }
}

.mystake-dd8p3w {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-7g2t4v {
  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;
}

.mystake-6np4ad {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-6np4ad.mystake-k2vyze {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-9k60iz {
  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) {
  .mystake-9k60iz {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-87cxrm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-i7awvb {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-a0f9a7 ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-rmdtf2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-rmdtf2 ol,
.mystake-rmdtf2 ul {
  padding-left: 1.3em;
}

.mystake-6np4ad.mystake-k2vyze .mystake-i7awvb {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-6np4ad.mystake-k2vyze .mystake-87cxrm {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-xlorey {
  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) {
  .mystake-xlorey {
    padding: 24px;
  }
}

.mystake-xlorey .mystake-1mb7wd {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-xlorey .mystake-1mb7wd {
    display: none;
  }
}

.mystake-xlorey .mystake-ymqstc svg {
  display: none;
}

.mystake-7ppgmz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-7ppgmz .mystake-t3p1rd {
  display: none;
}

@media (min-width: 768px) {
  .mystake-7ppgmz .mystake-t3p1rd {
    display: flex;
  }
}

.mystake-nx1e3d {
  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) {
  .mystake-nx1e3d {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-nx1e3d > * {
  margin: 0 !important;
}

.mystake-nx1e3d img,
.mystake-9c5tju {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-nx1e3d img,
  .mystake-9c5tju {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-jej7jj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-jej7jj {
    width: 32px;
    height: 32px;
  }
}

.mystake-0bvnx7 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-0bvnx7 {
    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;
  }

  .mystake-0bvnx7::-webkit-scrollbar {
    display: none;
  }
}

.mystake-76einq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-76einq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-3sa41f {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-3sa41f {
    display: flex;
    opacity: 1;
  }
}

.mystake-76einq picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-76einq picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-8w8zja {
  margin: -24px 0;
}

.mystake-8w8zja:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-8w8zja {
    margin: -16px 0;
  }
}

.mystake-20bm5e {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-20bm5e {
    flex-direction: row;
  }
}

.mystake-3oaht3 {
  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) {
  .mystake-3oaht3 {
    flex: 1;
  }
}

.mystake-3oaht3::placeholder {
  color: var(--Text-400);
}

.mystake-1wxjs2 {
  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;
}

.mystake-eg7dvx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-eg7dvx::-webkit-scrollbar {
  display: none;
}

.mystake-aufjqg {
  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;
}

.mystake-aufjqg img,
.mystake-aufjqg svg {
  margin-right: 8px;
}

.mystake-ucxkrn {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-8w8zja + .mystake-8wggcm {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-8w8zja + .mystake-8wggcm {
    margin-top: -16px;
  }
}

.mystake-06uzes {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-06uzes > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-06uzes > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-3b05k9 {
  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;
}

.mystake-2vldjh {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.mystake-ec0yyy {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-gh1g2f {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-guve6r {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-3b05k9 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;
}

.mystake-3b05k9 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) {
  .mystake-3b05k9 {
    padding: 39px 179px 39px 39px;
  }

  .mystake-2vldjh {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-guve6r {
    height: 348px;
  }

  .mystake-3b05k9 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-3b05k9 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-3b05k9 {
    padding: 63px;
  }
}

.mystake-30gdyr {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-30gdyr {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-dohgkk {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-dohgkk {
    width: auto;
  }
}

.mystake-nnoi3i {
  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;
}

.mystake-nnoi3i::-webkit-scrollbar {
  display: none;
}

.mystake-nnoi3i 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);
}

.mystake-nnoi3i a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-nnoi3i {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-30gdyr .mystake-ytm239 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mystake-a0f9a7,
    mask-image 0.3s;
}

.mystake-30gdyr .mystake-ytm239.mystake-puj53b {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-n8ivkf {
  margin: 40px -16px;
}

.mystake-k56adq + .mystake-4hp4i4,
.mystake-k56adq + .mystake-lk6xb4 {
  margin-top: 24px;
}

.mystake-npe8qg {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-npe8qg picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-k5j6nw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-k5j6nw {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-k5j6nw {
    margin-top: 0;
  }
}

.mystake-s61e8i {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-s61e8i {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-9lcu0p {
  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) {
  .mystake-9lcu0p {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-5hv4cw {
  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) {
  .mystake-5hv4cw {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-pip925 {
  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) {
  .mystake-pip925 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-f8svsq {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-f8svsq {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-z1beiz {
  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;
}

.mystake-br4yv9 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-br4yv9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-8wggcm {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-tulo2p {
  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) {
  .mystake-tulo2p {
    padding: 15px 48px;
  }
}

main > .mystake-8wggcm {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-ddb7zn.mystake-7h0qwt > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-jczlt3 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-k9qaqg {
  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 */
.mystake-73mmq7 {
  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;
}

.mystake-73mmq7 label {
  font-size: 14px;
}

.mystake-73mmq7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-73mmq7 input,
.mystake-73mmq7 textarea,
.mystake-73mmq7 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;
}
.mystake-73mmq7 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-t8tz0f ease;
}
.mystake-73mmq7 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-9pud6b {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-j18hy9 ease-in;
}

.mystake-9pud6b 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;
}
.mystake-1c0on4, .mystake-t3zapo, [class*="review-card"],
thead, thead th, table th, .mystake-kdrjms,
.mystake-ajanue, [class*="collapsible-header"],
.mystake-6vfigk, [class*="updated-block"] {
  color: #ece7dc !important;
}
