* {
  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-7jjswh {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-7jjswh {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-7jjswh {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-7lpcz4 {
  overflow: hidden;
}

.mystake-6jxd54 img {
  background: var(--Neutral-300);
}

.mystake-ndvdv7 {
  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-2dhn7m {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-2dhn7m:hover {
  background: var(--button-bg-hover);
}

.mystake-po2s2l {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-po2s2l:hover {
  background: var(--button-bg-hover);
}

.mystake-npk6fa {
  font-size: 12px;
  line-height: 18px;
}

.mystake-vug6sl {
  font-size: 18px;
  line-height: 26px;
}

.mystake-sm1b1e {
  width: 100%;
}

.mystake-9vg99x {
  padding: 6px 16px;
}

.mystake-n8g8dg {
  padding: 10px 16px;
}

.mystake-tisogw {
  padding: 15px 26px;
}

.mystake-mpp80t {
  flex-shrink: 0;
}

.mystake-1kxxqs {
  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-uakajw {
  display: none;
}

.mystake-13ri7u {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-qqvjvs {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-9hm04z {
  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-b3ifx2 {
  cursor: grab;
}

.mystake-9hm04z::-webkit-scrollbar {
  display: none;
}

.mystake-3g4bn9 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-8bmmv0 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-5xexyn {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-cge3on {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-c2dzl7 {
  visibility: visible;
}

.mystake-nbfwkf {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-za3wrg ease;
}

.mystake-x9oxfw {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-liagba {
  -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-za3wrg,
    mask-image 0.3s;
}

.mystake-liagba.mystake-0knyw8 {
  -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-6oedc6: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-nbluzm {
  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-nrolng.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-nrolng.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-164q34 {
  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-164q34::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-dqaco9 {
  position: relative;
  z-index: 1;
}

.mystake-01khz5 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-5fejvt {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-hw8a5q {
  font-size: 40px;
  line-height: 48px;
}

.mystake-fdveuo {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-4c9k87 {
  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-4c9k87:hover {
  background: var(--Primary-400);
}

.mystake-4c9k87 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-6oedc6 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-164q34 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-01khz5 {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-5fejvt {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-hw8a5q {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-fdveuo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-nbluzm {
    top: 25px;
    right: 25px;
  }
}

.mystake-yu2j7o,
.mystake-v6xq2i {
  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-wfvw3b.mystake-nhibfc::before,
.mystake-v6xq2i::before,
.mystake-p2sz8v::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-nrolng.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-qrys68 14.mystake-bi5uey.mystake-r2rfo9 14.mystake-9hxl6e 15.mystake-gnwea6 14.mystake-vhvl04 15.mystake-b4m5dc 14.mystake-6ebv86.mystake-acwepo 14.mystake-ipb9kr 19.mystake-vz22kj 12.mystake-sidb0b 19.mystake-vz22kj 10.mystake-wc4lzy.mystake-vz22kj 8.mystake-i5ial5 17.mystake-eomud1 7.mystake-cyr6ww 15.mystake-42z26p 7.mystake-fsbhrm.mystake-an8fex 7.mystake-cyr6ww 11.mystake-xw215e 8.mystake-i5ial5 11.mystake-xw215e 10.mystake-2f5uqo.mystake-xw215e 12.mystake-2ttuu7 13.mystake-5l8kze 14.mystake-n9bcg0 15.mystake-71fmsf 14.mystake-xkhu6q.mystake-yp9oxb 14.mystake-qs8yss 15.mystake-869zs5 14.mystake-6go2rz 15.mystake-vafxta 14.mystake-jltqti.mystake-qrys68 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-chi326 15.mystake-5wvlrj.mystake-jnqvbs 15.mystake-im7a2z 15.mystake-mkwysr 15.mystake-lrq8qz 15.mystake-vr8o9f 15.mystake-pwstam.mystake-bglc3s 15.mystake-lrq8qz 15.mystake-xtzssp 15.mystake-n4a96f 15.mystake-xdrase 15.mystake-57cnca.mystake-4e0pjs 15.mystake-m8y9lc 7.mystake-ddq88h 18.mystake-8q13bp 7.mystake-rxtbcw 23.mystake-djhlam.mystake-evfutw.mystake-ty17yr 18.mystake-nr14n2 19.mystake-fz1krn 15.mystake-lb2tpz 15.mystake-chi326 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-h0o7oo [type="submit"] *,
.mystake-hbstxz button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-m4viva {
    display: none;
  }
}

.mystake-bwxhna {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-bwxhna {
  display: none;
}

@media (min-width: 768px) {
  .mystake-bwxhna {
    bottom: 22px;
  }
}

.mystake-bwxhna input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-bwxhna {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-tyvim9.static) .mystake-bwxhna {
    bottom: 8px;
  }
}

.mystake-vsqqkw {
  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-nrolng.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-qozfem 3.mystake-h7tdfj.mystake-063r2s.mystake-bfkwuo 3.mystake-km0nkx 3.mystake-5ft4sw 5.mystake-gok3lf 3.mystake-5ft4sw 8.mystake-z1bapy.mystake-pwkh8t.mystake-5ft4sw 26.mystake-hv9v3h 5.mystake-fm6lov 28.mystake-fww335 8.mystake-jy1i3i 28.mystake-xxyy77.mystake-lp7mas 28.mystake-hpm2fn.mystake-c23m9x 34.mystake-jm5wqx.mystake-8gzhzf 36.mystake-v3hanq 11.mystake-smo56z 37.mystake-bk2nn2 12.mystake-ynasp8 36.mystake-pmxlw4.mystake-avyqk1 28.mystake-dq31jd.mystake-0gxsea.mystake-7nmuyw 28.mystake-jd6p1k 36.mystake-t2386r 26.mystake-3fa9vt 36.mystake-t2386r 23.mystake-8bshlk.mystake-r7rjbs.mystake-t2386r 5.mystake-zakvn5 34.mystake-g9nex2 3.mystake-km0nkx 31.mystake-qozfem 3.mystake-e8co3q.mystake-srdom4 18.mystake-rjwiz5.mystake-jjglkn 18.mystake-yk3mhg 8.mystake-vcg8ex 17.mystake-rrd3zg 8.mystake-vcg8ex 15.mystake-z5iv11.mystake-vcg8ex 14.mystake-c334v0 9.mystake-jjglkn 13.mystake-zg56mz 11.mystake-srdom4 13.mystake-4vlsso.mystake-97d9am 13.mystake-zg56mz 13.mystake-943mmd 14.mystake-c334v0 13.mystake-943mmd 15.mystake-kvklie.mystake-943mmd 17.mystake-rrd3zg 12.mystake-97d9am 18.mystake-yk3mhg 11.mystake-srdom4 18.mystake-q9hzcl.mystake-cx2hwa 18.mystake-tjk9oh.mystake-5frmam 18.mystake-yk3mhg 17.mystake-r9cbwb 17.mystake-rrd3zg 17.mystake-r9cbwb 15.mystake-x1b093.mystake-r9cbwb 14.mystake-c334v0 18.mystake-5frmam 13.mystake-zg56mz 20.mystake-cx2hwa 13.mystake-36mreq.mystake-1pkaks 13.mystake-zg56mz 22.mystake-x11x26 14.mystake-c334v0 22.mystake-x11x26 15.mystake-we9gyk.mystake-cqtexl 17.mystake-rrd3zg 21.mystake-1pkaks 18.mystake-yk3mhg 20.mystake-cx2hwa 18.mystake-v6qi0e.mystake-8bilcx 18.mystake-05q8jz.mystake-d39ljl 18.mystake-yk3mhg 26.mystake-56y9rm 17.mystake-rrd3zg 26.mystake-56y9rm 15.mystake-gh2q4i.mystake-56y9rm 14.mystake-c334v0 27.mystake-d39ljl 13.mystake-zg56mz 28.mystake-8bilcx 13.mystake-bc65fp.mystake-19lx6r 13.mystake-zg56mz 31.mystake-5ekqtj 14.mystake-c334v0 31.mystake-5ekqtj 15.mystake-t54row.mystake-56y9rm 17.mystake-rrd3zg 30.mystake-19lx6r 18.mystake-yk3mhg 28.mystake-8bilcx 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-vsqqkw {
    display: none;
  }
}

.mystake-f1ud4o {
  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-f1ud4o {
    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-hbstxz {
  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-hbstxz {
    padding: 14px 16px;
  }
}

.mystake-hbstxz button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-hbstxz button:first-child {
  align-content: end;
}

.mystake-hbstxz button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-hbstxz
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-hbstxz
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-hbstxz button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-hbstxz button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-p2sz8v {
  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-p2sz8v::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-p2sz8v,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-p2sz8v {
  opacity: 1;
  visibility: visible;
}

.mystake-uk4ikz {
  flex: 1 1;
}

.mystake-y4plhq {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-y4plhq {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-sytead {
  display: block;
}

.mystake-6shnfl {
  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-6shnfl {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-v6xq2i {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-v6xq2i::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-yeptvi span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-yeptvi p {
  color: var(--Text-100);
}

.mystake-v6xq2i .mystake-x548un {
  grid-area: button;
}

.mystake-v6xq2i .mystake-x548un::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-nrolng.org/2000/svg'%3E%3Cpath d='M4.mystake-7uhkco 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-q7xlnq 15L16.mystake-q7xlnq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-q7xlnq 5L16.mystake-q7xlnq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-7stbgh {
  display: block;
}

.mystake-twessb {
  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-twessb {
    margin-top: 40px;
  }
}

.mystake-yu2j7o label,
.mystake-yu2j7o input {
  display: block;
  width: 100%;
}

.mystake-yu2j7o label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-yu2j7o label.mystake-h9pca5 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-yu2j7o label.mystake-h9pca5::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-yu2j7o 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-yu2j7o input::placeholder {
  color: var(--Text-400);
}

.mystake-pvog2u {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-pvog2u {
  display: flex;
}

.mystake-pvog2u ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-pvog2u ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-pvog2u ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-h0o7oo {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-h0o7oo {
    padding: 0 24px 24px;
  }
}

.mystake-h0o7oo 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-h0o7oo input::placeholder {
  color: var(--Text-400);
}

.mystake-h0o7oo [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-h0o7oo [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-h0o7oo [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-h0o7oo [type="submit"] {
    right: 40px;
  }
}

.mystake-wfvw3b {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-wfvw3b.mystake-nhibfc {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-wfvw3b.mystake-nhibfc::before {
  content: "";
  width: 31px;
}

.mystake-wfvw3b.mystake-nhibfc p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-wfvw3b.mystake-vu29np p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-wfvw3b p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-bwxhna .mystake-x548un {
  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-m4viva {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-m4viva {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-m4viva {
    padding: 18px 0;
  }
}

.mystake-m4viva .mystake-7jjswh {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-m4viva .mystake-7jjswh {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-o4gt2c {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-o4gt2c {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-o4gt2c picture,
.mystake-o4gt2c img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-o4gt2c img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-an716w {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-za3wrg ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-m4viva.mystake-4poqll .mystake-an716w {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-an716w {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-an716w {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-az510p,
.mystake-js6fnu {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-az510p,
  .mystake-js6fnu {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-js6fnu {
    display: none;
  }
}

.mystake-3wrfy6 {
  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-4poqll .mystake-3wrfy6 {
  background: var(--fh-bg-color);
}

.mystake-3wrfy6 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-3wrfy6 {
    display: none;
  }
}

.mystake-v8w8k5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-v8w8k5 {
    display: none;
  }
}

.mystake-73gq7t {
  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-m4viva.mystake-4poqll .mystake-73gq7t:first-child {
  display: none;
}

.mystake-m4viva.mystake-4poqll .mystake-73gq7t:last-child {
  display: block;
}

.mystake-73gq7t:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-73gq7t {
    display: none;
  }
}

.mystake-81me85 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-81me85 {
    display: flex;
  }
}

.mystake-81me85 ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-81me85:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-81me85:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-81me85:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-81me85:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-81me85:hover .mystake-kyafff svg {
  transform: rotate(180deg);
}

.mystake-b1k3p7 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-begy3s {
  padding: 0 8px;
}

.mystake-efd0nr {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-efd0nr:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-efd0nr {
    padding: 4px 8px;
  }
}

.mystake-m05z2d {
  display: flex;
}

.mystake-m05z2d img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-kyafff {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-kyafff svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-ynd5io {
  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-ynd5io {
    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-g1uwho {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-g1uwho {
    display: none;
  }
}

.mystake-4h5loq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-wduaup {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-1vqjek {
  display: flex;
}

.mystake-ihbf70 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-22zdmw {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-22zdmw {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-22zdmw {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-22zdmw .mystake-ibcqwc [data-ref-el],
  .mystake-22zdmw .mystake-ibcqwc span,
  .mystake-22zdmw .mystake-ibcqwc a {
    white-space: nowrap;
  }
}

.mystake-w9t2kl {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-w9t2kl.mystake-0irbhq > .mystake-ibcqwc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-w9t2kl.mystake-wacsux:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-w9t2kl.mystake-0irbhq > .mystake-o0thvj {
    height: auto;
  }

  .mystake-w9t2kl.mystake-0irbhq > div > .mystake-yh2d8a {
    transform: rotate(180deg);
  }
}

.mystake-w9t2kl [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-w9t2kl [data-ref-el],
.mystake-w9t2kl span {
  cursor: pointer;
}

.mystake-w9t2kl [data-ref-el],
.mystake-w9t2kl span,
.mystake-w9t2kl 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-w9t2kl [data-ref-el],
  .mystake-w9t2kl span,
  .mystake-w9t2kl a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-w9t2kl [data-ref-el],
  .mystake-w9t2kl span,
  .mystake-w9t2kl a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-o0thvj {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-za3wrg ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-o0thvj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-o0thvj::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-o0thvj::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-o0thvj {
    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-o0thvj:has(> .mystake-w9t2kl.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-o0thvj .mystake-o0thvj {
    padding: 0;
  }

  .mystake-o0thvj .mystake-w9t2kl {
    font-weight: 400;
  }

  .mystake-o0thvj .mystake-w9t2kl:hover > .mystake-ibcqwc {
    background: var(--Neutral-300);
  }

  .mystake-o0thvj .mystake-yh2d8a {
    rotate: -90deg;
  }
}

.mystake-ibcqwc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-ibcqwc {
    padding: 8px;
  }

  .mystake-w9t2kl.mystake-s4sha0 > .mystake-ibcqwc {
    background: var(--Neutral-300);
  }
}

.mystake-yh2d8a {
  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-nrolng.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-fsjg1s 0.mystake-xr5cti.mystake-s7ompl -0.mystake-8vq2yf 0.mystake-2pfwt8 -0.mystake-8vq2yf 1.mystake-uo5ajz 0.mystake-myvnr8.mystake-irmfrx 4.mystake-k4cbzg.mystake-fsjg1s 0.mystake-e2trwe.mystake-q3xj6t -0.mystake-8vq2yf 9.mystake-ifscju -0.mystake-8vq2yf 10.mystake-nlj9b8 0.mystake-8bfhid.mystake-3c7d85 0.mystake-s7ompl 10.mystake-3c7d85 0.mystake-2pfwt8 10.mystake-nlj9b8 1.mystake-rqgwd0.mystake-dpy7jn 5.mystake-i9e8yo.mystake-zd9yem 6.mystake-iu5h2n 5.mystake-77af9r 6.mystake-iu5h2n 4.mystake-dj2rqp 5.mystake-cpdode.mystake-fsjg1s 1.mystake-srvcyd.mystake-8vq2yf 0.mystake-2pfwt8 -0.mystake-8vq2yf 0.mystake-s7ompl 0.mystake-fsjg1s 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-za3wrg ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-yh2d8a {
    cursor: default;
  }
}

.mystake-vwt0i1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-tghe47 {
  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-tghe47 {
    padding: 40px 4px;
  }
}

.mystake-6lxpmx {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-6lxpmx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-zyhidy {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-zyhidy {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-zyhidy ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-zyhidy [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-zyhidy [data-ref-el],
.mystake-zyhidy span,
.mystake-zyhidy a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-rlqifq {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-rlqifq {
    margin-bottom: 12px;
  }
}

.mystake-rr30y7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-rr30y7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-rr30y7:last-child {
    margin-right: 0;
  }
}

.mystake-3xgcdz {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-rlqifq:hover .mystake-7idytg {
  visibility: visible;
  opacity: 1;
}

.mystake-7idytg {
  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-g8n5gn {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-gdkr8n {
  display: flex;
  margin: 6px;
}

.mystake-gdkr8n img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-7idytg::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-7idytg::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-zd703i {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-zd703i {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-i03tnq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-i03tnq {
    margin-right: 32px;
  }
}

.mystake-87pri8 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-87pri8 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-87pri8 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-3triso {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-xemt88 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-xemt88 {
    margin-top: 40px;
  }
}

.mystake-xemt88 + .mystake-6wrhhx,
.mystake-xemt88 + .mystake-xemt88 {
  margin-top: 24px;
}

.mystake-1cayuy {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-1cayuy {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-1cayuy {
    padding: 80px;
  }
}

.mystake-479otb {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-479otb {
    padding: 0 16px;
}


}

.mystake-ks6ize {
  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-ks6ize {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-qp3wpc {
  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-qp3wpc {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-j9fkjg {
  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-j9fkjg:hover {
  background: var(--button-bg-hover);
}

.mystake-5m20uf {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-5m20uf img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-5m20uf img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-5m20uf img {
  min-height: 100%;
  }
}

.mystake-1cayuy::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-6nod2s {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-6nod2s h1,
.mystake-6nod2s h2,
.mystake-6nod2s h3,
.mystake-6nod2s h4 {
  margin-bottom: 6px;
}

.mystake-6nod2s h1:not(:first-child),
.mystake-6nod2s h2:not(:first-child),
.mystake-6nod2s h3:not(:first-child),
.mystake-6nod2s h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-6nod2s h1,
.mystake-6nod2s h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-6nod2s h1,
  .mystake-6nod2s h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-6nod2s h2,
.mystake-6nod2s h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-6nod2s h2,
  .mystake-6nod2s h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-6nod2s h3,
.mystake-6nod2s h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-6nod2s h3,
  .mystake-6nod2s h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-6nod2s h4,
.mystake-6nod2s h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-6nod2s ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-6nod2s ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-6nod2s 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-6nod2s ul ul {
  margin-bottom: 8px;
}

.mystake-6nod2s ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-6nod2s ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-6nod2s ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-6nod2s ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-6nod2s ol li::marker {
  font-weight: 700;
}

.mystake-6nod2s ol ol {
  margin-bottom: 8px;
}

.mystake-6nod2s ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-6nod2s ol ul li {
  padding-left: 16px;
}

.mystake-6nod2s 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-6nod2s table {
    padding: 24px;
  }
}

.mystake-6nod2s table.mystake-yr4iyh {
  -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-za3wrg,
    mask-image 0.3s;
}

.mystake-6nod2s table.mystake-yr4iyh.mystake-0knyw8 {
  -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-6nod2s table {
    display: table;
  }
}

.mystake-6nod2s 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-6nod2s table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-6nod2s table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-6nod2s 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-6nod2s table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-6nod2s table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-6nod2s table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-6nod2s table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-6nod2s img {
  max-width: 100%;
  height: auto;
}

.mystake-qinazo {
  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-qinazo {
    padding: 24px;
  }
}

.mystake-msji20 {
  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-msji20 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-msji20 > * {
  margin: 0 !important;
}

.mystake-msji20 img,
.mystake-mi4ydj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-msji20 img,
  .mystake-mi4ydj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-jk05fn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-jk05fn {
    width: 32px;
    height: 32px;
  }
}

.mystake-58dbit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-58dbit .mystake-6qdal0 {
  flex-shrink: 0;
}

.mystake-58dbit .mystake-9nd9n8 svg {
  display: none;
}

.mystake-dwzpd9 {
  display: grid;
  transition: max-height 0.mystake-za3wrg ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-dwzpd9 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-dwzpd9 {
    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-dwzpd9.mystake-157nzx + .mystake-6qdal0 svg {
  transform: rotate(180deg);
}

.mystake-w3ymmu {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-w3ymmu > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-w3ymmu
  > div:nth-child(3n)
  .mystake-x5va4k
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-w3ymmu {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-w3ymmu > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-w3ymmu
    > div:nth-child(3n)
    .mystake-x5va4k
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-w3ymmu {
    max-width: 270px;
  }
}

.mystake-w3ymmu .mystake-x5va4k button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-w3ymmu .mystake-x5va4k button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-w3ymmu .mystake-x5va4k button {
    max-width: 104px;
  }
}

.mystake-aukpx8 {
  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-aukpx8 {
    margin-bottom: 0;
  }
}

.mystake-zfcnu3 {
  display: none;
  opacity: 0;
}

.mystake-87c4hz {
  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-87c4hz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-x5va4k {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-x5va4k 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-x5va4k
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-x5va4k
    button {
    max-width: 145px;
  }
}

.mystake-2rmj8h:first-child
  .mystake-x5va4k
  button {
  max-width: 270px;
}

.mystake-jjw6vo {
  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-aukpx8 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-rcxilb {
  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-rcxilb svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-aukpx8:hover .mystake-rcxilb {
  display: flex;
}

.mystake-r7pe3g {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-pkwdb5 {
  display: flex;
}

.mystake-pkwdb5:hover .mystake-04rzj0,
.mystake-pkwdb5 .mystake-s4sha0 .mystake-04rzj0 {
  display: flex;
}

.mystake-pkwdb5 svg {
  flex-shrink: 0;
}

.mystake-04rzj0 {
  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-04rzj0 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-04rzj0:hover {
  display: flex;
}

.mystake-04rzj0 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-qqe05r {
  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-qqe05r {
    font-size: 12px;
  }
}

.mystake-9v3ugp,
.mystake-1u0oaj {
  width: 50%;
  flex-shrink: 0;
}

.mystake-9v3ugp {
  font-weight: 700;
}

.mystake-c7tbb8 .mystake-dwzpd9 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-c7tbb8 .mystake-dwzpd9 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-c7tbb8 .mystake-dwzpd9 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-c7tbb8
  .mystake-jjw6vo:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-c7tbb8 .mystake-87c4hz {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-c7tbb8 .mystake-x5va4k {
  gap: 4px;
  align-items: center;
}

.mystake-c7tbb8 .mystake-x5va4k button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-c7tbb8 .mystake-x5va4k svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-c7tbb8 .mystake-fwjsjn,
.mystake-c7tbb8 .mystake-iwzcc4 {
  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-nrolng.org/2000/svg'%3E%3Cpath d='M9.mystake-oa8odg 4.mystake-a3foxh.mystake-15ib92 5.mystake-bqt924.mystake-0rxjh6 5.mystake-wgnksy.mystake-fennw0 5.mystake-z8hnnf.mystake-hth1jc 8.mystake-38qcqu.mystake-zgdx1p 9.mystake-8jv16g.mystake-senhnc 9.mystake-aufgnc.mystake-p04fdm 13.mystake-huzgkl.mystake-mgljtc 11.mystake-pmdeiw.mystake-nxp4gy 11.mystake-usglf9.mystake-z8fp7t 11.mystake-opqcnp.mystake-8zyq8c 13.mystake-df0ytd.mystake-dofbzs 9.mystake-i1g82h.mystake-ykmgpv 9.mystake-zi73on.mystake-vylg8p 8.mystake-m3d8po.mystake-lkbkju 5.mystake-jkgq1q.mystake-45y0sh 5.mystake-dq6qyl.mystake-v3ifjq 5.mystake-46gy9u.mystake-vfimzu 4.mystake-ee398h.mystake-nxp4gy 1.mystake-m1ybkm.mystake-oa8odg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-c7tbb8 .mystake-fwjsjn {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-c7tbb8 .mystake-iwzcc4 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-v5sezc {
  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-v5sezc {
    padding: 24px;
  }
}

.mystake-v5sezc .mystake-6qdal0 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-v5sezc .mystake-6qdal0 {
    display: none;
  }
}

.mystake-v5sezc .mystake-9nd9n8 svg {
  display: none;
}

.mystake-7j4vm8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-7j4vm8 .mystake-ndvdv7 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-7j4vm8 .mystake-ndvdv7 {
    display: flex;
  }
}

.mystake-9o32c9 {
  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-9o32c9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-9o32c9 > * {
  margin: 0 !important;
}

.mystake-9o32c9 img,
.mystake-3d8ni0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-9o32c9 img,
  .mystake-3d8ni0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-ppugwy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-ppugwy {
    width: 32px;
    height: 32px;
  }
}

.mystake-od2f8r {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-od2f8r {
    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-od2f8r::-webkit-scrollbar {
    display: none;
  }
}

.mystake-oc1ww7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-oc1ww7 {
    padding: 7px 15px;
  }
}

.mystake-oc1ww7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-l9h1mr {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-l9h1mr {
    display: flex;
    opacity: 1;
  }
}

.mystake-oc1ww7 picture {
  height: 100%;
  display: block;
}

.mystake-oc1ww7 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-oc1ww7 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-oc1ww7 p {
  text-align: center;
  width: 100%;
}

.mystake-c27qbp {
  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-c27qbp {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-c27qbp img,
.mystake-gkcfyh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-c27qbp img,
  .mystake-gkcfyh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-1clufm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-1clufm {
    width: 32px;
    height: 32px;
  }
}

.mystake-wynrw4 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-o7q0rp {
  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-2jyvxa {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-2jyvxa.mystake-s4sha0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-f4vfz5 {
  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-f4vfz5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-hmv3e4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-zdthrh {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-za3wrg ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-t2wwcy {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-t2wwcy ol,
.mystake-t2wwcy ul {
  padding-left: 1.3em;
}

.mystake-2jyvxa.mystake-s4sha0 .mystake-zdthrh {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-2jyvxa.mystake-s4sha0 .mystake-hmv3e4 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-z7nn6u {
  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-z7nn6u {
    padding: 24px;
  }
}

.mystake-z7nn6u .mystake-6qdal0 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-z7nn6u .mystake-6qdal0 {
    display: none;
  }
}

.mystake-z7nn6u .mystake-9nd9n8 svg {
  display: none;
}

.mystake-zw9aim {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-zw9aim .mystake-ndvdv7 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-zw9aim .mystake-ndvdv7 {
    display: flex;
  }
}

.mystake-5z0t53 {
  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-5z0t53 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-5z0t53 > * {
  margin: 0 !important;
}

.mystake-5z0t53 img,
.mystake-ix7y83 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-5z0t53 img,
  .mystake-ix7y83 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-9wnb3r {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-9wnb3r {
    width: 32px;
    height: 32px;
  }
}

.mystake-3lifvq {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-3lifvq {
    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-3lifvq::-webkit-scrollbar {
    display: none;
  }
}

.mystake-noi4bk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-noi4bk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-qeyygw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-qeyygw {
    display: flex;
    opacity: 1;
  }
}

.mystake-noi4bk picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-noi4bk picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-6lseig {
  margin: -24px 0;
}

.mystake-6lseig:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-6lseig {
    margin: -16px 0;
  }
}

.mystake-4sgcg3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-4sgcg3 {
    flex-direction: row;
  }
}

.mystake-q836jk {
  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-q836jk {
    flex: 1;
  }
}

.mystake-q836jk::placeholder {
  color: var(--Text-400);
}

.mystake-ab55vh {
  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-lhnmyk {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-lhnmyk::-webkit-scrollbar {
  display: none;
}

.mystake-s4tior {
  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-s4tior img,
.mystake-s4tior svg {
  margin-right: 8px;
}

.mystake-20lr01 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-6lseig + .mystake-26ss52 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-6lseig + .mystake-26ss52 {
    margin-top: -16px;
  }
}

.mystake-pemih4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-pemih4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-pemih4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-vo77aj {
  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-597arg {
  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-rfnivx {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-w99m25 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-65ld1d {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-vo77aj 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-vo77aj 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-vo77aj {
    padding: 39px 179px 39px 39px;
  }

  .mystake-597arg {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-65ld1d {
    height: 348px;
  }

  .mystake-vo77aj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-vo77aj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-vo77aj {
    padding: 63px;
  }
}

.mystake-jhly79 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-jhly79 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-n58w3n {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-n58w3n {
    width: auto;
  }
}

.mystake-59xcfg {
  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-59xcfg::-webkit-scrollbar {
  display: none;
}

.mystake-59xcfg 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-59xcfg a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-59xcfg {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-jhly79 .mystake-hkrujh {
  -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-za3wrg,
    mask-image 0.3s;
}

.mystake-jhly79 .mystake-hkrujh.mystake-0knyw8 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-9olql5 {
  margin: 40px -16px;
}

.mystake-z8r7bt + .mystake-6wrhhx,
.mystake-z8r7bt + .mystake-xemt88 {
  margin-top: 24px;
}

.mystake-qvv1yb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-qvv1yb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-1djagu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-1djagu {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-1djagu {
    margin-top: 0;
  }
}

.mystake-9hsgso {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-9hsgso {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-b04lmu {
  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-b04lmu {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-wl5wtw {
  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-wl5wtw {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-sn31fw {
  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-sn31fw {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-gbsv2p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-gbsv2p {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-4caaz2 {
  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-dsj806 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-dsj806 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-26ss52 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-yrh10t {
  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-yrh10t {
    padding: 15px 48px;
  }
}

main > .mystake-26ss52 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-dwzpd9.mystake-5am3b2 > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-6nod2s p a img {
  display: block;
  margin: 0 auto;
}


.mystake-8fm5vq {
  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-si4ocv {
  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-si4ocv label {
  font-size: 14px;
}

.mystake-si4ocv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-si4ocv input,
.mystake-si4ocv textarea,
.mystake-si4ocv 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-si4ocv button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-puoe0w ease;
}
.mystake-si4ocv button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-l4oiuv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-gjc8gt ease-in;
}

.mystake-l4oiuv 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-tzqmi5, .mystake-0dy5bd, [class*="review-card"],
thead, thead th, table th, .mystake-wbs7kp,
.mystake-x8wcjs, [class*="collapsible-header"],
.mystake-rl5zwe, [class*="updated-block"] {
  color: #ece7dc !important;
}
