* {
  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-m9t8rl {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-m9t8rl {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-m9t8rl {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-r3zrdr {
  overflow: hidden;
}

.mystake-ccqxv0 img {
  background: var(--Neutral-300);
}

.mystake-8bcxuy {
  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-1fzt0p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-1fzt0p:hover {
  background: var(--button-bg-hover);
}

.mystake-23lkj3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-23lkj3:hover {
  background: var(--button-bg-hover);
}

.mystake-ia2vw0 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-sikx98 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-whry6v {
  width: 100%;
}

.mystake-3rpmpj {
  padding: 6px 16px;
}

.mystake-9dgld2 {
  padding: 10px 16px;
}

.mystake-lxo4xk {
  padding: 15px 26px;
}

.mystake-ne7ml1 {
  flex-shrink: 0;
}

.mystake-gj8qa9 {
  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-78o2cv {
  display: none;
}

.mystake-3un1a8 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-7m0qg9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-ilen81 {
  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-6oyic7 {
  cursor: grab;
}

.mystake-ilen81::-webkit-scrollbar {
  display: none;
}

.mystake-7mgybp {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-w5jpf1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-3gu81f {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-ce153s {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-u3jw6d {
  visibility: visible;
}

.mystake-vviznp {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-tru3ih ease;
}

.mystake-rel2pk {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-5oah9g {
  -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-tru3ih,
    mask-image 0.3s;
}

.mystake-5oah9g.mystake-mq0c5z {
  -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-wdvf9y: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-ro8nqh {
  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-8gmdqw.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-8gmdqw.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-ttd4cy {
  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-ttd4cy::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-7xrscp {
  position: relative;
  z-index: 1;
}

.mystake-vxy9j1 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-al8cki {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-0rfcmi {
  font-size: 40px;
  line-height: 48px;
}

.mystake-tb2bca {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-z9j75e {
  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-z9j75e:hover {
  background: var(--Primary-400);
}

.mystake-z9j75e svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-wdvf9y 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-ttd4cy {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-vxy9j1 {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-al8cki {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-0rfcmi {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-tb2bca {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-ro8nqh {
    top: 25px;
    right: 25px;
  }
}

.mystake-26utam,
.mystake-6q9khw {
  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-kao36d.mystake-9ufb2g::before,
.mystake-6q9khw::before,
.mystake-ltcwfv::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-8gmdqw.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-ub6jmb 14.mystake-v4e8fe.mystake-4huq7a 14.mystake-xl9a1h 15.mystake-sqc4rn 14.mystake-4uzjl0 15.mystake-88rkr9 14.mystake-9yzxfj.mystake-ov2rio 14.mystake-7qtf3t 19.mystake-tn6dzn 12.mystake-u6pd3u 19.mystake-tn6dzn 10.mystake-ihru33.mystake-tn6dzn 8.mystake-29swfd 17.mystake-79aw7a 7.mystake-vnc8w8 15.mystake-97xlqg 7.mystake-fi3mcp.mystake-wl8lig 7.mystake-vnc8w8 11.mystake-brhu07 8.mystake-29swfd 11.mystake-brhu07 10.mystake-e1y44j.mystake-brhu07 12.mystake-5gc5ac 13.mystake-u3xian 14.mystake-d86tso 15.mystake-qlaaj7 14.mystake-cnt00b.mystake-igpoib 14.mystake-2ml4f3 15.mystake-a3uezt 14.mystake-p6ahz9 15.mystake-o1mf44 14.mystake-7t1l1o.mystake-ub6jmb 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-y31aoh 15.mystake-ahawtr.mystake-6zpwga 15.mystake-f7p8t3 15.mystake-yutfc2 15.mystake-dpk67k 15.mystake-t7iwic 15.mystake-9uprlh.mystake-3td8pi 15.mystake-dpk67k 15.mystake-10g6ck 15.mystake-cakr6o 15.mystake-m6uwvi 15.mystake-baxljo.mystake-60qds9 15.mystake-tfj0tl 7.mystake-lj3bjv 18.mystake-ihkdpq 7.mystake-t9kuek 23.mystake-7ma1st.mystake-ymxdhc.mystake-v61zrh 18.mystake-0sphlk 19.mystake-b6h714 15.mystake-l4m0ku 15.mystake-y31aoh 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-f4u7qv [type="submit"] *,
.mystake-ahm4ig button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-ti2v9t {
    display: none;
  }
}

.mystake-32j47h {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-32j47h {
  display: none;
}

@media (min-width: 768px) {
  .mystake-32j47h {
    bottom: 22px;
  }
}

.mystake-32j47h input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-32j47h {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-mgy7ey.static) .mystake-32j47h {
    bottom: 8px;
  }
}

.mystake-jv9bip {
  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-8gmdqw.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-g7ayb4 3.mystake-ruuwcm.mystake-4rn17g.mystake-93fcxt 3.mystake-bfwuca 3.mystake-gzria6 5.mystake-nowugy 3.mystake-gzria6 8.mystake-mb0n2p.mystake-f8pmc6.mystake-gzria6 26.mystake-8ginon 5.mystake-k086cl 28.mystake-n658b7 8.mystake-4xzc62 28.mystake-28am9x.mystake-9j958b 28.mystake-xxayyo.mystake-fmtfnr 34.mystake-y8uxsh.mystake-t5n85t 36.mystake-4z0gw5 11.mystake-vdj5pj 37.mystake-gik9e9 12.mystake-84ujkw 36.mystake-4qsvju.mystake-b8pifx 28.mystake-g8kbp3.mystake-piuomb.mystake-h1wtbk 28.mystake-67cj7c 36.mystake-crel5k 26.mystake-pd1vsb 36.mystake-crel5k 23.mystake-bmijwi.mystake-328uxu.mystake-crel5k 5.mystake-5yxjuv 34.mystake-ywi90z 3.mystake-bfwuca 31.mystake-g7ayb4 3.mystake-014y0y.mystake-cymtmb 18.mystake-gazjuq.mystake-kj9syo 18.mystake-yuntzq 8.mystake-x9pfmm 17.mystake-9oqa81 8.mystake-x9pfmm 15.mystake-213iz8.mystake-x9pfmm 14.mystake-v0mwja 9.mystake-kj9syo 13.mystake-5chskd 11.mystake-cymtmb 13.mystake-3v8pwr.mystake-4i5ogb 13.mystake-5chskd 13.mystake-i0t24j 14.mystake-v0mwja 13.mystake-i0t24j 15.mystake-qyd7fq.mystake-i0t24j 17.mystake-9oqa81 12.mystake-4i5ogb 18.mystake-yuntzq 11.mystake-cymtmb 18.mystake-dsoda2.mystake-4qmu0n 18.mystake-m58d40.mystake-m4y2y1 18.mystake-yuntzq 17.mystake-p6o78y 17.mystake-9oqa81 17.mystake-p6o78y 15.mystake-hiq8th.mystake-p6o78y 14.mystake-v0mwja 18.mystake-m4y2y1 13.mystake-5chskd 20.mystake-4qmu0n 13.mystake-vx67ev.mystake-nl5w3a 13.mystake-5chskd 22.mystake-2j0t46 14.mystake-v0mwja 22.mystake-2j0t46 15.mystake-8jq64d.mystake-6nxlbh 17.mystake-9oqa81 21.mystake-nl5w3a 18.mystake-yuntzq 20.mystake-4qmu0n 18.mystake-n446gy.mystake-k9il6c 18.mystake-1qk5hm.mystake-q8s9ne 18.mystake-yuntzq 26.mystake-at0qmy 17.mystake-9oqa81 26.mystake-at0qmy 15.mystake-1c2r9v.mystake-at0qmy 14.mystake-v0mwja 27.mystake-q8s9ne 13.mystake-5chskd 28.mystake-k9il6c 13.mystake-9gxuyu.mystake-jq2g1i 13.mystake-5chskd 31.mystake-kp3b3a 14.mystake-v0mwja 31.mystake-kp3b3a 15.mystake-9dtqbo.mystake-at0qmy 17.mystake-9oqa81 30.mystake-jq2g1i 18.mystake-yuntzq 28.mystake-k9il6c 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-jv9bip {
    display: none;
  }
}

.mystake-su1zrz {
  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-su1zrz {
    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-ahm4ig {
  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-ahm4ig {
    padding: 14px 16px;
  }
}

.mystake-ahm4ig button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-ahm4ig button:first-child {
  align-content: end;
}

.mystake-ahm4ig button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-ahm4ig
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-ahm4ig
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-ahm4ig button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-ahm4ig button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-ltcwfv {
  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-ltcwfv::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-ltcwfv,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-ltcwfv {
  opacity: 1;
  visibility: visible;
}

.mystake-i6rfhu {
  flex: 1 1;
}

.mystake-3qf9yj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-3qf9yj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-ourcj2 {
  display: block;
}

.mystake-q4ft2y {
  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-q4ft2y {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-6q9khw {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-6q9khw::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-rjypjg span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-rjypjg p {
  color: var(--Text-100);
}

.mystake-6q9khw .mystake-uv5qc7 {
  grid-area: button;
}

.mystake-6q9khw .mystake-uv5qc7::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-8gmdqw.org/2000/svg'%3E%3Cpath d='M4.mystake-7h88kp 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-keoxj0 15L16.mystake-keoxj0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-keoxj0 5L16.mystake-keoxj0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-pws8y0 {
  display: block;
}

.mystake-5dgeih {
  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-5dgeih {
    margin-top: 40px;
  }
}

.mystake-26utam label,
.mystake-26utam input {
  display: block;
  width: 100%;
}

.mystake-26utam label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-26utam label.mystake-h1yumv input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-26utam label.mystake-h1yumv::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-26utam 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-26utam input::placeholder {
  color: var(--Text-400);
}

.mystake-5xgqip {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-5xgqip {
  display: flex;
}

.mystake-5xgqip ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-5xgqip ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-5xgqip ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-f4u7qv {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-f4u7qv {
    padding: 0 24px 24px;
  }
}

.mystake-f4u7qv 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-f4u7qv input::placeholder {
  color: var(--Text-400);
}

.mystake-f4u7qv [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-f4u7qv [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-f4u7qv [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-f4u7qv [type="submit"] {
    right: 40px;
  }
}

.mystake-kao36d {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-kao36d.mystake-9ufb2g {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-kao36d.mystake-9ufb2g::before {
  content: "";
  width: 31px;
}

.mystake-kao36d.mystake-9ufb2g p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-kao36d.mystake-wio2xv p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-kao36d p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-32j47h .mystake-uv5qc7 {
  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-ti2v9t {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-ti2v9t {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-ti2v9t {
    padding: 18px 0;
  }
}

.mystake-ti2v9t .mystake-m9t8rl {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-ti2v9t .mystake-m9t8rl {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-pvom9f {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-pvom9f {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-pvom9f picture,
.mystake-pvom9f img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-pvom9f img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-ui8i28 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-tru3ih ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-ti2v9t.mystake-cnw8te .mystake-ui8i28 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-ui8i28 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-ui8i28 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-au7yas,
.mystake-318z6i {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-au7yas,
  .mystake-318z6i {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-318z6i {
    display: none;
  }
}

.mystake-b3yssf {
  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-cnw8te .mystake-b3yssf {
  background: var(--fh-bg-color);
}

.mystake-b3yssf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-b3yssf {
    display: none;
  }
}

.mystake-r72gi2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-r72gi2 {
    display: none;
  }
}

.mystake-729w2p {
  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-ti2v9t.mystake-cnw8te .mystake-729w2p:first-child {
  display: none;
}

.mystake-ti2v9t.mystake-cnw8te .mystake-729w2p:last-child {
  display: block;
}

.mystake-729w2p:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-729w2p {
    display: none;
  }
}

.mystake-6nibvg {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-6nibvg {
    display: flex;
  }
}

.mystake-6nibvg ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-6nibvg:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-6nibvg:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-6nibvg:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-6nibvg:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-6nibvg:hover .mystake-gg5vq9 svg {
  transform: rotate(180deg);
}

.mystake-ckmtfh {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-0jb89j {
  padding: 0 8px;
}

.mystake-54u9oo {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-54u9oo:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-54u9oo {
    padding: 4px 8px;
  }
}

.mystake-jcj5vl {
  display: flex;
}

.mystake-jcj5vl img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-gg5vq9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-gg5vq9 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-1ij5n4 {
  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-1ij5n4 {
    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-aeyvuy {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-aeyvuy {
    display: none;
  }
}

.mystake-rohmi0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-lxpmcz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-xlt344 {
  display: flex;
}

.mystake-rzpdr8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-8djtea {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-8djtea {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-8djtea {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-8djtea .mystake-5ra537 [data-ref-el],
  .mystake-8djtea .mystake-5ra537 span,
  .mystake-8djtea .mystake-5ra537 a {
    white-space: nowrap;
  }
}

.mystake-p0ipdn {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-p0ipdn.mystake-82z1c4 > .mystake-5ra537 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-p0ipdn.mystake-wgbs9f:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-p0ipdn.mystake-82z1c4 > .mystake-bs7uts {
    height: auto;
  }

  .mystake-p0ipdn.mystake-82z1c4 > div > .mystake-diti7f {
    transform: rotate(180deg);
  }
}

.mystake-p0ipdn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-p0ipdn [data-ref-el],
.mystake-p0ipdn span {
  cursor: pointer;
}

.mystake-p0ipdn [data-ref-el],
.mystake-p0ipdn span,
.mystake-p0ipdn 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-p0ipdn [data-ref-el],
  .mystake-p0ipdn span,
  .mystake-p0ipdn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-p0ipdn [data-ref-el],
  .mystake-p0ipdn span,
  .mystake-p0ipdn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-bs7uts {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-tru3ih ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-bs7uts::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-bs7uts::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-bs7uts::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-bs7uts {
    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-bs7uts:has(> .mystake-p0ipdn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-bs7uts .mystake-bs7uts {
    padding: 0;
  }

  .mystake-bs7uts .mystake-p0ipdn {
    font-weight: 400;
  }

  .mystake-bs7uts .mystake-p0ipdn:hover > .mystake-5ra537 {
    background: var(--Neutral-300);
  }

  .mystake-bs7uts .mystake-diti7f {
    rotate: -90deg;
  }
}

.mystake-5ra537 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-5ra537 {
    padding: 8px;
  }

  .mystake-p0ipdn.mystake-4ymitr > .mystake-5ra537 {
    background: var(--Neutral-300);
  }
}

.mystake-diti7f {
  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-8gmdqw.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-93mzt4 0.mystake-5tne24.mystake-5ma2c7 -0.mystake-a0t72c 0.mystake-8q57v9 -0.mystake-a0t72c 1.mystake-5lwxf2 0.mystake-nzz18f.mystake-ovbgy5 4.mystake-lljzsh.mystake-93mzt4 0.mystake-g44att.mystake-xzxkoe -0.mystake-a0t72c 9.mystake-ym3mco -0.mystake-a0t72c 10.mystake-s7wty6 0.mystake-avg7hf.mystake-28p0j8 0.mystake-5ma2c7 10.mystake-28p0j8 0.mystake-8q57v9 10.mystake-s7wty6 1.mystake-uu4ssc.mystake-748hh4 5.mystake-fjp516.mystake-ir1dai 6.mystake-j21wph 5.mystake-boj3d5 6.mystake-j21wph 4.mystake-kdft54 5.mystake-gz1kbq.mystake-93mzt4 1.mystake-ucxktj.mystake-a0t72c 0.mystake-8q57v9 -0.mystake-a0t72c 0.mystake-5ma2c7 0.mystake-93mzt4 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-tru3ih ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-diti7f {
    cursor: default;
  }
}

.mystake-yx7dcy {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-xwmryp {
  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-xwmryp {
    padding: 40px 4px;
  }
}

.mystake-uzc4sp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-uzc4sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-b9m370 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-b9m370 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-b9m370 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-b9m370 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-b9m370 [data-ref-el],
.mystake-b9m370 span,
.mystake-b9m370 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-i9y5h8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-i9y5h8 {
    margin-bottom: 12px;
  }
}

.mystake-sm9uio {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-sm9uio img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-sm9uio:last-child {
    margin-right: 0;
  }
}

.mystake-lhiynf {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-i9y5h8:hover .mystake-0zpt9v {
  visibility: visible;
  opacity: 1;
}

.mystake-0zpt9v {
  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-n4kz98 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-qumpdh {
  display: flex;
  margin: 6px;
}

.mystake-qumpdh img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-0zpt9v::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-0zpt9v::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-ddum3k {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-ddum3k {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-qu70uq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-qu70uq {
    margin-right: 32px;
  }
}

.mystake-n7uvnf {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-n7uvnf {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-n7uvnf a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-m05hm7 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-kndy14 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-kndy14 {
    margin-top: 40px;
  }
}

.mystake-kndy14 + .mystake-ulecji,
.mystake-kndy14 + .mystake-kndy14 {
  margin-top: 24px;
}

.mystake-a8m44y {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-a8m44y {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-a8m44y {
    padding: 80px;
  }
}

.mystake-15w6ai {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-15w6ai {
    padding: 0 16px;
}


}

.mystake-ubt0fr {
  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-ubt0fr {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-9vqbu7 {
  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-9vqbu7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-8z022r {
  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-8z022r:hover {
  background: var(--button-bg-hover);
}

.mystake-ctxdrt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-ctxdrt img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-ctxdrt img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-ctxdrt img {
  min-height: 100%;
  }
}

.mystake-a8m44y::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-j32ugp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-j32ugp h1,
.mystake-j32ugp h2,
.mystake-j32ugp h3,
.mystake-j32ugp h4 {
  margin-bottom: 6px;
}

.mystake-j32ugp h1:not(:first-child),
.mystake-j32ugp h2:not(:first-child),
.mystake-j32ugp h3:not(:first-child),
.mystake-j32ugp h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-j32ugp h1,
.mystake-j32ugp h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-j32ugp h1,
  .mystake-j32ugp h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-j32ugp h2,
.mystake-j32ugp h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-j32ugp h2,
  .mystake-j32ugp h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-j32ugp h3,
.mystake-j32ugp h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-j32ugp h3,
  .mystake-j32ugp h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-j32ugp h4,
.mystake-j32ugp h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-j32ugp ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-j32ugp ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-j32ugp 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-j32ugp ul ul {
  margin-bottom: 8px;
}

.mystake-j32ugp ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-j32ugp ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-j32ugp ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-j32ugp ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-j32ugp ol li::marker {
  font-weight: 700;
}

.mystake-j32ugp ol ol {
  margin-bottom: 8px;
}

.mystake-j32ugp ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-j32ugp ol ul li {
  padding-left: 16px;
}

.mystake-j32ugp 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-j32ugp table {
    padding: 24px;
  }
}

.mystake-j32ugp table.mystake-iuyo9c {
  -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-tru3ih,
    mask-image 0.3s;
}

.mystake-j32ugp table.mystake-iuyo9c.mystake-mq0c5z {
  -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-j32ugp table {
    display: table;
  }
}

.mystake-j32ugp 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-j32ugp table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-j32ugp table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-j32ugp 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-j32ugp table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-j32ugp table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-j32ugp table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-j32ugp table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-j32ugp img {
  max-width: 100%;
  height: auto;
}

.mystake-cbf8bu {
  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-cbf8bu {
    padding: 24px;
  }
}

.mystake-4wwxml {
  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-4wwxml {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-4wwxml > * {
  margin: 0 !important;
}

.mystake-4wwxml img,
.mystake-g8guow {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-4wwxml img,
  .mystake-g8guow {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-2ankeb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-2ankeb {
    width: 32px;
    height: 32px;
  }
}

.mystake-bv4v1y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-bv4v1y .mystake-shua0v {
  flex-shrink: 0;
}

.mystake-bv4v1y .mystake-5uzl9l svg {
  display: none;
}

.mystake-z8r6fg {
  display: grid;
  transition: max-height 0.mystake-tru3ih ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-z8r6fg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-z8r6fg {
    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-z8r6fg.mystake-i6ccte + .mystake-shua0v svg {
  transform: rotate(180deg);
}

.mystake-vgbr1o {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-vgbr1o > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-vgbr1o
  > div:nth-child(3n)
  .mystake-x4cit9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-vgbr1o {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-vgbr1o > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-vgbr1o
    > div:nth-child(3n)
    .mystake-x4cit9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-vgbr1o {
    max-width: 270px;
  }
}

.mystake-vgbr1o .mystake-x4cit9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-vgbr1o .mystake-x4cit9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-vgbr1o .mystake-x4cit9 button {
    max-width: 104px;
  }
}

.mystake-m1uli8 {
  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-m1uli8 {
    margin-bottom: 0;
  }
}

.mystake-n7ppzf {
  display: none;
  opacity: 0;
}

.mystake-gu8mrh {
  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-gu8mrh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-x4cit9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-x4cit9 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-x4cit9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-x4cit9
    button {
    max-width: 145px;
  }
}

.mystake-qk5s79:first-child
  .mystake-x4cit9
  button {
  max-width: 270px;
}

.mystake-x8ca14 {
  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-m1uli8 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-0e8b4d {
  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-0e8b4d svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-m1uli8:hover .mystake-0e8b4d {
  display: flex;
}

.mystake-ja3avx {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-ox45n5 {
  display: flex;
}

.mystake-ox45n5:hover .mystake-rnp7n2,
.mystake-ox45n5 .mystake-4ymitr .mystake-rnp7n2 {
  display: flex;
}

.mystake-ox45n5 svg {
  flex-shrink: 0;
}

.mystake-rnp7n2 {
  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-rnp7n2 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-rnp7n2:hover {
  display: flex;
}

.mystake-rnp7n2 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-5awu4h {
  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-5awu4h {
    font-size: 12px;
  }
}

.mystake-90ieo8,
.mystake-xn9212 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-90ieo8 {
  font-weight: 700;
}

.mystake-393sx5 .mystake-z8r6fg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-393sx5 .mystake-z8r6fg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-393sx5 .mystake-z8r6fg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-393sx5
  .mystake-x8ca14:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-393sx5 .mystake-gu8mrh {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-393sx5 .mystake-x4cit9 {
  gap: 4px;
  align-items: center;
}

.mystake-393sx5 .mystake-x4cit9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-393sx5 .mystake-x4cit9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-393sx5 .mystake-5lozso,
.mystake-393sx5 .mystake-hr195n {
  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-8gmdqw.org/2000/svg'%3E%3Cpath d='M9.mystake-99autc 4.mystake-sd9n0b.mystake-35o8hd 5.mystake-9o03lu.mystake-u7j20d 5.mystake-6aee17.mystake-28uu1n 5.mystake-u8uwrj.mystake-uidlk2 8.mystake-bljnet.mystake-3q70wr 9.mystake-xsml22.mystake-yd7jvz 9.mystake-40d0fp.mystake-927c5i 13.mystake-l5ldln.mystake-05qqrg 11.mystake-1wftyl.mystake-tw9a5y 11.mystake-ejiil1.mystake-tt7omd 11.mystake-3f2m17.mystake-xed8rj 13.mystake-whlo1z.mystake-vsuc8b 9.mystake-smbl7n.mystake-swvjnn 9.mystake-jknyjf.mystake-wmkwnk 8.mystake-giunxg.mystake-pwnapf 5.mystake-393ija.mystake-6iinpb 5.mystake-4pnvtk.mystake-t2hatk 5.mystake-4w9ufa.mystake-n762uh 4.mystake-5jjtex.mystake-tw9a5y 1.mystake-kqbnc2.mystake-99autc 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-393sx5 .mystake-5lozso {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-393sx5 .mystake-hr195n {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-f4xe3z {
  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-f4xe3z {
    padding: 24px;
  }
}

.mystake-f4xe3z .mystake-shua0v {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-f4xe3z .mystake-shua0v {
    display: none;
  }
}

.mystake-f4xe3z .mystake-5uzl9l svg {
  display: none;
}

.mystake-ej1o9y {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-ej1o9y .mystake-8bcxuy {
  display: none;
}

@media (min-width: 768px) {
  .mystake-ej1o9y .mystake-8bcxuy {
    display: flex;
  }
}

.mystake-mjm0hn {
  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-mjm0hn {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-mjm0hn > * {
  margin: 0 !important;
}

.mystake-mjm0hn img,
.mystake-k2z4g9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-mjm0hn img,
  .mystake-k2z4g9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-17azj3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-17azj3 {
    width: 32px;
    height: 32px;
  }
}

.mystake-lei9p2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-lei9p2 {
    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-lei9p2::-webkit-scrollbar {
    display: none;
  }
}

.mystake-1wjs4g {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-1wjs4g {
    padding: 7px 15px;
  }
}

.mystake-1wjs4g:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-9iwgzv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-9iwgzv {
    display: flex;
    opacity: 1;
  }
}

.mystake-1wjs4g picture {
  height: 100%;
  display: block;
}

.mystake-1wjs4g img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-1wjs4g img {
    width: 88px;
    height: 44px;
  }
}

.mystake-1wjs4g p {
  text-align: center;
  width: 100%;
}

.mystake-xgsgsw {
  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-xgsgsw {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-xgsgsw img,
.mystake-oz3q1l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-xgsgsw img,
  .mystake-oz3q1l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-t9gybc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-t9gybc {
    width: 32px;
    height: 32px;
  }
}

.mystake-drwy3d {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-edmb2q {
  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-06fwgs {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-06fwgs.mystake-4ymitr {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-49v1hy {
  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-49v1hy {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-ymzmz0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-3ggfic {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-tru3ih ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-b2xa1l {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-b2xa1l ol,
.mystake-b2xa1l ul {
  padding-left: 1.3em;
}

.mystake-06fwgs.mystake-4ymitr .mystake-3ggfic {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-06fwgs.mystake-4ymitr .mystake-ymzmz0 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-55hg8t {
  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-55hg8t {
    padding: 24px;
  }
}

.mystake-55hg8t .mystake-shua0v {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-55hg8t .mystake-shua0v {
    display: none;
  }
}

.mystake-55hg8t .mystake-5uzl9l svg {
  display: none;
}

.mystake-tn3xqq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-tn3xqq .mystake-8bcxuy {
  display: none;
}

@media (min-width: 768px) {
  .mystake-tn3xqq .mystake-8bcxuy {
    display: flex;
  }
}

.mystake-vab6si {
  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-vab6si {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-vab6si > * {
  margin: 0 !important;
}

.mystake-vab6si img,
.mystake-jwypph {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-vab6si img,
  .mystake-jwypph {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-rkiwbj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-rkiwbj {
    width: 32px;
    height: 32px;
  }
}

.mystake-7ifo78 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-7ifo78 {
    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-7ifo78::-webkit-scrollbar {
    display: none;
  }
}

.mystake-1cz3ky {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-1cz3ky:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-2dk1w8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-2dk1w8 {
    display: flex;
    opacity: 1;
  }
}

.mystake-1cz3ky picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-1cz3ky picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-d9yahq {
  margin: -24px 0;
}

.mystake-d9yahq:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-d9yahq {
    margin: -16px 0;
  }
}

.mystake-yybpgz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-yybpgz {
    flex-direction: row;
  }
}

.mystake-e9cfbn {
  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-e9cfbn {
    flex: 1;
  }
}

.mystake-e9cfbn::placeholder {
  color: var(--Text-400);
}

.mystake-5t3n6u {
  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-tdgin1 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-tdgin1::-webkit-scrollbar {
  display: none;
}

.mystake-6umanb {
  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-6umanb img,
.mystake-6umanb svg {
  margin-right: 8px;
}

.mystake-3pvjvw {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-d9yahq + .mystake-eoglbg {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-d9yahq + .mystake-eoglbg {
    margin-top: -16px;
  }
}

.mystake-zcv8p0 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-zcv8p0 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-zcv8p0 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-6ldjjd {
  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-03lq03 {
  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-h1q1kc {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-55uucf {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-ew844l {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-6ldjjd 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-6ldjjd 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-6ldjjd {
    padding: 39px 179px 39px 39px;
  }

  .mystake-03lq03 {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-ew844l {
    height: 348px;
  }

  .mystake-6ldjjd button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-6ldjjd button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-6ldjjd {
    padding: 63px;
  }
}

.mystake-2i7fcx {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-2i7fcx {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-arb0gr {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-arb0gr {
    width: auto;
  }
}

.mystake-2bmg3g {
  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-2bmg3g::-webkit-scrollbar {
  display: none;
}

.mystake-2bmg3g 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-2bmg3g a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-2bmg3g {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-2i7fcx .mystake-1sy804 {
  -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-tru3ih,
    mask-image 0.3s;
}

.mystake-2i7fcx .mystake-1sy804.mystake-mq0c5z {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-3j2icf {
  margin: 40px -16px;
}

.mystake-lb5ph9 + .mystake-ulecji,
.mystake-lb5ph9 + .mystake-kndy14 {
  margin-top: 24px;
}

.mystake-zp1pa3 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-zp1pa3 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-ygzzl0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-ygzzl0 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-ygzzl0 {
    margin-top: 0;
  }
}

.mystake-wlti94 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-wlti94 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-5bg6af {
  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-5bg6af {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-7tte4p {
  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-7tte4p {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-0g06lw {
  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-0g06lw {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-d0sgbp {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-d0sgbp {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-fz3nh7 {
  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-zgteit {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-zgteit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-eoglbg {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-knerhk {
  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-knerhk {
    padding: 15px 48px;
  }
}

main > .mystake-eoglbg {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-z8r6fg.mystake-yuj04v > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-j32ugp p a img {
  display: block;
  margin: 0 auto;
}


.mystake-ihxurh {
  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-l5e5jl {
  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-l5e5jl label {
  font-size: 14px;
}

.mystake-l5e5jl h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-l5e5jl input,
.mystake-l5e5jl textarea,
.mystake-l5e5jl 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-l5e5jl button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-ocm9pl ease;
}
.mystake-l5e5jl button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-pnzbbi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-sdo4d9 ease-in;
}

.mystake-pnzbbi 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-r3dmos, .mystake-mofxy5, [class*="review-card"],
thead, thead th, table th, .mystake-f51n47,
.mystake-5z3k6w, [class*="collapsible-header"],
.mystake-erpa8i, [class*="updated-block"] {
  color: #ece7dc !important;
}
