* {
  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-re34ev {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-re34ev {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-re34ev {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-8vmyp2 {
  overflow: hidden;
}

.mystake-rrw4c1 img {
  background: var(--Neutral-300);
}

.mystake-s0xbsq {
  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-xowidd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-xowidd:hover {
  background: var(--button-bg-hover);
}

.mystake-93zyx8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-93zyx8:hover {
  background: var(--button-bg-hover);
}

.mystake-zq6edm {
  font-size: 12px;
  line-height: 18px;
}

.mystake-evcput {
  font-size: 18px;
  line-height: 26px;
}

.mystake-b7kuat {
  width: 100%;
}

.mystake-7vf124 {
  padding: 6px 16px;
}

.mystake-sxov1w {
  padding: 10px 16px;
}

.mystake-q2d2vm {
  padding: 15px 26px;
}

.mystake-7j0ala {
  flex-shrink: 0;
}

.mystake-uk7x5c {
  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-t7ix8z {
  display: none;
}

.mystake-s600na {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-rbrk56 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-l3okq2 {
  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-4h1uh0 {
  cursor: grab;
}

.mystake-l3okq2::-webkit-scrollbar {
  display: none;
}

.mystake-49y2cg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-a4xw3p {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-2k5hcs {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-oxddap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-0bfsn9 {
  visibility: visible;
}

.mystake-vtyr5j {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-wjhxf1 ease;
}

.mystake-ymx995 {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-e0h9wg {
  -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-wjhxf1,
    mask-image 0.3s;
}

.mystake-e0h9wg.mystake-f9mqen {
  -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-4vekfg: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-l1zx5p {
  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-qgvzvc.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-qgvzvc.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-3f16s0 {
  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-3f16s0::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-by8uo7 {
  position: relative;
  z-index: 1;
}

.mystake-h474ye {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-yeh6ac {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-3l20k6 {
  font-size: 40px;
  line-height: 48px;
}

.mystake-kk5o7j {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-hozxwt {
  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-hozxwt:hover {
  background: var(--Primary-400);
}

.mystake-hozxwt svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-4vekfg 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-3f16s0 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-h474ye {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-yeh6ac {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-3l20k6 {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-kk5o7j {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-l1zx5p {
    top: 25px;
    right: 25px;
  }
}

.mystake-h4jrjl,
.mystake-f347ry {
  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-3z9gf7.mystake-o8gsvp::before,
.mystake-f347ry::before,
.mystake-0o2wxv::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-qgvzvc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-s7s9od 14.mystake-arz1t9.mystake-690wgg 14.mystake-kxjbgf 15.mystake-b66i9t 14.mystake-nr4hne 15.mystake-p8993a 14.mystake-fvv36y.mystake-7do7xn 14.mystake-5yujjb 19.mystake-mlrk94 12.mystake-t27tc6 19.mystake-mlrk94 10.mystake-5lhvzo.mystake-mlrk94 8.mystake-vb2epj 17.mystake-rlkk53 7.mystake-qqunhe 15.mystake-vo9xoa 7.mystake-ck0bbh.mystake-nelb2a 7.mystake-qqunhe 11.mystake-q4hbzf 8.mystake-vb2epj 11.mystake-q4hbzf 10.mystake-xfhhk3.mystake-q4hbzf 12.mystake-dv274u 13.mystake-6ovbet 14.mystake-r3wf7n 15.mystake-ansg4i 14.mystake-ojrngh.mystake-i77dly 14.mystake-1p3occ 15.mystake-8bctym 14.mystake-2cg7d6 15.mystake-0o922g 14.mystake-5uu012.mystake-s7s9od 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-sbvfk0 15.mystake-gsh5p6.mystake-009qcd 15.mystake-u1hsdl 15.mystake-tc0t7z 15.mystake-4um6hl 15.mystake-pr02yq 15.mystake-raf8yr.mystake-ym0aju 15.mystake-4um6hl 15.mystake-de6rm3 15.mystake-qmq3m0 15.mystake-5tu4vt 15.mystake-l37urs.mystake-mooq74 15.mystake-wruhlg 7.mystake-sbqk6e 18.mystake-x3e7lj 7.mystake-hvicib 23.mystake-qla2pr.mystake-3geltg.mystake-h9f9iz 18.mystake-qyh85d 19.mystake-3l5i5q 15.mystake-ps8v99 15.mystake-sbvfk0 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-1hg722 [type="submit"] *,
.mystake-z9kl83 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-75w042 {
    display: none;
  }
}

.mystake-ofb4l1 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-ofb4l1 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-ofb4l1 {
    bottom: 22px;
  }
}

.mystake-ofb4l1 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-ofb4l1 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-3pefuu.static) .mystake-ofb4l1 {
    bottom: 8px;
  }
}

.mystake-1a915l {
  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-qgvzvc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-06506r 3.mystake-ns7z37.mystake-ws6i5k.mystake-tu4hsl 3.mystake-80kc08 3.mystake-026tq4 5.mystake-7hua04 3.mystake-026tq4 8.mystake-l43u6u.mystake-4kdgrt.mystake-026tq4 26.mystake-4ocztd 5.mystake-aexrwz 28.mystake-p5qwxd 8.mystake-r5uc6o 28.mystake-m0ami9.mystake-l2bsmi 28.mystake-nx3deu.mystake-geaspt 34.mystake-a5pnhn.mystake-jathdm 36.mystake-35zmzo 11.mystake-sha2y4 37.mystake-s6oz0t 12.mystake-so8v7y 36.mystake-h4q9l4.mystake-5gumgi 28.mystake-5yfmc3.mystake-2g059e.mystake-sn28bj 28.mystake-mkllw9 36.mystake-pdf155 26.mystake-mbp1w5 36.mystake-pdf155 23.mystake-ci4ruz.mystake-dk3tt4.mystake-pdf155 5.mystake-qayzbg 34.mystake-imqrpw 3.mystake-80kc08 31.mystake-06506r 3.mystake-eqk3lm.mystake-whaw0d 18.mystake-wr24jl.mystake-9wcsy9 18.mystake-0hwdp6 8.mystake-wrunk2 17.mystake-u0v0di 8.mystake-wrunk2 15.mystake-tl3hgv.mystake-wrunk2 14.mystake-gae18e 9.mystake-9wcsy9 13.mystake-1le00q 11.mystake-whaw0d 13.mystake-ssjaxv.mystake-5w31e2 13.mystake-1le00q 13.mystake-ky9w17 14.mystake-gae18e 13.mystake-ky9w17 15.mystake-0akgea.mystake-ky9w17 17.mystake-u0v0di 12.mystake-5w31e2 18.mystake-0hwdp6 11.mystake-whaw0d 18.mystake-zkokw5.mystake-px1p47 18.mystake-64p4oq.mystake-kk4xa3 18.mystake-0hwdp6 17.mystake-848jo6 17.mystake-u0v0di 17.mystake-848jo6 15.mystake-snd2nb.mystake-848jo6 14.mystake-gae18e 18.mystake-kk4xa3 13.mystake-1le00q 20.mystake-px1p47 13.mystake-nl9y2t.mystake-fb0dmm 13.mystake-1le00q 22.mystake-19c2f5 14.mystake-gae18e 22.mystake-19c2f5 15.mystake-hv7p0w.mystake-1wy5oh 17.mystake-u0v0di 21.mystake-fb0dmm 18.mystake-0hwdp6 20.mystake-px1p47 18.mystake-otafp6.mystake-yrjoh9 18.mystake-yyrvxp.mystake-9c3c4x 18.mystake-0hwdp6 26.mystake-ot3yai 17.mystake-u0v0di 26.mystake-ot3yai 15.mystake-vwy226.mystake-ot3yai 14.mystake-gae18e 27.mystake-9c3c4x 13.mystake-1le00q 28.mystake-yrjoh9 13.mystake-rrrcw9.mystake-mqcowz 13.mystake-1le00q 31.mystake-xvxue0 14.mystake-gae18e 31.mystake-xvxue0 15.mystake-xiub1o.mystake-ot3yai 17.mystake-u0v0di 30.mystake-mqcowz 18.mystake-0hwdp6 28.mystake-yrjoh9 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-1a915l {
    display: none;
  }
}

.mystake-96y7mu {
  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-96y7mu {
    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-z9kl83 {
  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-z9kl83 {
    padding: 14px 16px;
  }
}

.mystake-z9kl83 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-z9kl83 button:first-child {
  align-content: end;
}

.mystake-z9kl83 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-z9kl83
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-z9kl83
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-z9kl83 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-z9kl83 button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-0o2wxv {
  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-0o2wxv::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-0o2wxv,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-0o2wxv {
  opacity: 1;
  visibility: visible;
}

.mystake-arsg0s {
  flex: 1 1;
}

.mystake-6bxnsy {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-6bxnsy {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-wyw684 {
  display: block;
}

.mystake-59k72a {
  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-59k72a {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-f347ry {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-f347ry::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-lntuyr span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-lntuyr p {
  color: var(--Text-100);
}

.mystake-f347ry .mystake-gn1fe2 {
  grid-area: button;
}

.mystake-f347ry .mystake-gn1fe2::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-qgvzvc.org/2000/svg'%3E%3Cpath d='M4.mystake-mm8muv 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-0ku1do 15L16.mystake-0ku1do 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-0ku1do 5L16.mystake-0ku1do 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-q0p9ag {
  display: block;
}

.mystake-d97gsx {
  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-d97gsx {
    margin-top: 40px;
  }
}

.mystake-h4jrjl label,
.mystake-h4jrjl input {
  display: block;
  width: 100%;
}

.mystake-h4jrjl label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-h4jrjl label.mystake-y2ujc2 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-h4jrjl label.mystake-y2ujc2::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-h4jrjl 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-h4jrjl input::placeholder {
  color: var(--Text-400);
}

.mystake-7e0md4 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-7e0md4 {
  display: flex;
}

.mystake-7e0md4 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-7e0md4 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-7e0md4 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-1hg722 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-1hg722 {
    padding: 0 24px 24px;
  }
}

.mystake-1hg722 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-1hg722 input::placeholder {
  color: var(--Text-400);
}

.mystake-1hg722 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-1hg722 [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-1hg722 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-1hg722 [type="submit"] {
    right: 40px;
  }
}

.mystake-3z9gf7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-3z9gf7.mystake-o8gsvp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-3z9gf7.mystake-o8gsvp::before {
  content: "";
  width: 31px;
}

.mystake-3z9gf7.mystake-o8gsvp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-3z9gf7.mystake-73v4lf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-3z9gf7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-ofb4l1 .mystake-gn1fe2 {
  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-75w042 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-75w042 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-75w042 {
    padding: 18px 0;
  }
}

.mystake-75w042 .mystake-re34ev {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-75w042 .mystake-re34ev {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-ayxffd {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-ayxffd {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-ayxffd picture,
.mystake-ayxffd img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-ayxffd img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-7advhs {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-wjhxf1 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-75w042.mystake-g65e21 .mystake-7advhs {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-7advhs {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-7advhs {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-8qdjgw,
.mystake-w3da8q {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-8qdjgw,
  .mystake-w3da8q {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-w3da8q {
    display: none;
  }
}

.mystake-g14jsa {
  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-g65e21 .mystake-g14jsa {
  background: var(--fh-bg-color);
}

.mystake-g14jsa button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-g14jsa {
    display: none;
  }
}

.mystake-ptpor9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-ptpor9 {
    display: none;
  }
}

.mystake-6kh1co {
  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-75w042.mystake-g65e21 .mystake-6kh1co:first-child {
  display: none;
}

.mystake-75w042.mystake-g65e21 .mystake-6kh1co:last-child {
  display: block;
}

.mystake-6kh1co:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-6kh1co {
    display: none;
  }
}

.mystake-usskj0 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-usskj0 {
    display: flex;
  }
}

.mystake-usskj0 ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-usskj0:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-usskj0:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-usskj0:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-usskj0:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-usskj0:hover .mystake-x1iok1 svg {
  transform: rotate(180deg);
}

.mystake-mipkr3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-7ufn51 {
  padding: 0 8px;
}

.mystake-4cv477 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-4cv477:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-4cv477 {
    padding: 4px 8px;
  }
}

.mystake-0o1psc {
  display: flex;
}

.mystake-0o1psc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-x1iok1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-x1iok1 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-91v0zp {
  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-91v0zp {
    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-l5cw2a {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-l5cw2a {
    display: none;
  }
}

.mystake-gpn7yt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-bwv0mb {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-epc1lo {
  display: flex;
}

.mystake-vipuf6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-go7hrq {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-go7hrq {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-go7hrq {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-go7hrq .mystake-tmkavx [data-ref-el],
  .mystake-go7hrq .mystake-tmkavx span,
  .mystake-go7hrq .mystake-tmkavx a {
    white-space: nowrap;
  }
}

.mystake-uz6nm7 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-uz6nm7.mystake-cxijup > .mystake-tmkavx {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-uz6nm7.mystake-9je8xl:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-uz6nm7.mystake-cxijup > .mystake-78uyoh {
    height: auto;
  }

  .mystake-uz6nm7.mystake-cxijup > div > .mystake-kloiog {
    transform: rotate(180deg);
  }
}

.mystake-uz6nm7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-uz6nm7 [data-ref-el],
.mystake-uz6nm7 span {
  cursor: pointer;
}

.mystake-uz6nm7 [data-ref-el],
.mystake-uz6nm7 span,
.mystake-uz6nm7 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-uz6nm7 [data-ref-el],
  .mystake-uz6nm7 span,
  .mystake-uz6nm7 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-uz6nm7 [data-ref-el],
  .mystake-uz6nm7 span,
  .mystake-uz6nm7 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-78uyoh {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-wjhxf1 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-78uyoh::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-78uyoh::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-78uyoh::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-78uyoh {
    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-78uyoh:has(> .mystake-uz6nm7.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-78uyoh .mystake-78uyoh {
    padding: 0;
  }

  .mystake-78uyoh .mystake-uz6nm7 {
    font-weight: 400;
  }

  .mystake-78uyoh .mystake-uz6nm7:hover > .mystake-tmkavx {
    background: var(--Neutral-300);
  }

  .mystake-78uyoh .mystake-kloiog {
    rotate: -90deg;
  }
}

.mystake-tmkavx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-tmkavx {
    padding: 8px;
  }

  .mystake-uz6nm7.mystake-rvg379 > .mystake-tmkavx {
    background: var(--Neutral-300);
  }
}

.mystake-kloiog {
  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-qgvzvc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-35l65q 0.mystake-2cyzl3.mystake-nm7zpw -0.mystake-57kiw2 0.mystake-8rxacd -0.mystake-57kiw2 1.mystake-glyoy2 0.mystake-058ei9.mystake-52cvca 4.mystake-l1idg9.mystake-35l65q 0.mystake-3n9ml5.mystake-oebbhe -0.mystake-57kiw2 9.mystake-emwfrb -0.mystake-57kiw2 10.mystake-jq2qzu 0.mystake-itspmr.mystake-vfs00f 0.mystake-nm7zpw 10.mystake-vfs00f 0.mystake-8rxacd 10.mystake-jq2qzu 1.mystake-koc8cd.mystake-9ngsrk 5.mystake-39719z.mystake-78ayvq 6.mystake-tmt6s3 5.mystake-1qkb8j 6.mystake-tmt6s3 4.mystake-aah8uw 5.mystake-tmoips.mystake-35l65q 1.mystake-kpx14v.mystake-57kiw2 0.mystake-8rxacd -0.mystake-57kiw2 0.mystake-nm7zpw 0.mystake-35l65q 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-wjhxf1 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-kloiog {
    cursor: default;
  }
}

.mystake-qumxj0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-a9nmfp {
  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-a9nmfp {
    padding: 40px 4px;
  }
}

.mystake-tnr3at {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-tnr3at {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-th8xbb {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-th8xbb {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-th8xbb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-th8xbb [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-th8xbb [data-ref-el],
.mystake-th8xbb span,
.mystake-th8xbb a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-5w3lpp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-5w3lpp {
    margin-bottom: 12px;
  }
}

.mystake-283vfq {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-283vfq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-283vfq:last-child {
    margin-right: 0;
  }
}

.mystake-8kci52 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-5w3lpp:hover .mystake-dsmut4 {
  visibility: visible;
  opacity: 1;
}

.mystake-dsmut4 {
  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-n8dajh {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-5f9hzy {
  display: flex;
  margin: 6px;
}

.mystake-5f9hzy img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-dsmut4::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-dsmut4::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-8alybx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-8alybx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-zu4kfj {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-zu4kfj {
    margin-right: 32px;
  }
}

.mystake-74ozeq {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-74ozeq {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-74ozeq a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-e9vw53 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-ft5vir {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-ft5vir {
    margin-top: 40px;
  }
}

.mystake-ft5vir + .mystake-vbxm20,
.mystake-ft5vir + .mystake-ft5vir {
  margin-top: 24px;
}

.mystake-7khw52 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-7khw52 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-7khw52 {
    padding: 80px;
  }
}

.mystake-ev93r1 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-ev93r1 {
    padding: 0 16px;
}


}

.mystake-e666b1 {
  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-e666b1 {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-km25bk {
  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-km25bk {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-49ertq {
  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-49ertq:hover {
  background: var(--button-bg-hover);
}

.mystake-hba32s {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-hba32s img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-hba32s img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-hba32s img {
  min-height: 100%;
  }
}

.mystake-7khw52::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-ru8fuu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-ru8fuu h1,
.mystake-ru8fuu h2,
.mystake-ru8fuu h3,
.mystake-ru8fuu h4 {
  margin-bottom: 6px;
}

.mystake-ru8fuu h1:not(:first-child),
.mystake-ru8fuu h2:not(:first-child),
.mystake-ru8fuu h3:not(:first-child),
.mystake-ru8fuu h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-ru8fuu h1,
.mystake-ru8fuu h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-ru8fuu h1,
  .mystake-ru8fuu h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-ru8fuu h2,
.mystake-ru8fuu h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-ru8fuu h2,
  .mystake-ru8fuu h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-ru8fuu h3,
.mystake-ru8fuu h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-ru8fuu h3,
  .mystake-ru8fuu h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-ru8fuu h4,
.mystake-ru8fuu h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-ru8fuu ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-ru8fuu ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-ru8fuu 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-ru8fuu ul ul {
  margin-bottom: 8px;
}

.mystake-ru8fuu ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-ru8fuu ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-ru8fuu ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-ru8fuu ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-ru8fuu ol li::marker {
  font-weight: 700;
}

.mystake-ru8fuu ol ol {
  margin-bottom: 8px;
}

.mystake-ru8fuu ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-ru8fuu ol ul li {
  padding-left: 16px;
}

.mystake-ru8fuu 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-ru8fuu table {
    padding: 24px;
  }
}

.mystake-ru8fuu table.mystake-gahx3l {
  -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-wjhxf1,
    mask-image 0.3s;
}

.mystake-ru8fuu table.mystake-gahx3l.mystake-f9mqen {
  -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-ru8fuu table {
    display: table;
  }
}

.mystake-ru8fuu 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-ru8fuu table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-ru8fuu table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-ru8fuu 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-ru8fuu table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-ru8fuu table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-ru8fuu table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-ru8fuu table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-ru8fuu img {
  max-width: 100%;
  height: auto;
}

.mystake-dtixe2 {
  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-dtixe2 {
    padding: 24px;
  }
}

.mystake-p2m9sx {
  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-p2m9sx {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-p2m9sx > * {
  margin: 0 !important;
}

.mystake-p2m9sx img,
.mystake-re7yxa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-p2m9sx img,
  .mystake-re7yxa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-cfjed1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-cfjed1 {
    width: 32px;
    height: 32px;
  }
}

.mystake-sf96zn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-sf96zn .mystake-jfegwt {
  flex-shrink: 0;
}

.mystake-sf96zn .mystake-3mwnuq svg {
  display: none;
}

.mystake-6t21a7 {
  display: grid;
  transition: max-height 0.mystake-wjhxf1 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-6t21a7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-6t21a7 {
    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-6t21a7.mystake-2ic5b7 + .mystake-jfegwt svg {
  transform: rotate(180deg);
}

.mystake-bp5vap {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-bp5vap > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-bp5vap
  > div:nth-child(3n)
  .mystake-plzwnn
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-bp5vap {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-bp5vap > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-bp5vap
    > div:nth-child(3n)
    .mystake-plzwnn
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-bp5vap {
    max-width: 270px;
  }
}

.mystake-bp5vap .mystake-plzwnn button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-bp5vap .mystake-plzwnn button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-bp5vap .mystake-plzwnn button {
    max-width: 104px;
  }
}

.mystake-yl518l {
  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-yl518l {
    margin-bottom: 0;
  }
}

.mystake-pv26jr {
  display: none;
  opacity: 0;
}

.mystake-ffj7g6 {
  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-ffj7g6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-plzwnn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-plzwnn 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-plzwnn
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-plzwnn
    button {
    max-width: 145px;
  }
}

.mystake-fg4tto:first-child
  .mystake-plzwnn
  button {
  max-width: 270px;
}

.mystake-kyq2nt {
  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-yl518l picture {
  width: 100%;
  max-width: 100%;
}

.mystake-el4hba {
  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-el4hba svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-yl518l:hover .mystake-el4hba {
  display: flex;
}

.mystake-n0i5qr {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-gc0jgp {
  display: flex;
}

.mystake-gc0jgp:hover .mystake-1y89ts,
.mystake-gc0jgp .mystake-rvg379 .mystake-1y89ts {
  display: flex;
}

.mystake-gc0jgp svg {
  flex-shrink: 0;
}

.mystake-1y89ts {
  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-1y89ts {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-1y89ts:hover {
  display: flex;
}

.mystake-1y89ts svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-cgh3rw {
  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-cgh3rw {
    font-size: 12px;
  }
}

.mystake-ibol1m,
.mystake-qq3xf5 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-ibol1m {
  font-weight: 700;
}

.mystake-xzlycg .mystake-6t21a7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-xzlycg .mystake-6t21a7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-xzlycg .mystake-6t21a7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-xzlycg
  .mystake-kyq2nt:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-xzlycg .mystake-ffj7g6 {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-xzlycg .mystake-plzwnn {
  gap: 4px;
  align-items: center;
}

.mystake-xzlycg .mystake-plzwnn button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-xzlycg .mystake-plzwnn svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-xzlycg .mystake-21zxtd,
.mystake-xzlycg .mystake-hyw4hc {
  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-qgvzvc.org/2000/svg'%3E%3Cpath d='M9.mystake-sdnepw 4.mystake-e3jh1u.mystake-x8ob2d 5.mystake-3xy70a.mystake-xcf991 5.mystake-z9jjqh.mystake-idvmhb 5.mystake-p18mu1.mystake-b43o1o 8.mystake-lw67ko.mystake-53stnk 9.mystake-t4muwo.mystake-xvf8vy 9.mystake-drbnav.mystake-hk9pzq 13.mystake-wzplpd.mystake-cl8t2z 11.mystake-evkc7z.mystake-r92qge 11.mystake-nhyldk.mystake-x6o6sn 11.mystake-e1xts6.mystake-skzc56 13.mystake-rkevq1.mystake-bk822u 9.mystake-qo573r.mystake-58mnol 9.mystake-8ykvus.mystake-z5nh0j 8.mystake-scwgou.mystake-1vbgum 5.mystake-s1ebv1.mystake-sxqrqh 5.mystake-dkmipy.mystake-zucoly 5.mystake-33vrnc.mystake-raqlj3 4.mystake-wxijck.mystake-r92qge 1.mystake-4s0yv4.mystake-sdnepw 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-xzlycg .mystake-21zxtd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-xzlycg .mystake-hyw4hc {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-pey9id {
  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-pey9id {
    padding: 24px;
  }
}

.mystake-pey9id .mystake-jfegwt {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-pey9id .mystake-jfegwt {
    display: none;
  }
}

.mystake-pey9id .mystake-3mwnuq svg {
  display: none;
}

.mystake-2wfgcj {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-2wfgcj .mystake-s0xbsq {
  display: none;
}

@media (min-width: 768px) {
  .mystake-2wfgcj .mystake-s0xbsq {
    display: flex;
  }
}

.mystake-qq76p4 {
  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-qq76p4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-qq76p4 > * {
  margin: 0 !important;
}

.mystake-qq76p4 img,
.mystake-ho7lxp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-qq76p4 img,
  .mystake-ho7lxp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-2nj4lr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-2nj4lr {
    width: 32px;
    height: 32px;
  }
}

.mystake-zkh3me {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-zkh3me {
    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-zkh3me::-webkit-scrollbar {
    display: none;
  }
}

.mystake-4vki70 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-4vki70 {
    padding: 7px 15px;
  }
}

.mystake-4vki70:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-e8yvd7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-e8yvd7 {
    display: flex;
    opacity: 1;
  }
}

.mystake-4vki70 picture {
  height: 100%;
  display: block;
}

.mystake-4vki70 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-4vki70 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-4vki70 p {
  text-align: center;
  width: 100%;
}

.mystake-tlcpzi {
  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-tlcpzi {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-tlcpzi img,
.mystake-amx3qf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-tlcpzi img,
  .mystake-amx3qf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-c7xccg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-c7xccg {
    width: 32px;
    height: 32px;
  }
}

.mystake-hvb2m8 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-kvxxx2 {
  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-3gleau {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-3gleau.mystake-rvg379 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-kojks8 {
  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-kojks8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-v4ni07 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-0gn56r {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-wjhxf1 ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-7hll2c {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-7hll2c ol,
.mystake-7hll2c ul {
  padding-left: 1.3em;
}

.mystake-3gleau.mystake-rvg379 .mystake-0gn56r {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-3gleau.mystake-rvg379 .mystake-v4ni07 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-85vpzn {
  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-85vpzn {
    padding: 24px;
  }
}

.mystake-85vpzn .mystake-jfegwt {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-85vpzn .mystake-jfegwt {
    display: none;
  }
}

.mystake-85vpzn .mystake-3mwnuq svg {
  display: none;
}

.mystake-d5ba9w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-d5ba9w .mystake-s0xbsq {
  display: none;
}

@media (min-width: 768px) {
  .mystake-d5ba9w .mystake-s0xbsq {
    display: flex;
  }
}

.mystake-arrpnc {
  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-arrpnc {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-arrpnc > * {
  margin: 0 !important;
}

.mystake-arrpnc img,
.mystake-4z2aky {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-arrpnc img,
  .mystake-4z2aky {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-622k7q {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-622k7q {
    width: 32px;
    height: 32px;
  }
}

.mystake-raty6w {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-raty6w {
    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-raty6w::-webkit-scrollbar {
    display: none;
  }
}

.mystake-hp07ug {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-hp07ug:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-7seve7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-7seve7 {
    display: flex;
    opacity: 1;
  }
}

.mystake-hp07ug picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-hp07ug picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-8m7mc7 {
  margin: -24px 0;
}

.mystake-8m7mc7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-8m7mc7 {
    margin: -16px 0;
  }
}

.mystake-xux5q6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-xux5q6 {
    flex-direction: row;
  }
}

.mystake-rxjx1y {
  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-rxjx1y {
    flex: 1;
  }
}

.mystake-rxjx1y::placeholder {
  color: var(--Text-400);
}

.mystake-merr7n {
  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-hprano {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-hprano::-webkit-scrollbar {
  display: none;
}

.mystake-p7w2cq {
  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-p7w2cq img,
.mystake-p7w2cq svg {
  margin-right: 8px;
}

.mystake-qu83uh {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-8m7mc7 + .mystake-hrizwm {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-8m7mc7 + .mystake-hrizwm {
    margin-top: -16px;
  }
}

.mystake-rzalsn {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-rzalsn > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-rzalsn > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-1b1fuf {
  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-1bww5v {
  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-yagq8q {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-k5vujd {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-vr20cy {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-1b1fuf 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-1b1fuf 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-1b1fuf {
    padding: 39px 179px 39px 39px;
  }

  .mystake-1bww5v {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-vr20cy {
    height: 348px;
  }

  .mystake-1b1fuf button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-1b1fuf button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-1b1fuf {
    padding: 63px;
  }
}

.mystake-hp66xc {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-hp66xc {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-avjrqb {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-avjrqb {
    width: auto;
  }
}

.mystake-c9kdbw {
  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-c9kdbw::-webkit-scrollbar {
  display: none;
}

.mystake-c9kdbw 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-c9kdbw a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-c9kdbw {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-hp66xc .mystake-daj2j8 {
  -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-wjhxf1,
    mask-image 0.3s;
}

.mystake-hp66xc .mystake-daj2j8.mystake-f9mqen {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-aoszc2 {
  margin: 40px -16px;
}

.mystake-28yo63 + .mystake-vbxm20,
.mystake-28yo63 + .mystake-ft5vir {
  margin-top: 24px;
}

.mystake-y4vxmy {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-y4vxmy picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-yr2vjp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-yr2vjp {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-yr2vjp {
    margin-top: 0;
  }
}

.mystake-f8j9ox {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-f8j9ox {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-5vu0s7 {
  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-5vu0s7 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-wwuu9x {
  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-wwuu9x {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-jdkewt {
  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-jdkewt {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-zeegjq {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-zeegjq {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-97x4tg {
  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-fzw5rb {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-fzw5rb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-hrizwm {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-pgnvte {
  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-pgnvte {
    padding: 15px 48px;
  }
}

main > .mystake-hrizwm {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-6t21a7.mystake-6bbllm > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-ru8fuu p a img {
  display: block;
  margin: 0 auto;
}


.mystake-mrx0xe {
  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-gj9dbw {
  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-gj9dbw label {
  font-size: 14px;
}

.mystake-gj9dbw h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-gj9dbw input,
.mystake-gj9dbw textarea,
.mystake-gj9dbw 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-gj9dbw button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-uky7po ease;
}
.mystake-gj9dbw button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-2sw1m1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-is67yp ease-in;
}

.mystake-2sw1m1 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-0f66um, .mystake-doovcy, [class*="review-card"],
thead, thead th, table th, .mystake-mfm9bd,
.mystake-prtgvj, [class*="collapsible-header"],
.mystake-gbdbg4, [class*="updated-block"] {
  color: #ece7dc !important;
}
