* {
  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-q521in {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-q521in {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-q521in {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-48nep6 {
  overflow: hidden;
}

.mystake-8ovnt0 img {
  background: var(--Neutral-300);
}

.mystake-trxc3z {
  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-osp91o {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-osp91o:hover {
  background: var(--button-bg-hover);
}

.mystake-a3gslm {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-a3gslm:hover {
  background: var(--button-bg-hover);
}

.mystake-1oqtu8 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-gej126 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-fgwm2q {
  width: 100%;
}

.mystake-5vtipm {
  padding: 6px 16px;
}

.mystake-ofvz3m {
  padding: 10px 16px;
}

.mystake-q5p0li {
  padding: 15px 26px;
}

.mystake-hritag {
  flex-shrink: 0;
}

.mystake-w6454v {
  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-401oss {
  display: none;
}

.mystake-e1fgbx {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-fq5vnz {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-kbhwde {
  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-qv5gka {
  cursor: grab;
}

.mystake-kbhwde::-webkit-scrollbar {
  display: none;
}

.mystake-w5doj8 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-eemvr3 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-502k52 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-48guxt {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-ct8ywf {
  visibility: visible;
}

.mystake-qynxfz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-cfi6vm ease;
}

.mystake-g8lwgd {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-8arcpu {
  -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-cfi6vm,
    mask-image 0.3s;
}

.mystake-8arcpu.mystake-vi2981 {
  -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-ujny7o: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-rhbc3s {
  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-oe7uiy.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-oe7uiy.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-yo1i2z {
  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-yo1i2z::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-iz97oa {
  position: relative;
  z-index: 1;
}

.mystake-nxk54x {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-o9ih50 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-qf4w1s {
  font-size: 40px;
  line-height: 48px;
}

.mystake-b52qj7 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-cvfscw {
  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-cvfscw:hover {
  background: var(--Primary-400);
}

.mystake-cvfscw svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-ujny7o 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-yo1i2z {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-nxk54x {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-o9ih50 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-qf4w1s {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-b52qj7 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-rhbc3s {
    top: 25px;
    right: 25px;
  }
}

.mystake-yz0sj6,
.mystake-drzw5x {
  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-zzjbsw.mystake-cixsi6::before,
.mystake-drzw5x::before,
.mystake-celnot::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-oe7uiy.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-k2s0v5 14.mystake-z0swdz.mystake-339pq1 14.mystake-ivxt64 15.mystake-udhc0y 14.mystake-nruv0w 15.mystake-f90nxh 14.mystake-lc95fy.mystake-6q9n3g 14.mystake-c62hbo 19.mystake-n3exob 12.mystake-5811ey 19.mystake-n3exob 10.mystake-s8g081.mystake-n3exob 8.mystake-4quo3k 17.mystake-gwb64q 7.mystake-3ixyjl 15.mystake-5lqhi9 7.mystake-q5l3nc.mystake-g72zw7 7.mystake-3ixyjl 11.mystake-po0vyx 8.mystake-4quo3k 11.mystake-po0vyx 10.mystake-t2mmp1.mystake-po0vyx 12.mystake-gu27wq 13.mystake-1zusry 14.mystake-bygxgr 15.mystake-jjtsyu 14.mystake-6g8yh3.mystake-md3vak 14.mystake-m0qyti 15.mystake-menf1j 14.mystake-hp946u 15.mystake-9x8dwp 14.mystake-19mbx9.mystake-k2s0v5 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-f1khgf 15.mystake-u2j53y.mystake-rhilau 15.mystake-r0k6dx 15.mystake-n04rtw 15.mystake-eepbwi 15.mystake-c8htq4 15.mystake-cd668w.mystake-n8ctus 15.mystake-eepbwi 15.mystake-wbhhbg 15.mystake-vranba 15.mystake-xotg70 15.mystake-jy5gg1.mystake-zw50a2 15.mystake-0mue3a 7.mystake-xuliyl 18.mystake-foz5be 7.mystake-ihkki8 23.mystake-vem136.mystake-7xh3rk.mystake-0m6uta 18.mystake-lj50z0 19.mystake-klqlu0 15.mystake-t5861d 15.mystake-f1khgf 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-q4az1r [type="submit"] *,
.mystake-ule09o button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-s237li {
    display: none;
  }
}

.mystake-lmzz2w {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-lmzz2w {
  display: none;
}

@media (min-width: 768px) {
  .mystake-lmzz2w {
    bottom: 22px;
  }
}

.mystake-lmzz2w input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-lmzz2w {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-oeg61f.static) .mystake-lmzz2w {
    bottom: 8px;
  }
}

.mystake-7f2s70 {
  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-oe7uiy.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-kw7jc4 3.mystake-upfe4o.mystake-yn9bp4.mystake-vxeyw8 3.mystake-btiems 3.mystake-k4q7rc 5.mystake-o73l4r 3.mystake-k4q7rc 8.mystake-x8qt46.mystake-79ubew.mystake-k4q7rc 26.mystake-fvyqle 5.mystake-ayu5k1 28.mystake-f8i485 8.mystake-zec8wq 28.mystake-xwpaey.mystake-3ngz6v 28.mystake-g0u43i.mystake-7zbhn8 34.mystake-glk8bm.mystake-h648ym 36.mystake-ifbqwx 11.mystake-8hlr9j 37.mystake-0mrv1a 12.mystake-sxp1gu 36.mystake-jgaw3s.mystake-fnku14 28.mystake-vvzpnp.mystake-l33tmj.mystake-07knd2 28.mystake-rbeuck 36.mystake-ugkipi 26.mystake-tjhbh6 36.mystake-ugkipi 23.mystake-e44cf5.mystake-9x56mv.mystake-ugkipi 5.mystake-1jpz2y 34.mystake-gcbmm3 3.mystake-btiems 31.mystake-kw7jc4 3.mystake-rtiqhv.mystake-zb4d3b 18.mystake-iyj982.mystake-vl8zvf 18.mystake-dtyf2v 8.mystake-b6f8ld 17.mystake-uj8c62 8.mystake-b6f8ld 15.mystake-jw11v0.mystake-b6f8ld 14.mystake-bgub2f 9.mystake-vl8zvf 13.mystake-jcebm0 11.mystake-zb4d3b 13.mystake-d6ezkl.mystake-55vmow 13.mystake-jcebm0 13.mystake-1k8bhe 14.mystake-bgub2f 13.mystake-1k8bhe 15.mystake-tso75h.mystake-1k8bhe 17.mystake-uj8c62 12.mystake-55vmow 18.mystake-dtyf2v 11.mystake-zb4d3b 18.mystake-auq11q.mystake-kpvwhr 18.mystake-hbbkge.mystake-cjzmfa 18.mystake-dtyf2v 17.mystake-uxgvzf 17.mystake-uj8c62 17.mystake-uxgvzf 15.mystake-uwf8xi.mystake-uxgvzf 14.mystake-bgub2f 18.mystake-cjzmfa 13.mystake-jcebm0 20.mystake-kpvwhr 13.mystake-korhcu.mystake-rpg7wu 13.mystake-jcebm0 22.mystake-1542yx 14.mystake-bgub2f 22.mystake-1542yx 15.mystake-i3yz2d.mystake-h8iht8 17.mystake-uj8c62 21.mystake-rpg7wu 18.mystake-dtyf2v 20.mystake-kpvwhr 18.mystake-e7guya.mystake-rldhm5 18.mystake-9mut6s.mystake-h0jgyn 18.mystake-dtyf2v 26.mystake-74kbu7 17.mystake-uj8c62 26.mystake-74kbu7 15.mystake-t8pwal.mystake-74kbu7 14.mystake-bgub2f 27.mystake-h0jgyn 13.mystake-jcebm0 28.mystake-rldhm5 13.mystake-axh93i.mystake-mmtrvt 13.mystake-jcebm0 31.mystake-qgep0e 14.mystake-bgub2f 31.mystake-qgep0e 15.mystake-o1t1uf.mystake-74kbu7 17.mystake-uj8c62 30.mystake-mmtrvt 18.mystake-dtyf2v 28.mystake-rldhm5 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-7f2s70 {
    display: none;
  }
}

.mystake-4jgfrt {
  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-4jgfrt {
    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-ule09o {
  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-ule09o {
    padding: 14px 16px;
  }
}

.mystake-ule09o button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-ule09o button:first-child {
  align-content: end;
}

.mystake-ule09o button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-ule09o
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-ule09o
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-ule09o button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-ule09o button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-celnot {
  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-celnot::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-celnot,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-celnot {
  opacity: 1;
  visibility: visible;
}

.mystake-43g11i {
  flex: 1 1;
}

.mystake-871k5r {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-871k5r {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-cexb6x {
  display: block;
}

.mystake-any9nz {
  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-any9nz {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-drzw5x {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-drzw5x::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-ufdjp9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-ufdjp9 p {
  color: var(--Text-100);
}

.mystake-drzw5x .mystake-j0jlu1 {
  grid-area: button;
}

.mystake-drzw5x .mystake-j0jlu1::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-oe7uiy.org/2000/svg'%3E%3Cpath d='M4.mystake-g1q5bb 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-9h2bqq 15L16.mystake-9h2bqq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-9h2bqq 5L16.mystake-9h2bqq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-9vwndn {
  display: block;
}

.mystake-ova2cx {
  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-ova2cx {
    margin-top: 40px;
  }
}

.mystake-yz0sj6 label,
.mystake-yz0sj6 input {
  display: block;
  width: 100%;
}

.mystake-yz0sj6 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-yz0sj6 label.mystake-08wg7d input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-yz0sj6 label.mystake-08wg7d::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-yz0sj6 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-yz0sj6 input::placeholder {
  color: var(--Text-400);
}

.mystake-btdjka {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-btdjka {
  display: flex;
}

.mystake-btdjka ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-btdjka ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-btdjka ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-q4az1r {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-q4az1r {
    padding: 0 24px 24px;
  }
}

.mystake-q4az1r 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-q4az1r input::placeholder {
  color: var(--Text-400);
}

.mystake-q4az1r [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-q4az1r [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-q4az1r [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-q4az1r [type="submit"] {
    right: 40px;
  }
}

.mystake-zzjbsw {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-zzjbsw.mystake-cixsi6 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-zzjbsw.mystake-cixsi6::before {
  content: "";
  width: 31px;
}

.mystake-zzjbsw.mystake-cixsi6 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-zzjbsw.mystake-ydubwy p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-zzjbsw p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-lmzz2w .mystake-j0jlu1 {
  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-s237li {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-s237li {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-s237li {
    padding: 18px 0;
  }
}

.mystake-s237li .mystake-q521in {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-s237li .mystake-q521in {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-74yqo8 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-74yqo8 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-74yqo8 picture,
.mystake-74yqo8 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-74yqo8 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-8q35le {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-cfi6vm ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-s237li.mystake-6mms48 .mystake-8q35le {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-8q35le {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-8q35le {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-y48dch,
.mystake-3nqjim {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-y48dch,
  .mystake-3nqjim {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-3nqjim {
    display: none;
  }
}

.mystake-jnbpsc {
  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-6mms48 .mystake-jnbpsc {
  background: var(--fh-bg-color);
}

.mystake-jnbpsc button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-jnbpsc {
    display: none;
  }
}

.mystake-uegbux {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-uegbux {
    display: none;
  }
}

.mystake-1ljgdw {
  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-s237li.mystake-6mms48 .mystake-1ljgdw:first-child {
  display: none;
}

.mystake-s237li.mystake-6mms48 .mystake-1ljgdw:last-child {
  display: block;
}

.mystake-1ljgdw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-1ljgdw {
    display: none;
  }
}

.mystake-ptbh89 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-ptbh89 {
    display: flex;
  }
}

.mystake-ptbh89 ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-ptbh89:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-ptbh89:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-ptbh89:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-ptbh89:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-ptbh89:hover .mystake-r6k8w7 svg {
  transform: rotate(180deg);
}

.mystake-o68h0q {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-guiulg {
  padding: 0 8px;
}

.mystake-3t4hle {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-3t4hle:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-3t4hle {
    padding: 4px 8px;
  }
}

.mystake-0hr7n3 {
  display: flex;
}

.mystake-0hr7n3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-r6k8w7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-r6k8w7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-drnzf9 {
  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-drnzf9 {
    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-b2vw3i {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-b2vw3i {
    display: none;
  }
}

.mystake-wkn11c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-mobr95 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-v1g54j {
  display: flex;
}

.mystake-p0cu1b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-340sh7 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-340sh7 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-340sh7 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-340sh7 .mystake-62zl81 [data-ref-el],
  .mystake-340sh7 .mystake-62zl81 span,
  .mystake-340sh7 .mystake-62zl81 a {
    white-space: nowrap;
  }
}

.mystake-f2r60f {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-f2r60f.mystake-qdunen > .mystake-62zl81 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-f2r60f.mystake-v099zp:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-f2r60f.mystake-qdunen > .mystake-0tlmlq {
    height: auto;
  }

  .mystake-f2r60f.mystake-qdunen > div > .mystake-caogpz {
    transform: rotate(180deg);
  }
}

.mystake-f2r60f [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-f2r60f [data-ref-el],
.mystake-f2r60f span {
  cursor: pointer;
}

.mystake-f2r60f [data-ref-el],
.mystake-f2r60f span,
.mystake-f2r60f 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-f2r60f [data-ref-el],
  .mystake-f2r60f span,
  .mystake-f2r60f a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-f2r60f [data-ref-el],
  .mystake-f2r60f span,
  .mystake-f2r60f a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-0tlmlq {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-cfi6vm ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-0tlmlq::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-0tlmlq::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-0tlmlq::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-0tlmlq {
    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-0tlmlq:has(> .mystake-f2r60f.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-0tlmlq .mystake-0tlmlq {
    padding: 0;
  }

  .mystake-0tlmlq .mystake-f2r60f {
    font-weight: 400;
  }

  .mystake-0tlmlq .mystake-f2r60f:hover > .mystake-62zl81 {
    background: var(--Neutral-300);
  }

  .mystake-0tlmlq .mystake-caogpz {
    rotate: -90deg;
  }
}

.mystake-62zl81 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-62zl81 {
    padding: 8px;
  }

  .mystake-f2r60f.mystake-1mpwec > .mystake-62zl81 {
    background: var(--Neutral-300);
  }
}

.mystake-caogpz {
  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-oe7uiy.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-or2fo6 0.mystake-96gba7.mystake-s5jr6e -0.mystake-ykzeiw 0.mystake-rowpej -0.mystake-ykzeiw 1.mystake-bilt47 0.mystake-uykr2c.mystake-mntqi1 4.mystake-2s48v9.mystake-or2fo6 0.mystake-38rhug.mystake-sbu8ot -0.mystake-ykzeiw 9.mystake-lb73w4 -0.mystake-ykzeiw 10.mystake-7wviov 0.mystake-yxxo10.mystake-z43sa3 0.mystake-s5jr6e 10.mystake-z43sa3 0.mystake-rowpej 10.mystake-7wviov 1.mystake-0lkwhy.mystake-r6prnx 5.mystake-rvno2s.mystake-sol5q0 6.mystake-9lvlmx 5.mystake-0729u3 6.mystake-9lvlmx 4.mystake-tf2el0 5.mystake-vz14qg.mystake-or2fo6 1.mystake-x4b909.mystake-ykzeiw 0.mystake-rowpej -0.mystake-ykzeiw 0.mystake-s5jr6e 0.mystake-or2fo6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-cfi6vm ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-caogpz {
    cursor: default;
  }
}

.mystake-dh9fwb {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-1ukw4x {
  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-1ukw4x {
    padding: 40px 4px;
  }
}

.mystake-15sp84 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-15sp84 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-daudt7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-daudt7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-daudt7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-daudt7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-daudt7 [data-ref-el],
.mystake-daudt7 span,
.mystake-daudt7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-oxmk14 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-oxmk14 {
    margin-bottom: 12px;
  }
}

.mystake-9q80cs {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-9q80cs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-9q80cs:last-child {
    margin-right: 0;
  }
}

.mystake-055wjf {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-oxmk14:hover .mystake-8806dl {
  visibility: visible;
  opacity: 1;
}

.mystake-8806dl {
  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-y14q5z {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-qv0hek {
  display: flex;
  margin: 6px;
}

.mystake-qv0hek img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-8806dl::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-8806dl::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-f61371 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-f61371 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-cekx2d {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-cekx2d {
    margin-right: 32px;
  }
}

.mystake-3xjtxu {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-3xjtxu {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-3xjtxu a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-toirm0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-djptdo {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-djptdo {
    margin-top: 40px;
  }
}

.mystake-djptdo + .mystake-sxa9sw,
.mystake-djptdo + .mystake-djptdo {
  margin-top: 24px;
}

.mystake-pbb7bm {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-pbb7bm {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-pbb7bm {
    padding: 80px;
  }
}

.mystake-2sy8ih {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-2sy8ih {
    padding: 0 16px;
}


}

.mystake-2rc0eq {
  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-2rc0eq {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-3r4a9e {
  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-3r4a9e {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-bwl5r2 {
  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-bwl5r2:hover {
  background: var(--button-bg-hover);
}

.mystake-l3g28o {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-l3g28o img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-l3g28o img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-l3g28o img {
  min-height: 100%;
  }
}

.mystake-pbb7bm::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-kiyke5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-kiyke5 h1,
.mystake-kiyke5 h2,
.mystake-kiyke5 h3,
.mystake-kiyke5 h4 {
  margin-bottom: 6px;
}

.mystake-kiyke5 h1:not(:first-child),
.mystake-kiyke5 h2:not(:first-child),
.mystake-kiyke5 h3:not(:first-child),
.mystake-kiyke5 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-kiyke5 h1,
.mystake-kiyke5 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-kiyke5 h1,
  .mystake-kiyke5 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-kiyke5 h2,
.mystake-kiyke5 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-kiyke5 h2,
  .mystake-kiyke5 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-kiyke5 h3,
.mystake-kiyke5 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-kiyke5 h3,
  .mystake-kiyke5 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-kiyke5 h4,
.mystake-kiyke5 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-kiyke5 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-kiyke5 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-kiyke5 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-kiyke5 ul ul {
  margin-bottom: 8px;
}

.mystake-kiyke5 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-kiyke5 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-kiyke5 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-kiyke5 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-kiyke5 ol li::marker {
  font-weight: 700;
}

.mystake-kiyke5 ol ol {
  margin-bottom: 8px;
}

.mystake-kiyke5 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-kiyke5 ol ul li {
  padding-left: 16px;
}

.mystake-kiyke5 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-kiyke5 table {
    padding: 24px;
  }
}

.mystake-kiyke5 table.mystake-jgpqep {
  -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-cfi6vm,
    mask-image 0.3s;
}

.mystake-kiyke5 table.mystake-jgpqep.mystake-vi2981 {
  -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-kiyke5 table {
    display: table;
  }
}

.mystake-kiyke5 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-kiyke5 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-kiyke5 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-kiyke5 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-kiyke5 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-kiyke5 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-kiyke5 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-kiyke5 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-kiyke5 img {
  max-width: 100%;
  height: auto;
}

.mystake-alr29p {
  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-alr29p {
    padding: 24px;
  }
}

.mystake-6yvoo5 {
  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-6yvoo5 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-6yvoo5 > * {
  margin: 0 !important;
}

.mystake-6yvoo5 img,
.mystake-1wt95f {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-6yvoo5 img,
  .mystake-1wt95f {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-azhygw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-azhygw {
    width: 32px;
    height: 32px;
  }
}

.mystake-pyeyvc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-pyeyvc .mystake-iu5049 {
  flex-shrink: 0;
}

.mystake-pyeyvc .mystake-lzes7a svg {
  display: none;
}

.mystake-d0vymu {
  display: grid;
  transition: max-height 0.mystake-cfi6vm ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-d0vymu {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-d0vymu {
    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-d0vymu.mystake-hkejqm + .mystake-iu5049 svg {
  transform: rotate(180deg);
}

.mystake-0wrz3a {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-0wrz3a > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-0wrz3a
  > div:nth-child(3n)
  .mystake-971xe6
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-0wrz3a {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-0wrz3a > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-0wrz3a
    > div:nth-child(3n)
    .mystake-971xe6
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-0wrz3a {
    max-width: 270px;
  }
}

.mystake-0wrz3a .mystake-971xe6 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-0wrz3a .mystake-971xe6 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-0wrz3a .mystake-971xe6 button {
    max-width: 104px;
  }
}

.mystake-nkki81 {
  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-nkki81 {
    margin-bottom: 0;
  }
}

.mystake-fmug57 {
  display: none;
  opacity: 0;
}

.mystake-gpak48 {
  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-gpak48 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-971xe6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-971xe6 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-971xe6
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-971xe6
    button {
    max-width: 145px;
  }
}

.mystake-ik4n08:first-child
  .mystake-971xe6
  button {
  max-width: 270px;
}

.mystake-4wfuyo {
  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-nkki81 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-d41v7v {
  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-d41v7v svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-nkki81:hover .mystake-d41v7v {
  display: flex;
}

.mystake-m4xf3o {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-btp0e1 {
  display: flex;
}

.mystake-btp0e1:hover .mystake-21a79x,
.mystake-btp0e1 .mystake-1mpwec .mystake-21a79x {
  display: flex;
}

.mystake-btp0e1 svg {
  flex-shrink: 0;
}

.mystake-21a79x {
  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-21a79x {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-21a79x:hover {
  display: flex;
}

.mystake-21a79x svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-f2ntgn {
  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-f2ntgn {
    font-size: 12px;
  }
}

.mystake-cyof02,
.mystake-ojsvsr {
  width: 50%;
  flex-shrink: 0;
}

.mystake-cyof02 {
  font-weight: 700;
}

.mystake-otmlw5 .mystake-d0vymu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-otmlw5 .mystake-d0vymu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-otmlw5 .mystake-d0vymu {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-otmlw5
  .mystake-4wfuyo:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-otmlw5 .mystake-gpak48 {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-otmlw5 .mystake-971xe6 {
  gap: 4px;
  align-items: center;
}

.mystake-otmlw5 .mystake-971xe6 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-otmlw5 .mystake-971xe6 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-otmlw5 .mystake-hgjp8p,
.mystake-otmlw5 .mystake-lvirly {
  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-oe7uiy.org/2000/svg'%3E%3Cpath d='M9.mystake-go4gqc 4.mystake-6q0039.mystake-b9zngd 5.mystake-vgzrnj.mystake-3x79rz 5.mystake-qmjqkr.mystake-deehu6 5.mystake-52pyqs.mystake-s3ne8b 8.mystake-6zoyo6.mystake-lmzcch 9.mystake-z0qkx5.mystake-mzjfla 9.mystake-07dafx.mystake-ebcx9r 13.mystake-4iw7ym.mystake-hvbm7i 11.mystake-z1y75o.mystake-djgyqa 11.mystake-z3qiij.mystake-4uwc77 11.mystake-0msbvs.mystake-3ivib1 13.mystake-kqrnvt.mystake-dzzeva 9.mystake-0lbjcs.mystake-5jvc08 9.mystake-ti1tf2.mystake-hhomja 8.mystake-1kkz1d.mystake-25xi7g 5.mystake-2sfz1f.mystake-xmgy64 5.mystake-jznef7.mystake-9p1ynh 5.mystake-kk44ik.mystake-7xvb1t 4.mystake-8bgq1s.mystake-djgyqa 1.mystake-py6e9d.mystake-go4gqc 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-otmlw5 .mystake-hgjp8p {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-otmlw5 .mystake-lvirly {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-wqpifo {
  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-wqpifo {
    padding: 24px;
  }
}

.mystake-wqpifo .mystake-iu5049 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-wqpifo .mystake-iu5049 {
    display: none;
  }
}

.mystake-wqpifo .mystake-lzes7a svg {
  display: none;
}

.mystake-cozdsj {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-cozdsj .mystake-trxc3z {
  display: none;
}

@media (min-width: 768px) {
  .mystake-cozdsj .mystake-trxc3z {
    display: flex;
  }
}

.mystake-7ywvp3 {
  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-7ywvp3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-7ywvp3 > * {
  margin: 0 !important;
}

.mystake-7ywvp3 img,
.mystake-7mskxu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-7ywvp3 img,
  .mystake-7mskxu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-wo3mbi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-wo3mbi {
    width: 32px;
    height: 32px;
  }
}

.mystake-c4gaa4 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-c4gaa4 {
    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-c4gaa4::-webkit-scrollbar {
    display: none;
  }
}

.mystake-oqw1ni {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-oqw1ni {
    padding: 7px 15px;
  }
}

.mystake-oqw1ni:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-qoylbe {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-qoylbe {
    display: flex;
    opacity: 1;
  }
}

.mystake-oqw1ni picture {
  height: 100%;
  display: block;
}

.mystake-oqw1ni img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-oqw1ni img {
    width: 88px;
    height: 44px;
  }
}

.mystake-oqw1ni p {
  text-align: center;
  width: 100%;
}

.mystake-wkyu5h {
  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-wkyu5h {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-wkyu5h img,
.mystake-tas0ju {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-wkyu5h img,
  .mystake-tas0ju {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-0e44bg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-0e44bg {
    width: 32px;
    height: 32px;
  }
}

.mystake-tx7q77 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-68fjok {
  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-v6cnwv {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-v6cnwv.mystake-1mpwec {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-f03a5b {
  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-f03a5b {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-5vy6c1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-qfuock {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-cfi6vm ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-myv5ht {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-myv5ht ol,
.mystake-myv5ht ul {
  padding-left: 1.3em;
}

.mystake-v6cnwv.mystake-1mpwec .mystake-qfuock {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-v6cnwv.mystake-1mpwec .mystake-5vy6c1 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-i8rcvf {
  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-i8rcvf {
    padding: 24px;
  }
}

.mystake-i8rcvf .mystake-iu5049 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-i8rcvf .mystake-iu5049 {
    display: none;
  }
}

.mystake-i8rcvf .mystake-lzes7a svg {
  display: none;
}

.mystake-7nef8k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-7nef8k .mystake-trxc3z {
  display: none;
}

@media (min-width: 768px) {
  .mystake-7nef8k .mystake-trxc3z {
    display: flex;
  }
}

.mystake-2dc1nz {
  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-2dc1nz {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-2dc1nz > * {
  margin: 0 !important;
}

.mystake-2dc1nz img,
.mystake-2iivrk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-2dc1nz img,
  .mystake-2iivrk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-ytxhap {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-ytxhap {
    width: 32px;
    height: 32px;
  }
}

.mystake-qbhaty {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-qbhaty {
    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-qbhaty::-webkit-scrollbar {
    display: none;
  }
}

.mystake-xht9wc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-xht9wc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-vdkszg {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-vdkszg {
    display: flex;
    opacity: 1;
  }
}

.mystake-xht9wc picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-xht9wc picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-a6eb80 {
  margin: -24px 0;
}

.mystake-a6eb80:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-a6eb80 {
    margin: -16px 0;
  }
}

.mystake-e8w4aq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-e8w4aq {
    flex-direction: row;
  }
}

.mystake-e7fv8r {
  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-e7fv8r {
    flex: 1;
  }
}

.mystake-e7fv8r::placeholder {
  color: var(--Text-400);
}

.mystake-qpbxjx {
  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-ae2ypx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-ae2ypx::-webkit-scrollbar {
  display: none;
}

.mystake-2s1q82 {
  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-2s1q82 img,
.mystake-2s1q82 svg {
  margin-right: 8px;
}

.mystake-0mo97s {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-a6eb80 + .mystake-yf9qur {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-a6eb80 + .mystake-yf9qur {
    margin-top: -16px;
  }
}

.mystake-ibe0c5 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-ibe0c5 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-ibe0c5 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-mte3ty {
  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-tst8hl {
  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-46j74f {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-6bg31j {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-5rzrly {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-mte3ty 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-mte3ty 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-mte3ty {
    padding: 39px 179px 39px 39px;
  }

  .mystake-tst8hl {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-5rzrly {
    height: 348px;
  }

  .mystake-mte3ty button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-mte3ty button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-mte3ty {
    padding: 63px;
  }
}

.mystake-x5v00u {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-x5v00u {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-38cus5 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-38cus5 {
    width: auto;
  }
}

.mystake-d4vhc7 {
  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-d4vhc7::-webkit-scrollbar {
  display: none;
}

.mystake-d4vhc7 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-d4vhc7 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-d4vhc7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-x5v00u .mystake-u1mnz0 {
  -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-cfi6vm,
    mask-image 0.3s;
}

.mystake-x5v00u .mystake-u1mnz0.mystake-vi2981 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-4yl8l0 {
  margin: 40px -16px;
}

.mystake-qw3fy7 + .mystake-sxa9sw,
.mystake-qw3fy7 + .mystake-djptdo {
  margin-top: 24px;
}

.mystake-ocrefb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-ocrefb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-h8odxy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-h8odxy {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-h8odxy {
    margin-top: 0;
  }
}

.mystake-e89jbx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-e89jbx {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-6uptvc {
  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-6uptvc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-6945jw {
  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-6945jw {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-8pwlve {
  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-8pwlve {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-nq633x {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-nq633x {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-uq4tiz {
  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-yftvss {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-yftvss img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-yf9qur {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-tlrjge {
  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-tlrjge {
    padding: 15px 48px;
  }
}

main > .mystake-yf9qur {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-d0vymu.mystake-rbozbb > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-kiyke5 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-u00j7a {
  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-g6hyzx {
  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-g6hyzx label {
  font-size: 14px;
}

.mystake-g6hyzx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-g6hyzx input,
.mystake-g6hyzx textarea,
.mystake-g6hyzx 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-g6hyzx button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-99g3w2 ease;
}
.mystake-g6hyzx button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-r5itb0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-ebj1r8 ease-in;
}

.mystake-r5itb0 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-vtkuha, .mystake-6tpdwa, [class*="review-card"],
thead, thead th, table th, .mystake-9qhrn8,
.mystake-ntsun8, [class*="collapsible-header"],
.mystake-858vew, [class*="updated-block"] {
  color: #ece7dc !important;
}
