* {
  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-x3xbup {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-x3xbup {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-x3xbup {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-fl83py {
  overflow: hidden;
}

.mystake-y3o3s8 img {
  background: var(--Neutral-300);
}

.mystake-glkfuo {
  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-d13i2k {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-d13i2k:hover {
  background: var(--button-bg-hover);
}

.mystake-pdwznx {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-pdwznx:hover {
  background: var(--button-bg-hover);
}

.mystake-r59sz2 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-c154hs {
  font-size: 18px;
  line-height: 26px;
}

.mystake-2kzzvr {
  width: 100%;
}

.mystake-26el94 {
  padding: 6px 16px;
}

.mystake-67cwdf {
  padding: 10px 16px;
}

.mystake-ldwjx5 {
  padding: 15px 26px;
}

.mystake-gwr3zo {
  flex-shrink: 0;
}

.mystake-xpuxr7 {
  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-0nqb1o {
  display: none;
}

.mystake-9zjdh7 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-eazr1t {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-4fzpig {
  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-bzctrg {
  cursor: grab;
}

.mystake-4fzpig::-webkit-scrollbar {
  display: none;
}

.mystake-2c3plt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-kxdlzx {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-e6103i {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-c8gpyx {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-31mu32 {
  visibility: visible;
}

.mystake-bijcct {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-twqg7g ease;
}

.mystake-u9elog {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-941cyd {
  -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-twqg7g,
    mask-image 0.3s;
}

.mystake-941cyd.mystake-z45nc8 {
  -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-401rhm: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-58ni3y {
  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-iigz06.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-iigz06.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-ydo69l {
  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-ydo69l::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-0tpvfk {
  position: relative;
  z-index: 1;
}

.mystake-7u2zhe {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-i7gc19 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-gv1x3i {
  font-size: 40px;
  line-height: 48px;
}

.mystake-kb3d52 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-ooqh59 {
  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-ooqh59:hover {
  background: var(--Primary-400);
}

.mystake-ooqh59 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-401rhm 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-ydo69l {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-7u2zhe {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-i7gc19 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-gv1x3i {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-kb3d52 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-58ni3y {
    top: 25px;
    right: 25px;
  }
}

.mystake-45sis6,
.mystake-k4lfeq {
  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-yik2d1.mystake-x3k8gb::before,
.mystake-k4lfeq::before,
.mystake-c09pip::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-iigz06.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-zyst3i 14.mystake-5kyi99.mystake-wdzr0h 14.mystake-6l0tg6 15.mystake-07dzyh 14.mystake-5fyb8j 15.mystake-xzkuph 14.mystake-no5ox8.mystake-nh0fks 14.mystake-gkycvq 19.mystake-zypgcf 12.mystake-u1sik7 19.mystake-zypgcf 10.mystake-0ftrke.mystake-zypgcf 8.mystake-cb2uk8 17.mystake-ic6ubs 7.mystake-y9xrt9 15.mystake-vrb19a 7.mystake-vo6f7y.mystake-vwgh3y 7.mystake-y9xrt9 11.mystake-37g7kn 8.mystake-cb2uk8 11.mystake-37g7kn 10.mystake-y2cuel.mystake-37g7kn 12.mystake-6zd1zn 13.mystake-5cobf2 14.mystake-h5zy8c 15.mystake-xtsu11 14.mystake-ed1h5p.mystake-x1860u 14.mystake-k64sm1 15.mystake-b6a90v 14.mystake-7pahzn 15.mystake-kzad26 14.mystake-gk2za0.mystake-zyst3i 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-z5nzoi 15.mystake-kzb2ob.mystake-uad45r 15.mystake-w3vtin 15.mystake-fgblnz 15.mystake-01mwxn 15.mystake-ysvu9x 15.mystake-yvl87h.mystake-e5oqwp 15.mystake-01mwxn 15.mystake-7fmmxk 15.mystake-61h4zi 15.mystake-vqbqyx 15.mystake-ghkizj.mystake-9zgadx 15.mystake-nw3e5p 7.mystake-89kwzm 18.mystake-s7s4xs 7.mystake-ul5t16 23.mystake-g5we99.mystake-hc2usp.mystake-gc0171 18.mystake-x94ine 19.mystake-vfcgdj 15.mystake-a09ew8 15.mystake-z5nzoi 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-11kvoy [type="submit"] *,
.mystake-dnhugw button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-88trow {
    display: none;
  }
}

.mystake-xfd1ap {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-xfd1ap {
  display: none;
}

@media (min-width: 768px) {
  .mystake-xfd1ap {
    bottom: 22px;
  }
}

.mystake-xfd1ap input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-xfd1ap {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-hmk0xr.static) .mystake-xfd1ap {
    bottom: 8px;
  }
}

.mystake-az0te1 {
  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-iigz06.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-1l5362 3.mystake-wil9m2.mystake-5efgk6.mystake-ga3bg3 3.mystake-71tehp 3.mystake-aldg3l 5.mystake-3q6cef 3.mystake-aldg3l 8.mystake-b8ufgd.mystake-ko7wlo.mystake-aldg3l 26.mystake-8532e1 5.mystake-k5ogdi 28.mystake-r9ke9y 8.mystake-8n4u31 28.mystake-en80rt.mystake-mcu70j 28.mystake-45kdlx.mystake-2bkthf 34.mystake-dyz2wc.mystake-fwmlmm 36.mystake-2r871m 11.mystake-ztsi8w 37.mystake-jawog0 12.mystake-vrp6w9 36.mystake-0z1zxe.mystake-bba4h7 28.mystake-idrqal.mystake-2bc6kj.mystake-nsr2dv 28.mystake-dn4e97 36.mystake-zeye2u 26.mystake-3afvu8 36.mystake-zeye2u 23.mystake-bd25a4.mystake-lbrdmb.mystake-zeye2u 5.mystake-5kkkyg 34.mystake-g9g9iv 3.mystake-71tehp 31.mystake-1l5362 3.mystake-4s0443.mystake-vmqmgt 18.mystake-km5qp8.mystake-ulp549 18.mystake-zpmodu 8.mystake-mxg7hm 17.mystake-spu7pg 8.mystake-mxg7hm 15.mystake-ro17gp.mystake-mxg7hm 14.mystake-odzpwy 9.mystake-ulp549 13.mystake-qdycc7 11.mystake-vmqmgt 13.mystake-juv8gp.mystake-i0d7og 13.mystake-qdycc7 13.mystake-ojhwym 14.mystake-odzpwy 13.mystake-ojhwym 15.mystake-qqxcg6.mystake-ojhwym 17.mystake-spu7pg 12.mystake-i0d7og 18.mystake-zpmodu 11.mystake-vmqmgt 18.mystake-9dfdov.mystake-7h3oif 18.mystake-v5kbye.mystake-c6c9vt 18.mystake-zpmodu 17.mystake-k1j3hh 17.mystake-spu7pg 17.mystake-k1j3hh 15.mystake-edoq9l.mystake-k1j3hh 14.mystake-odzpwy 18.mystake-c6c9vt 13.mystake-qdycc7 20.mystake-7h3oif 13.mystake-bstapi.mystake-2fgpoe 13.mystake-qdycc7 22.mystake-n7e23f 14.mystake-odzpwy 22.mystake-n7e23f 15.mystake-bl6qsl.mystake-0n0rfv 17.mystake-spu7pg 21.mystake-2fgpoe 18.mystake-zpmodu 20.mystake-7h3oif 18.mystake-sccezx.mystake-j1ocvk 18.mystake-4efe8p.mystake-mzhklx 18.mystake-zpmodu 26.mystake-rnw4f2 17.mystake-spu7pg 26.mystake-rnw4f2 15.mystake-cjnu98.mystake-rnw4f2 14.mystake-odzpwy 27.mystake-mzhklx 13.mystake-qdycc7 28.mystake-j1ocvk 13.mystake-9ec3qa.mystake-la0o2q 13.mystake-qdycc7 31.mystake-4bzp7z 14.mystake-odzpwy 31.mystake-4bzp7z 15.mystake-ibkpw6.mystake-rnw4f2 17.mystake-spu7pg 30.mystake-la0o2q 18.mystake-zpmodu 28.mystake-j1ocvk 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-az0te1 {
    display: none;
  }
}

.mystake-nfyja9 {
  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-nfyja9 {
    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-dnhugw {
  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-dnhugw {
    padding: 14px 16px;
  }
}

.mystake-dnhugw button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-dnhugw button:first-child {
  align-content: end;
}

.mystake-dnhugw button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-dnhugw
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-dnhugw
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-dnhugw button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-dnhugw button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-c09pip {
  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-c09pip::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-c09pip,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-c09pip {
  opacity: 1;
  visibility: visible;
}

.mystake-te0pq7 {
  flex: 1 1;
}

.mystake-54rgqj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-54rgqj {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-ypnsv7 {
  display: block;
}

.mystake-ka9430 {
  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-ka9430 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-k4lfeq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-k4lfeq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-jr3yms span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-jr3yms p {
  color: var(--Text-100);
}

.mystake-k4lfeq .mystake-k4sndb {
  grid-area: button;
}

.mystake-k4lfeq .mystake-k4sndb::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-iigz06.org/2000/svg'%3E%3Cpath d='M4.mystake-70djy1 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-klco5w 15L16.mystake-klco5w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-klco5w 5L16.mystake-klco5w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-k9xq7f {
  display: block;
}

.mystake-nw1skc {
  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-nw1skc {
    margin-top: 40px;
  }
}

.mystake-45sis6 label,
.mystake-45sis6 input {
  display: block;
  width: 100%;
}

.mystake-45sis6 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-45sis6 label.mystake-p1aud7 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-45sis6 label.mystake-p1aud7::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-45sis6 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-45sis6 input::placeholder {
  color: var(--Text-400);
}

.mystake-ki7uzd {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-ki7uzd {
  display: flex;
}

.mystake-ki7uzd ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-ki7uzd ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-ki7uzd ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-11kvoy {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-11kvoy {
    padding: 0 24px 24px;
  }
}

.mystake-11kvoy 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-11kvoy input::placeholder {
  color: var(--Text-400);
}

.mystake-11kvoy [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-11kvoy [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-11kvoy [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-11kvoy [type="submit"] {
    right: 40px;
  }
}

.mystake-yik2d1 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-yik2d1.mystake-x3k8gb {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-yik2d1.mystake-x3k8gb::before {
  content: "";
  width: 31px;
}

.mystake-yik2d1.mystake-x3k8gb p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-yik2d1.mystake-rsn11k p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-yik2d1 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-xfd1ap .mystake-k4sndb {
  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-88trow {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-88trow {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-88trow {
    padding: 18px 0;
  }
}

.mystake-88trow .mystake-x3xbup {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-88trow .mystake-x3xbup {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-22j6x6 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-22j6x6 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-22j6x6 picture,
.mystake-22j6x6 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-22j6x6 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-bc4tah {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-twqg7g ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-88trow.mystake-rt097a .mystake-bc4tah {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-bc4tah {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-bc4tah {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-qepd9t,
.mystake-39z0cy {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-qepd9t,
  .mystake-39z0cy {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-39z0cy {
    display: none;
  }
}

.mystake-jzuxsu {
  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-rt097a .mystake-jzuxsu {
  background: var(--fh-bg-color);
}

.mystake-jzuxsu button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-jzuxsu {
    display: none;
  }
}

.mystake-3s8a6t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-3s8a6t {
    display: none;
  }
}

.mystake-ct48uo {
  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-88trow.mystake-rt097a .mystake-ct48uo:first-child {
  display: none;
}

.mystake-88trow.mystake-rt097a .mystake-ct48uo:last-child {
  display: block;
}

.mystake-ct48uo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-ct48uo {
    display: none;
  }
}

.mystake-pwiva4 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-pwiva4 {
    display: flex;
  }
}

.mystake-pwiva4 ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-pwiva4:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-pwiva4:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-pwiva4:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-pwiva4:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-pwiva4:hover .mystake-xctfzd svg {
  transform: rotate(180deg);
}

.mystake-5uwgkt {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-z5433m {
  padding: 0 8px;
}

.mystake-9x57rl {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-9x57rl:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-9x57rl {
    padding: 4px 8px;
  }
}

.mystake-i058v1 {
  display: flex;
}

.mystake-i058v1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-xctfzd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-xctfzd svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-hpwddn {
  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-hpwddn {
    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-xecmq4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-xecmq4 {
    display: none;
  }
}

.mystake-0fkw34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-5agqrl {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-a5j9ss {
  display: flex;
}

.mystake-w74cfd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-ixtfgr {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-ixtfgr {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-ixtfgr {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-ixtfgr .mystake-7zjzsh [data-ref-el],
  .mystake-ixtfgr .mystake-7zjzsh span,
  .mystake-ixtfgr .mystake-7zjzsh a {
    white-space: nowrap;
  }
}

.mystake-x4dxle {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-x4dxle.mystake-v7pkrs > .mystake-7zjzsh {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-x4dxle.mystake-ii0w4t:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-x4dxle.mystake-v7pkrs > .mystake-qv5ecs {
    height: auto;
  }

  .mystake-x4dxle.mystake-v7pkrs > div > .mystake-fdudmg {
    transform: rotate(180deg);
  }
}

.mystake-x4dxle [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-x4dxle [data-ref-el],
.mystake-x4dxle span {
  cursor: pointer;
}

.mystake-x4dxle [data-ref-el],
.mystake-x4dxle span,
.mystake-x4dxle 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-x4dxle [data-ref-el],
  .mystake-x4dxle span,
  .mystake-x4dxle a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-x4dxle [data-ref-el],
  .mystake-x4dxle span,
  .mystake-x4dxle a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-qv5ecs {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-twqg7g ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-qv5ecs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-qv5ecs::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-qv5ecs::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-qv5ecs {
    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-qv5ecs:has(> .mystake-x4dxle.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-qv5ecs .mystake-qv5ecs {
    padding: 0;
  }

  .mystake-qv5ecs .mystake-x4dxle {
    font-weight: 400;
  }

  .mystake-qv5ecs .mystake-x4dxle:hover > .mystake-7zjzsh {
    background: var(--Neutral-300);
  }

  .mystake-qv5ecs .mystake-fdudmg {
    rotate: -90deg;
  }
}

.mystake-7zjzsh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-7zjzsh {
    padding: 8px;
  }

  .mystake-x4dxle.mystake-5g3noq > .mystake-7zjzsh {
    background: var(--Neutral-300);
  }
}

.mystake-fdudmg {
  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-iigz06.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-kfs2rb 0.mystake-7txkyl.mystake-6b70ls -0.mystake-ytig2v 0.mystake-oeanbl -0.mystake-ytig2v 1.mystake-tt6r7r 0.mystake-jf9bx1.mystake-h7eya2 4.mystake-myk400.mystake-kfs2rb 0.mystake-n6sfcg.mystake-qt0ciy -0.mystake-ytig2v 9.mystake-134dep -0.mystake-ytig2v 10.mystake-6hf8pw 0.mystake-gsf4rt.mystake-wnpcos 0.mystake-6b70ls 10.mystake-wnpcos 0.mystake-oeanbl 10.mystake-6hf8pw 1.mystake-fy1v50.mystake-9jlkwj 5.mystake-jiwbsf.mystake-tjgqx2 6.mystake-j72piz 5.mystake-y2pf1j 6.mystake-j72piz 4.mystake-hznwig 5.mystake-wz1y15.mystake-kfs2rb 1.mystake-1jl9s7.mystake-ytig2v 0.mystake-oeanbl -0.mystake-ytig2v 0.mystake-6b70ls 0.mystake-kfs2rb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-twqg7g ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-fdudmg {
    cursor: default;
  }
}

.mystake-7wp5mf {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-tgzxei {
  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-tgzxei {
    padding: 40px 4px;
  }
}

.mystake-2uszcm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-2uszcm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-wi6yj5 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-wi6yj5 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-wi6yj5 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-wi6yj5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-wi6yj5 [data-ref-el],
.mystake-wi6yj5 span,
.mystake-wi6yj5 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-n1h44b {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-n1h44b {
    margin-bottom: 12px;
  }
}

.mystake-bve6qc {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-bve6qc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-bve6qc:last-child {
    margin-right: 0;
  }
}

.mystake-lxs2bs {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-n1h44b:hover .mystake-hmc5dc {
  visibility: visible;
  opacity: 1;
}

.mystake-hmc5dc {
  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-4wn3r6 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-yk1u74 {
  display: flex;
  margin: 6px;
}

.mystake-yk1u74 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-hmc5dc::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-hmc5dc::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-p5sovo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-p5sovo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-sezgg8 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-sezgg8 {
    margin-right: 32px;
  }
}

.mystake-t1shel {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-t1shel {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-t1shel a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-idc35r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-8h6wv5 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-8h6wv5 {
    margin-top: 40px;
  }
}

.mystake-8h6wv5 + .mystake-aml02w,
.mystake-8h6wv5 + .mystake-8h6wv5 {
  margin-top: 24px;
}

.mystake-hxky0q {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-hxky0q {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-hxky0q {
    padding: 80px;
  }
}

.mystake-lcav7m {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-lcav7m {
    padding: 0 16px;
}


}

.mystake-p95yrd {
  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-p95yrd {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-s6jlgg {
  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-s6jlgg {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-kua9p7 {
  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-kua9p7:hover {
  background: var(--button-bg-hover);
}

.mystake-mzpr31 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-mzpr31 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-mzpr31 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-mzpr31 img {
  min-height: 100%;
  }
}

.mystake-hxky0q::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-rfp1rf {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-rfp1rf h1,
.mystake-rfp1rf h2,
.mystake-rfp1rf h3,
.mystake-rfp1rf h4 {
  margin-bottom: 6px;
}

.mystake-rfp1rf h1:not(:first-child),
.mystake-rfp1rf h2:not(:first-child),
.mystake-rfp1rf h3:not(:first-child),
.mystake-rfp1rf h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-rfp1rf h1,
.mystake-rfp1rf h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-rfp1rf h1,
  .mystake-rfp1rf h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-rfp1rf h2,
.mystake-rfp1rf h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-rfp1rf h2,
  .mystake-rfp1rf h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-rfp1rf h3,
.mystake-rfp1rf h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-rfp1rf h3,
  .mystake-rfp1rf h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-rfp1rf h4,
.mystake-rfp1rf h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-rfp1rf ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-rfp1rf ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-rfp1rf 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-rfp1rf ul ul {
  margin-bottom: 8px;
}

.mystake-rfp1rf ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-rfp1rf ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-rfp1rf ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-rfp1rf ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-rfp1rf ol li::marker {
  font-weight: 700;
}

.mystake-rfp1rf ol ol {
  margin-bottom: 8px;
}

.mystake-rfp1rf ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-rfp1rf ol ul li {
  padding-left: 16px;
}

.mystake-rfp1rf 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-rfp1rf table {
    padding: 24px;
  }
}

.mystake-rfp1rf table.mystake-z9mol1 {
  -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-twqg7g,
    mask-image 0.3s;
}

.mystake-rfp1rf table.mystake-z9mol1.mystake-z45nc8 {
  -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-rfp1rf table {
    display: table;
  }
}

.mystake-rfp1rf 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-rfp1rf table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-rfp1rf table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-rfp1rf 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-rfp1rf table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-rfp1rf table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-rfp1rf table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-rfp1rf table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-rfp1rf img {
  max-width: 100%;
  height: auto;
}

.mystake-cst5tl {
  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-cst5tl {
    padding: 24px;
  }
}

.mystake-e2q1n5 {
  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-e2q1n5 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-e2q1n5 > * {
  margin: 0 !important;
}

.mystake-e2q1n5 img,
.mystake-tff0xh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-e2q1n5 img,
  .mystake-tff0xh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-mag9b2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-mag9b2 {
    width: 32px;
    height: 32px;
  }
}

.mystake-l5f353 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-l5f353 .mystake-y7ffib {
  flex-shrink: 0;
}

.mystake-l5f353 .mystake-597c1p svg {
  display: none;
}

.mystake-ykijxb {
  display: grid;
  transition: max-height 0.mystake-twqg7g ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-ykijxb {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-ykijxb {
    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-ykijxb.mystake-h5528r + .mystake-y7ffib svg {
  transform: rotate(180deg);
}

.mystake-rwuujr {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-rwuujr > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-rwuujr
  > div:nth-child(3n)
  .mystake-ohbxxt
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-rwuujr {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-rwuujr > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-rwuujr
    > div:nth-child(3n)
    .mystake-ohbxxt
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-rwuujr {
    max-width: 270px;
  }
}

.mystake-rwuujr .mystake-ohbxxt button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-rwuujr .mystake-ohbxxt button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-rwuujr .mystake-ohbxxt button {
    max-width: 104px;
  }
}

.mystake-vadh1w {
  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-vadh1w {
    margin-bottom: 0;
  }
}

.mystake-db3k36 {
  display: none;
  opacity: 0;
}

.mystake-lj97mk {
  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-lj97mk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-ohbxxt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-ohbxxt 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-ohbxxt
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-ohbxxt
    button {
    max-width: 145px;
  }
}

.mystake-6w3ksb:first-child
  .mystake-ohbxxt
  button {
  max-width: 270px;
}

.mystake-c7qzo0 {
  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-vadh1w picture {
  width: 100%;
  max-width: 100%;
}

.mystake-f822fs {
  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-f822fs svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-vadh1w:hover .mystake-f822fs {
  display: flex;
}

.mystake-5ybxck {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-ihmuan {
  display: flex;
}

.mystake-ihmuan:hover .mystake-1pv3yh,
.mystake-ihmuan .mystake-5g3noq .mystake-1pv3yh {
  display: flex;
}

.mystake-ihmuan svg {
  flex-shrink: 0;
}

.mystake-1pv3yh {
  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-1pv3yh {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-1pv3yh:hover {
  display: flex;
}

.mystake-1pv3yh svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-it2p3w {
  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-it2p3w {
    font-size: 12px;
  }
}

.mystake-0883xg,
.mystake-w6yt65 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-0883xg {
  font-weight: 700;
}

.mystake-mb1yqs .mystake-ykijxb {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-mb1yqs .mystake-ykijxb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-mb1yqs .mystake-ykijxb {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-mb1yqs
  .mystake-c7qzo0:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-mb1yqs .mystake-lj97mk {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-mb1yqs .mystake-ohbxxt {
  gap: 4px;
  align-items: center;
}

.mystake-mb1yqs .mystake-ohbxxt button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-mb1yqs .mystake-ohbxxt svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-mb1yqs .mystake-ibiru2,
.mystake-mb1yqs .mystake-cgwjff {
  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-iigz06.org/2000/svg'%3E%3Cpath d='M9.mystake-5yc3ot 4.mystake-u4j90v.mystake-r4acii 5.mystake-7orml0.mystake-n8yxac 5.mystake-hj3tew.mystake-rjnzn7 5.mystake-aeur4v.mystake-gazzos 8.mystake-jo6wq1.mystake-0xny0a 9.mystake-ptfrty.mystake-ffw5xr 9.mystake-e3c5c6.mystake-91d820 13.mystake-v9r9jo.mystake-qppbks 11.mystake-f9sand.mystake-bu12fz 11.mystake-9jtkvb.mystake-43xunn 11.mystake-gdew72.mystake-mmfxg8 13.mystake-3e6cjq.mystake-pm20t2 9.mystake-ufz8wz.mystake-cuylrj 9.mystake-qgm7bd.mystake-wmsq8w 8.mystake-7a7cya.mystake-85wssl 5.mystake-pcjznm.mystake-092irq 5.mystake-k0yspc.mystake-vmxuwp 5.mystake-od8ynh.mystake-y2akuw 4.mystake-oqntoy.mystake-bu12fz 1.mystake-xoe4j0.mystake-5yc3ot 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-mb1yqs .mystake-ibiru2 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-mb1yqs .mystake-cgwjff {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-0vzfen {
  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-0vzfen {
    padding: 24px;
  }
}

.mystake-0vzfen .mystake-y7ffib {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-0vzfen .mystake-y7ffib {
    display: none;
  }
}

.mystake-0vzfen .mystake-597c1p svg {
  display: none;
}

.mystake-wcnz1c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-wcnz1c .mystake-glkfuo {
  display: none;
}

@media (min-width: 768px) {
  .mystake-wcnz1c .mystake-glkfuo {
    display: flex;
  }
}

.mystake-zzdopv {
  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-zzdopv {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-zzdopv > * {
  margin: 0 !important;
}

.mystake-zzdopv img,
.mystake-8753n7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-zzdopv img,
  .mystake-8753n7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-nscm1b {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-nscm1b {
    width: 32px;
    height: 32px;
  }
}

.mystake-52p9lq {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-52p9lq {
    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-52p9lq::-webkit-scrollbar {
    display: none;
  }
}

.mystake-afl7kc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-afl7kc {
    padding: 7px 15px;
  }
}

.mystake-afl7kc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-9gvi7d {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-9gvi7d {
    display: flex;
    opacity: 1;
  }
}

.mystake-afl7kc picture {
  height: 100%;
  display: block;
}

.mystake-afl7kc img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-afl7kc img {
    width: 88px;
    height: 44px;
  }
}

.mystake-afl7kc p {
  text-align: center;
  width: 100%;
}

.mystake-61mqva {
  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-61mqva {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-61mqva img,
.mystake-wg9i67 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-61mqva img,
  .mystake-wg9i67 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-jphvq2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-jphvq2 {
    width: 32px;
    height: 32px;
  }
}

.mystake-su8ukb {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-hf6x5b {
  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-1tejxl {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-1tejxl.mystake-5g3noq {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-7twy1t {
  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-7twy1t {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-aocbbg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-yyv4tl {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-twqg7g ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-ne0feq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-ne0feq ol,
.mystake-ne0feq ul {
  padding-left: 1.3em;
}

.mystake-1tejxl.mystake-5g3noq .mystake-yyv4tl {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-1tejxl.mystake-5g3noq .mystake-aocbbg {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-6z2tp2 {
  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-6z2tp2 {
    padding: 24px;
  }
}

.mystake-6z2tp2 .mystake-y7ffib {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-6z2tp2 .mystake-y7ffib {
    display: none;
  }
}

.mystake-6z2tp2 .mystake-597c1p svg {
  display: none;
}

.mystake-aa09zq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-aa09zq .mystake-glkfuo {
  display: none;
}

@media (min-width: 768px) {
  .mystake-aa09zq .mystake-glkfuo {
    display: flex;
  }
}

.mystake-o1g80n {
  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-o1g80n {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-o1g80n > * {
  margin: 0 !important;
}

.mystake-o1g80n img,
.mystake-saufb3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-o1g80n img,
  .mystake-saufb3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-0u09cb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-0u09cb {
    width: 32px;
    height: 32px;
  }
}

.mystake-r5w988 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-r5w988 {
    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-r5w988::-webkit-scrollbar {
    display: none;
  }
}

.mystake-f4br70 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-f4br70:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-08mrr2 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-08mrr2 {
    display: flex;
    opacity: 1;
  }
}

.mystake-f4br70 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-f4br70 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-tm0mkl {
  margin: -24px 0;
}

.mystake-tm0mkl:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-tm0mkl {
    margin: -16px 0;
  }
}

.mystake-o6bp2m {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-o6bp2m {
    flex-direction: row;
  }
}

.mystake-qqw01c {
  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-qqw01c {
    flex: 1;
  }
}

.mystake-qqw01c::placeholder {
  color: var(--Text-400);
}

.mystake-x3ufr4 {
  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-gpovjb {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-gpovjb::-webkit-scrollbar {
  display: none;
}

.mystake-uy99e5 {
  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-uy99e5 img,
.mystake-uy99e5 svg {
  margin-right: 8px;
}

.mystake-yl094w {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-tm0mkl + .mystake-7fz8xo {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-tm0mkl + .mystake-7fz8xo {
    margin-top: -16px;
  }
}

.mystake-gzhdd7 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-gzhdd7 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-gzhdd7 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-9zo21z {
  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-vt8yl3 {
  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-a4jq97 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-cqwvzt {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-fe9o86 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-9zo21z 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-9zo21z 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-9zo21z {
    padding: 39px 179px 39px 39px;
  }

  .mystake-vt8yl3 {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-fe9o86 {
    height: 348px;
  }

  .mystake-9zo21z button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-9zo21z button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-9zo21z {
    padding: 63px;
  }
}

.mystake-kcwwoz {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-kcwwoz {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-j1rjhm {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-j1rjhm {
    width: auto;
  }
}

.mystake-s7y8f2 {
  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-s7y8f2::-webkit-scrollbar {
  display: none;
}

.mystake-s7y8f2 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-s7y8f2 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-s7y8f2 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-kcwwoz .mystake-fdp16g {
  -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-twqg7g,
    mask-image 0.3s;
}

.mystake-kcwwoz .mystake-fdp16g.mystake-z45nc8 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-p4lxpl {
  margin: 40px -16px;
}

.mystake-tf2vp5 + .mystake-aml02w,
.mystake-tf2vp5 + .mystake-8h6wv5 {
  margin-top: 24px;
}

.mystake-bzf123 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-bzf123 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-arp8o4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-arp8o4 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-arp8o4 {
    margin-top: 0;
  }
}

.mystake-tgvpoc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-tgvpoc {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-5nnff9 {
  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-5nnff9 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-1giwrn {
  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-1giwrn {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-t6vnop {
  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-t6vnop {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-wvy9um {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-wvy9um {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-4w0lhp {
  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-7tqcm2 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-7tqcm2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-7fz8xo {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-0m7zam {
  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-0m7zam {
    padding: 15px 48px;
  }
}

main > .mystake-7fz8xo {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-ykijxb.mystake-tu5vwe > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-rfp1rf p a img {
  display: block;
  margin: 0 auto;
}


.mystake-2m0hi6 {
  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-sbq8x9 {
  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-sbq8x9 label {
  font-size: 14px;
}

.mystake-sbq8x9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-sbq8x9 input,
.mystake-sbq8x9 textarea,
.mystake-sbq8x9 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-sbq8x9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-tsuoe6 ease;
}
.mystake-sbq8x9 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-3hh2e1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-vb2426 ease-in;
}

.mystake-3hh2e1 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-phqq17, .mystake-kilff5, [class*="review-card"],
thead, thead th, table th, .mystake-e7d3bq,
.mystake-72w1qh, [class*="collapsible-header"],
.mystake-n1kc6t, [class*="updated-block"] {
  color: #ece7dc !important;
}
