* {
  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-2gfk6m {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-2gfk6m {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-2gfk6m {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-412547 {
  overflow: hidden;
}

.mystake-7ooya0 img {
  background: var(--Neutral-300);
}

.mystake-wzdkb2 {
  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-hn93g6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-hn93g6:hover {
  background: var(--button-bg-hover);
}

.mystake-gnmz00 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-gnmz00:hover {
  background: var(--button-bg-hover);
}

.mystake-l8n86t {
  font-size: 12px;
  line-height: 18px;
}

.mystake-b3b7d2 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-g9mbtr {
  width: 100%;
}

.mystake-uur1e5 {
  padding: 6px 16px;
}

.mystake-3zzhw7 {
  padding: 10px 16px;
}

.mystake-b3z09y {
  padding: 15px 26px;
}

.mystake-4ooont {
  flex-shrink: 0;
}

.mystake-zcrcz4 {
  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-6fajka {
  display: none;
}

.mystake-6ymif5 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-gszcst {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-yws4vv {
  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-da3ygk {
  cursor: grab;
}

.mystake-yws4vv::-webkit-scrollbar {
  display: none;
}

.mystake-r9jjtw {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-20efqt {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-j7dfut {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-nvuypv {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-xorfw2 {
  visibility: visible;
}

.mystake-mb0zdk {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-ge6z3v ease;
}

.mystake-rsbe87 {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-visdey {
  -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-ge6z3v,
    mask-image 0.3s;
}

.mystake-visdey.mystake-g0h7x5 {
  -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-0w9qae: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-bvxrr8 {
  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-47fzzf.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-47fzzf.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-bg9r8b {
  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-bg9r8b::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-m72sr4 {
  position: relative;
  z-index: 1;
}

.mystake-tbe0ij {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-mmk0n8 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-mjir6p {
  font-size: 40px;
  line-height: 48px;
}

.mystake-ddh6v3 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-c3l58q {
  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-c3l58q:hover {
  background: var(--Primary-400);
}

.mystake-c3l58q svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-0w9qae 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-bg9r8b {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-tbe0ij {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-mmk0n8 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-mjir6p {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-ddh6v3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-bvxrr8 {
    top: 25px;
    right: 25px;
  }
}

.mystake-tx9f8j,
.mystake-mdatcq {
  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-3syaum.mystake-qys8o4::before,
.mystake-mdatcq::before,
.mystake-oappef::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-47fzzf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-qg88mx 14.mystake-sqzng3.mystake-kpox6d 14.mystake-nh1x17 15.mystake-a0kwcy 14.mystake-fpabt2 15.mystake-679fjv 14.mystake-4559vv.mystake-789v92 14.mystake-v1dea8 19.mystake-dos5fa 12.mystake-4zdg4a 19.mystake-dos5fa 10.mystake-xsrmx8.mystake-dos5fa 8.mystake-ebprdn 17.mystake-0yn199 7.mystake-mex2wk 15.mystake-njdnwu 7.mystake-los1ta.mystake-9411dx 7.mystake-mex2wk 11.mystake-ssnlxc 8.mystake-ebprdn 11.mystake-ssnlxc 10.mystake-1wspnx.mystake-ssnlxc 12.mystake-196hlk 13.mystake-qeagm6 14.mystake-8mptam 15.mystake-tfyn1m 14.mystake-4s4srt.mystake-nxkhul 14.mystake-ek6reo 15.mystake-8fvny9 14.mystake-kumu3d 15.mystake-nh2fbp 14.mystake-6tglss.mystake-qg88mx 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-uh6luf 15.mystake-bkpknv.mystake-09d4zx 15.mystake-hgsa5f 15.mystake-edol4t 15.mystake-kacxtx 15.mystake-losnt8 15.mystake-o219kr.mystake-6buh9s 15.mystake-kacxtx 15.mystake-a5l1h0 15.mystake-nt672s 15.mystake-856pbs 15.mystake-axbx46.mystake-xvbo82 15.mystake-r1fxes 7.mystake-c93f56 18.mystake-4awkz2 7.mystake-j51xyl 23.mystake-m0knj9.mystake-c9jfnw.mystake-osxdww 18.mystake-xgvglu 19.mystake-ja1igt 15.mystake-z9wjdm 15.mystake-uh6luf 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-xpv7ny [type="submit"] *,
.mystake-bhmggj button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-uqsdml {
    display: none;
  }
}

.mystake-7e0oct {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-7e0oct {
  display: none;
}

@media (min-width: 768px) {
  .mystake-7e0oct {
    bottom: 22px;
  }
}

.mystake-7e0oct input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-7e0oct {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-q42dw6.static) .mystake-7e0oct {
    bottom: 8px;
  }
}

.mystake-94cz4u {
  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-47fzzf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-c03ky2 3.mystake-crlf9j.mystake-mmn14a.mystake-qosyw3 3.mystake-s0if52 3.mystake-bpj1if 5.mystake-p6tp37 3.mystake-bpj1if 8.mystake-d53tzh.mystake-t4amcj.mystake-bpj1if 26.mystake-8h2ko1 5.mystake-tjyh8r 28.mystake-pao1me 8.mystake-gh9csu 28.mystake-sxi404.mystake-oyvvbz 28.mystake-0nqy7h.mystake-sxe1x9 34.mystake-bg0cyr.mystake-o61dlp 36.mystake-iop7sy 11.mystake-c41z36 37.mystake-pjkn8w 12.mystake-285eji 36.mystake-iusa8w.mystake-gddxbk 28.mystake-95cc5e.mystake-omqiad.mystake-8fpchz 28.mystake-pfpwk3 36.mystake-xsqf8f 26.mystake-rozw8l 36.mystake-xsqf8f 23.mystake-0azd3g.mystake-e5mw9y.mystake-xsqf8f 5.mystake-k4dyn2 34.mystake-5v5p09 3.mystake-s0if52 31.mystake-c03ky2 3.mystake-4jnl4h.mystake-6d6tn3 18.mystake-aa7hea.mystake-q04041 18.mystake-o2gplt 8.mystake-7g40c4 17.mystake-alpniy 8.mystake-7g40c4 15.mystake-j3ro4h.mystake-7g40c4 14.mystake-jougsh 9.mystake-q04041 13.mystake-nrks5c 11.mystake-6d6tn3 13.mystake-d940ax.mystake-lxf5ry 13.mystake-nrks5c 13.mystake-xg6xyr 14.mystake-jougsh 13.mystake-xg6xyr 15.mystake-j13mmb.mystake-xg6xyr 17.mystake-alpniy 12.mystake-lxf5ry 18.mystake-o2gplt 11.mystake-6d6tn3 18.mystake-02lmhf.mystake-eer5gc 18.mystake-otd4mg.mystake-m8ae9e 18.mystake-o2gplt 17.mystake-kx59ua 17.mystake-alpniy 17.mystake-kx59ua 15.mystake-lu2zjx.mystake-kx59ua 14.mystake-jougsh 18.mystake-m8ae9e 13.mystake-nrks5c 20.mystake-eer5gc 13.mystake-i21zx0.mystake-u9w12y 13.mystake-nrks5c 22.mystake-tqpidz 14.mystake-jougsh 22.mystake-tqpidz 15.mystake-dybxr3.mystake-fg0iij 17.mystake-alpniy 21.mystake-u9w12y 18.mystake-o2gplt 20.mystake-eer5gc 18.mystake-kg5ml2.mystake-xsawwx 18.mystake-yzs2ry.mystake-a390fo 18.mystake-o2gplt 26.mystake-wq9kz1 17.mystake-alpniy 26.mystake-wq9kz1 15.mystake-ek3iug.mystake-wq9kz1 14.mystake-jougsh 27.mystake-a390fo 13.mystake-nrks5c 28.mystake-xsawwx 13.mystake-l59z00.mystake-c45vry 13.mystake-nrks5c 31.mystake-a62xnn 14.mystake-jougsh 31.mystake-a62xnn 15.mystake-nsjrj9.mystake-wq9kz1 17.mystake-alpniy 30.mystake-c45vry 18.mystake-o2gplt 28.mystake-xsawwx 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-94cz4u {
    display: none;
  }
}

.mystake-4d6rd4 {
  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-4d6rd4 {
    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-bhmggj {
  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-bhmggj {
    padding: 14px 16px;
  }
}

.mystake-bhmggj button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-bhmggj button:first-child {
  align-content: end;
}

.mystake-bhmggj button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-bhmggj
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-bhmggj
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-bhmggj button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-bhmggj button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-oappef {
  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-oappef::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-oappef,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-oappef {
  opacity: 1;
  visibility: visible;
}

.mystake-kinur6 {
  flex: 1 1;
}

.mystake-vpotq6 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-vpotq6 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-f3ptl6 {
  display: block;
}

.mystake-4yozqg {
  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-4yozqg {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-mdatcq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-mdatcq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-rs26xe span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-rs26xe p {
  color: var(--Text-100);
}

.mystake-mdatcq .mystake-s3lpbb {
  grid-area: button;
}

.mystake-mdatcq .mystake-s3lpbb::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-47fzzf.org/2000/svg'%3E%3Cpath d='M4.mystake-28fx71 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-yvc7gy 15L16.mystake-yvc7gy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-yvc7gy 5L16.mystake-yvc7gy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-xmqizy {
  display: block;
}

.mystake-e53gnw {
  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-e53gnw {
    margin-top: 40px;
  }
}

.mystake-tx9f8j label,
.mystake-tx9f8j input {
  display: block;
  width: 100%;
}

.mystake-tx9f8j label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-tx9f8j label.mystake-3133ks input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-tx9f8j label.mystake-3133ks::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-tx9f8j 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-tx9f8j input::placeholder {
  color: var(--Text-400);
}

.mystake-fg56jx {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-fg56jx {
  display: flex;
}

.mystake-fg56jx ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-fg56jx ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-fg56jx ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-xpv7ny {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-xpv7ny {
    padding: 0 24px 24px;
  }
}

.mystake-xpv7ny 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-xpv7ny input::placeholder {
  color: var(--Text-400);
}

.mystake-xpv7ny [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-xpv7ny [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-xpv7ny [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-xpv7ny [type="submit"] {
    right: 40px;
  }
}

.mystake-3syaum {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-3syaum.mystake-qys8o4 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-3syaum.mystake-qys8o4::before {
  content: "";
  width: 31px;
}

.mystake-3syaum.mystake-qys8o4 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-3syaum.mystake-chyjcd p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-3syaum p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-7e0oct .mystake-s3lpbb {
  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-uqsdml {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-uqsdml {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-uqsdml {
    padding: 18px 0;
  }
}

.mystake-uqsdml .mystake-2gfk6m {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-uqsdml .mystake-2gfk6m {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-a4oj62 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-a4oj62 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-a4oj62 picture,
.mystake-a4oj62 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-a4oj62 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-uzlwfk {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-ge6z3v ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-uqsdml.mystake-y7ox1e .mystake-uzlwfk {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-uzlwfk {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-uzlwfk {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-fmjif6,
.mystake-ws3tgi {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-fmjif6,
  .mystake-ws3tgi {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-ws3tgi {
    display: none;
  }
}

.mystake-7nizuz {
  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-y7ox1e .mystake-7nizuz {
  background: var(--fh-bg-color);
}

.mystake-7nizuz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-7nizuz {
    display: none;
  }
}

.mystake-xjborp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-xjborp {
    display: none;
  }
}

.mystake-f577o2 {
  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-uqsdml.mystake-y7ox1e .mystake-f577o2:first-child {
  display: none;
}

.mystake-uqsdml.mystake-y7ox1e .mystake-f577o2:last-child {
  display: block;
}

.mystake-f577o2:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-f577o2 {
    display: none;
  }
}

.mystake-rhsist {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-rhsist {
    display: flex;
  }
}

.mystake-rhsist ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-rhsist:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-rhsist:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-rhsist:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-rhsist:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-rhsist:hover .mystake-hrinkw svg {
  transform: rotate(180deg);
}

.mystake-siszei {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-59762k {
  padding: 0 8px;
}

.mystake-w1aumf {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-w1aumf:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-w1aumf {
    padding: 4px 8px;
  }
}

.mystake-uyz37l {
  display: flex;
}

.mystake-uyz37l img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-hrinkw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-hrinkw svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-lribem {
  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-lribem {
    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-r6a333 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-r6a333 {
    display: none;
  }
}

.mystake-9yk0j8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-13ufxy {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-m66faj {
  display: flex;
}

.mystake-h4ud8h {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-spvvfr {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-spvvfr {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-spvvfr {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-spvvfr .mystake-tvsjc1 [data-ref-el],
  .mystake-spvvfr .mystake-tvsjc1 span,
  .mystake-spvvfr .mystake-tvsjc1 a {
    white-space: nowrap;
  }
}

.mystake-s9tq5k {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-s9tq5k.mystake-7r6orv > .mystake-tvsjc1 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-s9tq5k.mystake-1jwn4q:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-s9tq5k.mystake-7r6orv > .mystake-uo775q {
    height: auto;
  }

  .mystake-s9tq5k.mystake-7r6orv > div > .mystake-jf516u {
    transform: rotate(180deg);
  }
}

.mystake-s9tq5k [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-s9tq5k [data-ref-el],
.mystake-s9tq5k span {
  cursor: pointer;
}

.mystake-s9tq5k [data-ref-el],
.mystake-s9tq5k span,
.mystake-s9tq5k 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-s9tq5k [data-ref-el],
  .mystake-s9tq5k span,
  .mystake-s9tq5k a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-s9tq5k [data-ref-el],
  .mystake-s9tq5k span,
  .mystake-s9tq5k a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-uo775q {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-ge6z3v ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-uo775q::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-uo775q::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-uo775q::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-uo775q {
    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-uo775q:has(> .mystake-s9tq5k.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-uo775q .mystake-uo775q {
    padding: 0;
  }

  .mystake-uo775q .mystake-s9tq5k {
    font-weight: 400;
  }

  .mystake-uo775q .mystake-s9tq5k:hover > .mystake-tvsjc1 {
    background: var(--Neutral-300);
  }

  .mystake-uo775q .mystake-jf516u {
    rotate: -90deg;
  }
}

.mystake-tvsjc1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-tvsjc1 {
    padding: 8px;
  }

  .mystake-s9tq5k.mystake-huw5ls > .mystake-tvsjc1 {
    background: var(--Neutral-300);
  }
}

.mystake-jf516u {
  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-47fzzf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-er1ncr 0.mystake-25d7ih.mystake-3bj1t1 -0.mystake-gzg4g1 0.mystake-see06o -0.mystake-gzg4g1 1.mystake-qrhck6 0.mystake-58d7el.mystake-aaglqp 4.mystake-lfbya3.mystake-er1ncr 0.mystake-be7wm4.mystake-zquw2w -0.mystake-gzg4g1 9.mystake-voo37j -0.mystake-gzg4g1 10.mystake-sdnuyl 0.mystake-9gdt15.mystake-7ee2sh 0.mystake-3bj1t1 10.mystake-7ee2sh 0.mystake-see06o 10.mystake-sdnuyl 1.mystake-w3mmi1.mystake-h2eigp 5.mystake-972sim.mystake-41ito9 6.mystake-6vc8pc 5.mystake-b64p2z 6.mystake-6vc8pc 4.mystake-gyaga8 5.mystake-rpmyv5.mystake-er1ncr 1.mystake-swdiu1.mystake-gzg4g1 0.mystake-see06o -0.mystake-gzg4g1 0.mystake-3bj1t1 0.mystake-er1ncr 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-ge6z3v ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-jf516u {
    cursor: default;
  }
}

.mystake-1yjnht {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-u70k6k {
  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-u70k6k {
    padding: 40px 4px;
  }
}

.mystake-5ptzv8 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-5ptzv8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-ikx8vo {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-ikx8vo {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-ikx8vo ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-ikx8vo [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-ikx8vo [data-ref-el],
.mystake-ikx8vo span,
.mystake-ikx8vo a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-658clw {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-658clw {
    margin-bottom: 12px;
  }
}

.mystake-4qeb8b {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-4qeb8b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-4qeb8b:last-child {
    margin-right: 0;
  }
}

.mystake-6n8zqw {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-658clw:hover .mystake-o9oufa {
  visibility: visible;
  opacity: 1;
}

.mystake-o9oufa {
  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-af0xjk {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-lpkbqd {
  display: flex;
  margin: 6px;
}

.mystake-lpkbqd img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-o9oufa::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-o9oufa::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-uzkdxy {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-uzkdxy {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-kefqay {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-kefqay {
    margin-right: 32px;
  }
}

.mystake-8ngxru {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-8ngxru {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-8ngxru a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-sqzchf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-1d5wwx {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-1d5wwx {
    margin-top: 40px;
  }
}

.mystake-1d5wwx + .mystake-0qj5nb,
.mystake-1d5wwx + .mystake-1d5wwx {
  margin-top: 24px;
}

.mystake-pmp2y0 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-pmp2y0 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-pmp2y0 {
    padding: 80px;
  }
}

.mystake-m0ftnc {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-m0ftnc {
    padding: 0 16px;
}


}

.mystake-53hoss {
  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-53hoss {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-cgql11 {
  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-cgql11 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-qcvkk1 {
  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-qcvkk1:hover {
  background: var(--button-bg-hover);
}

.mystake-21699f {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-21699f img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-21699f img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-21699f img {
  min-height: 100%;
  }
}

.mystake-pmp2y0::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-5qaqry {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-5qaqry h1,
.mystake-5qaqry h2,
.mystake-5qaqry h3,
.mystake-5qaqry h4 {
  margin-bottom: 6px;
}

.mystake-5qaqry h1:not(:first-child),
.mystake-5qaqry h2:not(:first-child),
.mystake-5qaqry h3:not(:first-child),
.mystake-5qaqry h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-5qaqry h1,
.mystake-5qaqry h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-5qaqry h1,
  .mystake-5qaqry h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-5qaqry h2,
.mystake-5qaqry h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-5qaqry h2,
  .mystake-5qaqry h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-5qaqry h3,
.mystake-5qaqry h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-5qaqry h3,
  .mystake-5qaqry h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-5qaqry h4,
.mystake-5qaqry h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-5qaqry ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-5qaqry ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-5qaqry 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-5qaqry ul ul {
  margin-bottom: 8px;
}

.mystake-5qaqry ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-5qaqry ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-5qaqry ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-5qaqry ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-5qaqry ol li::marker {
  font-weight: 700;
}

.mystake-5qaqry ol ol {
  margin-bottom: 8px;
}

.mystake-5qaqry ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-5qaqry ol ul li {
  padding-left: 16px;
}

.mystake-5qaqry 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-5qaqry table {
    padding: 24px;
  }
}

.mystake-5qaqry table.mystake-mu11u1 {
  -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-ge6z3v,
    mask-image 0.3s;
}

.mystake-5qaqry table.mystake-mu11u1.mystake-g0h7x5 {
  -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-5qaqry table {
    display: table;
  }
}

.mystake-5qaqry 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-5qaqry table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-5qaqry table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-5qaqry 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-5qaqry table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-5qaqry table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-5qaqry table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-5qaqry table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-5qaqry img {
  max-width: 100%;
  height: auto;
}

.mystake-xelcwo {
  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-xelcwo {
    padding: 24px;
  }
}

.mystake-uz8b3l {
  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-uz8b3l {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-uz8b3l > * {
  margin: 0 !important;
}

.mystake-uz8b3l img,
.mystake-fowemf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-uz8b3l img,
  .mystake-fowemf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-u6265a {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-u6265a {
    width: 32px;
    height: 32px;
  }
}

.mystake-m029v9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-m029v9 .mystake-ip9v2k {
  flex-shrink: 0;
}

.mystake-m029v9 .mystake-7wkegk svg {
  display: none;
}

.mystake-4zo4wg {
  display: grid;
  transition: max-height 0.mystake-ge6z3v ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-4zo4wg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-4zo4wg {
    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-4zo4wg.mystake-bekchf + .mystake-ip9v2k svg {
  transform: rotate(180deg);
}

.mystake-hjf6l0 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-hjf6l0 > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-hjf6l0
  > div:nth-child(3n)
  .mystake-3gqcxu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-hjf6l0 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-hjf6l0 > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-hjf6l0
    > div:nth-child(3n)
    .mystake-3gqcxu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-hjf6l0 {
    max-width: 270px;
  }
}

.mystake-hjf6l0 .mystake-3gqcxu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-hjf6l0 .mystake-3gqcxu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-hjf6l0 .mystake-3gqcxu button {
    max-width: 104px;
  }
}

.mystake-ifpcbe {
  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-ifpcbe {
    margin-bottom: 0;
  }
}

.mystake-mqebdu {
  display: none;
  opacity: 0;
}

.mystake-lrlzj8 {
  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-lrlzj8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-3gqcxu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-3gqcxu 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-3gqcxu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-3gqcxu
    button {
    max-width: 145px;
  }
}

.mystake-74dixs:first-child
  .mystake-3gqcxu
  button {
  max-width: 270px;
}

.mystake-ks6ujt {
  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-ifpcbe picture {
  width: 100%;
  max-width: 100%;
}

.mystake-l3kclo {
  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-l3kclo svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-ifpcbe:hover .mystake-l3kclo {
  display: flex;
}

.mystake-zmwzk7 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-3i413x {
  display: flex;
}

.mystake-3i413x:hover .mystake-kmzwr4,
.mystake-3i413x .mystake-huw5ls .mystake-kmzwr4 {
  display: flex;
}

.mystake-3i413x svg {
  flex-shrink: 0;
}

.mystake-kmzwr4 {
  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-kmzwr4 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-kmzwr4:hover {
  display: flex;
}

.mystake-kmzwr4 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-okcvx3 {
  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-okcvx3 {
    font-size: 12px;
  }
}

.mystake-fhcpyo,
.mystake-ro5yq6 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-fhcpyo {
  font-weight: 700;
}

.mystake-fpehf2 .mystake-4zo4wg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-fpehf2 .mystake-4zo4wg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-fpehf2 .mystake-4zo4wg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-fpehf2
  .mystake-ks6ujt:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-fpehf2 .mystake-lrlzj8 {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-fpehf2 .mystake-3gqcxu {
  gap: 4px;
  align-items: center;
}

.mystake-fpehf2 .mystake-3gqcxu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-fpehf2 .mystake-3gqcxu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-fpehf2 .mystake-4m6p87,
.mystake-fpehf2 .mystake-ygy42n {
  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-47fzzf.org/2000/svg'%3E%3Cpath d='M9.mystake-22i1o6 4.mystake-dwvbge.mystake-mu0obu 5.mystake-tv56s9.mystake-2jeeiw 5.mystake-9dtx23.mystake-c9xfcq 5.mystake-r05qat.mystake-jeqq6f 8.mystake-istxpf.mystake-hs3nqr 9.mystake-01y01e.mystake-1kvk12 9.mystake-i929yf.mystake-0ez0zq 13.mystake-gr8o5x.mystake-1cmcrm 11.mystake-x8yfjf.mystake-0vngfz 11.mystake-j5trm6.mystake-xl6qku 11.mystake-kmcsb8.mystake-m016if 13.mystake-li59b4.mystake-uru8qg 9.mystake-adgvio.mystake-fco4ga 9.mystake-zfwweq.mystake-w68vqf 8.mystake-eoz83z.mystake-gbruyk 5.mystake-nfhcac.mystake-00p2nf 5.mystake-xr98jw.mystake-xsumaz 5.mystake-yar62e.mystake-4yyben 4.mystake-j1zdse.mystake-0vngfz 1.mystake-9dnnjj.mystake-22i1o6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-fpehf2 .mystake-4m6p87 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-fpehf2 .mystake-ygy42n {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-xuypfp {
  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-xuypfp {
    padding: 24px;
  }
}

.mystake-xuypfp .mystake-ip9v2k {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-xuypfp .mystake-ip9v2k {
    display: none;
  }
}

.mystake-xuypfp .mystake-7wkegk svg {
  display: none;
}

.mystake-3mlkfn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-3mlkfn .mystake-wzdkb2 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-3mlkfn .mystake-wzdkb2 {
    display: flex;
  }
}

.mystake-w3nmv6 {
  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-w3nmv6 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-w3nmv6 > * {
  margin: 0 !important;
}

.mystake-w3nmv6 img,
.mystake-5ehxvi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-w3nmv6 img,
  .mystake-5ehxvi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-wnp86r {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-wnp86r {
    width: 32px;
    height: 32px;
  }
}

.mystake-14835k {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-14835k {
    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-14835k::-webkit-scrollbar {
    display: none;
  }
}

.mystake-89s3n2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-89s3n2 {
    padding: 7px 15px;
  }
}

.mystake-89s3n2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-ut6uwy {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-ut6uwy {
    display: flex;
    opacity: 1;
  }
}

.mystake-89s3n2 picture {
  height: 100%;
  display: block;
}

.mystake-89s3n2 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-89s3n2 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-89s3n2 p {
  text-align: center;
  width: 100%;
}

.mystake-hehhk5 {
  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-hehhk5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-hehhk5 img,
.mystake-l2ncff {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-hehhk5 img,
  .mystake-l2ncff {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-t4sdjm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-t4sdjm {
    width: 32px;
    height: 32px;
  }
}

.mystake-rkcyvv {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-gsibit {
  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-gpal4y {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-gpal4y.mystake-huw5ls {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-d5133s {
  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-d5133s {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-hnijf5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-mdgtbn {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-ge6z3v ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-129rpy {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-129rpy ol,
.mystake-129rpy ul {
  padding-left: 1.3em;
}

.mystake-gpal4y.mystake-huw5ls .mystake-mdgtbn {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-gpal4y.mystake-huw5ls .mystake-hnijf5 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-itybw8 {
  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-itybw8 {
    padding: 24px;
  }
}

.mystake-itybw8 .mystake-ip9v2k {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-itybw8 .mystake-ip9v2k {
    display: none;
  }
}

.mystake-itybw8 .mystake-7wkegk svg {
  display: none;
}

.mystake-gdmqx8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-gdmqx8 .mystake-wzdkb2 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-gdmqx8 .mystake-wzdkb2 {
    display: flex;
  }
}

.mystake-c7nbdj {
  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-c7nbdj {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-c7nbdj > * {
  margin: 0 !important;
}

.mystake-c7nbdj img,
.mystake-umdlz1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-c7nbdj img,
  .mystake-umdlz1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-vxicye {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-vxicye {
    width: 32px;
    height: 32px;
  }
}

.mystake-0x0mic {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-0x0mic {
    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-0x0mic::-webkit-scrollbar {
    display: none;
  }
}

.mystake-mltefl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-mltefl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-657i99 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-657i99 {
    display: flex;
    opacity: 1;
  }
}

.mystake-mltefl picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-mltefl picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-1kk66c {
  margin: -24px 0;
}

.mystake-1kk66c:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-1kk66c {
    margin: -16px 0;
  }
}

.mystake-1nfo41 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-1nfo41 {
    flex-direction: row;
  }
}

.mystake-ra9uda {
  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-ra9uda {
    flex: 1;
  }
}

.mystake-ra9uda::placeholder {
  color: var(--Text-400);
}

.mystake-ukc5eo {
  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-cc3z88 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-cc3z88::-webkit-scrollbar {
  display: none;
}

.mystake-slmga8 {
  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-slmga8 img,
.mystake-slmga8 svg {
  margin-right: 8px;
}

.mystake-a4upa5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-1kk66c + .mystake-xy1s6y {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-1kk66c + .mystake-xy1s6y {
    margin-top: -16px;
  }
}

.mystake-c0lhq1 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-c0lhq1 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-c0lhq1 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-aktogk {
  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-c0p6zq {
  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-sczjz4 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-1gaud8 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-vfez7e {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-aktogk 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-aktogk 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-aktogk {
    padding: 39px 179px 39px 39px;
  }

  .mystake-c0p6zq {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-vfez7e {
    height: 348px;
  }

  .mystake-aktogk button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-aktogk button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-aktogk {
    padding: 63px;
  }
}

.mystake-0eewss {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-0eewss {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-jue27r {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-jue27r {
    width: auto;
  }
}

.mystake-sgxzue {
  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-sgxzue::-webkit-scrollbar {
  display: none;
}

.mystake-sgxzue 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-sgxzue a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-sgxzue {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-0eewss .mystake-5joiyd {
  -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-ge6z3v,
    mask-image 0.3s;
}

.mystake-0eewss .mystake-5joiyd.mystake-g0h7x5 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-2fzxmk {
  margin: 40px -16px;
}

.mystake-269d1f + .mystake-0qj5nb,
.mystake-269d1f + .mystake-1d5wwx {
  margin-top: 24px;
}

.mystake-pji8lp {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-pji8lp picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-9ko20d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-9ko20d {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-9ko20d {
    margin-top: 0;
  }
}

.mystake-jldkyr {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-jldkyr {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-fxxlhe {
  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-fxxlhe {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-lhvsa7 {
  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-lhvsa7 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-hcglpg {
  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-hcglpg {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-eiqlt0 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-eiqlt0 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-jpr0kp {
  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-8z3g8s {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-8z3g8s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-xy1s6y {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-5hiaf3 {
  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-5hiaf3 {
    padding: 15px 48px;
  }
}

main > .mystake-xy1s6y {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-4zo4wg.mystake-fmdweu > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-5qaqry p a img {
  display: block;
  margin: 0 auto;
}


.mystake-m676z9 {
  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-k8p42c {
  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-k8p42c label {
  font-size: 14px;
}

.mystake-k8p42c h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-k8p42c input,
.mystake-k8p42c textarea,
.mystake-k8p42c 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-k8p42c button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-fbwmfg ease;
}
.mystake-k8p42c button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-fs8hsq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-l5l4el ease-in;
}

.mystake-fs8hsq 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-7vvgar, .mystake-orq1oi, [class*="review-card"],
thead, thead th, table th, .mystake-qk0m2t,
.mystake-hlejyc, [class*="collapsible-header"],
.mystake-q5o0k3, [class*="updated-block"] {
  color: #ece7dc !important;
}
