* {
  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-579obb {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-579obb {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-579obb {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-czsill {
  overflow: hidden;
}

.mystake-dlqly2 img {
  background: var(--Neutral-300);
}

.mystake-omlkaw {
  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-kp96xj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-kp96xj:hover {
  background: var(--button-bg-hover);
}

.mystake-pxtrpj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-pxtrpj:hover {
  background: var(--button-bg-hover);
}

.mystake-6lm79y {
  font-size: 12px;
  line-height: 18px;
}

.mystake-fcun2q {
  font-size: 18px;
  line-height: 26px;
}

.mystake-txxrme {
  width: 100%;
}

.mystake-bq1pr9 {
  padding: 6px 16px;
}

.mystake-yc4lcd {
  padding: 10px 16px;
}

.mystake-5oevlq {
  padding: 15px 26px;
}

.mystake-tt9v1h {
  flex-shrink: 0;
}

.mystake-mmc20b {
  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-fciynn {
  display: none;
}

.mystake-yhbhof {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-g0uzh5 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-5xsygk {
  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-vjmzjh {
  cursor: grab;
}

.mystake-5xsygk::-webkit-scrollbar {
  display: none;
}

.mystake-daym10 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-emukh7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-yq85fw {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-6pecli {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-2oiiu3 {
  visibility: visible;
}

.mystake-q875gt {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-3e77d1 ease;
}

.mystake-5bz5iu {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-dz56j7 {
  -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-3e77d1,
    mask-image 0.3s;
}

.mystake-dz56j7.mystake-6f9zjq {
  -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-g7w4c8: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-zaft5y {
  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-7ijdu0.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-7ijdu0.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-fbvyos {
  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-fbvyos::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-vfl5xi {
  position: relative;
  z-index: 1;
}

.mystake-ojynxo {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-5monqn {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-swli4n {
  font-size: 40px;
  line-height: 48px;
}

.mystake-wij2ec {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-cwyqc9 {
  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-cwyqc9:hover {
  background: var(--Primary-400);
}

.mystake-cwyqc9 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-g7w4c8 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-fbvyos {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-ojynxo {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-5monqn {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-swli4n {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-wij2ec {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-zaft5y {
    top: 25px;
    right: 25px;
  }
}

.mystake-f3yraq,
.mystake-wjxxmp {
  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-hwwzok.mystake-ezol24::before,
.mystake-wjxxmp::before,
.mystake-k151tz::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-7ijdu0.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-yuta7m 14.mystake-t9yqxy.mystake-hsqq9e 14.mystake-fzc7ka 15.mystake-igby6k 14.mystake-qj4tlv 15.mystake-rbwl77 14.mystake-ontjx0.mystake-ypq09y 14.mystake-d17igj 19.mystake-4e7bsi 12.mystake-r6k3w0 19.mystake-4e7bsi 10.mystake-5enhq1.mystake-4e7bsi 8.mystake-hjmjdy 17.mystake-f3f21d 7.mystake-i8f9vv 15.mystake-tg2bk6 7.mystake-ymdqlo.mystake-8ogfjp 7.mystake-i8f9vv 11.mystake-pur80c 8.mystake-hjmjdy 11.mystake-pur80c 10.mystake-0mnzuc.mystake-pur80c 12.mystake-ey3c45 13.mystake-smvolg 14.mystake-wnelkx 15.mystake-5198jq 14.mystake-0fgcjo.mystake-7sz24i 14.mystake-zdsn3s 15.mystake-s124c3 14.mystake-gquaqi 15.mystake-9jw1fo 14.mystake-qgpkid.mystake-yuta7m 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-613ckg 15.mystake-ff52ct.mystake-yg9gv9 15.mystake-sbq7tt 15.mystake-n4wee5 15.mystake-j5i9z1 15.mystake-u3wd42 15.mystake-srlnbd.mystake-t9g47n 15.mystake-j5i9z1 15.mystake-y696aa 15.mystake-yrjvlf 15.mystake-mhsk0p 15.mystake-yv6p2c.mystake-3md7g6 15.mystake-saucz3 7.mystake-f57unx 18.mystake-er8ac2 7.mystake-n8bztl 23.mystake-ii8lx6.mystake-imnbty.mystake-druphc 18.mystake-qresx0 19.mystake-3pneij 15.mystake-cbrzo7 15.mystake-613ckg 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-z0las7 [type="submit"] *,
.mystake-tkmyib button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-nlrowa {
    display: none;
  }
}

.mystake-z15ktw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-z15ktw {
  display: none;
}

@media (min-width: 768px) {
  .mystake-z15ktw {
    bottom: 22px;
  }
}

.mystake-z15ktw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-z15ktw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-7ha4u8.static) .mystake-z15ktw {
    bottom: 8px;
  }
}

.mystake-sf54k7 {
  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-7ijdu0.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-uemzht 3.mystake-40v1re.mystake-2b00w2.mystake-n12flw 3.mystake-1fo8h6 3.mystake-ssgfqx 5.mystake-b7sz16 3.mystake-ssgfqx 8.mystake-v00s8n.mystake-636rc5.mystake-ssgfqx 26.mystake-uiyntk 5.mystake-hnkfqm 28.mystake-69gmgx 8.mystake-5ldg1n 28.mystake-xys0rk.mystake-027plq 28.mystake-jyt5sv.mystake-2o1aaw 34.mystake-w5o0ah.mystake-bvdifl 36.mystake-wzvgti 11.mystake-vi3j0m 37.mystake-dl2pdl 12.mystake-jo7pmj 36.mystake-yk9ym9.mystake-6pqv14 28.mystake-ugpm3g.mystake-4ldgp7.mystake-nsa8io 28.mystake-mx7roa 36.mystake-zvd90r 26.mystake-bhihus 36.mystake-zvd90r 23.mystake-c662vl.mystake-s6ap6t.mystake-zvd90r 5.mystake-ool642 34.mystake-kvsq44 3.mystake-1fo8h6 31.mystake-uemzht 3.mystake-coy0el.mystake-r0wwy4 18.mystake-s3d10c.mystake-31cf4s 18.mystake-tbp3zp 8.mystake-c4tzn9 17.mystake-zupicx 8.mystake-c4tzn9 15.mystake-btn1d8.mystake-c4tzn9 14.mystake-bxmge3 9.mystake-31cf4s 13.mystake-i0fzjs 11.mystake-r0wwy4 13.mystake-mntwm5.mystake-vg4inp 13.mystake-i0fzjs 13.mystake-7ijjip 14.mystake-bxmge3 13.mystake-7ijjip 15.mystake-nk10g3.mystake-7ijjip 17.mystake-zupicx 12.mystake-vg4inp 18.mystake-tbp3zp 11.mystake-r0wwy4 18.mystake-nrdrky.mystake-w8ez72 18.mystake-rrl7u2.mystake-rfwi81 18.mystake-tbp3zp 17.mystake-43dwnr 17.mystake-zupicx 17.mystake-43dwnr 15.mystake-x4cp4y.mystake-43dwnr 14.mystake-bxmge3 18.mystake-rfwi81 13.mystake-i0fzjs 20.mystake-w8ez72 13.mystake-vwfm43.mystake-3u0l5m 13.mystake-i0fzjs 22.mystake-ne4af9 14.mystake-bxmge3 22.mystake-ne4af9 15.mystake-8nlpdn.mystake-sgr267 17.mystake-zupicx 21.mystake-3u0l5m 18.mystake-tbp3zp 20.mystake-w8ez72 18.mystake-yy6xjp.mystake-9h8qoy 18.mystake-7o73mw.mystake-3bgj3d 18.mystake-tbp3zp 26.mystake-q2r74h 17.mystake-zupicx 26.mystake-q2r74h 15.mystake-bgti89.mystake-q2r74h 14.mystake-bxmge3 27.mystake-3bgj3d 13.mystake-i0fzjs 28.mystake-9h8qoy 13.mystake-jz7crf.mystake-nf6uh9 13.mystake-i0fzjs 31.mystake-wn7nhg 14.mystake-bxmge3 31.mystake-wn7nhg 15.mystake-2ajdqo.mystake-q2r74h 17.mystake-zupicx 30.mystake-nf6uh9 18.mystake-tbp3zp 28.mystake-9h8qoy 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-sf54k7 {
    display: none;
  }
}

.mystake-jajdij {
  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-jajdij {
    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-tkmyib {
  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-tkmyib {
    padding: 14px 16px;
  }
}

.mystake-tkmyib button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-tkmyib button:first-child {
  align-content: end;
}

.mystake-tkmyib button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-tkmyib
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-tkmyib
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-tkmyib button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-tkmyib button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-k151tz {
  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-k151tz::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-k151tz,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-k151tz {
  opacity: 1;
  visibility: visible;
}

.mystake-fdpv6d {
  flex: 1 1;
}

.mystake-v7rb9w {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-v7rb9w {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-mecg3g {
  display: block;
}

.mystake-94mpyy {
  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-94mpyy {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-wjxxmp {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-wjxxmp::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-u23hqm span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-u23hqm p {
  color: var(--Text-100);
}

.mystake-wjxxmp .mystake-bnprnz {
  grid-area: button;
}

.mystake-wjxxmp .mystake-bnprnz::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-7ijdu0.org/2000/svg'%3E%3Cpath d='M4.mystake-0spigs 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-2cxcd8 15L16.mystake-2cxcd8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-2cxcd8 5L16.mystake-2cxcd8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-9oa9ba {
  display: block;
}

.mystake-7oeqxg {
  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-7oeqxg {
    margin-top: 40px;
  }
}

.mystake-f3yraq label,
.mystake-f3yraq input {
  display: block;
  width: 100%;
}

.mystake-f3yraq label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-f3yraq label.mystake-0yqoh1 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-f3yraq label.mystake-0yqoh1::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-f3yraq 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-f3yraq input::placeholder {
  color: var(--Text-400);
}

.mystake-5w3vnw {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-5w3vnw {
  display: flex;
}

.mystake-5w3vnw ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-5w3vnw ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-5w3vnw ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-z0las7 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-z0las7 {
    padding: 0 24px 24px;
  }
}

.mystake-z0las7 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-z0las7 input::placeholder {
  color: var(--Text-400);
}

.mystake-z0las7 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-z0las7 [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-z0las7 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-z0las7 [type="submit"] {
    right: 40px;
  }
}

.mystake-hwwzok {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-hwwzok.mystake-ezol24 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-hwwzok.mystake-ezol24::before {
  content: "";
  width: 31px;
}

.mystake-hwwzok.mystake-ezol24 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-hwwzok.mystake-3acpfz p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-hwwzok p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-z15ktw .mystake-bnprnz {
  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-nlrowa {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-nlrowa {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-nlrowa {
    padding: 18px 0;
  }
}

.mystake-nlrowa .mystake-579obb {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-nlrowa .mystake-579obb {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-ndtkcc {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-ndtkcc {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-ndtkcc picture,
.mystake-ndtkcc img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-ndtkcc img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-1hqsso {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-3e77d1 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-nlrowa.mystake-lk5tap .mystake-1hqsso {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-1hqsso {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-1hqsso {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-mhj874,
.mystake-m572uw {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-mhj874,
  .mystake-m572uw {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-m572uw {
    display: none;
  }
}

.mystake-cmswhr {
  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-lk5tap .mystake-cmswhr {
  background: var(--fh-bg-color);
}

.mystake-cmswhr button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-cmswhr {
    display: none;
  }
}

.mystake-70mxr3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-70mxr3 {
    display: none;
  }
}

.mystake-2k5zgk {
  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-nlrowa.mystake-lk5tap .mystake-2k5zgk:first-child {
  display: none;
}

.mystake-nlrowa.mystake-lk5tap .mystake-2k5zgk:last-child {
  display: block;
}

.mystake-2k5zgk:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-2k5zgk {
    display: none;
  }
}

.mystake-h7qlqs {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-h7qlqs {
    display: flex;
  }
}

.mystake-h7qlqs ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-h7qlqs:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-h7qlqs:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-h7qlqs:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-h7qlqs:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-h7qlqs:hover .mystake-72izxa svg {
  transform: rotate(180deg);
}

.mystake-nagjsa {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-0l5bml {
  padding: 0 8px;
}

.mystake-eq1uy5 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-eq1uy5:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-eq1uy5 {
    padding: 4px 8px;
  }
}

.mystake-japbg3 {
  display: flex;
}

.mystake-japbg3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-72izxa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-72izxa svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-s72v03 {
  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-s72v03 {
    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-soudg4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-soudg4 {
    display: none;
  }
}

.mystake-5o9t84 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-7wth3l {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-j22gd3 {
  display: flex;
}

.mystake-suptt9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-ifh420 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-ifh420 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-ifh420 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-ifh420 .mystake-vf3k2l [data-ref-el],
  .mystake-ifh420 .mystake-vf3k2l span,
  .mystake-ifh420 .mystake-vf3k2l a {
    white-space: nowrap;
  }
}

.mystake-ex95p4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-ex95p4.mystake-7nzhih > .mystake-vf3k2l {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-ex95p4.mystake-5c2o4b:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-ex95p4.mystake-7nzhih > .mystake-8a1ieo {
    height: auto;
  }

  .mystake-ex95p4.mystake-7nzhih > div > .mystake-54xdjm {
    transform: rotate(180deg);
  }
}

.mystake-ex95p4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-ex95p4 [data-ref-el],
.mystake-ex95p4 span {
  cursor: pointer;
}

.mystake-ex95p4 [data-ref-el],
.mystake-ex95p4 span,
.mystake-ex95p4 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-ex95p4 [data-ref-el],
  .mystake-ex95p4 span,
  .mystake-ex95p4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-ex95p4 [data-ref-el],
  .mystake-ex95p4 span,
  .mystake-ex95p4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-8a1ieo {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-3e77d1 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-8a1ieo::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-8a1ieo::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-8a1ieo::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-8a1ieo {
    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-8a1ieo:has(> .mystake-ex95p4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-8a1ieo .mystake-8a1ieo {
    padding: 0;
  }

  .mystake-8a1ieo .mystake-ex95p4 {
    font-weight: 400;
  }

  .mystake-8a1ieo .mystake-ex95p4:hover > .mystake-vf3k2l {
    background: var(--Neutral-300);
  }

  .mystake-8a1ieo .mystake-54xdjm {
    rotate: -90deg;
  }
}

.mystake-vf3k2l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-vf3k2l {
    padding: 8px;
  }

  .mystake-ex95p4.mystake-ub8kcl > .mystake-vf3k2l {
    background: var(--Neutral-300);
  }
}

.mystake-54xdjm {
  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-7ijdu0.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-1i6a05 0.mystake-oqmby2.mystake-6ysrbd -0.mystake-7q62ql 0.mystake-78wtmg -0.mystake-7q62ql 1.mystake-nzktb1 0.mystake-c1kqmi.mystake-ggp618 4.mystake-klri55.mystake-1i6a05 0.mystake-sva55l.mystake-lxpaom -0.mystake-7q62ql 9.mystake-3qe3pc -0.mystake-7q62ql 10.mystake-4fk2cq 0.mystake-weg3t1.mystake-cjanua 0.mystake-6ysrbd 10.mystake-cjanua 0.mystake-78wtmg 10.mystake-4fk2cq 1.mystake-zjclgs.mystake-42sv6t 5.mystake-famrzg.mystake-4vximm 6.mystake-xzldie 5.mystake-4vzn8l 6.mystake-xzldie 4.mystake-t3syff 5.mystake-v1e3k7.mystake-1i6a05 1.mystake-4xcuvw.mystake-7q62ql 0.mystake-78wtmg -0.mystake-7q62ql 0.mystake-6ysrbd 0.mystake-1i6a05 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-3e77d1 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-54xdjm {
    cursor: default;
  }
}

.mystake-ewq79m {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-o7mgb1 {
  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-o7mgb1 {
    padding: 40px 4px;
  }
}

.mystake-c14j79 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-c14j79 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-ux9h45 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-ux9h45 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-ux9h45 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-ux9h45 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-ux9h45 [data-ref-el],
.mystake-ux9h45 span,
.mystake-ux9h45 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-sxy9jy {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-sxy9jy {
    margin-bottom: 12px;
  }
}

.mystake-6nvpy4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-6nvpy4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-6nvpy4:last-child {
    margin-right: 0;
  }
}

.mystake-lrcxya {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-sxy9jy:hover .mystake-2h7uqo {
  visibility: visible;
  opacity: 1;
}

.mystake-2h7uqo {
  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-x6qjuv {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-dujhun {
  display: flex;
  margin: 6px;
}

.mystake-dujhun img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-2h7uqo::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-2h7uqo::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-oawt3y {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-oawt3y {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-n8qzny {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-n8qzny {
    margin-right: 32px;
  }
}

.mystake-4ga9b6 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-4ga9b6 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-4ga9b6 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-xr3j8l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-huzmpg {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-huzmpg {
    margin-top: 40px;
  }
}

.mystake-huzmpg + .mystake-ngqnf6,
.mystake-huzmpg + .mystake-huzmpg {
  margin-top: 24px;
}

.mystake-23hors {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-23hors {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-23hors {
    padding: 80px;
  }
}

.mystake-psccjj {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-psccjj {
    padding: 0 16px;
}


}

.mystake-4entdl {
  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-4entdl {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-p823cc {
  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-p823cc {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-3i6js9 {
  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-3i6js9:hover {
  background: var(--button-bg-hover);
}

.mystake-w2s6n1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-w2s6n1 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-w2s6n1 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-w2s6n1 img {
  min-height: 100%;
  }
}

.mystake-23hors::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-5g8ji0 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-5g8ji0 h1,
.mystake-5g8ji0 h2,
.mystake-5g8ji0 h3,
.mystake-5g8ji0 h4 {
  margin-bottom: 6px;
}

.mystake-5g8ji0 h1:not(:first-child),
.mystake-5g8ji0 h2:not(:first-child),
.mystake-5g8ji0 h3:not(:first-child),
.mystake-5g8ji0 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-5g8ji0 h1,
.mystake-5g8ji0 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-5g8ji0 h1,
  .mystake-5g8ji0 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-5g8ji0 h2,
.mystake-5g8ji0 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-5g8ji0 h2,
  .mystake-5g8ji0 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-5g8ji0 h3,
.mystake-5g8ji0 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-5g8ji0 h3,
  .mystake-5g8ji0 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-5g8ji0 h4,
.mystake-5g8ji0 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-5g8ji0 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-5g8ji0 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-5g8ji0 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-5g8ji0 ul ul {
  margin-bottom: 8px;
}

.mystake-5g8ji0 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-5g8ji0 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-5g8ji0 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-5g8ji0 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-5g8ji0 ol li::marker {
  font-weight: 700;
}

.mystake-5g8ji0 ol ol {
  margin-bottom: 8px;
}

.mystake-5g8ji0 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-5g8ji0 ol ul li {
  padding-left: 16px;
}

.mystake-5g8ji0 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-5g8ji0 table {
    padding: 24px;
  }
}

.mystake-5g8ji0 table.mystake-g3ksye {
  -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-3e77d1,
    mask-image 0.3s;
}

.mystake-5g8ji0 table.mystake-g3ksye.mystake-6f9zjq {
  -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-5g8ji0 table {
    display: table;
  }
}

.mystake-5g8ji0 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-5g8ji0 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-5g8ji0 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-5g8ji0 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-5g8ji0 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-5g8ji0 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-5g8ji0 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-5g8ji0 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-5g8ji0 img {
  max-width: 100%;
  height: auto;
}

.mystake-iva562 {
  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-iva562 {
    padding: 24px;
  }
}

.mystake-6jx0xz {
  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-6jx0xz {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-6jx0xz > * {
  margin: 0 !important;
}

.mystake-6jx0xz img,
.mystake-jnsgkn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-6jx0xz img,
  .mystake-jnsgkn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-w2ymnw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-w2ymnw {
    width: 32px;
    height: 32px;
  }
}

.mystake-tqk790 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-tqk790 .mystake-okx6xv {
  flex-shrink: 0;
}

.mystake-tqk790 .mystake-oppxh9 svg {
  display: none;
}

.mystake-us9kr0 {
  display: grid;
  transition: max-height 0.mystake-3e77d1 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-us9kr0 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-us9kr0 {
    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-us9kr0.mystake-rp34s6 + .mystake-okx6xv svg {
  transform: rotate(180deg);
}

.mystake-brun77 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-brun77 > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-brun77
  > div:nth-child(3n)
  .mystake-n9ghyu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-brun77 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-brun77 > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-brun77
    > div:nth-child(3n)
    .mystake-n9ghyu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-brun77 {
    max-width: 270px;
  }
}

.mystake-brun77 .mystake-n9ghyu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-brun77 .mystake-n9ghyu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-brun77 .mystake-n9ghyu button {
    max-width: 104px;
  }
}

.mystake-ayor3z {
  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-ayor3z {
    margin-bottom: 0;
  }
}

.mystake-052ibt {
  display: none;
  opacity: 0;
}

.mystake-kck2qk {
  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-kck2qk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-n9ghyu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-n9ghyu 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-n9ghyu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-n9ghyu
    button {
    max-width: 145px;
  }
}

.mystake-xwio70:first-child
  .mystake-n9ghyu
  button {
  max-width: 270px;
}

.mystake-fckp6p {
  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-ayor3z picture {
  width: 100%;
  max-width: 100%;
}

.mystake-45nvxx {
  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-45nvxx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-ayor3z:hover .mystake-45nvxx {
  display: flex;
}

.mystake-2nd5di {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-dai3l7 {
  display: flex;
}

.mystake-dai3l7:hover .mystake-wdhtrq,
.mystake-dai3l7 .mystake-ub8kcl .mystake-wdhtrq {
  display: flex;
}

.mystake-dai3l7 svg {
  flex-shrink: 0;
}

.mystake-wdhtrq {
  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-wdhtrq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-wdhtrq:hover {
  display: flex;
}

.mystake-wdhtrq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-33ek6g {
  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-33ek6g {
    font-size: 12px;
  }
}

.mystake-bls07d,
.mystake-tx3i4w {
  width: 50%;
  flex-shrink: 0;
}

.mystake-bls07d {
  font-weight: 700;
}

.mystake-ncfipg .mystake-us9kr0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-ncfipg .mystake-us9kr0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-ncfipg .mystake-us9kr0 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-ncfipg
  .mystake-fckp6p:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-ncfipg .mystake-kck2qk {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-ncfipg .mystake-n9ghyu {
  gap: 4px;
  align-items: center;
}

.mystake-ncfipg .mystake-n9ghyu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-ncfipg .mystake-n9ghyu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-ncfipg .mystake-3nofrd,
.mystake-ncfipg .mystake-fglzz7 {
  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-7ijdu0.org/2000/svg'%3E%3Cpath d='M9.mystake-idekl3 4.mystake-zc7bmq.mystake-60iequ 5.mystake-ndjt0e.mystake-alblea 5.mystake-4pudsu.mystake-8vnch7 5.mystake-xvogxm.mystake-xlnug3 8.mystake-vvwuqf.mystake-71xj0z 9.mystake-ugxa0f.mystake-ubfd0m 9.mystake-eitbp0.mystake-inst13 13.mystake-mz71sa.mystake-pciika 11.mystake-ui4jq3.mystake-fjrz1k 11.mystake-zcwm3p.mystake-ysfq8z 11.mystake-bco1xx.mystake-mhvth2 13.mystake-22n196.mystake-8s16ov 9.mystake-78r85o.mystake-ns0z0a 9.mystake-qpmk2f.mystake-ovb9tz 8.mystake-liz6q0.mystake-oldhhd 5.mystake-0q5jo4.mystake-twt4p9 5.mystake-vycjjb.mystake-0gzyot 5.mystake-b54h9s.mystake-9sxn3o 4.mystake-j60ab1.mystake-fjrz1k 1.mystake-0cmf0g.mystake-idekl3 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-ncfipg .mystake-3nofrd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-ncfipg .mystake-fglzz7 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-bd6fa1 {
  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-bd6fa1 {
    padding: 24px;
  }
}

.mystake-bd6fa1 .mystake-okx6xv {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-bd6fa1 .mystake-okx6xv {
    display: none;
  }
}

.mystake-bd6fa1 .mystake-oppxh9 svg {
  display: none;
}

.mystake-dl4qm7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-dl4qm7 .mystake-omlkaw {
  display: none;
}

@media (min-width: 768px) {
  .mystake-dl4qm7 .mystake-omlkaw {
    display: flex;
  }
}

.mystake-hho9ve {
  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-hho9ve {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-hho9ve > * {
  margin: 0 !important;
}

.mystake-hho9ve img,
.mystake-2qwddj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-hho9ve img,
  .mystake-2qwddj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-vmvkfu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-vmvkfu {
    width: 32px;
    height: 32px;
  }
}

.mystake-ykl8no {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-ykl8no {
    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-ykl8no::-webkit-scrollbar {
    display: none;
  }
}

.mystake-ghpxj6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-ghpxj6 {
    padding: 7px 15px;
  }
}

.mystake-ghpxj6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-tbtpe4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-tbtpe4 {
    display: flex;
    opacity: 1;
  }
}

.mystake-ghpxj6 picture {
  height: 100%;
  display: block;
}

.mystake-ghpxj6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-ghpxj6 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-ghpxj6 p {
  text-align: center;
  width: 100%;
}

.mystake-is1evv {
  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-is1evv {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-is1evv img,
.mystake-kzey1s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-is1evv img,
  .mystake-kzey1s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-1bzc72 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-1bzc72 {
    width: 32px;
    height: 32px;
  }
}

.mystake-3qls27 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-jqtsr2 {
  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-1zczyf {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-1zczyf.mystake-ub8kcl {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-gz5uqp {
  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-gz5uqp {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-ouwda1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-0et70a {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-3e77d1 ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-jkanqf {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-jkanqf ol,
.mystake-jkanqf ul {
  padding-left: 1.3em;
}

.mystake-1zczyf.mystake-ub8kcl .mystake-0et70a {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-1zczyf.mystake-ub8kcl .mystake-ouwda1 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-2zw4bb {
  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-2zw4bb {
    padding: 24px;
  }
}

.mystake-2zw4bb .mystake-okx6xv {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-2zw4bb .mystake-okx6xv {
    display: none;
  }
}

.mystake-2zw4bb .mystake-oppxh9 svg {
  display: none;
}

.mystake-ngevmu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-ngevmu .mystake-omlkaw {
  display: none;
}

@media (min-width: 768px) {
  .mystake-ngevmu .mystake-omlkaw {
    display: flex;
  }
}

.mystake-psyda7 {
  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-psyda7 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-psyda7 > * {
  margin: 0 !important;
}

.mystake-psyda7 img,
.mystake-2o6m73 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-psyda7 img,
  .mystake-2o6m73 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-8jf5oo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-8jf5oo {
    width: 32px;
    height: 32px;
  }
}

.mystake-5kf562 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-5kf562 {
    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-5kf562::-webkit-scrollbar {
    display: none;
  }
}

.mystake-xc7wl5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-xc7wl5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-seupc0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-seupc0 {
    display: flex;
    opacity: 1;
  }
}

.mystake-xc7wl5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-xc7wl5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-j5rusr {
  margin: -24px 0;
}

.mystake-j5rusr:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-j5rusr {
    margin: -16px 0;
  }
}

.mystake-7lavl4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-7lavl4 {
    flex-direction: row;
  }
}

.mystake-jvmkov {
  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-jvmkov {
    flex: 1;
  }
}

.mystake-jvmkov::placeholder {
  color: var(--Text-400);
}

.mystake-z4cd6e {
  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-aentwi {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-aentwi::-webkit-scrollbar {
  display: none;
}

.mystake-v9nvas {
  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-v9nvas img,
.mystake-v9nvas svg {
  margin-right: 8px;
}

.mystake-gspv40 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-j5rusr + .mystake-s8d84n {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-j5rusr + .mystake-s8d84n {
    margin-top: -16px;
  }
}

.mystake-6gq5wb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-6gq5wb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-6gq5wb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-8nv672 {
  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-onuvmu {
  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-2zoa3h {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-t1g7nl {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-5fl7fv {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-8nv672 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-8nv672 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-8nv672 {
    padding: 39px 179px 39px 39px;
  }

  .mystake-onuvmu {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-5fl7fv {
    height: 348px;
  }

  .mystake-8nv672 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-8nv672 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-8nv672 {
    padding: 63px;
  }
}

.mystake-6vbrw4 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-6vbrw4 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-6juedp {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-6juedp {
    width: auto;
  }
}

.mystake-kbfm2g {
  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-kbfm2g::-webkit-scrollbar {
  display: none;
}

.mystake-kbfm2g 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-kbfm2g a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-kbfm2g {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-6vbrw4 .mystake-aicynf {
  -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-3e77d1,
    mask-image 0.3s;
}

.mystake-6vbrw4 .mystake-aicynf.mystake-6f9zjq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-b32huh {
  margin: 40px -16px;
}

.mystake-q2iwez + .mystake-ngqnf6,
.mystake-q2iwez + .mystake-huzmpg {
  margin-top: 24px;
}

.mystake-kqdagu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-kqdagu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-26nwm4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-26nwm4 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-26nwm4 {
    margin-top: 0;
  }
}

.mystake-fppo3x {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-fppo3x {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-c8bav1 {
  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-c8bav1 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-ez45az {
  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-ez45az {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-zv8teh {
  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-zv8teh {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-b77gjt {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-b77gjt {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-xtxhxm {
  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-mrkg0c {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-mrkg0c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-s8d84n {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-vngy4u {
  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-vngy4u {
    padding: 15px 48px;
  }
}

main > .mystake-s8d84n {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-us9kr0.mystake-haqzav > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-5g8ji0 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-oyd6mc {
  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-q23sum {
  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-q23sum label {
  font-size: 14px;
}

.mystake-q23sum h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-q23sum input,
.mystake-q23sum textarea,
.mystake-q23sum 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-q23sum button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-sbpqnn ease;
}
.mystake-q23sum button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-juvsmt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-mhnj2c ease-in;
}

.mystake-juvsmt 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-wcxazu, .mystake-9yjtr4, [class*="review-card"],
thead, thead th, table th, .mystake-8zf7oh,
.mystake-qvq6ib, [class*="collapsible-header"],
.mystake-n34gpf, [class*="updated-block"] {
  color: #ece7dc !important;
}
