* {
  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-fn18xc {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-fn18xc {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-fn18xc {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-fxw1u5 {
  overflow: hidden;
}

.mystake-8xuk5u img {
  background: var(--Neutral-300);
}

.mystake-q5cdnf {
  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-yp7wbw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-yp7wbw:hover {
  background: var(--button-bg-hover);
}

.mystake-6qcdt0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-6qcdt0:hover {
  background: var(--button-bg-hover);
}

.mystake-0am9p7 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-1bl40i {
  font-size: 18px;
  line-height: 26px;
}

.mystake-4scfc6 {
  width: 100%;
}

.mystake-wdp141 {
  padding: 6px 16px;
}

.mystake-d9xjap {
  padding: 10px 16px;
}

.mystake-8ktq9q {
  padding: 15px 26px;
}

.mystake-28p1n1 {
  flex-shrink: 0;
}

.mystake-nb5c8m {
  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-jotwed {
  display: none;
}

.mystake-upw0w3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-3hkviv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-j41xsv {
  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-gotyfo {
  cursor: grab;
}

.mystake-j41xsv::-webkit-scrollbar {
  display: none;
}

.mystake-kv9t8h {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-jl2yir {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-1clqgo {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-4caxsn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-oy4wcz {
  visibility: visible;
}

.mystake-0z6dju {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-u2g0pt ease;
}

.mystake-xaf4ew {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-fqhgbb {
  -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-u2g0pt,
    mask-image 0.3s;
}

.mystake-fqhgbb.mystake-j95vmi {
  -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-fz5780: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-ry99q3 {
  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-vmg60i.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-vmg60i.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-zgcjxm {
  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-zgcjxm::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-6l4mms {
  position: relative;
  z-index: 1;
}

.mystake-f0h2rq {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-020c6v {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-5xdkjs {
  font-size: 40px;
  line-height: 48px;
}

.mystake-gb4lah {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-4mcq23 {
  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-4mcq23:hover {
  background: var(--Primary-400);
}

.mystake-4mcq23 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-fz5780 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-zgcjxm {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-f0h2rq {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-020c6v {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-5xdkjs {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-gb4lah {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-ry99q3 {
    top: 25px;
    right: 25px;
  }
}

.mystake-budw2d,
.mystake-q73yby {
  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-0iv25o.mystake-q8f0vu::before,
.mystake-q73yby::before,
.mystake-jril32::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-vmg60i.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-tpyvs7 14.mystake-94xu8t.mystake-96wfnk 14.mystake-rurm0g 15.mystake-5fom5v 14.mystake-lu1vw3 15.mystake-fr9xkb 14.mystake-jf4o7p.mystake-wdsgw3 14.mystake-5do3js 19.mystake-1ln90r 12.mystake-3thqf3 19.mystake-1ln90r 10.mystake-rsmi0b.mystake-1ln90r 8.mystake-h6p2p0 17.mystake-enj4wp 7.mystake-k7df24 15.mystake-rmadth 7.mystake-e90qqe.mystake-1rrgc7 7.mystake-k7df24 11.mystake-krc1sn 8.mystake-h6p2p0 11.mystake-krc1sn 10.mystake-o8tm2i.mystake-krc1sn 12.mystake-39p2gz 13.mystake-fprvrw 14.mystake-fd4aiz 15.mystake-t0ahfh 14.mystake-g0dwhg.mystake-vdbz1w 14.mystake-mqvddn 15.mystake-76sal9 14.mystake-5rqein 15.mystake-uqax6g 14.mystake-wx9o5s.mystake-tpyvs7 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-idjlc4 15.mystake-l5b1f7.mystake-bqxuh9 15.mystake-6x0ll3 15.mystake-axgm65 15.mystake-3ir0wk 15.mystake-y6dxlq 15.mystake-0br0bm.mystake-zict7x 15.mystake-3ir0wk 15.mystake-xsl54q 15.mystake-gcr53b 15.mystake-kwggi1 15.mystake-7j54pb.mystake-e890q2 15.mystake-6mtqqc 7.mystake-70of0t 18.mystake-xgfmwf 7.mystake-f8rtp0 23.mystake-rlrkgx.mystake-kdmelm.mystake-lyi7v0 18.mystake-8mpotf 19.mystake-ihun4c 15.mystake-wjbn86 15.mystake-idjlc4 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-sc7z80 [type="submit"] *,
.mystake-z0x63c button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-o8vnre {
    display: none;
  }
}

.mystake-g77uk4 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-g77uk4 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-g77uk4 {
    bottom: 22px;
  }
}

.mystake-g77uk4 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-g77uk4 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-86efgz.static) .mystake-g77uk4 {
    bottom: 8px;
  }
}

.mystake-wh07pf {
  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-vmg60i.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-lwpu59 3.mystake-knjd1d.mystake-edf7m8.mystake-qvn8hs 3.mystake-qohy2e 3.mystake-xq3oj7 5.mystake-kisx8t 3.mystake-xq3oj7 8.mystake-7d4dyd.mystake-aml9tv.mystake-xq3oj7 26.mystake-lvlcfb 5.mystake-c3w66t 28.mystake-liiwm9 8.mystake-n3xi51 28.mystake-dab1ty.mystake-0hop8w 28.mystake-ozshfo.mystake-9kdk6e 34.mystake-knvqmt.mystake-ng2sas 36.mystake-ouw5sl 11.mystake-x6opi6 37.mystake-12pgng 12.mystake-9b7kbl 36.mystake-c5ifxt.mystake-3hb9ze 28.mystake-ad6w3y.mystake-wvzet1.mystake-hrip6d 28.mystake-hue8l8 36.mystake-7jtpz5 26.mystake-ivyj2q 36.mystake-7jtpz5 23.mystake-tteuio.mystake-7mj05w.mystake-7jtpz5 5.mystake-vqa6wr 34.mystake-8h0p8m 3.mystake-qohy2e 31.mystake-lwpu59 3.mystake-g9qex4.mystake-acc82b 18.mystake-scpzep.mystake-4g8r5n 18.mystake-hu3ziu 8.mystake-40ilqq 17.mystake-ij5idf 8.mystake-40ilqq 15.mystake-6xo8ag.mystake-40ilqq 14.mystake-x49i1a 9.mystake-4g8r5n 13.mystake-vke5jl 11.mystake-acc82b 13.mystake-9l4rjv.mystake-oc53vz 13.mystake-vke5jl 13.mystake-tpomms 14.mystake-x49i1a 13.mystake-tpomms 15.mystake-imhpo7.mystake-tpomms 17.mystake-ij5idf 12.mystake-oc53vz 18.mystake-hu3ziu 11.mystake-acc82b 18.mystake-aseukp.mystake-manqjc 18.mystake-mb6yid.mystake-5u0a08 18.mystake-hu3ziu 17.mystake-14wqqx 17.mystake-ij5idf 17.mystake-14wqqx 15.mystake-oldbvs.mystake-14wqqx 14.mystake-x49i1a 18.mystake-5u0a08 13.mystake-vke5jl 20.mystake-manqjc 13.mystake-cmocm2.mystake-sx4qap 13.mystake-vke5jl 22.mystake-i0vpi4 14.mystake-x49i1a 22.mystake-i0vpi4 15.mystake-xj79xg.mystake-nk0tqj 17.mystake-ij5idf 21.mystake-sx4qap 18.mystake-hu3ziu 20.mystake-manqjc 18.mystake-dgrkta.mystake-b0xx5w 18.mystake-rxixrv.mystake-uozh94 18.mystake-hu3ziu 26.mystake-gorln2 17.mystake-ij5idf 26.mystake-gorln2 15.mystake-6ajgn2.mystake-gorln2 14.mystake-x49i1a 27.mystake-uozh94 13.mystake-vke5jl 28.mystake-b0xx5w 13.mystake-4vgwkz.mystake-m37msn 13.mystake-vke5jl 31.mystake-mo27zw 14.mystake-x49i1a 31.mystake-mo27zw 15.mystake-9xz3m6.mystake-gorln2 17.mystake-ij5idf 30.mystake-m37msn 18.mystake-hu3ziu 28.mystake-b0xx5w 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-wh07pf {
    display: none;
  }
}

.mystake-2mjdzb {
  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-2mjdzb {
    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-z0x63c {
  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-z0x63c {
    padding: 14px 16px;
  }
}

.mystake-z0x63c button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-z0x63c button:first-child {
  align-content: end;
}

.mystake-z0x63c button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-z0x63c
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-z0x63c
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-z0x63c button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-z0x63c button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-jril32 {
  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-jril32::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-jril32,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-jril32 {
  opacity: 1;
  visibility: visible;
}

.mystake-394h21 {
  flex: 1 1;
}

.mystake-n6bna3 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-n6bna3 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-4u2yko {
  display: block;
}

.mystake-pjsnqc {
  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-pjsnqc {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-q73yby {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-q73yby::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-e1dosg span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-e1dosg p {
  color: var(--Text-100);
}

.mystake-q73yby .mystake-wy08ri {
  grid-area: button;
}

.mystake-q73yby .mystake-wy08ri::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-vmg60i.org/2000/svg'%3E%3Cpath d='M4.mystake-xqzhux 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-cvd5p3 15L16.mystake-cvd5p3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-cvd5p3 5L16.mystake-cvd5p3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-7nnq6g {
  display: block;
}

.mystake-jcugnu {
  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-jcugnu {
    margin-top: 40px;
  }
}

.mystake-budw2d label,
.mystake-budw2d input {
  display: block;
  width: 100%;
}

.mystake-budw2d label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-budw2d label.mystake-w6qq8k input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-budw2d label.mystake-w6qq8k::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-budw2d 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-budw2d input::placeholder {
  color: var(--Text-400);
}

.mystake-xeafir {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-xeafir {
  display: flex;
}

.mystake-xeafir ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-xeafir ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-xeafir ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-sc7z80 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-sc7z80 {
    padding: 0 24px 24px;
  }
}

.mystake-sc7z80 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-sc7z80 input::placeholder {
  color: var(--Text-400);
}

.mystake-sc7z80 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-sc7z80 [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-sc7z80 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-sc7z80 [type="submit"] {
    right: 40px;
  }
}

.mystake-0iv25o {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-0iv25o.mystake-q8f0vu {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-0iv25o.mystake-q8f0vu::before {
  content: "";
  width: 31px;
}

.mystake-0iv25o.mystake-q8f0vu p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-0iv25o.mystake-o8mfo1 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-0iv25o p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-g77uk4 .mystake-wy08ri {
  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-o8vnre {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-o8vnre {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-o8vnre {
    padding: 18px 0;
  }
}

.mystake-o8vnre .mystake-fn18xc {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-o8vnre .mystake-fn18xc {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-3megkz {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-3megkz {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-3megkz picture,
.mystake-3megkz img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-3megkz img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-mdm9z8 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-u2g0pt ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-o8vnre.mystake-dcs0r0 .mystake-mdm9z8 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-mdm9z8 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-mdm9z8 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-p32e9m,
.mystake-9njkhm {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-p32e9m,
  .mystake-9njkhm {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-9njkhm {
    display: none;
  }
}

.mystake-bhuxdl {
  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-dcs0r0 .mystake-bhuxdl {
  background: var(--fh-bg-color);
}

.mystake-bhuxdl button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-bhuxdl {
    display: none;
  }
}

.mystake-6cb1tz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-6cb1tz {
    display: none;
  }
}

.mystake-df2xu5 {
  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-o8vnre.mystake-dcs0r0 .mystake-df2xu5:first-child {
  display: none;
}

.mystake-o8vnre.mystake-dcs0r0 .mystake-df2xu5:last-child {
  display: block;
}

.mystake-df2xu5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-df2xu5 {
    display: none;
  }
}

.mystake-ayyaxb {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-ayyaxb {
    display: flex;
  }
}

.mystake-ayyaxb ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-ayyaxb:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-ayyaxb:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-ayyaxb:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-ayyaxb:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-ayyaxb:hover .mystake-qvus0i svg {
  transform: rotate(180deg);
}

.mystake-3llf0i {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-iok3xa {
  padding: 0 8px;
}

.mystake-br8707 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-br8707:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-br8707 {
    padding: 4px 8px;
  }
}

.mystake-lb7i3m {
  display: flex;
}

.mystake-lb7i3m img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-qvus0i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-qvus0i svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-vuend5 {
  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-vuend5 {
    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-ouz0k7 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-ouz0k7 {
    display: none;
  }
}

.mystake-nfl3hf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-xgp1xn {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-qqs2pp {
  display: flex;
}

.mystake-6ej19o {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-uoxpae {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-uoxpae {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-uoxpae {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-uoxpae .mystake-nsgu9f [data-ref-el],
  .mystake-uoxpae .mystake-nsgu9f span,
  .mystake-uoxpae .mystake-nsgu9f a {
    white-space: nowrap;
  }
}

.mystake-5f41og {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-5f41og.mystake-1nvt2l > .mystake-nsgu9f {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-5f41og.mystake-8uvdnl:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-5f41og.mystake-1nvt2l > .mystake-4raaxl {
    height: auto;
  }

  .mystake-5f41og.mystake-1nvt2l > div > .mystake-lwxw7u {
    transform: rotate(180deg);
  }
}

.mystake-5f41og [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-5f41og [data-ref-el],
.mystake-5f41og span {
  cursor: pointer;
}

.mystake-5f41og [data-ref-el],
.mystake-5f41og span,
.mystake-5f41og 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-5f41og [data-ref-el],
  .mystake-5f41og span,
  .mystake-5f41og a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-5f41og [data-ref-el],
  .mystake-5f41og span,
  .mystake-5f41og a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-4raaxl {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-u2g0pt ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-4raaxl::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-4raaxl::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-4raaxl::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-4raaxl {
    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-4raaxl:has(> .mystake-5f41og.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-4raaxl .mystake-4raaxl {
    padding: 0;
  }

  .mystake-4raaxl .mystake-5f41og {
    font-weight: 400;
  }

  .mystake-4raaxl .mystake-5f41og:hover > .mystake-nsgu9f {
    background: var(--Neutral-300);
  }

  .mystake-4raaxl .mystake-lwxw7u {
    rotate: -90deg;
  }
}

.mystake-nsgu9f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-nsgu9f {
    padding: 8px;
  }

  .mystake-5f41og.mystake-48mur6 > .mystake-nsgu9f {
    background: var(--Neutral-300);
  }
}

.mystake-lwxw7u {
  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-vmg60i.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-2ro1zk 0.mystake-kjqimm.mystake-b2yscb -0.mystake-dbqajc 0.mystake-5p57b5 -0.mystake-dbqajc 1.mystake-sk3g57 0.mystake-3ojxco.mystake-liumhk 4.mystake-qknhng.mystake-2ro1zk 0.mystake-kx3e23.mystake-a0hvmu -0.mystake-dbqajc 9.mystake-q4oep5 -0.mystake-dbqajc 10.mystake-o8p33y 0.mystake-5qrmhh.mystake-97skub 0.mystake-b2yscb 10.mystake-97skub 0.mystake-5p57b5 10.mystake-o8p33y 1.mystake-0118td.mystake-9z8mso 5.mystake-i1pxo4.mystake-htmfme 6.mystake-h3i5t0 5.mystake-sby01j 6.mystake-h3i5t0 4.mystake-bui4t7 5.mystake-hx41r7.mystake-2ro1zk 1.mystake-8bmvsr.mystake-dbqajc 0.mystake-5p57b5 -0.mystake-dbqajc 0.mystake-b2yscb 0.mystake-2ro1zk 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-u2g0pt ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-lwxw7u {
    cursor: default;
  }
}

.mystake-203yu0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-czi7m7 {
  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-czi7m7 {
    padding: 40px 4px;
  }
}

.mystake-s1qvvj {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-s1qvvj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-i7dged {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-i7dged {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-i7dged ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-i7dged [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-i7dged [data-ref-el],
.mystake-i7dged span,
.mystake-i7dged a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-paz7e8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-paz7e8 {
    margin-bottom: 12px;
  }
}

.mystake-zc6bny {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-zc6bny img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-zc6bny:last-child {
    margin-right: 0;
  }
}

.mystake-2nokj6 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-paz7e8:hover .mystake-nsu0ib {
  visibility: visible;
  opacity: 1;
}

.mystake-nsu0ib {
  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-q7jd74 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-8il46l {
  display: flex;
  margin: 6px;
}

.mystake-8il46l img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-nsu0ib::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-nsu0ib::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-kd46s9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-kd46s9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-vrinwf {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-vrinwf {
    margin-right: 32px;
  }
}

.mystake-3zzwdb {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-3zzwdb {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-3zzwdb a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-r9sqks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-yswgrp {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-yswgrp {
    margin-top: 40px;
  }
}

.mystake-yswgrp + .mystake-85p59h,
.mystake-yswgrp + .mystake-yswgrp {
  margin-top: 24px;
}

.mystake-r0vfa2 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-r0vfa2 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-r0vfa2 {
    padding: 80px;
  }
}

.mystake-eut9xr {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-eut9xr {
    padding: 0 16px;
}


}

.mystake-rv5u75 {
  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-rv5u75 {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-isw2xc {
  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-isw2xc {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-9r8j0n {
  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-9r8j0n:hover {
  background: var(--button-bg-hover);
}

.mystake-putu6t {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-putu6t img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-putu6t img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-putu6t img {
  min-height: 100%;
  }
}

.mystake-r0vfa2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-62feu9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-62feu9 h1,
.mystake-62feu9 h2,
.mystake-62feu9 h3,
.mystake-62feu9 h4 {
  margin-bottom: 6px;
}

.mystake-62feu9 h1:not(:first-child),
.mystake-62feu9 h2:not(:first-child),
.mystake-62feu9 h3:not(:first-child),
.mystake-62feu9 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-62feu9 h1,
.mystake-62feu9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-62feu9 h1,
  .mystake-62feu9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-62feu9 h2,
.mystake-62feu9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-62feu9 h2,
  .mystake-62feu9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-62feu9 h3,
.mystake-62feu9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-62feu9 h3,
  .mystake-62feu9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-62feu9 h4,
.mystake-62feu9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-62feu9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-62feu9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-62feu9 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-62feu9 ul ul {
  margin-bottom: 8px;
}

.mystake-62feu9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-62feu9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-62feu9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-62feu9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-62feu9 ol li::marker {
  font-weight: 700;
}

.mystake-62feu9 ol ol {
  margin-bottom: 8px;
}

.mystake-62feu9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-62feu9 ol ul li {
  padding-left: 16px;
}

.mystake-62feu9 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-62feu9 table {
    padding: 24px;
  }
}

.mystake-62feu9 table.mystake-1bdw80 {
  -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-u2g0pt,
    mask-image 0.3s;
}

.mystake-62feu9 table.mystake-1bdw80.mystake-j95vmi {
  -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-62feu9 table {
    display: table;
  }
}

.mystake-62feu9 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-62feu9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-62feu9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-62feu9 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-62feu9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-62feu9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-62feu9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-62feu9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-62feu9 img {
  max-width: 100%;
  height: auto;
}

.mystake-fzd1wr {
  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-fzd1wr {
    padding: 24px;
  }
}

.mystake-gmbkdq {
  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-gmbkdq {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-gmbkdq > * {
  margin: 0 !important;
}

.mystake-gmbkdq img,
.mystake-nvrfx2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-gmbkdq img,
  .mystake-nvrfx2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-8nfmr6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-8nfmr6 {
    width: 32px;
    height: 32px;
  }
}

.mystake-z7lo6k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-z7lo6k .mystake-1iumqv {
  flex-shrink: 0;
}

.mystake-z7lo6k .mystake-p6ijwr svg {
  display: none;
}

.mystake-wjkozb {
  display: grid;
  transition: max-height 0.mystake-u2g0pt ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-wjkozb {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-wjkozb {
    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-wjkozb.mystake-9x0hm2 + .mystake-1iumqv svg {
  transform: rotate(180deg);
}

.mystake-lttdja {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-lttdja > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-lttdja
  > div:nth-child(3n)
  .mystake-24rnwm
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-lttdja {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-lttdja > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-lttdja
    > div:nth-child(3n)
    .mystake-24rnwm
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-lttdja {
    max-width: 270px;
  }
}

.mystake-lttdja .mystake-24rnwm button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-lttdja .mystake-24rnwm button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-lttdja .mystake-24rnwm button {
    max-width: 104px;
  }
}

.mystake-o0tom5 {
  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-o0tom5 {
    margin-bottom: 0;
  }
}

.mystake-kagllh {
  display: none;
  opacity: 0;
}

.mystake-msk5eo {
  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-msk5eo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-24rnwm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-24rnwm 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-24rnwm
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-24rnwm
    button {
    max-width: 145px;
  }
}

.mystake-xpes1z:first-child
  .mystake-24rnwm
  button {
  max-width: 270px;
}

.mystake-tugi8a {
  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-o0tom5 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-ue1kqb {
  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-ue1kqb svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-o0tom5:hover .mystake-ue1kqb {
  display: flex;
}

.mystake-0gxfuc {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-vt0rbk {
  display: flex;
}

.mystake-vt0rbk:hover .mystake-krmwqb,
.mystake-vt0rbk .mystake-48mur6 .mystake-krmwqb {
  display: flex;
}

.mystake-vt0rbk svg {
  flex-shrink: 0;
}

.mystake-krmwqb {
  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-krmwqb {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-krmwqb:hover {
  display: flex;
}

.mystake-krmwqb svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-7z3jpo {
  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-7z3jpo {
    font-size: 12px;
  }
}

.mystake-vkoyr2,
.mystake-bo1e39 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-vkoyr2 {
  font-weight: 700;
}

.mystake-xa1qht .mystake-wjkozb {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-xa1qht .mystake-wjkozb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-xa1qht .mystake-wjkozb {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-xa1qht
  .mystake-tugi8a:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-xa1qht .mystake-msk5eo {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-xa1qht .mystake-24rnwm {
  gap: 4px;
  align-items: center;
}

.mystake-xa1qht .mystake-24rnwm button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-xa1qht .mystake-24rnwm svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-xa1qht .mystake-hbl1ny,
.mystake-xa1qht .mystake-hv9ro3 {
  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-vmg60i.org/2000/svg'%3E%3Cpath d='M9.mystake-er4kg4 4.mystake-yuoxzu.mystake-i8pj5k 5.mystake-0ojokj.mystake-qm7abf 5.mystake-nidst4.mystake-pd3mh5 5.mystake-539ezg.mystake-7ik180 8.mystake-x0tvxy.mystake-0uo6sy 9.mystake-8pk3at.mystake-7gzfsk 9.mystake-skb5nu.mystake-4aafpd 13.mystake-n5ilgo.mystake-ek0vyd 11.mystake-2y3jut.mystake-gj7wus 11.mystake-ag7nr6.mystake-51pvg1 11.mystake-zypc80.mystake-s8yu5a 13.mystake-yhmvhh.mystake-xioeef 9.mystake-4r42yt.mystake-zyykpu 9.mystake-9pwc6d.mystake-zc69f9 8.mystake-1m5uk4.mystake-v4ozl3 5.mystake-buuwga.mystake-w2u0c6 5.mystake-b4arbs.mystake-60x0di 5.mystake-h4fa2e.mystake-gsg7dc 4.mystake-da0nzv.mystake-gj7wus 1.mystake-n5fq63.mystake-er4kg4 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-xa1qht .mystake-hbl1ny {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-xa1qht .mystake-hv9ro3 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-4mvqi7 {
  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-4mvqi7 {
    padding: 24px;
  }
}

.mystake-4mvqi7 .mystake-1iumqv {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-4mvqi7 .mystake-1iumqv {
    display: none;
  }
}

.mystake-4mvqi7 .mystake-p6ijwr svg {
  display: none;
}

.mystake-tirtr3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-tirtr3 .mystake-q5cdnf {
  display: none;
}

@media (min-width: 768px) {
  .mystake-tirtr3 .mystake-q5cdnf {
    display: flex;
  }
}

.mystake-d6jbs1 {
  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-d6jbs1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-d6jbs1 > * {
  margin: 0 !important;
}

.mystake-d6jbs1 img,
.mystake-uw3s2b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-d6jbs1 img,
  .mystake-uw3s2b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-4q0e8o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-4q0e8o {
    width: 32px;
    height: 32px;
  }
}

.mystake-xol5ov {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-xol5ov {
    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-xol5ov::-webkit-scrollbar {
    display: none;
  }
}

.mystake-t2napp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-t2napp {
    padding: 7px 15px;
  }
}

.mystake-t2napp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-lwk7t4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-lwk7t4 {
    display: flex;
    opacity: 1;
  }
}

.mystake-t2napp picture {
  height: 100%;
  display: block;
}

.mystake-t2napp img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-t2napp img {
    width: 88px;
    height: 44px;
  }
}

.mystake-t2napp p {
  text-align: center;
  width: 100%;
}

.mystake-957u25 {
  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-957u25 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-957u25 img,
.mystake-m0vhq4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-957u25 img,
  .mystake-m0vhq4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-p49vjm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-p49vjm {
    width: 32px;
    height: 32px;
  }
}

.mystake-eh2hpv {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-9hfc7s {
  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-5ih57c {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-5ih57c.mystake-48mur6 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-ii56jk {
  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-ii56jk {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-96q2xa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-10u0lf {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-u2g0pt ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-3v19ay {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-3v19ay ol,
.mystake-3v19ay ul {
  padding-left: 1.3em;
}

.mystake-5ih57c.mystake-48mur6 .mystake-10u0lf {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-5ih57c.mystake-48mur6 .mystake-96q2xa {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-s76nch {
  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-s76nch {
    padding: 24px;
  }
}

.mystake-s76nch .mystake-1iumqv {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-s76nch .mystake-1iumqv {
    display: none;
  }
}

.mystake-s76nch .mystake-p6ijwr svg {
  display: none;
}

.mystake-w2nugl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-w2nugl .mystake-q5cdnf {
  display: none;
}

@media (min-width: 768px) {
  .mystake-w2nugl .mystake-q5cdnf {
    display: flex;
  }
}

.mystake-7ky7ec {
  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-7ky7ec {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-7ky7ec > * {
  margin: 0 !important;
}

.mystake-7ky7ec img,
.mystake-vecj9u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-7ky7ec img,
  .mystake-vecj9u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-oo7erq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-oo7erq {
    width: 32px;
    height: 32px;
  }
}

.mystake-bmzk9u {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-bmzk9u {
    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-bmzk9u::-webkit-scrollbar {
    display: none;
  }
}

.mystake-b3147q {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-b3147q:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-tihjtu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-tihjtu {
    display: flex;
    opacity: 1;
  }
}

.mystake-b3147q picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-b3147q picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-42yyxm {
  margin: -24px 0;
}

.mystake-42yyxm:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-42yyxm {
    margin: -16px 0;
  }
}

.mystake-6ygm3r {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-6ygm3r {
    flex-direction: row;
  }
}

.mystake-489fwt {
  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-489fwt {
    flex: 1;
  }
}

.mystake-489fwt::placeholder {
  color: var(--Text-400);
}

.mystake-zg7fib {
  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-qesw32 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-qesw32::-webkit-scrollbar {
  display: none;
}

.mystake-7mmqxc {
  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-7mmqxc img,
.mystake-7mmqxc svg {
  margin-right: 8px;
}

.mystake-rddaej {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-42yyxm + .mystake-uozzn9 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-42yyxm + .mystake-uozzn9 {
    margin-top: -16px;
  }
}

.mystake-ikrhvg {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-ikrhvg > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-ikrhvg > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-d38swr {
  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-vhqyy3 {
  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-qt7uxm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-t4xrec {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-r6h70d {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-d38swr 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-d38swr 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-d38swr {
    padding: 39px 179px 39px 39px;
  }

  .mystake-vhqyy3 {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-r6h70d {
    height: 348px;
  }

  .mystake-d38swr button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-d38swr button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-d38swr {
    padding: 63px;
  }
}

.mystake-9nw559 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-9nw559 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-apdc7t {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-apdc7t {
    width: auto;
  }
}

.mystake-5t6b6m {
  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-5t6b6m::-webkit-scrollbar {
  display: none;
}

.mystake-5t6b6m 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-5t6b6m a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-5t6b6m {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-9nw559 .mystake-72uz06 {
  -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-u2g0pt,
    mask-image 0.3s;
}

.mystake-9nw559 .mystake-72uz06.mystake-j95vmi {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-u6j5di {
  margin: 40px -16px;
}

.mystake-5zmpr6 + .mystake-85p59h,
.mystake-5zmpr6 + .mystake-yswgrp {
  margin-top: 24px;
}

.mystake-82xgew {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-82xgew picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-cuqa8q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-cuqa8q {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-cuqa8q {
    margin-top: 0;
  }
}

.mystake-40kwfp {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-40kwfp {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-i9z7qn {
  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-i9z7qn {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-gow7bu {
  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-gow7bu {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-v4o6y8 {
  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-v4o6y8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-ohc62x {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-ohc62x {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-up0qz0 {
  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-2t9wpm {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-2t9wpm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-uozzn9 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-ylj6oa {
  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-ylj6oa {
    padding: 15px 48px;
  }
}

main > .mystake-uozzn9 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-wjkozb.mystake-6mriyl > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-62feu9 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-2patb9 {
  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-oqiwz9 {
  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-oqiwz9 label {
  font-size: 14px;
}

.mystake-oqiwz9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-oqiwz9 input,
.mystake-oqiwz9 textarea,
.mystake-oqiwz9 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-oqiwz9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-ltr3g9 ease;
}
.mystake-oqiwz9 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-az2035 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-rnzq03 ease-in;
}

.mystake-az2035 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-6qlric, .mystake-2g0b8n, [class*="review-card"],
thead, thead th, table th, .mystake-uw0j8q,
.mystake-vmz8ws, [class*="collapsible-header"],
.mystake-2bp96l, [class*="updated-block"] {
  color: #ece7dc !important;
}
