* {
  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-bodrpl {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-bodrpl {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-bodrpl {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-rkkkv9 {
  overflow: hidden;
}

.mystake-81wrxi img {
  background: var(--Neutral-300);
}

.mystake-d3vkz8 {
  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-ubvyip {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-ubvyip:hover {
  background: var(--button-bg-hover);
}

.mystake-falhjg {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-falhjg:hover {
  background: var(--button-bg-hover);
}

.mystake-hej6xh {
  font-size: 12px;
  line-height: 18px;
}

.mystake-timxbk {
  font-size: 18px;
  line-height: 26px;
}

.mystake-ac523e {
  width: 100%;
}

.mystake-behfic {
  padding: 6px 16px;
}

.mystake-klok59 {
  padding: 10px 16px;
}

.mystake-31lxs3 {
  padding: 15px 26px;
}

.mystake-33s23r {
  flex-shrink: 0;
}

.mystake-ixo0ec {
  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-jhk07j {
  display: none;
}

.mystake-tcv8f2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-igbpbf {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-ku1eb4 {
  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-n2noxp {
  cursor: grab;
}

.mystake-ku1eb4::-webkit-scrollbar {
  display: none;
}

.mystake-2hkjr5 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-3cb3l2 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-p7uc5s {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-1i4n9a {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-bzbqo0 {
  visibility: visible;
}

.mystake-vg4y6e {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-0fyxng ease;
}

.mystake-wsbud1 {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-ycq1dk {
  -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-0fyxng,
    mask-image 0.3s;
}

.mystake-ycq1dk.mystake-t172cv {
  -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-4qck84: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-7m1fji {
  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-zv98kx.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-zv98kx.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-3jteuf {
  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-3jteuf::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-0ijdj6 {
  position: relative;
  z-index: 1;
}

.mystake-g224na {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-p5wry4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-3ugqrp {
  font-size: 40px;
  line-height: 48px;
}

.mystake-7w24j4 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-aoecrn {
  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-aoecrn:hover {
  background: var(--Primary-400);
}

.mystake-aoecrn svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-4qck84 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-3jteuf {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-g224na {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-p5wry4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-3ugqrp {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-7w24j4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-7m1fji {
    top: 25px;
    right: 25px;
  }
}

.mystake-lp7ahl,
.mystake-wwfgcv {
  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-h7qhaj.mystake-htlj86::before,
.mystake-wwfgcv::before,
.mystake-8sfmsb::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-zv98kx.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-2hlh89 14.mystake-swqj1v.mystake-4g2scc 14.mystake-9elsv2 15.mystake-8zr4il 14.mystake-dv6xwq 15.mystake-943jm3 14.mystake-x97ccj.mystake-vk9dyq 14.mystake-3nvj6m 19.mystake-km65xn 12.mystake-1mma6q 19.mystake-km65xn 10.mystake-akgrli.mystake-km65xn 8.mystake-mc5z8n 17.mystake-7uhy2i 7.mystake-nx7xdb 15.mystake-dwfhk6 7.mystake-thonbb.mystake-y90y00 7.mystake-nx7xdb 11.mystake-kriqlz 8.mystake-mc5z8n 11.mystake-kriqlz 10.mystake-80643f.mystake-kriqlz 12.mystake-sm1v4p 13.mystake-xco5a0 14.mystake-6wo9if 15.mystake-jt8i0q 14.mystake-sjvdk8.mystake-1i864i 14.mystake-9pjhfr 15.mystake-sxjis9 14.mystake-myltux 15.mystake-66gfxj 14.mystake-qddorx.mystake-2hlh89 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-6zsyso 15.mystake-6da32q.mystake-1jlr3f 15.mystake-crg4op 15.mystake-qaoad4 15.mystake-gglre8 15.mystake-jgnh8v 15.mystake-4yum8v.mystake-15yaul 15.mystake-gglre8 15.mystake-5ma7ak 15.mystake-v7ri0y 15.mystake-zfbe61 15.mystake-x75nyb.mystake-2k3d7x 15.mystake-huzsa2 7.mystake-pmg7tt 18.mystake-d3h1cz 7.mystake-gvcfwa 23.mystake-zlr9r0.mystake-arsged.mystake-h26wql 18.mystake-cnc62c 19.mystake-03ggh8 15.mystake-6j7gwh 15.mystake-6zsyso 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-5gw1em [type="submit"] *,
.mystake-8tungd button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-g20fls {
    display: none;
  }
}

.mystake-bna3xl {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-bna3xl {
  display: none;
}

@media (min-width: 768px) {
  .mystake-bna3xl {
    bottom: 22px;
  }
}

.mystake-bna3xl input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-bna3xl {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-f5e5mf.static) .mystake-bna3xl {
    bottom: 8px;
  }
}

.mystake-y95oas {
  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-zv98kx.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-w6xcxl 3.mystake-tvkzk9.mystake-xym8vw.mystake-fcjuqj 3.mystake-x0rgjg 3.mystake-sbpl1d 5.mystake-ugu9ra 3.mystake-sbpl1d 8.mystake-v2tbl8.mystake-yedd5f.mystake-sbpl1d 26.mystake-jefnnb 5.mystake-0lgth2 28.mystake-lm2kqt 8.mystake-78hdhp 28.mystake-7uvs7y.mystake-i1vb1b 28.mystake-holgvz.mystake-90cc8z 34.mystake-snl0or.mystake-sx1bd8 36.mystake-pulx8i 11.mystake-mt743e 37.mystake-a0odwv 12.mystake-9icqyi 36.mystake-6hjttk.mystake-zexr4o 28.mystake-aolzbi.mystake-3sql7i.mystake-uh2wqn 28.mystake-e7f9w6 36.mystake-xdq1uu 26.mystake-z8i6p6 36.mystake-xdq1uu 23.mystake-algs9t.mystake-mgonpp.mystake-xdq1uu 5.mystake-e6pbna 34.mystake-f7gkyg 3.mystake-x0rgjg 31.mystake-w6xcxl 3.mystake-a9adnd.mystake-wkzoqw 18.mystake-8uqa0d.mystake-4f2zw3 18.mystake-lq2lq2 8.mystake-50r6jm 17.mystake-2glj1c 8.mystake-50r6jm 15.mystake-z6gidh.mystake-50r6jm 14.mystake-xmfxca 9.mystake-4f2zw3 13.mystake-q0ydph 11.mystake-wkzoqw 13.mystake-3282kj.mystake-vw3bgk 13.mystake-q0ydph 13.mystake-per66c 14.mystake-xmfxca 13.mystake-per66c 15.mystake-5ryyao.mystake-per66c 17.mystake-2glj1c 12.mystake-vw3bgk 18.mystake-lq2lq2 11.mystake-wkzoqw 18.mystake-wnza1z.mystake-78b4af 18.mystake-5vvwic.mystake-wk6mm1 18.mystake-lq2lq2 17.mystake-cauwnp 17.mystake-2glj1c 17.mystake-cauwnp 15.mystake-sb6enm.mystake-cauwnp 14.mystake-xmfxca 18.mystake-wk6mm1 13.mystake-q0ydph 20.mystake-78b4af 13.mystake-0vuoa0.mystake-t7aiwk 13.mystake-q0ydph 22.mystake-vvze2m 14.mystake-xmfxca 22.mystake-vvze2m 15.mystake-er4h0h.mystake-po32t4 17.mystake-2glj1c 21.mystake-t7aiwk 18.mystake-lq2lq2 20.mystake-78b4af 18.mystake-5aeq4f.mystake-pef2gn 18.mystake-w2wffx.mystake-w8dt3v 18.mystake-lq2lq2 26.mystake-agappb 17.mystake-2glj1c 26.mystake-agappb 15.mystake-07du4o.mystake-agappb 14.mystake-xmfxca 27.mystake-w8dt3v 13.mystake-q0ydph 28.mystake-pef2gn 13.mystake-vyxjoj.mystake-hhdlru 13.mystake-q0ydph 31.mystake-fynwin 14.mystake-xmfxca 31.mystake-fynwin 15.mystake-if5cyf.mystake-agappb 17.mystake-2glj1c 30.mystake-hhdlru 18.mystake-lq2lq2 28.mystake-pef2gn 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-y95oas {
    display: none;
  }
}

.mystake-rxlq5t {
  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-rxlq5t {
    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-8tungd {
  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-8tungd {
    padding: 14px 16px;
  }
}

.mystake-8tungd button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-8tungd button:first-child {
  align-content: end;
}

.mystake-8tungd button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-8tungd
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-8tungd
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-8tungd button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-8tungd button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-8sfmsb {
  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-8sfmsb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-8sfmsb,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-8sfmsb {
  opacity: 1;
  visibility: visible;
}

.mystake-8z6ip6 {
  flex: 1 1;
}

.mystake-ltkkd9 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-ltkkd9 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-oy1c3p {
  display: block;
}

.mystake-mnybes {
  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-mnybes {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-wwfgcv {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-wwfgcv::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-88wmmo span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-88wmmo p {
  color: var(--Text-100);
}

.mystake-wwfgcv .mystake-styk2z {
  grid-area: button;
}

.mystake-wwfgcv .mystake-styk2z::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-zv98kx.org/2000/svg'%3E%3Cpath d='M4.mystake-t3e9nj 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-ktv4ly 15L16.mystake-ktv4ly 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-ktv4ly 5L16.mystake-ktv4ly 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-pd1oki {
  display: block;
}

.mystake-k6pmna {
  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-k6pmna {
    margin-top: 40px;
  }
}

.mystake-lp7ahl label,
.mystake-lp7ahl input {
  display: block;
  width: 100%;
}

.mystake-lp7ahl label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-lp7ahl label.mystake-fihktp input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-lp7ahl label.mystake-fihktp::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-lp7ahl 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-lp7ahl input::placeholder {
  color: var(--Text-400);
}

.mystake-rt5gu9 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-rt5gu9 {
  display: flex;
}

.mystake-rt5gu9 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-rt5gu9 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-rt5gu9 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-5gw1em {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-5gw1em {
    padding: 0 24px 24px;
  }
}

.mystake-5gw1em 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-5gw1em input::placeholder {
  color: var(--Text-400);
}

.mystake-5gw1em [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-5gw1em [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-5gw1em [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-5gw1em [type="submit"] {
    right: 40px;
  }
}

.mystake-h7qhaj {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-h7qhaj.mystake-htlj86 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-h7qhaj.mystake-htlj86::before {
  content: "";
  width: 31px;
}

.mystake-h7qhaj.mystake-htlj86 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-h7qhaj.mystake-84u65w p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-h7qhaj p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-bna3xl .mystake-styk2z {
  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-g20fls {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-g20fls {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-g20fls {
    padding: 18px 0;
  }
}

.mystake-g20fls .mystake-bodrpl {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-g20fls .mystake-bodrpl {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-sajh0e {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-sajh0e {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-sajh0e picture,
.mystake-sajh0e img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-sajh0e img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-logjn9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-0fyxng ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-g20fls.mystake-a6unkd .mystake-logjn9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-logjn9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-logjn9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-we1oqy,
.mystake-nk5tg1 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-we1oqy,
  .mystake-nk5tg1 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-nk5tg1 {
    display: none;
  }
}

.mystake-olpfdf {
  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-a6unkd .mystake-olpfdf {
  background: var(--fh-bg-color);
}

.mystake-olpfdf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-olpfdf {
    display: none;
  }
}

.mystake-rhvdhe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-rhvdhe {
    display: none;
  }
}

.mystake-vmdil4 {
  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-g20fls.mystake-a6unkd .mystake-vmdil4:first-child {
  display: none;
}

.mystake-g20fls.mystake-a6unkd .mystake-vmdil4:last-child {
  display: block;
}

.mystake-vmdil4:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-vmdil4 {
    display: none;
  }
}

.mystake-0qk80q {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-0qk80q {
    display: flex;
  }
}

.mystake-0qk80q ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-0qk80q:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-0qk80q:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-0qk80q:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-0qk80q:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-0qk80q:hover .mystake-0eji3r svg {
  transform: rotate(180deg);
}

.mystake-3ttw3l {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-cg6dn9 {
  padding: 0 8px;
}

.mystake-znsehz {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-znsehz:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-znsehz {
    padding: 4px 8px;
  }
}

.mystake-24xcdm {
  display: flex;
}

.mystake-24xcdm img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-0eji3r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-0eji3r svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-igvpri {
  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-igvpri {
    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-ysl4fr {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-ysl4fr {
    display: none;
  }
}

.mystake-gau7t0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-gv3utd {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-qjeypa {
  display: flex;
}

.mystake-7sqvrt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-16010b {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-16010b {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-16010b {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-16010b .mystake-2cbjxp [data-ref-el],
  .mystake-16010b .mystake-2cbjxp span,
  .mystake-16010b .mystake-2cbjxp a {
    white-space: nowrap;
  }
}

.mystake-17oe5y {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-17oe5y.mystake-zoaz2r > .mystake-2cbjxp {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-17oe5y.mystake-fvqr7y:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-17oe5y.mystake-zoaz2r > .mystake-wc6wai {
    height: auto;
  }

  .mystake-17oe5y.mystake-zoaz2r > div > .mystake-rl191n {
    transform: rotate(180deg);
  }
}

.mystake-17oe5y [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-17oe5y [data-ref-el],
.mystake-17oe5y span {
  cursor: pointer;
}

.mystake-17oe5y [data-ref-el],
.mystake-17oe5y span,
.mystake-17oe5y 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-17oe5y [data-ref-el],
  .mystake-17oe5y span,
  .mystake-17oe5y a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-17oe5y [data-ref-el],
  .mystake-17oe5y span,
  .mystake-17oe5y a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-wc6wai {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-0fyxng ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-wc6wai::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-wc6wai::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-wc6wai::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-wc6wai {
    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-wc6wai:has(> .mystake-17oe5y.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-wc6wai .mystake-wc6wai {
    padding: 0;
  }

  .mystake-wc6wai .mystake-17oe5y {
    font-weight: 400;
  }

  .mystake-wc6wai .mystake-17oe5y:hover > .mystake-2cbjxp {
    background: var(--Neutral-300);
  }

  .mystake-wc6wai .mystake-rl191n {
    rotate: -90deg;
  }
}

.mystake-2cbjxp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-2cbjxp {
    padding: 8px;
  }

  .mystake-17oe5y.mystake-rxuo4z > .mystake-2cbjxp {
    background: var(--Neutral-300);
  }
}

.mystake-rl191n {
  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-zv98kx.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-2mxqah 0.mystake-v6kda2.mystake-gkd7h0 -0.mystake-amj0qa 0.mystake-1ggvqh -0.mystake-amj0qa 1.mystake-rgt32j 0.mystake-lb4v0l.mystake-c0m37k 4.mystake-knaqnk.mystake-2mxqah 0.mystake-t5wgtu.mystake-57gpbd -0.mystake-amj0qa 9.mystake-macv4a -0.mystake-amj0qa 10.mystake-6w5ffq 0.mystake-dxe095.mystake-tcpl8v 0.mystake-gkd7h0 10.mystake-tcpl8v 0.mystake-1ggvqh 10.mystake-6w5ffq 1.mystake-d9vnxu.mystake-do81kh 5.mystake-27xfgz.mystake-l136ur 6.mystake-byz3qa 5.mystake-369esb 6.mystake-byz3qa 4.mystake-awvo3e 5.mystake-370pzl.mystake-2mxqah 1.mystake-85egjt.mystake-amj0qa 0.mystake-1ggvqh -0.mystake-amj0qa 0.mystake-gkd7h0 0.mystake-2mxqah 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-0fyxng ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-rl191n {
    cursor: default;
  }
}

.mystake-qt8d1d {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-liocbj {
  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-liocbj {
    padding: 40px 4px;
  }
}

.mystake-a3znew {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-a3znew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-5h72ua {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-5h72ua {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-5h72ua ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-5h72ua [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-5h72ua [data-ref-el],
.mystake-5h72ua span,
.mystake-5h72ua a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-ydq2dy {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-ydq2dy {
    margin-bottom: 12px;
  }
}

.mystake-8qfxmb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-8qfxmb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-8qfxmb:last-child {
    margin-right: 0;
  }
}

.mystake-kcys9n {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-ydq2dy:hover .mystake-zsj3ce {
  visibility: visible;
  opacity: 1;
}

.mystake-zsj3ce {
  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-l38plo {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-ttn84k {
  display: flex;
  margin: 6px;
}

.mystake-ttn84k img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-zsj3ce::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-zsj3ce::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-togebw {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-togebw {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-g47bt0 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-g47bt0 {
    margin-right: 32px;
  }
}

.mystake-x4bxq0 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-x4bxq0 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-x4bxq0 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-ac8fif {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-zge795 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-zge795 {
    margin-top: 40px;
  }
}

.mystake-zge795 + .mystake-tvo572,
.mystake-zge795 + .mystake-zge795 {
  margin-top: 24px;
}

.mystake-xcrcql {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-xcrcql {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-xcrcql {
    padding: 80px;
  }
}

.mystake-a6sato {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-a6sato {
    padding: 0 16px;
}


}

.mystake-m8komi {
  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-m8komi {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-vd9o00 {
  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-vd9o00 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-ay1fsf {
  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-ay1fsf:hover {
  background: var(--button-bg-hover);
}

.mystake-dz8j6k {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-dz8j6k img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-dz8j6k img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-dz8j6k img {
  min-height: 100%;
  }
}

.mystake-xcrcql::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-iai683 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-iai683 h1,
.mystake-iai683 h2,
.mystake-iai683 h3,
.mystake-iai683 h4 {
  margin-bottom: 6px;
}

.mystake-iai683 h1:not(:first-child),
.mystake-iai683 h2:not(:first-child),
.mystake-iai683 h3:not(:first-child),
.mystake-iai683 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-iai683 h1,
.mystake-iai683 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-iai683 h1,
  .mystake-iai683 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-iai683 h2,
.mystake-iai683 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-iai683 h2,
  .mystake-iai683 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-iai683 h3,
.mystake-iai683 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-iai683 h3,
  .mystake-iai683 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-iai683 h4,
.mystake-iai683 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-iai683 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-iai683 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-iai683 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-iai683 ul ul {
  margin-bottom: 8px;
}

.mystake-iai683 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-iai683 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-iai683 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-iai683 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-iai683 ol li::marker {
  font-weight: 700;
}

.mystake-iai683 ol ol {
  margin-bottom: 8px;
}

.mystake-iai683 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-iai683 ol ul li {
  padding-left: 16px;
}

.mystake-iai683 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-iai683 table {
    padding: 24px;
  }
}

.mystake-iai683 table.mystake-2t4v4s {
  -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-0fyxng,
    mask-image 0.3s;
}

.mystake-iai683 table.mystake-2t4v4s.mystake-t172cv {
  -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-iai683 table {
    display: table;
  }
}

.mystake-iai683 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-iai683 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-iai683 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-iai683 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-iai683 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-iai683 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-iai683 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-iai683 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-iai683 img {
  max-width: 100%;
  height: auto;
}

.mystake-htxdwi {
  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-htxdwi {
    padding: 24px;
  }
}

.mystake-kjppof {
  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-kjppof {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-kjppof > * {
  margin: 0 !important;
}

.mystake-kjppof img,
.mystake-77puit {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-kjppof img,
  .mystake-77puit {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-lshs28 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-lshs28 {
    width: 32px;
    height: 32px;
  }
}

.mystake-z6xheu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-z6xheu .mystake-1fkn7k {
  flex-shrink: 0;
}

.mystake-z6xheu .mystake-xq0nmb svg {
  display: none;
}

.mystake-ahd15l {
  display: grid;
  transition: max-height 0.mystake-0fyxng ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-ahd15l {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-ahd15l {
    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-ahd15l.mystake-30iqi3 + .mystake-1fkn7k svg {
  transform: rotate(180deg);
}

.mystake-0e16wn {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-0e16wn > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-0e16wn
  > div:nth-child(3n)
  .mystake-iwjrss
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-0e16wn {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-0e16wn > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-0e16wn
    > div:nth-child(3n)
    .mystake-iwjrss
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-0e16wn {
    max-width: 270px;
  }
}

.mystake-0e16wn .mystake-iwjrss button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-0e16wn .mystake-iwjrss button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-0e16wn .mystake-iwjrss button {
    max-width: 104px;
  }
}

.mystake-wvo0wj {
  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-wvo0wj {
    margin-bottom: 0;
  }
}

.mystake-lh8fkj {
  display: none;
  opacity: 0;
}

.mystake-hkz1ev {
  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-hkz1ev img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-iwjrss {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-iwjrss 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-iwjrss
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-iwjrss
    button {
    max-width: 145px;
  }
}

.mystake-70jqw3:first-child
  .mystake-iwjrss
  button {
  max-width: 270px;
}

.mystake-fuli7g {
  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-wvo0wj picture {
  width: 100%;
  max-width: 100%;
}

.mystake-vlwrp8 {
  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-vlwrp8 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-wvo0wj:hover .mystake-vlwrp8 {
  display: flex;
}

.mystake-o9mxtp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-mzekw1 {
  display: flex;
}

.mystake-mzekw1:hover .mystake-m28cv7,
.mystake-mzekw1 .mystake-rxuo4z .mystake-m28cv7 {
  display: flex;
}

.mystake-mzekw1 svg {
  flex-shrink: 0;
}

.mystake-m28cv7 {
  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-m28cv7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-m28cv7:hover {
  display: flex;
}

.mystake-m28cv7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-0nqj55 {
  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-0nqj55 {
    font-size: 12px;
  }
}

.mystake-94wucl,
.mystake-nl7paq {
  width: 50%;
  flex-shrink: 0;
}

.mystake-94wucl {
  font-weight: 700;
}

.mystake-me1sbi .mystake-ahd15l {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-me1sbi .mystake-ahd15l {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-me1sbi .mystake-ahd15l {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-me1sbi
  .mystake-fuli7g:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-me1sbi .mystake-hkz1ev {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-me1sbi .mystake-iwjrss {
  gap: 4px;
  align-items: center;
}

.mystake-me1sbi .mystake-iwjrss button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-me1sbi .mystake-iwjrss svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-me1sbi .mystake-pfpcmc,
.mystake-me1sbi .mystake-hm4zel {
  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-zv98kx.org/2000/svg'%3E%3Cpath d='M9.mystake-ntkkt8 4.mystake-d87n01.mystake-ealdpl 5.mystake-ebdxtv.mystake-9yu6a0 5.mystake-gct2et.mystake-oi7jxh 5.mystake-fm1360.mystake-semtz6 8.mystake-seunm8.mystake-uy0bcl 9.mystake-l8i6ll.mystake-qf5kpu 9.mystake-bup47k.mystake-o3foeq 13.mystake-220ol1.mystake-nw1f5j 11.mystake-xeumwe.mystake-qrtruj 11.mystake-wn8p13.mystake-hw98yl 11.mystake-e55r8s.mystake-phyr5h 13.mystake-hujer5.mystake-lmgfct 9.mystake-vo03s2.mystake-ueavp4 9.mystake-4onura.mystake-4nr6s4 8.mystake-ae59cv.mystake-kdbipi 5.mystake-y7o5eg.mystake-xegeko 5.mystake-hc0x19.mystake-v9ydwb 5.mystake-ph0mfx.mystake-xlocx8 4.mystake-of4l8k.mystake-qrtruj 1.mystake-pszvxk.mystake-ntkkt8 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-me1sbi .mystake-pfpcmc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-me1sbi .mystake-hm4zel {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-jpfuix {
  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-jpfuix {
    padding: 24px;
  }
}

.mystake-jpfuix .mystake-1fkn7k {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-jpfuix .mystake-1fkn7k {
    display: none;
  }
}

.mystake-jpfuix .mystake-xq0nmb svg {
  display: none;
}

.mystake-g569z5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-g569z5 .mystake-d3vkz8 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-g569z5 .mystake-d3vkz8 {
    display: flex;
  }
}

.mystake-oclqme {
  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-oclqme {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-oclqme > * {
  margin: 0 !important;
}

.mystake-oclqme img,
.mystake-0a0u0v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-oclqme img,
  .mystake-0a0u0v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-t0v56p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-t0v56p {
    width: 32px;
    height: 32px;
  }
}

.mystake-wx688a {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-wx688a {
    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-wx688a::-webkit-scrollbar {
    display: none;
  }
}

.mystake-u233i6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-u233i6 {
    padding: 7px 15px;
  }
}

.mystake-u233i6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-8rcxdc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-8rcxdc {
    display: flex;
    opacity: 1;
  }
}

.mystake-u233i6 picture {
  height: 100%;
  display: block;
}

.mystake-u233i6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-u233i6 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-u233i6 p {
  text-align: center;
  width: 100%;
}

.mystake-rgc1hw {
  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-rgc1hw {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-rgc1hw img,
.mystake-2adytp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-rgc1hw img,
  .mystake-2adytp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-qb9kk8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-qb9kk8 {
    width: 32px;
    height: 32px;
  }
}

.mystake-6ecpma {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-p6yxzf {
  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-1u20ft {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-1u20ft.mystake-rxuo4z {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-q6f8mb {
  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-q6f8mb {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-b7b94u {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-ab3qlm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-0fyxng ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-2z5t98 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-2z5t98 ol,
.mystake-2z5t98 ul {
  padding-left: 1.3em;
}

.mystake-1u20ft.mystake-rxuo4z .mystake-ab3qlm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-1u20ft.mystake-rxuo4z .mystake-b7b94u {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-8t4k31 {
  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-8t4k31 {
    padding: 24px;
  }
}

.mystake-8t4k31 .mystake-1fkn7k {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-8t4k31 .mystake-1fkn7k {
    display: none;
  }
}

.mystake-8t4k31 .mystake-xq0nmb svg {
  display: none;
}

.mystake-3r5158 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-3r5158 .mystake-d3vkz8 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-3r5158 .mystake-d3vkz8 {
    display: flex;
  }
}

.mystake-bbjy0v {
  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-bbjy0v {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-bbjy0v > * {
  margin: 0 !important;
}

.mystake-bbjy0v img,
.mystake-5z6flw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-bbjy0v img,
  .mystake-5z6flw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-tf7hlw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-tf7hlw {
    width: 32px;
    height: 32px;
  }
}

.mystake-bb4f8j {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-bb4f8j {
    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-bb4f8j::-webkit-scrollbar {
    display: none;
  }
}

.mystake-g65wk0 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-g65wk0:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-rwtkr6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-rwtkr6 {
    display: flex;
    opacity: 1;
  }
}

.mystake-g65wk0 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-g65wk0 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-xgu3m2 {
  margin: -24px 0;
}

.mystake-xgu3m2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-xgu3m2 {
    margin: -16px 0;
  }
}

.mystake-tili82 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-tili82 {
    flex-direction: row;
  }
}

.mystake-oesho1 {
  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-oesho1 {
    flex: 1;
  }
}

.mystake-oesho1::placeholder {
  color: var(--Text-400);
}

.mystake-2lw54r {
  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-boaabt {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-boaabt::-webkit-scrollbar {
  display: none;
}

.mystake-vdo4lf {
  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-vdo4lf img,
.mystake-vdo4lf svg {
  margin-right: 8px;
}

.mystake-tpgnql {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-xgu3m2 + .mystake-xxle8i {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-xgu3m2 + .mystake-xxle8i {
    margin-top: -16px;
  }
}

.mystake-jhqe2p {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-jhqe2p > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-jhqe2p > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-uf8ely {
  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-nqfxme {
  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-w1bbci {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-ajbw2u {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-knmx39 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-uf8ely 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-uf8ely 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-uf8ely {
    padding: 39px 179px 39px 39px;
  }

  .mystake-nqfxme {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-knmx39 {
    height: 348px;
  }

  .mystake-uf8ely button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-uf8ely button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-uf8ely {
    padding: 63px;
  }
}

.mystake-wz7cvt {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-wz7cvt {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-twu9zn {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-twu9zn {
    width: auto;
  }
}

.mystake-wufecu {
  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-wufecu::-webkit-scrollbar {
  display: none;
}

.mystake-wufecu 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-wufecu a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-wufecu {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-wz7cvt .mystake-2i1xwg {
  -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-0fyxng,
    mask-image 0.3s;
}

.mystake-wz7cvt .mystake-2i1xwg.mystake-t172cv {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-khz95x {
  margin: 40px -16px;
}

.mystake-8cmadb + .mystake-tvo572,
.mystake-8cmadb + .mystake-zge795 {
  margin-top: 24px;
}

.mystake-sflspi {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-sflspi picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-1ggb2g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-1ggb2g {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-1ggb2g {
    margin-top: 0;
  }
}

.mystake-z3ic5i {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-z3ic5i {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-ohzs3x {
  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-ohzs3x {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-w60m1n {
  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-w60m1n {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-e8t483 {
  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-e8t483 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-ueew7e {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-ueew7e {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-2k9i79 {
  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-awfdq7 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-awfdq7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-xxle8i {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-x6qhip {
  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-x6qhip {
    padding: 15px 48px;
  }
}

main > .mystake-xxle8i {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-ahd15l.mystake-5lz2b8 > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-iai683 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-8bm3ie {
  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-rjebgd {
  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-rjebgd label {
  font-size: 14px;
}

.mystake-rjebgd h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-rjebgd input,
.mystake-rjebgd textarea,
.mystake-rjebgd 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-rjebgd button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-ygjjeg ease;
}
.mystake-rjebgd button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-pwgprh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-mzn6xt ease-in;
}

.mystake-pwgprh 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-9b4w3d, .mystake-x8naze, [class*="review-card"],
thead, thead th, table th, .mystake-di0qe2,
.mystake-puycg5, [class*="collapsible-header"],
.mystake-mugyir, [class*="updated-block"] {
  color: #ece7dc !important;
}
