* {
  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-j9kj0l {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-j9kj0l {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-j9kj0l {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-kv0e3l {
  overflow: hidden;
}

.mystake-496jfe img {
  background: var(--Neutral-300);
}

.mystake-qmomlm {
  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-yq3tm9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-yq3tm9:hover {
  background: var(--button-bg-hover);
}

.mystake-fr5wxf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-fr5wxf:hover {
  background: var(--button-bg-hover);
}

.mystake-iwod8s {
  font-size: 12px;
  line-height: 18px;
}

.mystake-ezd5zc {
  font-size: 18px;
  line-height: 26px;
}

.mystake-ppya8q {
  width: 100%;
}

.mystake-4xxmze {
  padding: 6px 16px;
}

.mystake-kjnc0x {
  padding: 10px 16px;
}

.mystake-fyz8xh {
  padding: 15px 26px;
}

.mystake-iyuao0 {
  flex-shrink: 0;
}

.mystake-c4wrj8 {
  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-fm0jgy {
  display: none;
}

.mystake-12nmv8 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-da3k0w {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-3rd0bb {
  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-7gaanc {
  cursor: grab;
}

.mystake-3rd0bb::-webkit-scrollbar {
  display: none;
}

.mystake-mqlfvk {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-g8o80g {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-p8nch1 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-yllv6j {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-du110g {
  visibility: visible;
}

.mystake-snhkfh {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-bm04ej ease;
}

.mystake-q8hbsw {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-yw55yb {
  -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-bm04ej,
    mask-image 0.3s;
}

.mystake-yw55yb.mystake-bl5j6f {
  -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-u7w2aq: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-noo9m2 {
  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-wxovxs.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-wxovxs.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-s4xtdu {
  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-s4xtdu::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-rhz1st {
  position: relative;
  z-index: 1;
}

.mystake-bdcu1e {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-bxly4m {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-1rghkc {
  font-size: 40px;
  line-height: 48px;
}

.mystake-2o1lg5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-z3qa0e {
  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-z3qa0e:hover {
  background: var(--Primary-400);
}

.mystake-z3qa0e svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-u7w2aq 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-s4xtdu {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-bdcu1e {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-bxly4m {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-1rghkc {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-2o1lg5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-noo9m2 {
    top: 25px;
    right: 25px;
  }
}

.mystake-idgp5v,
.mystake-fc6cqz {
  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-j9hc5u.mystake-asmdzp::before,
.mystake-fc6cqz::before,
.mystake-j7hc0n::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-wxovxs.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-5s0ynw 14.mystake-cy8xq5.mystake-7o421y 14.mystake-ch5adb 15.mystake-j3y9kx 14.mystake-joju6b 15.mystake-vx1lks 14.mystake-wnlzq3.mystake-ict10x 14.mystake-7ap79k 19.mystake-gqo3w7 12.mystake-48j4mo 19.mystake-gqo3w7 10.mystake-hnw2bd.mystake-gqo3w7 8.mystake-nehv96 17.mystake-1fv3yz 7.mystake-g3bwk1 15.mystake-2jgsgc 7.mystake-icib26.mystake-gz9hvt 7.mystake-g3bwk1 11.mystake-8qlk7m 8.mystake-nehv96 11.mystake-8qlk7m 10.mystake-lcc89m.mystake-8qlk7m 12.mystake-19cs80 13.mystake-s99a0t 14.mystake-tzav29 15.mystake-hbjuqr 14.mystake-d4zcym.mystake-zm88fv 14.mystake-so8ij7 15.mystake-bvinu9 14.mystake-arwp41 15.mystake-n6g760 14.mystake-yks2jw.mystake-5s0ynw 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-jrurpm 15.mystake-a638yn.mystake-398z5h 15.mystake-m90stt 15.mystake-dt76yd 15.mystake-sgjx5t 15.mystake-nl56fr 15.mystake-i34u03.mystake-s2zacq 15.mystake-sgjx5t 15.mystake-kro8nt 15.mystake-a2ngih 15.mystake-jrecc9 15.mystake-x7sjjz.mystake-ct82tx 15.mystake-12n9wj 7.mystake-s0we0w 18.mystake-xagg3u 7.mystake-29qxc8 23.mystake-zapzgf.mystake-z1on95.mystake-ssftjy 18.mystake-crq1vm 19.mystake-xtobsi 15.mystake-7onqbm 15.mystake-jrurpm 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-wph7sf [type="submit"] *,
.mystake-s16s6g button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-i8oxd6 {
    display: none;
  }
}

.mystake-43sg2h {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-43sg2h {
  display: none;
}

@media (min-width: 768px) {
  .mystake-43sg2h {
    bottom: 22px;
  }
}

.mystake-43sg2h input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-43sg2h {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-6m4bnp.static) .mystake-43sg2h {
    bottom: 8px;
  }
}

.mystake-g6msi2 {
  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-wxovxs.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-bgkrhh 3.mystake-087bma.mystake-z3pvcg.mystake-rq529a 3.mystake-ubd6v4 3.mystake-zqiyg6 5.mystake-t8m8tb 3.mystake-zqiyg6 8.mystake-fleepg.mystake-yfo8xl.mystake-zqiyg6 26.mystake-2t7cu9 5.mystake-uasia1 28.mystake-swzr98 8.mystake-xqesbv 28.mystake-tjjx7p.mystake-kb8ytm 28.mystake-uvyxpv.mystake-lb3i25 34.mystake-hgh3hw.mystake-tg78dd 36.mystake-4t4ns3 11.mystake-av6hy4 37.mystake-10eraw 12.mystake-gidkgt 36.mystake-wsj8qp.mystake-n2lkjy 28.mystake-2tnzvm.mystake-cn1t54.mystake-v3omdx 28.mystake-ccqzv9 36.mystake-ll8lq6 26.mystake-eylr7z 36.mystake-ll8lq6 23.mystake-frmdt8.mystake-ct6gki.mystake-ll8lq6 5.mystake-3svk43 34.mystake-emj32p 3.mystake-ubd6v4 31.mystake-bgkrhh 3.mystake-ds6lwc.mystake-537iu5 18.mystake-jozban.mystake-pmb56t 18.mystake-8w9m5b 8.mystake-94nzdm 17.mystake-gzd9gk 8.mystake-94nzdm 15.mystake-b36jdy.mystake-94nzdm 14.mystake-e7wnhv 9.mystake-pmb56t 13.mystake-oqjsp8 11.mystake-537iu5 13.mystake-4qrsem.mystake-qjssyj 13.mystake-oqjsp8 13.mystake-4s57kt 14.mystake-e7wnhv 13.mystake-4s57kt 15.mystake-ba0a8g.mystake-4s57kt 17.mystake-gzd9gk 12.mystake-qjssyj 18.mystake-8w9m5b 11.mystake-537iu5 18.mystake-w52887.mystake-n9njfp 18.mystake-n73ko0.mystake-o71cyf 18.mystake-8w9m5b 17.mystake-dm6r7a 17.mystake-gzd9gk 17.mystake-dm6r7a 15.mystake-imtrmf.mystake-dm6r7a 14.mystake-e7wnhv 18.mystake-o71cyf 13.mystake-oqjsp8 20.mystake-n9njfp 13.mystake-p49igf.mystake-euccqm 13.mystake-oqjsp8 22.mystake-aw2z1a 14.mystake-e7wnhv 22.mystake-aw2z1a 15.mystake-42qmjc.mystake-m7k5hy 17.mystake-gzd9gk 21.mystake-euccqm 18.mystake-8w9m5b 20.mystake-n9njfp 18.mystake-5rgfs0.mystake-a3m3w7 18.mystake-h7ew14.mystake-e2h0sn 18.mystake-8w9m5b 26.mystake-teirmr 17.mystake-gzd9gk 26.mystake-teirmr 15.mystake-gc8ezl.mystake-teirmr 14.mystake-e7wnhv 27.mystake-e2h0sn 13.mystake-oqjsp8 28.mystake-a3m3w7 13.mystake-bq5gv3.mystake-4idlec 13.mystake-oqjsp8 31.mystake-am6mj7 14.mystake-e7wnhv 31.mystake-am6mj7 15.mystake-arvy1v.mystake-teirmr 17.mystake-gzd9gk 30.mystake-4idlec 18.mystake-8w9m5b 28.mystake-a3m3w7 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-g6msi2 {
    display: none;
  }
}

.mystake-nkv1bx {
  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-nkv1bx {
    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-s16s6g {
  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-s16s6g {
    padding: 14px 16px;
  }
}

.mystake-s16s6g button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-s16s6g button:first-child {
  align-content: end;
}

.mystake-s16s6g button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-s16s6g
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-s16s6g
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-s16s6g button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-s16s6g button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-j7hc0n {
  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-j7hc0n::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-j7hc0n,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-j7hc0n {
  opacity: 1;
  visibility: visible;
}

.mystake-jlo3rt {
  flex: 1 1;
}

.mystake-jmjgi1 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-jmjgi1 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-fnte17 {
  display: block;
}

.mystake-agjz5o {
  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-agjz5o {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-fc6cqz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-fc6cqz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-xzrbda span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-xzrbda p {
  color: var(--Text-100);
}

.mystake-fc6cqz .mystake-1y7tdp {
  grid-area: button;
}

.mystake-fc6cqz .mystake-1y7tdp::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-wxovxs.org/2000/svg'%3E%3Cpath d='M4.mystake-slv710 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-t6f5h1 15L16.mystake-t6f5h1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-t6f5h1 5L16.mystake-t6f5h1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-joilbh {
  display: block;
}

.mystake-dbfu18 {
  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-dbfu18 {
    margin-top: 40px;
  }
}

.mystake-idgp5v label,
.mystake-idgp5v input {
  display: block;
  width: 100%;
}

.mystake-idgp5v label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-idgp5v label.mystake-lpdt8d input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-idgp5v label.mystake-lpdt8d::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-idgp5v 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-idgp5v input::placeholder {
  color: var(--Text-400);
}

.mystake-2r7b6c {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-2r7b6c {
  display: flex;
}

.mystake-2r7b6c ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-2r7b6c ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-2r7b6c ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-wph7sf {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-wph7sf {
    padding: 0 24px 24px;
  }
}

.mystake-wph7sf 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-wph7sf input::placeholder {
  color: var(--Text-400);
}

.mystake-wph7sf [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-wph7sf [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-wph7sf [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-wph7sf [type="submit"] {
    right: 40px;
  }
}

.mystake-j9hc5u {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-j9hc5u.mystake-asmdzp {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-j9hc5u.mystake-asmdzp::before {
  content: "";
  width: 31px;
}

.mystake-j9hc5u.mystake-asmdzp p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-j9hc5u.mystake-uon3ju p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-j9hc5u p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-43sg2h .mystake-1y7tdp {
  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-i8oxd6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-i8oxd6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-i8oxd6 {
    padding: 18px 0;
  }
}

.mystake-i8oxd6 .mystake-j9kj0l {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-i8oxd6 .mystake-j9kj0l {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-40x01l {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-40x01l {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-40x01l picture,
.mystake-40x01l img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-40x01l img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-bmzr1d {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-bm04ej ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-i8oxd6.mystake-40skms .mystake-bmzr1d {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-bmzr1d {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-bmzr1d {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-bkplmt,
.mystake-qgj0gf {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-bkplmt,
  .mystake-qgj0gf {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-qgj0gf {
    display: none;
  }
}

.mystake-ssm7pg {
  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-40skms .mystake-ssm7pg {
  background: var(--fh-bg-color);
}

.mystake-ssm7pg button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-ssm7pg {
    display: none;
  }
}

.mystake-9o79bi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-9o79bi {
    display: none;
  }
}

.mystake-sw72dt {
  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-i8oxd6.mystake-40skms .mystake-sw72dt:first-child {
  display: none;
}

.mystake-i8oxd6.mystake-40skms .mystake-sw72dt:last-child {
  display: block;
}

.mystake-sw72dt:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-sw72dt {
    display: none;
  }
}

.mystake-wejeee {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-wejeee {
    display: flex;
  }
}

.mystake-wejeee ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-wejeee:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-wejeee:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-wejeee:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-wejeee:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-wejeee:hover .mystake-73hiv2 svg {
  transform: rotate(180deg);
}

.mystake-z3cspu {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-81cry4 {
  padding: 0 8px;
}

.mystake-df7a19 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-df7a19:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-df7a19 {
    padding: 4px 8px;
  }
}

.mystake-jl3e1h {
  display: flex;
}

.mystake-jl3e1h img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-73hiv2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-73hiv2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-dlp6jr {
  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-dlp6jr {
    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-30wt74 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-30wt74 {
    display: none;
  }
}

.mystake-u51k5z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-uau1ip {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-3wdp7v {
  display: flex;
}

.mystake-regb4y {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-h9pgxt {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-h9pgxt {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-h9pgxt {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-h9pgxt .mystake-h3b4za [data-ref-el],
  .mystake-h9pgxt .mystake-h3b4za span,
  .mystake-h9pgxt .mystake-h3b4za a {
    white-space: nowrap;
  }
}

.mystake-2mim05 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-2mim05.mystake-oxw7k5 > .mystake-h3b4za {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-2mim05.mystake-py82cf:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-2mim05.mystake-oxw7k5 > .mystake-wm0xf7 {
    height: auto;
  }

  .mystake-2mim05.mystake-oxw7k5 > div > .mystake-2sjwfn {
    transform: rotate(180deg);
  }
}

.mystake-2mim05 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-2mim05 [data-ref-el],
.mystake-2mim05 span {
  cursor: pointer;
}

.mystake-2mim05 [data-ref-el],
.mystake-2mim05 span,
.mystake-2mim05 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-2mim05 [data-ref-el],
  .mystake-2mim05 span,
  .mystake-2mim05 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-2mim05 [data-ref-el],
  .mystake-2mim05 span,
  .mystake-2mim05 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-wm0xf7 {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-bm04ej ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-wm0xf7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-wm0xf7::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-wm0xf7::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-wm0xf7 {
    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-wm0xf7:has(> .mystake-2mim05.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-wm0xf7 .mystake-wm0xf7 {
    padding: 0;
  }

  .mystake-wm0xf7 .mystake-2mim05 {
    font-weight: 400;
  }

  .mystake-wm0xf7 .mystake-2mim05:hover > .mystake-h3b4za {
    background: var(--Neutral-300);
  }

  .mystake-wm0xf7 .mystake-2sjwfn {
    rotate: -90deg;
  }
}

.mystake-h3b4za {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-h3b4za {
    padding: 8px;
  }

  .mystake-2mim05.mystake-5w1xlf > .mystake-h3b4za {
    background: var(--Neutral-300);
  }
}

.mystake-2sjwfn {
  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-wxovxs.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-d0z8un 0.mystake-z6vs6h.mystake-508aya -0.mystake-gblrnj 0.mystake-q032w1 -0.mystake-gblrnj 1.mystake-gjoj9p 0.mystake-3chzb3.mystake-zrlzp8 4.mystake-uf67l8.mystake-d0z8un 0.mystake-i9yx8g.mystake-8hi5n6 -0.mystake-gblrnj 9.mystake-fev6q3 -0.mystake-gblrnj 10.mystake-icn02j 0.mystake-gffe87.mystake-o7jxl3 0.mystake-508aya 10.mystake-o7jxl3 0.mystake-q032w1 10.mystake-icn02j 1.mystake-2io0pm.mystake-0qmzta 5.mystake-me6wxy.mystake-co2utb 6.mystake-emc0hf 5.mystake-tzsk59 6.mystake-emc0hf 4.mystake-vymzl2 5.mystake-8lodo7.mystake-d0z8un 1.mystake-b5n0ln.mystake-gblrnj 0.mystake-q032w1 -0.mystake-gblrnj 0.mystake-508aya 0.mystake-d0z8un 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-bm04ej ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-2sjwfn {
    cursor: default;
  }
}

.mystake-tqqzo6 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-j3ty1n {
  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-j3ty1n {
    padding: 40px 4px;
  }
}

.mystake-c2bpvn {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-c2bpvn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-wa1dtt {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-wa1dtt {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-wa1dtt ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-wa1dtt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-wa1dtt [data-ref-el],
.mystake-wa1dtt span,
.mystake-wa1dtt a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-ql1n60 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-ql1n60 {
    margin-bottom: 12px;
  }
}

.mystake-60n7xg {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-60n7xg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-60n7xg:last-child {
    margin-right: 0;
  }
}

.mystake-zpm4pa {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-ql1n60:hover .mystake-4tuqio {
  visibility: visible;
  opacity: 1;
}

.mystake-4tuqio {
  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-hel0mg {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-g45xh6 {
  display: flex;
  margin: 6px;
}

.mystake-g45xh6 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-4tuqio::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-4tuqio::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-uyjbu2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-uyjbu2 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-p95ugf {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-p95ugf {
    margin-right: 32px;
  }
}

.mystake-gs1ndb {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-gs1ndb {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-gs1ndb a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-yyi8s8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-9u1nso {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-9u1nso {
    margin-top: 40px;
  }
}

.mystake-9u1nso + .mystake-6n58al,
.mystake-9u1nso + .mystake-9u1nso {
  margin-top: 24px;
}

.mystake-67lcwt {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-67lcwt {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-67lcwt {
    padding: 80px;
  }
}

.mystake-2oe4ui {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-2oe4ui {
    padding: 0 16px;
}


}

.mystake-jsms5a {
  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-jsms5a {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-cpf00i {
  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-cpf00i {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-rlxe9m {
  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-rlxe9m:hover {
  background: var(--button-bg-hover);
}

.mystake-lhh97c {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-lhh97c img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-lhh97c img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-lhh97c img {
  min-height: 100%;
  }
}

.mystake-67lcwt::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-zrkv41 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-zrkv41 h1,
.mystake-zrkv41 h2,
.mystake-zrkv41 h3,
.mystake-zrkv41 h4 {
  margin-bottom: 6px;
}

.mystake-zrkv41 h1:not(:first-child),
.mystake-zrkv41 h2:not(:first-child),
.mystake-zrkv41 h3:not(:first-child),
.mystake-zrkv41 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-zrkv41 h1,
.mystake-zrkv41 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-zrkv41 h1,
  .mystake-zrkv41 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-zrkv41 h2,
.mystake-zrkv41 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-zrkv41 h2,
  .mystake-zrkv41 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-zrkv41 h3,
.mystake-zrkv41 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-zrkv41 h3,
  .mystake-zrkv41 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-zrkv41 h4,
.mystake-zrkv41 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-zrkv41 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-zrkv41 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-zrkv41 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-zrkv41 ul ul {
  margin-bottom: 8px;
}

.mystake-zrkv41 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-zrkv41 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-zrkv41 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-zrkv41 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-zrkv41 ol li::marker {
  font-weight: 700;
}

.mystake-zrkv41 ol ol {
  margin-bottom: 8px;
}

.mystake-zrkv41 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-zrkv41 ol ul li {
  padding-left: 16px;
}

.mystake-zrkv41 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-zrkv41 table {
    padding: 24px;
  }
}

.mystake-zrkv41 table.mystake-ditzez {
  -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-bm04ej,
    mask-image 0.3s;
}

.mystake-zrkv41 table.mystake-ditzez.mystake-bl5j6f {
  -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-zrkv41 table {
    display: table;
  }
}

.mystake-zrkv41 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-zrkv41 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-zrkv41 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-zrkv41 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-zrkv41 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-zrkv41 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-zrkv41 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-zrkv41 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-zrkv41 img {
  max-width: 100%;
  height: auto;
}

.mystake-4r7e3n {
  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-4r7e3n {
    padding: 24px;
  }
}

.mystake-jz38im {
  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-jz38im {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-jz38im > * {
  margin: 0 !important;
}

.mystake-jz38im img,
.mystake-rpleos {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-jz38im img,
  .mystake-rpleos {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-jh3euh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-jh3euh {
    width: 32px;
    height: 32px;
  }
}

.mystake-o8qo0e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-o8qo0e .mystake-4vwjpx {
  flex-shrink: 0;
}

.mystake-o8qo0e .mystake-115fyl svg {
  display: none;
}

.mystake-8ghnxt {
  display: grid;
  transition: max-height 0.mystake-bm04ej ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-8ghnxt {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-8ghnxt {
    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-8ghnxt.mystake-9w3thm + .mystake-4vwjpx svg {
  transform: rotate(180deg);
}

.mystake-sjjqwm {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-sjjqwm > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-sjjqwm
  > div:nth-child(3n)
  .mystake-l07ydo
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-sjjqwm {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-sjjqwm > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-sjjqwm
    > div:nth-child(3n)
    .mystake-l07ydo
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-sjjqwm {
    max-width: 270px;
  }
}

.mystake-sjjqwm .mystake-l07ydo button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-sjjqwm .mystake-l07ydo button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-sjjqwm .mystake-l07ydo button {
    max-width: 104px;
  }
}

.mystake-9n88o8 {
  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-9n88o8 {
    margin-bottom: 0;
  }
}

.mystake-apqw7h {
  display: none;
  opacity: 0;
}

.mystake-nojcue {
  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-nojcue img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-l07ydo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-l07ydo 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-l07ydo
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-l07ydo
    button {
    max-width: 145px;
  }
}

.mystake-5uauqn:first-child
  .mystake-l07ydo
  button {
  max-width: 270px;
}

.mystake-pztvy9 {
  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-9n88o8 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-t3xkd6 {
  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-t3xkd6 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-9n88o8:hover .mystake-t3xkd6 {
  display: flex;
}

.mystake-oogw9b {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-2o5agg {
  display: flex;
}

.mystake-2o5agg:hover .mystake-uq5yzt,
.mystake-2o5agg .mystake-5w1xlf .mystake-uq5yzt {
  display: flex;
}

.mystake-2o5agg svg {
  flex-shrink: 0;
}

.mystake-uq5yzt {
  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-uq5yzt {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-uq5yzt:hover {
  display: flex;
}

.mystake-uq5yzt svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-82r3e1 {
  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-82r3e1 {
    font-size: 12px;
  }
}

.mystake-k12r3q,
.mystake-ls20b8 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-k12r3q {
  font-weight: 700;
}

.mystake-v0wpdf .mystake-8ghnxt {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-v0wpdf .mystake-8ghnxt {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-v0wpdf .mystake-8ghnxt {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-v0wpdf
  .mystake-pztvy9:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-v0wpdf .mystake-nojcue {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-v0wpdf .mystake-l07ydo {
  gap: 4px;
  align-items: center;
}

.mystake-v0wpdf .mystake-l07ydo button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-v0wpdf .mystake-l07ydo svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-v0wpdf .mystake-wlmous,
.mystake-v0wpdf .mystake-cqc1fq {
  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-wxovxs.org/2000/svg'%3E%3Cpath d='M9.mystake-2dc3o9 4.mystake-0hk8q8.mystake-birhbm 5.mystake-swmhmu.mystake-s4tlpe 5.mystake-dxk2jg.mystake-i8gesr 5.mystake-xdh531.mystake-7fzi9o 8.mystake-4c98k6.mystake-q2etf1 9.mystake-xgahek.mystake-b6esu5 9.mystake-s3307i.mystake-jw1wa1 13.mystake-43whgm.mystake-rw0790 11.mystake-slu45j.mystake-5mz3bm 11.mystake-jcs0l0.mystake-y8dhnt 11.mystake-yztvmp.mystake-qgsdgl 13.mystake-9zkbzl.mystake-07203x 9.mystake-vck4xi.mystake-nwdhda 9.mystake-hxfn98.mystake-zd4q0a 8.mystake-9s6jy1.mystake-4fmx2k 5.mystake-8b5vrr.mystake-grmt7p 5.mystake-tj2k8t.mystake-oearfz 5.mystake-5m5pde.mystake-h4ur9h 4.mystake-b5ymde.mystake-5mz3bm 1.mystake-i7dtjb.mystake-2dc3o9 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-v0wpdf .mystake-wlmous {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-v0wpdf .mystake-cqc1fq {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-lo3rke {
  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-lo3rke {
    padding: 24px;
  }
}

.mystake-lo3rke .mystake-4vwjpx {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-lo3rke .mystake-4vwjpx {
    display: none;
  }
}

.mystake-lo3rke .mystake-115fyl svg {
  display: none;
}

.mystake-d6sjo8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-d6sjo8 .mystake-qmomlm {
  display: none;
}

@media (min-width: 768px) {
  .mystake-d6sjo8 .mystake-qmomlm {
    display: flex;
  }
}

.mystake-z7m2r5 {
  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-z7m2r5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-z7m2r5 > * {
  margin: 0 !important;
}

.mystake-z7m2r5 img,
.mystake-zk890o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-z7m2r5 img,
  .mystake-zk890o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-wq4aoc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-wq4aoc {
    width: 32px;
    height: 32px;
  }
}

.mystake-by2ni1 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-by2ni1 {
    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-by2ni1::-webkit-scrollbar {
    display: none;
  }
}

.mystake-9gf2ed {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-9gf2ed {
    padding: 7px 15px;
  }
}

.mystake-9gf2ed:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-5odozx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-5odozx {
    display: flex;
    opacity: 1;
  }
}

.mystake-9gf2ed picture {
  height: 100%;
  display: block;
}

.mystake-9gf2ed img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-9gf2ed img {
    width: 88px;
    height: 44px;
  }
}

.mystake-9gf2ed p {
  text-align: center;
  width: 100%;
}

.mystake-3shiqy {
  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-3shiqy {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-3shiqy img,
.mystake-aa4v9i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-3shiqy img,
  .mystake-aa4v9i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-1mmbdb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-1mmbdb {
    width: 32px;
    height: 32px;
  }
}

.mystake-siwod7 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-xua2h5 {
  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-tuo7px {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-tuo7px.mystake-5w1xlf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-1gxn58 {
  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-1gxn58 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-hhsfal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-cgvpdm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-bm04ej ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-rfgfko {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-rfgfko ol,
.mystake-rfgfko ul {
  padding-left: 1.3em;
}

.mystake-tuo7px.mystake-5w1xlf .mystake-cgvpdm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-tuo7px.mystake-5w1xlf .mystake-hhsfal {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-1au3tg {
  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-1au3tg {
    padding: 24px;
  }
}

.mystake-1au3tg .mystake-4vwjpx {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-1au3tg .mystake-4vwjpx {
    display: none;
  }
}

.mystake-1au3tg .mystake-115fyl svg {
  display: none;
}

.mystake-5xs7vj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-5xs7vj .mystake-qmomlm {
  display: none;
}

@media (min-width: 768px) {
  .mystake-5xs7vj .mystake-qmomlm {
    display: flex;
  }
}

.mystake-zs22rh {
  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-zs22rh {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-zs22rh > * {
  margin: 0 !important;
}

.mystake-zs22rh img,
.mystake-x6xfaz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-zs22rh img,
  .mystake-x6xfaz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-g29bby {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-g29bby {
    width: 32px;
    height: 32px;
  }
}

.mystake-mh06y4 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-mh06y4 {
    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-mh06y4::-webkit-scrollbar {
    display: none;
  }
}

.mystake-nkwwc8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-nkwwc8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-q8jpz3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-q8jpz3 {
    display: flex;
    opacity: 1;
  }
}

.mystake-nkwwc8 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-nkwwc8 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-vy9kz3 {
  margin: -24px 0;
}

.mystake-vy9kz3:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-vy9kz3 {
    margin: -16px 0;
  }
}

.mystake-7jxkz5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-7jxkz5 {
    flex-direction: row;
  }
}

.mystake-xsogvv {
  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-xsogvv {
    flex: 1;
  }
}

.mystake-xsogvv::placeholder {
  color: var(--Text-400);
}

.mystake-khrc9p {
  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-yuf2jb {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-yuf2jb::-webkit-scrollbar {
  display: none;
}

.mystake-ukwtkz {
  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-ukwtkz img,
.mystake-ukwtkz svg {
  margin-right: 8px;
}

.mystake-1upwyc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-vy9kz3 + .mystake-rbgldb {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-vy9kz3 + .mystake-rbgldb {
    margin-top: -16px;
  }
}

.mystake-eoembe {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-eoembe > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-eoembe > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-zqf71i {
  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-2idzoy {
  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-hh2i1k {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-syzfvy {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-af5asr {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-zqf71i 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-zqf71i 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-zqf71i {
    padding: 39px 179px 39px 39px;
  }

  .mystake-2idzoy {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-af5asr {
    height: 348px;
  }

  .mystake-zqf71i button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-zqf71i button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-zqf71i {
    padding: 63px;
  }
}

.mystake-cw56ua {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-cw56ua {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-4o5om6 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-4o5om6 {
    width: auto;
  }
}

.mystake-awo3ma {
  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-awo3ma::-webkit-scrollbar {
  display: none;
}

.mystake-awo3ma 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-awo3ma a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-awo3ma {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-cw56ua .mystake-a1xp34 {
  -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-bm04ej,
    mask-image 0.3s;
}

.mystake-cw56ua .mystake-a1xp34.mystake-bl5j6f {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-l2d3uh {
  margin: 40px -16px;
}

.mystake-er7sft + .mystake-6n58al,
.mystake-er7sft + .mystake-9u1nso {
  margin-top: 24px;
}

.mystake-uzu92x {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-uzu92x picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-zwgs3d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-zwgs3d {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-zwgs3d {
    margin-top: 0;
  }
}

.mystake-wv4zsa {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-wv4zsa {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-bsat2d {
  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-bsat2d {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-z05w9o {
  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-z05w9o {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-9q4jkp {
  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-9q4jkp {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-gmrel2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-gmrel2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-cep7u6 {
  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-julyhr {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-julyhr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-rbgldb {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-bhwbic {
  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-bhwbic {
    padding: 15px 48px;
  }
}

main > .mystake-rbgldb {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-8ghnxt.mystake-vm980q > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-zrkv41 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-7molmu {
  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-ngzofx {
  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-ngzofx label {
  font-size: 14px;
}

.mystake-ngzofx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-ngzofx input,
.mystake-ngzofx textarea,
.mystake-ngzofx 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-ngzofx button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-dq7tj1 ease;
}
.mystake-ngzofx button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-3p1ifz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-cpin6y ease-in;
}

.mystake-3p1ifz 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-7m21ot, .mystake-2yua9m, [class*="review-card"],
thead, thead th, table th, .mystake-qo8865,
.mystake-7zb4az, [class*="collapsible-header"],
.mystake-xexynp, [class*="updated-block"] {
  color: #ece7dc !important;
}
