* {
  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-8opmhf {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-8opmhf {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-8opmhf {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-u32b2f {
  overflow: hidden;
}

.mystake-5ygy15 img {
  background: var(--Neutral-300);
}

.mystake-va9phu {
  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-q5ctvz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-q5ctvz:hover {
  background: var(--button-bg-hover);
}

.mystake-81lcjt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-81lcjt:hover {
  background: var(--button-bg-hover);
}

.mystake-h6le3y {
  font-size: 12px;
  line-height: 18px;
}

.mystake-1y9ub5 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-yhq0tr {
  width: 100%;
}

.mystake-k1xmin {
  padding: 6px 16px;
}

.mystake-c9r72a {
  padding: 10px 16px;
}

.mystake-heosma {
  padding: 15px 26px;
}

.mystake-dnmha5 {
  flex-shrink: 0;
}

.mystake-pggpfq {
  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-zklg38 {
  display: none;
}

.mystake-uoeuwh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-gmtwvz {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-0ydn6p {
  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-hesy0x {
  cursor: grab;
}

.mystake-0ydn6p::-webkit-scrollbar {
  display: none;
}

.mystake-t4hpy7 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-1xsm5y {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-w72cv9 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-yj974h {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-hhwe87 {
  visibility: visible;
}

.mystake-6clmoi {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-11cwob ease;
}

.mystake-j4bvab {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-rm96l1 {
  -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-11cwob,
    mask-image 0.3s;
}

.mystake-rm96l1.mystake-1nfs50 {
  -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-setu3o: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-x84412 {
  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-doq8lf.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-doq8lf.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-6np2kt {
  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-6np2kt::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-8a4ldk {
  position: relative;
  z-index: 1;
}

.mystake-lt2g2f {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-doozqh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-al8v0l {
  font-size: 40px;
  line-height: 48px;
}

.mystake-jvcql0 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-nlxs97 {
  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-nlxs97:hover {
  background: var(--Primary-400);
}

.mystake-nlxs97 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-setu3o 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-6np2kt {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-lt2g2f {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-doozqh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-al8v0l {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-jvcql0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-x84412 {
    top: 25px;
    right: 25px;
  }
}

.mystake-7jp2kj,
.mystake-ig5jtr {
  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-jumwnf.mystake-0fpmry::before,
.mystake-ig5jtr::before,
.mystake-w6hsor::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-doq8lf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-3f2fw3 14.mystake-l4llo9.mystake-rb2483 14.mystake-x2guw2 15.mystake-wfhzbu 14.mystake-n6s8yl 15.mystake-k6rupf 14.mystake-9c9772.mystake-ccplkf 14.mystake-y12dhp 19.mystake-1i3p0n 12.mystake-nsi71j 19.mystake-1i3p0n 10.mystake-8qh2sr.mystake-1i3p0n 8.mystake-62zqnl 17.mystake-gb9hak 7.mystake-q6134n 15.mystake-1rz81j 7.mystake-l9153e.mystake-2n9acj 7.mystake-q6134n 11.mystake-l6lyjk 8.mystake-62zqnl 11.mystake-l6lyjk 10.mystake-gs4anc.mystake-l6lyjk 12.mystake-nj3wwb 13.mystake-rjhkdn 14.mystake-41j4ma 15.mystake-kcxgt0 14.mystake-tldfk5.mystake-hem0kw 14.mystake-rprwk7 15.mystake-9ii4uh 14.mystake-pl4in6 15.mystake-jzu608 14.mystake-9p0igo.mystake-3f2fw3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-v1t6co 15.mystake-l0qqyo.mystake-y7duam 15.mystake-j5328o 15.mystake-rsw56k 15.mystake-3xnf83 15.mystake-s9a7hv 15.mystake-9161yu.mystake-estof5 15.mystake-3xnf83 15.mystake-8xmqyf 15.mystake-pbqrwc 15.mystake-4fwbuc 15.mystake-rpw2j5.mystake-4ay8ul 15.mystake-t0wzak 7.mystake-6ki5wa 18.mystake-bvapvd 7.mystake-i90ckd 23.mystake-zgf8m7.mystake-16lk5r.mystake-dfmfgj 18.mystake-80nm81 19.mystake-pywac7 15.mystake-x98yql 15.mystake-v1t6co 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-z4v5mh [type="submit"] *,
.mystake-rmagcg button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-dmgejq {
    display: none;
  }
}

.mystake-a3z64p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-a3z64p {
  display: none;
}

@media (min-width: 768px) {
  .mystake-a3z64p {
    bottom: 22px;
  }
}

.mystake-a3z64p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-a3z64p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-xk6jio.static) .mystake-a3z64p {
    bottom: 8px;
  }
}

.mystake-9tgtuw {
  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-doq8lf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-t210hl 3.mystake-lvxrd4.mystake-xu1ddb.mystake-t43vkr 3.mystake-7k7o3y 3.mystake-xapm5r 5.mystake-v625z7 3.mystake-xapm5r 8.mystake-469q8v.mystake-iuffxl.mystake-xapm5r 26.mystake-7pnb6i 5.mystake-1cj3vt 28.mystake-aon2xj 8.mystake-rxeciu 28.mystake-1x0mdv.mystake-tqgc4q 28.mystake-4aoduh.mystake-2hamhw 34.mystake-b3ozhu.mystake-vtx2rp 36.mystake-x0qlo2 11.mystake-2x5bpw 37.mystake-sasa13 12.mystake-8zedp5 36.mystake-pz18ts.mystake-abpvpo 28.mystake-md9hd2.mystake-g87zwi.mystake-3ior6a 28.mystake-vnrnjg 36.mystake-14l0gc 26.mystake-o0s5o1 36.mystake-14l0gc 23.mystake-pa8q52.mystake-jwcjmf.mystake-14l0gc 5.mystake-z22hra 34.mystake-431v8d 3.mystake-7k7o3y 31.mystake-t210hl 3.mystake-hygg2d.mystake-vgbowd 18.mystake-6n9puy.mystake-utub4d 18.mystake-ok7pcn 8.mystake-8r3ugj 17.mystake-h2biy9 8.mystake-8r3ugj 15.mystake-ir2oxe.mystake-8r3ugj 14.mystake-qpiqj7 9.mystake-utub4d 13.mystake-25xhyg 11.mystake-vgbowd 13.mystake-acre2k.mystake-1kdhgq 13.mystake-25xhyg 13.mystake-g6ohyj 14.mystake-qpiqj7 13.mystake-g6ohyj 15.mystake-uxxvt2.mystake-g6ohyj 17.mystake-h2biy9 12.mystake-1kdhgq 18.mystake-ok7pcn 11.mystake-vgbowd 18.mystake-7fd4c3.mystake-uqhxu7 18.mystake-9j5649.mystake-98el97 18.mystake-ok7pcn 17.mystake-nss5il 17.mystake-h2biy9 17.mystake-nss5il 15.mystake-nfxxoc.mystake-nss5il 14.mystake-qpiqj7 18.mystake-98el97 13.mystake-25xhyg 20.mystake-uqhxu7 13.mystake-4lq8or.mystake-maqi79 13.mystake-25xhyg 22.mystake-1a8jq9 14.mystake-qpiqj7 22.mystake-1a8jq9 15.mystake-naiipw.mystake-i2atlj 17.mystake-h2biy9 21.mystake-maqi79 18.mystake-ok7pcn 20.mystake-uqhxu7 18.mystake-7lui3t.mystake-ij4seq 18.mystake-se28oa.mystake-zu6gms 18.mystake-ok7pcn 26.mystake-of1m8u 17.mystake-h2biy9 26.mystake-of1m8u 15.mystake-bajt2g.mystake-of1m8u 14.mystake-qpiqj7 27.mystake-zu6gms 13.mystake-25xhyg 28.mystake-ij4seq 13.mystake-2864ry.mystake-8y21ns 13.mystake-25xhyg 31.mystake-p5pu3j 14.mystake-qpiqj7 31.mystake-p5pu3j 15.mystake-e3kkwg.mystake-of1m8u 17.mystake-h2biy9 30.mystake-8y21ns 18.mystake-ok7pcn 28.mystake-ij4seq 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-9tgtuw {
    display: none;
  }
}

.mystake-y58sul {
  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-y58sul {
    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-rmagcg {
  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-rmagcg {
    padding: 14px 16px;
  }
}

.mystake-rmagcg button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-rmagcg button:first-child {
  align-content: end;
}

.mystake-rmagcg button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-rmagcg
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-rmagcg
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-rmagcg button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-rmagcg button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-w6hsor {
  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-w6hsor::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-w6hsor,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-w6hsor {
  opacity: 1;
  visibility: visible;
}

.mystake-12vaj2 {
  flex: 1 1;
}

.mystake-ctt46a {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-ctt46a {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-qhjosv {
  display: block;
}

.mystake-fianzg {
  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-fianzg {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-ig5jtr {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-ig5jtr::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-wjr5tt span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-wjr5tt p {
  color: var(--Text-100);
}

.mystake-ig5jtr .mystake-4crsh5 {
  grid-area: button;
}

.mystake-ig5jtr .mystake-4crsh5::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-doq8lf.org/2000/svg'%3E%3Cpath d='M4.mystake-ygausl 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-v0wni2 15L16.mystake-v0wni2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-v0wni2 5L16.mystake-v0wni2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-z2qtls {
  display: block;
}

.mystake-1qjwu4 {
  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-1qjwu4 {
    margin-top: 40px;
  }
}

.mystake-7jp2kj label,
.mystake-7jp2kj input {
  display: block;
  width: 100%;
}

.mystake-7jp2kj label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-7jp2kj label.mystake-n25fit input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-7jp2kj label.mystake-n25fit::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-7jp2kj 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-7jp2kj input::placeholder {
  color: var(--Text-400);
}

.mystake-e4t6p9 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-e4t6p9 {
  display: flex;
}

.mystake-e4t6p9 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-e4t6p9 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-e4t6p9 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-z4v5mh {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-z4v5mh {
    padding: 0 24px 24px;
  }
}

.mystake-z4v5mh 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-z4v5mh input::placeholder {
  color: var(--Text-400);
}

.mystake-z4v5mh [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-z4v5mh [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-z4v5mh [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-z4v5mh [type="submit"] {
    right: 40px;
  }
}

.mystake-jumwnf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-jumwnf.mystake-0fpmry {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-jumwnf.mystake-0fpmry::before {
  content: "";
  width: 31px;
}

.mystake-jumwnf.mystake-0fpmry p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-jumwnf.mystake-ui39j9 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-jumwnf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-a3z64p .mystake-4crsh5 {
  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-dmgejq {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-dmgejq {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-dmgejq {
    padding: 18px 0;
  }
}

.mystake-dmgejq .mystake-8opmhf {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-dmgejq .mystake-8opmhf {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-mpgupo {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-mpgupo {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-mpgupo picture,
.mystake-mpgupo img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-mpgupo img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-069mh3 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-11cwob ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-dmgejq.mystake-bxcfq0 .mystake-069mh3 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-069mh3 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-069mh3 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-z784d9,
.mystake-v983nt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-z784d9,
  .mystake-v983nt {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-v983nt {
    display: none;
  }
}

.mystake-o8dmyf {
  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-bxcfq0 .mystake-o8dmyf {
  background: var(--fh-bg-color);
}

.mystake-o8dmyf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-o8dmyf {
    display: none;
  }
}

.mystake-cxktjx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-cxktjx {
    display: none;
  }
}

.mystake-3ajn2m {
  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-dmgejq.mystake-bxcfq0 .mystake-3ajn2m:first-child {
  display: none;
}

.mystake-dmgejq.mystake-bxcfq0 .mystake-3ajn2m:last-child {
  display: block;
}

.mystake-3ajn2m:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-3ajn2m {
    display: none;
  }
}

.mystake-dqjfnm {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-dqjfnm {
    display: flex;
  }
}

.mystake-dqjfnm ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-dqjfnm:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-dqjfnm:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-dqjfnm:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-dqjfnm:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-dqjfnm:hover .mystake-wk05mj svg {
  transform: rotate(180deg);
}

.mystake-jb8ane {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-qvach4 {
  padding: 0 8px;
}

.mystake-9gyga0 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-9gyga0:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-9gyga0 {
    padding: 4px 8px;
  }
}

.mystake-9e3uyw {
  display: flex;
}

.mystake-9e3uyw img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-wk05mj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-wk05mj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-k8jg1e {
  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-k8jg1e {
    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-58ztn2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-58ztn2 {
    display: none;
  }
}

.mystake-w5d9ma {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-4gfshp {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-nzy4ir {
  display: flex;
}

.mystake-fc08s3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-hm3yab {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-hm3yab {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-hm3yab {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-hm3yab .mystake-bzwoxz [data-ref-el],
  .mystake-hm3yab .mystake-bzwoxz span,
  .mystake-hm3yab .mystake-bzwoxz a {
    white-space: nowrap;
  }
}

.mystake-tayum0 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-tayum0.mystake-jl8ttk > .mystake-bzwoxz {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-tayum0.mystake-jmbpaa:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-tayum0.mystake-jl8ttk > .mystake-tm2zr9 {
    height: auto;
  }

  .mystake-tayum0.mystake-jl8ttk > div > .mystake-garbny {
    transform: rotate(180deg);
  }
}

.mystake-tayum0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-tayum0 [data-ref-el],
.mystake-tayum0 span {
  cursor: pointer;
}

.mystake-tayum0 [data-ref-el],
.mystake-tayum0 span,
.mystake-tayum0 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-tayum0 [data-ref-el],
  .mystake-tayum0 span,
  .mystake-tayum0 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-tayum0 [data-ref-el],
  .mystake-tayum0 span,
  .mystake-tayum0 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-tm2zr9 {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-11cwob ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-tm2zr9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-tm2zr9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-tm2zr9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-tm2zr9 {
    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-tm2zr9:has(> .mystake-tayum0.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-tm2zr9 .mystake-tm2zr9 {
    padding: 0;
  }

  .mystake-tm2zr9 .mystake-tayum0 {
    font-weight: 400;
  }

  .mystake-tm2zr9 .mystake-tayum0:hover > .mystake-bzwoxz {
    background: var(--Neutral-300);
  }

  .mystake-tm2zr9 .mystake-garbny {
    rotate: -90deg;
  }
}

.mystake-bzwoxz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-bzwoxz {
    padding: 8px;
  }

  .mystake-tayum0.mystake-cpqoe2 > .mystake-bzwoxz {
    background: var(--Neutral-300);
  }
}

.mystake-garbny {
  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-doq8lf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-8pmpbf 0.mystake-3s1xxj.mystake-uhqc6o -0.mystake-7aw92k 0.mystake-1ynana -0.mystake-7aw92k 1.mystake-svzbyk 0.mystake-wuq395.mystake-p1fh1h 4.mystake-t8h0t9.mystake-8pmpbf 0.mystake-czg7dp.mystake-whi7sh -0.mystake-7aw92k 9.mystake-v4b92l -0.mystake-7aw92k 10.mystake-e5jsp4 0.mystake-pinz1s.mystake-yxe9ye 0.mystake-uhqc6o 10.mystake-yxe9ye 0.mystake-1ynana 10.mystake-e5jsp4 1.mystake-f3r4kd.mystake-mak6z5 5.mystake-7y8cyc.mystake-gf9xul 6.mystake-w3oqmr 5.mystake-ubn4c8 6.mystake-w3oqmr 4.mystake-mizdya 5.mystake-lxht7m.mystake-8pmpbf 1.mystake-kvpuce.mystake-7aw92k 0.mystake-1ynana -0.mystake-7aw92k 0.mystake-uhqc6o 0.mystake-8pmpbf 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-11cwob ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-garbny {
    cursor: default;
  }
}

.mystake-64p9p1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-8gm0mh {
  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-8gm0mh {
    padding: 40px 4px;
  }
}

.mystake-p1s6zo {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-p1s6zo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-3c0h5a {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-3c0h5a {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-3c0h5a ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-3c0h5a [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-3c0h5a [data-ref-el],
.mystake-3c0h5a span,
.mystake-3c0h5a a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-cqsdw2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-cqsdw2 {
    margin-bottom: 12px;
  }
}

.mystake-kp009e {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-kp009e img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-kp009e:last-child {
    margin-right: 0;
  }
}

.mystake-09cvmv {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-cqsdw2:hover .mystake-a6xbx0 {
  visibility: visible;
  opacity: 1;
}

.mystake-a6xbx0 {
  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-1sts7p {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-28wvxk {
  display: flex;
  margin: 6px;
}

.mystake-28wvxk img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-a6xbx0::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-a6xbx0::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-iqjw1d {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-iqjw1d {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-2pbjra {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-2pbjra {
    margin-right: 32px;
  }
}

.mystake-kiybr7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-kiybr7 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-kiybr7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-nrxgo3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-d9dgs1 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-d9dgs1 {
    margin-top: 40px;
  }
}

.mystake-d9dgs1 + .mystake-16ih2u,
.mystake-d9dgs1 + .mystake-d9dgs1 {
  margin-top: 24px;
}

.mystake-kvmxxj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-kvmxxj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-kvmxxj {
    padding: 80px;
  }
}

.mystake-z19v63 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-z19v63 {
    padding: 0 16px;
}


}

.mystake-qgn0bm {
  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-qgn0bm {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-9z2d1n {
  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-9z2d1n {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-dozhqe {
  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-dozhqe:hover {
  background: var(--button-bg-hover);
}

.mystake-h5jp10 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-h5jp10 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-h5jp10 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-h5jp10 img {
  min-height: 100%;
  }
}

.mystake-kvmxxj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-d3sty2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-d3sty2 h1,
.mystake-d3sty2 h2,
.mystake-d3sty2 h3,
.mystake-d3sty2 h4 {
  margin-bottom: 6px;
}

.mystake-d3sty2 h1:not(:first-child),
.mystake-d3sty2 h2:not(:first-child),
.mystake-d3sty2 h3:not(:first-child),
.mystake-d3sty2 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-d3sty2 h1,
.mystake-d3sty2 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-d3sty2 h1,
  .mystake-d3sty2 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-d3sty2 h2,
.mystake-d3sty2 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-d3sty2 h2,
  .mystake-d3sty2 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-d3sty2 h3,
.mystake-d3sty2 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-d3sty2 h3,
  .mystake-d3sty2 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-d3sty2 h4,
.mystake-d3sty2 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-d3sty2 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-d3sty2 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-d3sty2 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-d3sty2 ul ul {
  margin-bottom: 8px;
}

.mystake-d3sty2 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-d3sty2 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-d3sty2 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-d3sty2 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-d3sty2 ol li::marker {
  font-weight: 700;
}

.mystake-d3sty2 ol ol {
  margin-bottom: 8px;
}

.mystake-d3sty2 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-d3sty2 ol ul li {
  padding-left: 16px;
}

.mystake-d3sty2 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-d3sty2 table {
    padding: 24px;
  }
}

.mystake-d3sty2 table.mystake-l72dc0 {
  -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-11cwob,
    mask-image 0.3s;
}

.mystake-d3sty2 table.mystake-l72dc0.mystake-1nfs50 {
  -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-d3sty2 table {
    display: table;
  }
}

.mystake-d3sty2 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-d3sty2 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-d3sty2 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-d3sty2 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-d3sty2 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-d3sty2 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-d3sty2 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-d3sty2 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-d3sty2 img {
  max-width: 100%;
  height: auto;
}

.mystake-zb6cga {
  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-zb6cga {
    padding: 24px;
  }
}

.mystake-4qrm32 {
  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-4qrm32 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-4qrm32 > * {
  margin: 0 !important;
}

.mystake-4qrm32 img,
.mystake-d4g1bi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-4qrm32 img,
  .mystake-d4g1bi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-s2t3xq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-s2t3xq {
    width: 32px;
    height: 32px;
  }
}

.mystake-i3s7rm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-i3s7rm .mystake-qjvgnq {
  flex-shrink: 0;
}

.mystake-i3s7rm .mystake-m2j4zs svg {
  display: none;
}

.mystake-0ugfbx {
  display: grid;
  transition: max-height 0.mystake-11cwob ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-0ugfbx {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-0ugfbx {
    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-0ugfbx.mystake-gwinwz + .mystake-qjvgnq svg {
  transform: rotate(180deg);
}

.mystake-nxahfo {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-nxahfo > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-nxahfo
  > div:nth-child(3n)
  .mystake-7tr75c
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-nxahfo {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-nxahfo > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-nxahfo
    > div:nth-child(3n)
    .mystake-7tr75c
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-nxahfo {
    max-width: 270px;
  }
}

.mystake-nxahfo .mystake-7tr75c button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-nxahfo .mystake-7tr75c button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-nxahfo .mystake-7tr75c button {
    max-width: 104px;
  }
}

.mystake-y5jsyv {
  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-y5jsyv {
    margin-bottom: 0;
  }
}

.mystake-jd1kcy {
  display: none;
  opacity: 0;
}

.mystake-dmzh1h {
  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-dmzh1h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-7tr75c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-7tr75c 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-7tr75c
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-7tr75c
    button {
    max-width: 145px;
  }
}

.mystake-d0ca34:first-child
  .mystake-7tr75c
  button {
  max-width: 270px;
}

.mystake-c6b593 {
  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-y5jsyv picture {
  width: 100%;
  max-width: 100%;
}

.mystake-5thf8d {
  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-5thf8d svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-y5jsyv:hover .mystake-5thf8d {
  display: flex;
}

.mystake-4eo8ht {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-iy3b6q {
  display: flex;
}

.mystake-iy3b6q:hover .mystake-q6gs22,
.mystake-iy3b6q .mystake-cpqoe2 .mystake-q6gs22 {
  display: flex;
}

.mystake-iy3b6q svg {
  flex-shrink: 0;
}

.mystake-q6gs22 {
  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-q6gs22 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-q6gs22:hover {
  display: flex;
}

.mystake-q6gs22 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-r7pggo {
  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-r7pggo {
    font-size: 12px;
  }
}

.mystake-t2vhsd,
.mystake-mavgap {
  width: 50%;
  flex-shrink: 0;
}

.mystake-t2vhsd {
  font-weight: 700;
}

.mystake-t2xsgp .mystake-0ugfbx {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-t2xsgp .mystake-0ugfbx {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-t2xsgp .mystake-0ugfbx {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-t2xsgp
  .mystake-c6b593:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-t2xsgp .mystake-dmzh1h {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-t2xsgp .mystake-7tr75c {
  gap: 4px;
  align-items: center;
}

.mystake-t2xsgp .mystake-7tr75c button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-t2xsgp .mystake-7tr75c svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-t2xsgp .mystake-5ab8od,
.mystake-t2xsgp .mystake-a250on {
  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-doq8lf.org/2000/svg'%3E%3Cpath d='M9.mystake-a5ybra 4.mystake-ff09qw.mystake-la9els 5.mystake-tt7udv.mystake-72pvlo 5.mystake-e2j9n4.mystake-94a3zs 5.mystake-3labx2.mystake-3quz7k 8.mystake-7fawkg.mystake-3e2do4 9.mystake-g0oa7p.mystake-fck1hp 9.mystake-ynm1gb.mystake-c63kqr 13.mystake-v6mivm.mystake-af0rnk 11.mystake-a2l4rl.mystake-03npk3 11.mystake-bn2re5.mystake-0w50n7 11.mystake-t70707.mystake-x66gzr 13.mystake-tuc167.mystake-l3hlar 9.mystake-awfygh.mystake-p0pjvj 9.mystake-f5exrm.mystake-ygsuy9 8.mystake-5h9i39.mystake-vg7bds 5.mystake-ayrls6.mystake-913vzf 5.mystake-a7kpjs.mystake-jfzt3r 5.mystake-o210zb.mystake-k6qo8f 4.mystake-lqrlqo.mystake-03npk3 1.mystake-8j8yqw.mystake-a5ybra 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-t2xsgp .mystake-5ab8od {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-t2xsgp .mystake-a250on {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-g9qvkh {
  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-g9qvkh {
    padding: 24px;
  }
}

.mystake-g9qvkh .mystake-qjvgnq {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-g9qvkh .mystake-qjvgnq {
    display: none;
  }
}

.mystake-g9qvkh .mystake-m2j4zs svg {
  display: none;
}

.mystake-whm9zv {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-whm9zv .mystake-va9phu {
  display: none;
}

@media (min-width: 768px) {
  .mystake-whm9zv .mystake-va9phu {
    display: flex;
  }
}

.mystake-t3rf0h {
  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-t3rf0h {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-t3rf0h > * {
  margin: 0 !important;
}

.mystake-t3rf0h img,
.mystake-m6gmob {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-t3rf0h img,
  .mystake-m6gmob {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-f0tnky {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-f0tnky {
    width: 32px;
    height: 32px;
  }
}

.mystake-cc217r {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-cc217r {
    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-cc217r::-webkit-scrollbar {
    display: none;
  }
}

.mystake-ucmi3r {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-ucmi3r {
    padding: 7px 15px;
  }
}

.mystake-ucmi3r:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-dump8l {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-dump8l {
    display: flex;
    opacity: 1;
  }
}

.mystake-ucmi3r picture {
  height: 100%;
  display: block;
}

.mystake-ucmi3r img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-ucmi3r img {
    width: 88px;
    height: 44px;
  }
}

.mystake-ucmi3r p {
  text-align: center;
  width: 100%;
}

.mystake-s2kj2r {
  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-s2kj2r {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-s2kj2r img,
.mystake-j41f5z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-s2kj2r img,
  .mystake-j41f5z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-mfcv8e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-mfcv8e {
    width: 32px;
    height: 32px;
  }
}

.mystake-yl95t4 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-swa1el {
  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-glpf9o {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-glpf9o.mystake-cpqoe2 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-qotopn {
  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-qotopn {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-1kf5q0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-9n1u30 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-11cwob ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-o4hq2t {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-o4hq2t ol,
.mystake-o4hq2t ul {
  padding-left: 1.3em;
}

.mystake-glpf9o.mystake-cpqoe2 .mystake-9n1u30 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-glpf9o.mystake-cpqoe2 .mystake-1kf5q0 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-0rkzem {
  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-0rkzem {
    padding: 24px;
  }
}

.mystake-0rkzem .mystake-qjvgnq {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-0rkzem .mystake-qjvgnq {
    display: none;
  }
}

.mystake-0rkzem .mystake-m2j4zs svg {
  display: none;
}

.mystake-bf796v {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-bf796v .mystake-va9phu {
  display: none;
}

@media (min-width: 768px) {
  .mystake-bf796v .mystake-va9phu {
    display: flex;
  }
}

.mystake-zwex3b {
  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-zwex3b {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-zwex3b > * {
  margin: 0 !important;
}

.mystake-zwex3b img,
.mystake-t3ub4v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-zwex3b img,
  .mystake-t3ub4v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-8c58xu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-8c58xu {
    width: 32px;
    height: 32px;
  }
}

.mystake-4j652s {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-4j652s {
    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-4j652s::-webkit-scrollbar {
    display: none;
  }
}

.mystake-kqfg6l {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-kqfg6l:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-mce7uc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-mce7uc {
    display: flex;
    opacity: 1;
  }
}

.mystake-kqfg6l picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-kqfg6l picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-554fty {
  margin: -24px 0;
}

.mystake-554fty:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-554fty {
    margin: -16px 0;
  }
}

.mystake-zu8b7y {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-zu8b7y {
    flex-direction: row;
  }
}

.mystake-3xf59p {
  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-3xf59p {
    flex: 1;
  }
}

.mystake-3xf59p::placeholder {
  color: var(--Text-400);
}

.mystake-wap1y2 {
  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-yx08lu {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-yx08lu::-webkit-scrollbar {
  display: none;
}

.mystake-wvuhuq {
  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-wvuhuq img,
.mystake-wvuhuq svg {
  margin-right: 8px;
}

.mystake-binrrr {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-554fty + .mystake-rn5kjk {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-554fty + .mystake-rn5kjk {
    margin-top: -16px;
  }
}

.mystake-ggeobb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-ggeobb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-ggeobb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-hka1wc {
  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-gcoi2k {
  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-dk32bv {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-mnnvti {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-taeip2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-hka1wc 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-hka1wc 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-hka1wc {
    padding: 39px 179px 39px 39px;
  }

  .mystake-gcoi2k {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-taeip2 {
    height: 348px;
  }

  .mystake-hka1wc button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-hka1wc button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-hka1wc {
    padding: 63px;
  }
}

.mystake-35e1od {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-35e1od {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-098js2 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-098js2 {
    width: auto;
  }
}

.mystake-avkh8k {
  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-avkh8k::-webkit-scrollbar {
  display: none;
}

.mystake-avkh8k 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-avkh8k a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-avkh8k {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-35e1od .mystake-3ntvrm {
  -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-11cwob,
    mask-image 0.3s;
}

.mystake-35e1od .mystake-3ntvrm.mystake-1nfs50 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-osicl5 {
  margin: 40px -16px;
}

.mystake-3mgcff + .mystake-16ih2u,
.mystake-3mgcff + .mystake-d9dgs1 {
  margin-top: 24px;
}

.mystake-u82vz6 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-u82vz6 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-wtg2dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-wtg2dt {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-wtg2dt {
    margin-top: 0;
  }
}

.mystake-wceom9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-wceom9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-rm5ljl {
  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-rm5ljl {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-3l5jmu {
  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-3l5jmu {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-252cev {
  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-252cev {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-gz9e76 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-gz9e76 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-uyzoyf {
  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-a0r8i7 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-a0r8i7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-rn5kjk {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-cvmv9c {
  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-cvmv9c {
    padding: 15px 48px;
  }
}

main > .mystake-rn5kjk {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-0ugfbx.mystake-gbwvbw > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-d3sty2 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-xj46xf {
  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-903qiz {
  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-903qiz label {
  font-size: 14px;
}

.mystake-903qiz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-903qiz input,
.mystake-903qiz textarea,
.mystake-903qiz 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-903qiz button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-864kkb ease;
}
.mystake-903qiz button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-0pf3n5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-4qqdex ease-in;
}

.mystake-0pf3n5 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-qkjp55, .mystake-22rolu, [class*="review-card"],
thead, thead th, table th, .mystake-nlhgj7,
.mystake-0tl0z8, [class*="collapsible-header"],
.mystake-fzjj93, [class*="updated-block"] {
  color: #ece7dc !important;
}
