* {
  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-e3s7r3 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-e3s7r3 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-e3s7r3 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-4qmcrp {
  overflow: hidden;
}

.mystake-dyifzr img {
  background: var(--Neutral-300);
}

.mystake-g56tj0 {
  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-rfwa5q {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-rfwa5q:hover {
  background: var(--button-bg-hover);
}

.mystake-0j3xr2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-0j3xr2:hover {
  background: var(--button-bg-hover);
}

.mystake-mq9zib {
  font-size: 12px;
  line-height: 18px;
}

.mystake-5wbzuu {
  font-size: 18px;
  line-height: 26px;
}

.mystake-va5iuh {
  width: 100%;
}

.mystake-xelyyw {
  padding: 6px 16px;
}

.mystake-zxjf7j {
  padding: 10px 16px;
}

.mystake-akerjf {
  padding: 15px 26px;
}

.mystake-crz8r0 {
  flex-shrink: 0;
}

.mystake-5gill5 {
  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-fufe22 {
  display: none;
}

.mystake-2r1ze6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-rh3yin {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-rx55nw {
  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-831agn {
  cursor: grab;
}

.mystake-rx55nw::-webkit-scrollbar {
  display: none;
}

.mystake-erra7b {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-vyeeig {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-cyc00p {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-7qvzd5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-x23swt {
  visibility: visible;
}

.mystake-s2upew {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-qymxx8 ease;
}

.mystake-26okpf {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-rx859d {
  -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-qymxx8,
    mask-image 0.3s;
}

.mystake-rx859d.mystake-ue1flo {
  -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-aun6oi: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-ag79vo {
  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-s9ciag.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-s9ciag.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-sk2zc5 {
  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-sk2zc5::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-3b3z83 {
  position: relative;
  z-index: 1;
}

.mystake-2xyznp {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-2qau3o {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-uqn4s7 {
  font-size: 40px;
  line-height: 48px;
}

.mystake-urh9g6 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-rp2dsk {
  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-rp2dsk:hover {
  background: var(--Primary-400);
}

.mystake-rp2dsk svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-aun6oi 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-sk2zc5 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-2xyznp {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-2qau3o {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-uqn4s7 {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-urh9g6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-ag79vo {
    top: 25px;
    right: 25px;
  }
}

.mystake-jr2lwq,
.mystake-dffe23 {
  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-ixjrpf.mystake-t84uya::before,
.mystake-dffe23::before,
.mystake-ma5mav::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-s9ciag.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-bdszmi 14.mystake-7twqo3.mystake-3h2lx6 14.mystake-36fhid 15.mystake-sd80b0 14.mystake-9cjt9n 15.mystake-deh6m7 14.mystake-yfqm57.mystake-u8hxzi 14.mystake-omki17 19.mystake-yz863o 12.mystake-pdmjb3 19.mystake-yz863o 10.mystake-guvj4t.mystake-yz863o 8.mystake-6trlfm 17.mystake-3v31jn 7.mystake-9vcm86 15.mystake-fsa9a7 7.mystake-7i5f37.mystake-yz0tap 7.mystake-9vcm86 11.mystake-vojieb 8.mystake-6trlfm 11.mystake-vojieb 10.mystake-5i7tse.mystake-vojieb 12.mystake-1tm52i 13.mystake-z2w0rk 14.mystake-9q0eyj 15.mystake-ksx8yk 14.mystake-3a21x2.mystake-fk4fj3 14.mystake-rhzbfg 15.mystake-ljdync 14.mystake-rw2jrg 15.mystake-rmvme5 14.mystake-7gnbj7.mystake-bdszmi 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-54oxqk 15.mystake-llq3j2.mystake-iy1nt9 15.mystake-p06pd4 15.mystake-n6ex7a 15.mystake-h0qj2g 15.mystake-buf8kd 15.mystake-4uheet.mystake-a8rqah 15.mystake-h0qj2g 15.mystake-e9tgob 15.mystake-f73a5e 15.mystake-alq8mv 15.mystake-ru3vsb.mystake-hjlcem 15.mystake-iuids9 7.mystake-ute33s 18.mystake-pupn27 7.mystake-aev0z5 23.mystake-typtmg.mystake-26wkne.mystake-hwlqkc 18.mystake-8d17ad 19.mystake-8ss354 15.mystake-xlg69p 15.mystake-54oxqk 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-ro2xte [type="submit"] *,
.mystake-w7s8uo button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-9gwpl9 {
    display: none;
  }
}

.mystake-wl7h2d {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-wl7h2d {
  display: none;
}

@media (min-width: 768px) {
  .mystake-wl7h2d {
    bottom: 22px;
  }
}

.mystake-wl7h2d input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-wl7h2d {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-st1xg9.static) .mystake-wl7h2d {
    bottom: 8px;
  }
}

.mystake-1wkcnj {
  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-s9ciag.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-r4j8mn 3.mystake-1kr340.mystake-tmewml.mystake-p3j2ed 3.mystake-kvjxk3 3.mystake-1agxsq 5.mystake-7suz5l 3.mystake-1agxsq 8.mystake-hyknac.mystake-ue0bgg.mystake-1agxsq 26.mystake-1pqwlb 5.mystake-fqivun 28.mystake-fyk9gw 8.mystake-5giiw7 28.mystake-eqxnj5.mystake-q40lfx 28.mystake-cnei6k.mystake-0a128i 34.mystake-qfv6y5.mystake-0rar0l 36.mystake-844gfd 11.mystake-k4z094 37.mystake-0a47j4 12.mystake-h6hvgq 36.mystake-8m2mp4.mystake-6wwwxq 28.mystake-4a94w3.mystake-sidi27.mystake-jx5mcv 28.mystake-ovqo4g 36.mystake-86adkp 26.mystake-21oq7o 36.mystake-86adkp 23.mystake-w65zvy.mystake-zc230l.mystake-86adkp 5.mystake-wdplqx 34.mystake-uadlzt 3.mystake-kvjxk3 31.mystake-r4j8mn 3.mystake-q0yg2z.mystake-e1zzg0 18.mystake-uek4r0.mystake-tu198g 18.mystake-0smdue 8.mystake-378hsr 17.mystake-5qvin4 8.mystake-378hsr 15.mystake-3591z2.mystake-378hsr 14.mystake-rtx6xm 9.mystake-tu198g 13.mystake-1fxuhq 11.mystake-e1zzg0 13.mystake-vu9vks.mystake-xknmqd 13.mystake-1fxuhq 13.mystake-3aglkv 14.mystake-rtx6xm 13.mystake-3aglkv 15.mystake-arvbwh.mystake-3aglkv 17.mystake-5qvin4 12.mystake-xknmqd 18.mystake-0smdue 11.mystake-e1zzg0 18.mystake-735xnw.mystake-kolq6z 18.mystake-x7ci4t.mystake-psoo1i 18.mystake-0smdue 17.mystake-qv9bnc 17.mystake-5qvin4 17.mystake-qv9bnc 15.mystake-sn8ujy.mystake-qv9bnc 14.mystake-rtx6xm 18.mystake-psoo1i 13.mystake-1fxuhq 20.mystake-kolq6z 13.mystake-ckirwd.mystake-cj21a4 13.mystake-1fxuhq 22.mystake-4gobae 14.mystake-rtx6xm 22.mystake-4gobae 15.mystake-ojqgrf.mystake-5oo339 17.mystake-5qvin4 21.mystake-cj21a4 18.mystake-0smdue 20.mystake-kolq6z 18.mystake-tmdr0y.mystake-dfcd1n 18.mystake-mgo0gr.mystake-txl9yl 18.mystake-0smdue 26.mystake-ldviii 17.mystake-5qvin4 26.mystake-ldviii 15.mystake-16ij75.mystake-ldviii 14.mystake-rtx6xm 27.mystake-txl9yl 13.mystake-1fxuhq 28.mystake-dfcd1n 13.mystake-a101gc.mystake-tgv2x5 13.mystake-1fxuhq 31.mystake-j7qohr 14.mystake-rtx6xm 31.mystake-j7qohr 15.mystake-12geyv.mystake-ldviii 17.mystake-5qvin4 30.mystake-tgv2x5 18.mystake-0smdue 28.mystake-dfcd1n 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-1wkcnj {
    display: none;
  }
}

.mystake-mm5tpy {
  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-mm5tpy {
    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-w7s8uo {
  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-w7s8uo {
    padding: 14px 16px;
  }
}

.mystake-w7s8uo button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-w7s8uo button:first-child {
  align-content: end;
}

.mystake-w7s8uo button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-w7s8uo
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-w7s8uo
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-w7s8uo button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-w7s8uo button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-ma5mav {
  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-ma5mav::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-ma5mav,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-ma5mav {
  opacity: 1;
  visibility: visible;
}

.mystake-c7a6wg {
  flex: 1 1;
}

.mystake-6xn4ny {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-6xn4ny {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-6u0vw0 {
  display: block;
}

.mystake-8k50nw {
  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-8k50nw {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-dffe23 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-dffe23::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-hg8v7o span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-hg8v7o p {
  color: var(--Text-100);
}

.mystake-dffe23 .mystake-l715po {
  grid-area: button;
}

.mystake-dffe23 .mystake-l715po::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-s9ciag.org/2000/svg'%3E%3Cpath d='M4.mystake-i0g4xs 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-skzdc6 15L16.mystake-skzdc6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-skzdc6 5L16.mystake-skzdc6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-q3emw6 {
  display: block;
}

.mystake-h31jvk {
  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-h31jvk {
    margin-top: 40px;
  }
}

.mystake-jr2lwq label,
.mystake-jr2lwq input {
  display: block;
  width: 100%;
}

.mystake-jr2lwq label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-jr2lwq label.mystake-d9a8zg input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-jr2lwq label.mystake-d9a8zg::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-jr2lwq 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-jr2lwq input::placeholder {
  color: var(--Text-400);
}

.mystake-v7njh0 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-v7njh0 {
  display: flex;
}

.mystake-v7njh0 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-v7njh0 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-v7njh0 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-ro2xte {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-ro2xte {
    padding: 0 24px 24px;
  }
}

.mystake-ro2xte 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-ro2xte input::placeholder {
  color: var(--Text-400);
}

.mystake-ro2xte [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-ro2xte [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-ro2xte [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-ro2xte [type="submit"] {
    right: 40px;
  }
}

.mystake-ixjrpf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-ixjrpf.mystake-t84uya {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-ixjrpf.mystake-t84uya::before {
  content: "";
  width: 31px;
}

.mystake-ixjrpf.mystake-t84uya p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-ixjrpf.mystake-di2h2t p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-ixjrpf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-wl7h2d .mystake-l715po {
  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-9gwpl9 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-9gwpl9 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-9gwpl9 {
    padding: 18px 0;
  }
}

.mystake-9gwpl9 .mystake-e3s7r3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-9gwpl9 .mystake-e3s7r3 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-apgf46 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-apgf46 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-apgf46 picture,
.mystake-apgf46 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-apgf46 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-dwupfw {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-qymxx8 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-9gwpl9.mystake-9muv8y .mystake-dwupfw {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-dwupfw {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-dwupfw {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-ygq622,
.mystake-emno5p {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-ygq622,
  .mystake-emno5p {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-emno5p {
    display: none;
  }
}

.mystake-y2lq6y {
  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-9muv8y .mystake-y2lq6y {
  background: var(--fh-bg-color);
}

.mystake-y2lq6y button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-y2lq6y {
    display: none;
  }
}

.mystake-lf5t17 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-lf5t17 {
    display: none;
  }
}

.mystake-9hczsn {
  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-9gwpl9.mystake-9muv8y .mystake-9hczsn:first-child {
  display: none;
}

.mystake-9gwpl9.mystake-9muv8y .mystake-9hczsn:last-child {
  display: block;
}

.mystake-9hczsn:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-9hczsn {
    display: none;
  }
}

.mystake-5s9o1p {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-5s9o1p {
    display: flex;
  }
}

.mystake-5s9o1p ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-5s9o1p:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-5s9o1p:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-5s9o1p:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-5s9o1p:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-5s9o1p:hover .mystake-2y8h4y svg {
  transform: rotate(180deg);
}

.mystake-1pyv0p {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-srni7j {
  padding: 0 8px;
}

.mystake-tykslr {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-tykslr:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-tykslr {
    padding: 4px 8px;
  }
}

.mystake-dh0et5 {
  display: flex;
}

.mystake-dh0et5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-2y8h4y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-2y8h4y svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-9aqono {
  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-9aqono {
    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-1w6728 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-1w6728 {
    display: none;
  }
}

.mystake-czqx4v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-mxgs72 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-wxl20p {
  display: flex;
}

.mystake-oz7slr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-fan3p3 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-fan3p3 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-fan3p3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-fan3p3 .mystake-8227kq [data-ref-el],
  .mystake-fan3p3 .mystake-8227kq span,
  .mystake-fan3p3 .mystake-8227kq a {
    white-space: nowrap;
  }
}

.mystake-cwf1x4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-cwf1x4.mystake-z9983p > .mystake-8227kq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-cwf1x4.mystake-jz8fgw:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-cwf1x4.mystake-z9983p > .mystake-9etz9p {
    height: auto;
  }

  .mystake-cwf1x4.mystake-z9983p > div > .mystake-98syfw {
    transform: rotate(180deg);
  }
}

.mystake-cwf1x4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-cwf1x4 [data-ref-el],
.mystake-cwf1x4 span {
  cursor: pointer;
}

.mystake-cwf1x4 [data-ref-el],
.mystake-cwf1x4 span,
.mystake-cwf1x4 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-cwf1x4 [data-ref-el],
  .mystake-cwf1x4 span,
  .mystake-cwf1x4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-cwf1x4 [data-ref-el],
  .mystake-cwf1x4 span,
  .mystake-cwf1x4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-9etz9p {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-qymxx8 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-9etz9p::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-9etz9p::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-9etz9p::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-9etz9p {
    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-9etz9p:has(> .mystake-cwf1x4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-9etz9p .mystake-9etz9p {
    padding: 0;
  }

  .mystake-9etz9p .mystake-cwf1x4 {
    font-weight: 400;
  }

  .mystake-9etz9p .mystake-cwf1x4:hover > .mystake-8227kq {
    background: var(--Neutral-300);
  }

  .mystake-9etz9p .mystake-98syfw {
    rotate: -90deg;
  }
}

.mystake-8227kq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-8227kq {
    padding: 8px;
  }

  .mystake-cwf1x4.mystake-ww1rbq > .mystake-8227kq {
    background: var(--Neutral-300);
  }
}

.mystake-98syfw {
  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-s9ciag.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-xa5cpl 0.mystake-q6vv80.mystake-vqvmpy -0.mystake-8il3mj 0.mystake-efu6lx -0.mystake-8il3mj 1.mystake-sbi5yc 0.mystake-hhr0ot.mystake-quczyt 4.mystake-c5hr9v.mystake-xa5cpl 0.mystake-toff59.mystake-uo0f1f -0.mystake-8il3mj 9.mystake-sbxktc -0.mystake-8il3mj 10.mystake-05x8vf 0.mystake-ltjr4g.mystake-ogpm3q 0.mystake-vqvmpy 10.mystake-ogpm3q 0.mystake-efu6lx 10.mystake-05x8vf 1.mystake-sipbtp.mystake-6cpwtn 5.mystake-ypepb4.mystake-9spshz 6.mystake-ni0huw 5.mystake-foh7mg 6.mystake-ni0huw 4.mystake-vtgedm 5.mystake-8eoxlh.mystake-xa5cpl 1.mystake-rh16bg.mystake-8il3mj 0.mystake-efu6lx -0.mystake-8il3mj 0.mystake-vqvmpy 0.mystake-xa5cpl 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-qymxx8 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-98syfw {
    cursor: default;
  }
}

.mystake-1tju5q {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-c5q0ow {
  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-c5q0ow {
    padding: 40px 4px;
  }
}

.mystake-gbaki5 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-gbaki5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-4t7szv {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-4t7szv {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-4t7szv ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-4t7szv [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-4t7szv [data-ref-el],
.mystake-4t7szv span,
.mystake-4t7szv a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-9aa7z7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-9aa7z7 {
    margin-bottom: 12px;
  }
}

.mystake-fyaa1c {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-fyaa1c img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-fyaa1c:last-child {
    margin-right: 0;
  }
}

.mystake-pb3loi {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-9aa7z7:hover .mystake-kh474n {
  visibility: visible;
  opacity: 1;
}

.mystake-kh474n {
  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-pba05p {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-33shg5 {
  display: flex;
  margin: 6px;
}

.mystake-33shg5 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-kh474n::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-kh474n::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-oytlm5 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-oytlm5 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-d5xx4w {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-d5xx4w {
    margin-right: 32px;
  }
}

.mystake-omvptx {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-omvptx {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-omvptx a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-izqinz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-duz9km {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-duz9km {
    margin-top: 40px;
  }
}

.mystake-duz9km + .mystake-fp7jdq,
.mystake-duz9km + .mystake-duz9km {
  margin-top: 24px;
}

.mystake-aj16en {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-aj16en {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-aj16en {
    padding: 80px;
  }
}

.mystake-3kksj2 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-3kksj2 {
    padding: 0 16px;
}


}

.mystake-n5bo5i {
  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-n5bo5i {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-ioozrb {
  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-ioozrb {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-2sc33q {
  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-2sc33q:hover {
  background: var(--button-bg-hover);
}

.mystake-4s7vbh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-4s7vbh img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-4s7vbh img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-4s7vbh img {
  min-height: 100%;
  }
}

.mystake-aj16en::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-770zr4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-770zr4 h1,
.mystake-770zr4 h2,
.mystake-770zr4 h3,
.mystake-770zr4 h4 {
  margin-bottom: 6px;
}

.mystake-770zr4 h1:not(:first-child),
.mystake-770zr4 h2:not(:first-child),
.mystake-770zr4 h3:not(:first-child),
.mystake-770zr4 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-770zr4 h1,
.mystake-770zr4 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-770zr4 h1,
  .mystake-770zr4 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-770zr4 h2,
.mystake-770zr4 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-770zr4 h2,
  .mystake-770zr4 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-770zr4 h3,
.mystake-770zr4 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-770zr4 h3,
  .mystake-770zr4 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-770zr4 h4,
.mystake-770zr4 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-770zr4 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-770zr4 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-770zr4 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-770zr4 ul ul {
  margin-bottom: 8px;
}

.mystake-770zr4 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-770zr4 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-770zr4 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-770zr4 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-770zr4 ol li::marker {
  font-weight: 700;
}

.mystake-770zr4 ol ol {
  margin-bottom: 8px;
}

.mystake-770zr4 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-770zr4 ol ul li {
  padding-left: 16px;
}

.mystake-770zr4 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-770zr4 table {
    padding: 24px;
  }
}

.mystake-770zr4 table.mystake-x6mybz {
  -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-qymxx8,
    mask-image 0.3s;
}

.mystake-770zr4 table.mystake-x6mybz.mystake-ue1flo {
  -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-770zr4 table {
    display: table;
  }
}

.mystake-770zr4 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-770zr4 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-770zr4 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-770zr4 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-770zr4 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-770zr4 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-770zr4 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-770zr4 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-770zr4 img {
  max-width: 100%;
  height: auto;
}

.mystake-5wfvp0 {
  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-5wfvp0 {
    padding: 24px;
  }
}

.mystake-mxlrxs {
  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-mxlrxs {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-mxlrxs > * {
  margin: 0 !important;
}

.mystake-mxlrxs img,
.mystake-eh8rn2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-mxlrxs img,
  .mystake-eh8rn2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-anq0nj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-anq0nj {
    width: 32px;
    height: 32px;
  }
}

.mystake-6k3119 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-6k3119 .mystake-eaq8da {
  flex-shrink: 0;
}

.mystake-6k3119 .mystake-qiijyf svg {
  display: none;
}

.mystake-9b951u {
  display: grid;
  transition: max-height 0.mystake-qymxx8 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-9b951u {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-9b951u {
    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-9b951u.mystake-p6sh4v + .mystake-eaq8da svg {
  transform: rotate(180deg);
}

.mystake-jv8q6x {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-jv8q6x > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-jv8q6x
  > div:nth-child(3n)
  .mystake-socqbv
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-jv8q6x {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-jv8q6x > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-jv8q6x
    > div:nth-child(3n)
    .mystake-socqbv
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-jv8q6x {
    max-width: 270px;
  }
}

.mystake-jv8q6x .mystake-socqbv button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-jv8q6x .mystake-socqbv button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-jv8q6x .mystake-socqbv button {
    max-width: 104px;
  }
}

.mystake-fe2c67 {
  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-fe2c67 {
    margin-bottom: 0;
  }
}

.mystake-cwivac {
  display: none;
  opacity: 0;
}

.mystake-zdue26 {
  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-zdue26 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-socqbv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-socqbv 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-socqbv
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-socqbv
    button {
    max-width: 145px;
  }
}

.mystake-ll7i4n:first-child
  .mystake-socqbv
  button {
  max-width: 270px;
}

.mystake-od4v1h {
  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-fe2c67 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-qbmiyg {
  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-qbmiyg svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-fe2c67:hover .mystake-qbmiyg {
  display: flex;
}

.mystake-kzrklb {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-90dp0k {
  display: flex;
}

.mystake-90dp0k:hover .mystake-itcg5p,
.mystake-90dp0k .mystake-ww1rbq .mystake-itcg5p {
  display: flex;
}

.mystake-90dp0k svg {
  flex-shrink: 0;
}

.mystake-itcg5p {
  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-itcg5p {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-itcg5p:hover {
  display: flex;
}

.mystake-itcg5p svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-4wkhvk {
  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-4wkhvk {
    font-size: 12px;
  }
}

.mystake-ruks66,
.mystake-frenpm {
  width: 50%;
  flex-shrink: 0;
}

.mystake-ruks66 {
  font-weight: 700;
}

.mystake-j6sgzw .mystake-9b951u {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-j6sgzw .mystake-9b951u {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-j6sgzw .mystake-9b951u {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-j6sgzw
  .mystake-od4v1h:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-j6sgzw .mystake-zdue26 {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-j6sgzw .mystake-socqbv {
  gap: 4px;
  align-items: center;
}

.mystake-j6sgzw .mystake-socqbv button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-j6sgzw .mystake-socqbv svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-j6sgzw .mystake-8b3kyd,
.mystake-j6sgzw .mystake-09hlt5 {
  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-s9ciag.org/2000/svg'%3E%3Cpath d='M9.mystake-p2j4yn 4.mystake-5ki5ec.mystake-y34yd4 5.mystake-uyru35.mystake-ih4nz9 5.mystake-7f8p97.mystake-uncj5z 5.mystake-xmeb2t.mystake-ez5g8c 8.mystake-npwe7e.mystake-nolsk6 9.mystake-29bj2x.mystake-dun9nl 9.mystake-ank9pk.mystake-oh54hv 13.mystake-3y8h3r.mystake-z5v5lv 11.mystake-8b4km5.mystake-xw362p 11.mystake-pu7flv.mystake-41ja04 11.mystake-7ew9nk.mystake-pnbwzd 13.mystake-zxcem7.mystake-99revi 9.mystake-ydg0o0.mystake-bsfp6u 9.mystake-ww7i1v.mystake-8ntji3 8.mystake-u1dbo5.mystake-wy2iww 5.mystake-cv4f8l.mystake-nv6e3p 5.mystake-vyf7f3.mystake-viv6ed 5.mystake-jruf1a.mystake-sxhp3q 4.mystake-gwd7wu.mystake-xw362p 1.mystake-s3f8pr.mystake-p2j4yn 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-j6sgzw .mystake-8b3kyd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-j6sgzw .mystake-09hlt5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-yt5006 {
  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-yt5006 {
    padding: 24px;
  }
}

.mystake-yt5006 .mystake-eaq8da {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-yt5006 .mystake-eaq8da {
    display: none;
  }
}

.mystake-yt5006 .mystake-qiijyf svg {
  display: none;
}

.mystake-xosbc7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-xosbc7 .mystake-g56tj0 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-xosbc7 .mystake-g56tj0 {
    display: flex;
  }
}

.mystake-m5lul7 {
  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-m5lul7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-m5lul7 > * {
  margin: 0 !important;
}

.mystake-m5lul7 img,
.mystake-0s1b2p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-m5lul7 img,
  .mystake-0s1b2p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-y2xk4h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-y2xk4h {
    width: 32px;
    height: 32px;
  }
}

.mystake-rzom74 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-rzom74 {
    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-rzom74::-webkit-scrollbar {
    display: none;
  }
}

.mystake-tkaca2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-tkaca2 {
    padding: 7px 15px;
  }
}

.mystake-tkaca2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-wmz93j {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-wmz93j {
    display: flex;
    opacity: 1;
  }
}

.mystake-tkaca2 picture {
  height: 100%;
  display: block;
}

.mystake-tkaca2 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-tkaca2 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-tkaca2 p {
  text-align: center;
  width: 100%;
}

.mystake-nrj9zr {
  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-nrj9zr {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-nrj9zr img,
.mystake-h556cl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-nrj9zr img,
  .mystake-h556cl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-t2j7me {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-t2j7me {
    width: 32px;
    height: 32px;
  }
}

.mystake-nrxpki {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-et80j2 {
  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-whn41v {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-whn41v.mystake-ww1rbq {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-0c7f2e {
  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-0c7f2e {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-x71uvh {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-1j2ook {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-qymxx8 ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-2h4uom {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-2h4uom ol,
.mystake-2h4uom ul {
  padding-left: 1.3em;
}

.mystake-whn41v.mystake-ww1rbq .mystake-1j2ook {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-whn41v.mystake-ww1rbq .mystake-x71uvh {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-ov3z6c {
  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-ov3z6c {
    padding: 24px;
  }
}

.mystake-ov3z6c .mystake-eaq8da {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-ov3z6c .mystake-eaq8da {
    display: none;
  }
}

.mystake-ov3z6c .mystake-qiijyf svg {
  display: none;
}

.mystake-p0f93t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-p0f93t .mystake-g56tj0 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-p0f93t .mystake-g56tj0 {
    display: flex;
  }
}

.mystake-p5vmos {
  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-p5vmos {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-p5vmos > * {
  margin: 0 !important;
}

.mystake-p5vmos img,
.mystake-x96ec3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-p5vmos img,
  .mystake-x96ec3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-teaynz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-teaynz {
    width: 32px;
    height: 32px;
  }
}

.mystake-cz3d1f {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-cz3d1f {
    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-cz3d1f::-webkit-scrollbar {
    display: none;
  }
}

.mystake-agvp1w {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-agvp1w:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-2znsdg {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-2znsdg {
    display: flex;
    opacity: 1;
  }
}

.mystake-agvp1w picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-agvp1w picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-8mug8y {
  margin: -24px 0;
}

.mystake-8mug8y:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-8mug8y {
    margin: -16px 0;
  }
}

.mystake-oqamoc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-oqamoc {
    flex-direction: row;
  }
}

.mystake-58twyo {
  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-58twyo {
    flex: 1;
  }
}

.mystake-58twyo::placeholder {
  color: var(--Text-400);
}

.mystake-nu2gw3 {
  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-kepqry {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-kepqry::-webkit-scrollbar {
  display: none;
}

.mystake-xmpj3g {
  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-xmpj3g img,
.mystake-xmpj3g svg {
  margin-right: 8px;
}

.mystake-k1db8f {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-8mug8y + .mystake-391pl0 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-8mug8y + .mystake-391pl0 {
    margin-top: -16px;
  }
}

.mystake-a3nyyd {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-a3nyyd > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-a3nyyd > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-tsyh4u {
  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-z35as5 {
  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-xs19vt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-hrqz8e {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-0go3y6 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-tsyh4u 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-tsyh4u 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-tsyh4u {
    padding: 39px 179px 39px 39px;
  }

  .mystake-z35as5 {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-0go3y6 {
    height: 348px;
  }

  .mystake-tsyh4u button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-tsyh4u button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-tsyh4u {
    padding: 63px;
  }
}

.mystake-hm4r5x {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-hm4r5x {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-dycnp0 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-dycnp0 {
    width: auto;
  }
}

.mystake-i1wa6m {
  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-i1wa6m::-webkit-scrollbar {
  display: none;
}

.mystake-i1wa6m 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-i1wa6m a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-i1wa6m {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-hm4r5x .mystake-3ptn7h {
  -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-qymxx8,
    mask-image 0.3s;
}

.mystake-hm4r5x .mystake-3ptn7h.mystake-ue1flo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-qnj67g {
  margin: 40px -16px;
}

.mystake-wxwjxi + .mystake-fp7jdq,
.mystake-wxwjxi + .mystake-duz9km {
  margin-top: 24px;
}

.mystake-qor4cc {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-qor4cc picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-2d4taq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-2d4taq {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-2d4taq {
    margin-top: 0;
  }
}

.mystake-12mxer {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-12mxer {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-o7lkdy {
  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-o7lkdy {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-v4bgw7 {
  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-v4bgw7 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-j9c2nv {
  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-j9c2nv {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-eerbq3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-eerbq3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-pwh037 {
  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-ee9uio {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-ee9uio img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-391pl0 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-c48e5s {
  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-c48e5s {
    padding: 15px 48px;
  }
}

main > .mystake-391pl0 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-9b951u.mystake-adp6bz > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-770zr4 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-6o7nrv {
  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-ivlsop {
  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-ivlsop label {
  font-size: 14px;
}

.mystake-ivlsop h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-ivlsop input,
.mystake-ivlsop textarea,
.mystake-ivlsop 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-ivlsop button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-zlz121 ease;
}
.mystake-ivlsop button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-pfp35c {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-ebufl5 ease-in;
}

.mystake-pfp35c 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-dhvysi, .mystake-7etl16, [class*="review-card"],
thead, thead th, table th, .mystake-sla2ga,
.mystake-0fd6np, [class*="collapsible-header"],
.mystake-nvvm6n, [class*="updated-block"] {
  color: #ece7dc !important;
}
