* {
  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-wi8al8 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-wi8al8 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-wi8al8 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-pkiojz {
  overflow: hidden;
}

.mystake-egl9m5 img {
  background: var(--Neutral-300);
}

.mystake-vggrr5 {
  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-2x77k2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-2x77k2:hover {
  background: var(--button-bg-hover);
}

.mystake-5ge5yn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-5ge5yn:hover {
  background: var(--button-bg-hover);
}

.mystake-ra1se4 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-rfz2yo {
  font-size: 18px;
  line-height: 26px;
}

.mystake-xsoliz {
  width: 100%;
}

.mystake-ksd4rk {
  padding: 6px 16px;
}

.mystake-ebpgah {
  padding: 10px 16px;
}

.mystake-lwnuf6 {
  padding: 15px 26px;
}

.mystake-2modkr {
  flex-shrink: 0;
}

.mystake-111v37 {
  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-tazazw {
  display: none;
}

.mystake-1hvz2m {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-qqzwyy {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-bef2p7 {
  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-ndlg1h {
  cursor: grab;
}

.mystake-bef2p7::-webkit-scrollbar {
  display: none;
}

.mystake-ziyxil {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-53m3ox {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-xrc6bq {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-lv8idz {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-s65q5i {
  visibility: visible;
}

.mystake-bn3asr {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-btqfgv ease;
}

.mystake-9vdwj1 {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-uxgb4g {
  -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-btqfgv,
    mask-image 0.3s;
}

.mystake-uxgb4g.mystake-lrtbxh {
  -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-93se50: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-86gyet {
  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-00x3q5.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-00x3q5.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-bzn86o {
  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-bzn86o::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-zcsakz {
  position: relative;
  z-index: 1;
}

.mystake-1dfezc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-z13dsa {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-6hfhzh {
  font-size: 40px;
  line-height: 48px;
}

.mystake-6yvs3o {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-0czy0t {
  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-0czy0t:hover {
  background: var(--Primary-400);
}

.mystake-0czy0t svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-93se50 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-bzn86o {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-1dfezc {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-z13dsa {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-6hfhzh {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-6yvs3o {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-86gyet {
    top: 25px;
    right: 25px;
  }
}

.mystake-zgkciv,
.mystake-avss1l {
  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-ajope7.mystake-u7e115::before,
.mystake-avss1l::before,
.mystake-2ihvzq::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-00x3q5.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-dg8cqg 14.mystake-6coly8.mystake-80ahgm 14.mystake-ce1kut 15.mystake-xda397 14.mystake-fon8j1 15.mystake-xs0ze3 14.mystake-3xrnbu.mystake-9skl3h 14.mystake-f9ymqi 19.mystake-8pha8l 12.mystake-f8h8rw 19.mystake-8pha8l 10.mystake-uqr6a7.mystake-8pha8l 8.mystake-qls7tu 17.mystake-kx3poe 7.mystake-11k5dl 15.mystake-37cn5a 7.mystake-epls17.mystake-zv9y72 7.mystake-11k5dl 11.mystake-kaib0e 8.mystake-qls7tu 11.mystake-kaib0e 10.mystake-kz7032.mystake-kaib0e 12.mystake-dgzv04 13.mystake-kri6pw 14.mystake-wb510y 15.mystake-3ynisx 14.mystake-b04vl3.mystake-y7hzn6 14.mystake-rcvd44 15.mystake-zqf703 14.mystake-j14ily 15.mystake-xcp3fa 14.mystake-5uealh.mystake-dg8cqg 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-10n8x3 15.mystake-a2y9th.mystake-da6m75 15.mystake-lcn296 15.mystake-1762uo 15.mystake-vwgddr 15.mystake-dfahl9 15.mystake-1yxxyw.mystake-sl4xu8 15.mystake-vwgddr 15.mystake-9k7gn5 15.mystake-vkxmrq 15.mystake-wheqta 15.mystake-1szp7i.mystake-5evet6 15.mystake-27oyq0 7.mystake-cmmwn7 18.mystake-8wb01t 7.mystake-pejql2 23.mystake-3exn7n.mystake-k2kn16.mystake-aph7u2 18.mystake-j81m1f 19.mystake-psxe4o 15.mystake-nhit1k 15.mystake-10n8x3 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-qflzj3 [type="submit"] *,
.mystake-ls0dbc button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-1v3a6h {
    display: none;
  }
}

.mystake-hpg81v {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-hpg81v {
  display: none;
}

@media (min-width: 768px) {
  .mystake-hpg81v {
    bottom: 22px;
  }
}

.mystake-hpg81v input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-hpg81v {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-rprsaq.static) .mystake-hpg81v {
    bottom: 8px;
  }
}

.mystake-3mt5xn {
  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-00x3q5.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-2709ga 3.mystake-wqkyrk.mystake-qgn3ih.mystake-vi3uiq 3.mystake-mamayp 3.mystake-uy00cg 5.mystake-l8qmf9 3.mystake-uy00cg 8.mystake-ehqgx6.mystake-2dey89.mystake-uy00cg 26.mystake-3np1se 5.mystake-dc6gcv 28.mystake-kcabdb 8.mystake-0250hk 28.mystake-b5lj79.mystake-tbn3zi 28.mystake-y61zah.mystake-wo6lf2 34.mystake-xo7npu.mystake-j4tlze 36.mystake-emqb5d 11.mystake-m01ogc 37.mystake-728grz 12.mystake-5utggq 36.mystake-grqhze.mystake-xc48l4 28.mystake-ba2pxh.mystake-qogvce.mystake-eu7ye0 28.mystake-57jsqh 36.mystake-jzdx3l 26.mystake-kmye8s 36.mystake-jzdx3l 23.mystake-eyyx4c.mystake-c543vm.mystake-jzdx3l 5.mystake-6cfn4e 34.mystake-b41v0a 3.mystake-mamayp 31.mystake-2709ga 3.mystake-pjfabf.mystake-muvaha 18.mystake-zkitre.mystake-t240fz 18.mystake-u1a6x8 8.mystake-9wrtks 17.mystake-dhxi23 8.mystake-9wrtks 15.mystake-q07o0j.mystake-9wrtks 14.mystake-21c2kt 9.mystake-t240fz 13.mystake-mesixz 11.mystake-muvaha 13.mystake-kba851.mystake-vlci2v 13.mystake-mesixz 13.mystake-2jn2fi 14.mystake-21c2kt 13.mystake-2jn2fi 15.mystake-u7id2m.mystake-2jn2fi 17.mystake-dhxi23 12.mystake-vlci2v 18.mystake-u1a6x8 11.mystake-muvaha 18.mystake-0zivh9.mystake-boqa3f 18.mystake-hy9sb3.mystake-j9vfs7 18.mystake-u1a6x8 17.mystake-9iveiz 17.mystake-dhxi23 17.mystake-9iveiz 15.mystake-woxdz4.mystake-9iveiz 14.mystake-21c2kt 18.mystake-j9vfs7 13.mystake-mesixz 20.mystake-boqa3f 13.mystake-h8wyru.mystake-fixh01 13.mystake-mesixz 22.mystake-hbfhru 14.mystake-21c2kt 22.mystake-hbfhru 15.mystake-7k560w.mystake-qtls8n 17.mystake-dhxi23 21.mystake-fixh01 18.mystake-u1a6x8 20.mystake-boqa3f 18.mystake-kwsjsx.mystake-af9wtq 18.mystake-o09x86.mystake-0svddq 18.mystake-u1a6x8 26.mystake-89pgom 17.mystake-dhxi23 26.mystake-89pgom 15.mystake-bvmxkm.mystake-89pgom 14.mystake-21c2kt 27.mystake-0svddq 13.mystake-mesixz 28.mystake-af9wtq 13.mystake-0bxycc.mystake-wllrgs 13.mystake-mesixz 31.mystake-y79eyc 14.mystake-21c2kt 31.mystake-y79eyc 15.mystake-rfp050.mystake-89pgom 17.mystake-dhxi23 30.mystake-wllrgs 18.mystake-u1a6x8 28.mystake-af9wtq 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-3mt5xn {
    display: none;
  }
}

.mystake-f7m24s {
  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-f7m24s {
    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-ls0dbc {
  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-ls0dbc {
    padding: 14px 16px;
  }
}

.mystake-ls0dbc button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-ls0dbc button:first-child {
  align-content: end;
}

.mystake-ls0dbc button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-ls0dbc
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-ls0dbc
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-ls0dbc button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-ls0dbc button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-2ihvzq {
  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-2ihvzq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-2ihvzq,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-2ihvzq {
  opacity: 1;
  visibility: visible;
}

.mystake-ikuopp {
  flex: 1 1;
}

.mystake-9f5a2n {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-9f5a2n {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-ufv7he {
  display: block;
}

.mystake-22uvjc {
  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-22uvjc {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-avss1l {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-avss1l::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-8tfgkr span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-8tfgkr p {
  color: var(--Text-100);
}

.mystake-avss1l .mystake-laguwd {
  grid-area: button;
}

.mystake-avss1l .mystake-laguwd::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-00x3q5.org/2000/svg'%3E%3Cpath d='M4.mystake-p0oldf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-rjti06 15L16.mystake-rjti06 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-rjti06 5L16.mystake-rjti06 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-wxr2en {
  display: block;
}

.mystake-axuapf {
  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-axuapf {
    margin-top: 40px;
  }
}

.mystake-zgkciv label,
.mystake-zgkciv input {
  display: block;
  width: 100%;
}

.mystake-zgkciv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-zgkciv label.mystake-g8hj4k input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-zgkciv label.mystake-g8hj4k::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-zgkciv 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-zgkciv input::placeholder {
  color: var(--Text-400);
}

.mystake-7hwf4p {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-7hwf4p {
  display: flex;
}

.mystake-7hwf4p ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-7hwf4p ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-7hwf4p ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-qflzj3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-qflzj3 {
    padding: 0 24px 24px;
  }
}

.mystake-qflzj3 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-qflzj3 input::placeholder {
  color: var(--Text-400);
}

.mystake-qflzj3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-qflzj3 [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-qflzj3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-qflzj3 [type="submit"] {
    right: 40px;
  }
}

.mystake-ajope7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-ajope7.mystake-u7e115 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-ajope7.mystake-u7e115::before {
  content: "";
  width: 31px;
}

.mystake-ajope7.mystake-u7e115 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-ajope7.mystake-c4enpy p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-ajope7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-hpg81v .mystake-laguwd {
  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-1v3a6h {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-1v3a6h {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-1v3a6h {
    padding: 18px 0;
  }
}

.mystake-1v3a6h .mystake-wi8al8 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-1v3a6h .mystake-wi8al8 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-wr762j {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-wr762j {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-wr762j picture,
.mystake-wr762j img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-wr762j img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-uduk2h {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-btqfgv ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-1v3a6h.mystake-kd0bu6 .mystake-uduk2h {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-uduk2h {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-uduk2h {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-o93l2z,
.mystake-j65q1t {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-o93l2z,
  .mystake-j65q1t {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-j65q1t {
    display: none;
  }
}

.mystake-22c43e {
  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-kd0bu6 .mystake-22c43e {
  background: var(--fh-bg-color);
}

.mystake-22c43e button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-22c43e {
    display: none;
  }
}

.mystake-07e0k7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-07e0k7 {
    display: none;
  }
}

.mystake-50065r {
  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-1v3a6h.mystake-kd0bu6 .mystake-50065r:first-child {
  display: none;
}

.mystake-1v3a6h.mystake-kd0bu6 .mystake-50065r:last-child {
  display: block;
}

.mystake-50065r:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-50065r {
    display: none;
  }
}

.mystake-o68eeg {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-o68eeg {
    display: flex;
  }
}

.mystake-o68eeg ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-o68eeg:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-o68eeg:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-o68eeg:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-o68eeg:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-o68eeg:hover .mystake-me7ucj svg {
  transform: rotate(180deg);
}

.mystake-q81ffv {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-k4fto0 {
  padding: 0 8px;
}

.mystake-476z1a {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-476z1a:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-476z1a {
    padding: 4px 8px;
  }
}

.mystake-8ul9fd {
  display: flex;
}

.mystake-8ul9fd img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-me7ucj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-me7ucj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-1s5smf {
  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-1s5smf {
    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-orvwli {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-orvwli {
    display: none;
  }
}

.mystake-7ktiw9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-y4ionk {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-guowct {
  display: flex;
}

.mystake-vnb4u7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-j2z94s {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-j2z94s {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-j2z94s {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-j2z94s .mystake-0oncg2 [data-ref-el],
  .mystake-j2z94s .mystake-0oncg2 span,
  .mystake-j2z94s .mystake-0oncg2 a {
    white-space: nowrap;
  }
}

.mystake-immafn {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-immafn.mystake-pjzmsw > .mystake-0oncg2 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-immafn.mystake-l6o2bw:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-immafn.mystake-pjzmsw > .mystake-xruy6o {
    height: auto;
  }

  .mystake-immafn.mystake-pjzmsw > div > .mystake-zool79 {
    transform: rotate(180deg);
  }
}

.mystake-immafn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-immafn [data-ref-el],
.mystake-immafn span {
  cursor: pointer;
}

.mystake-immafn [data-ref-el],
.mystake-immafn span,
.mystake-immafn 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-immafn [data-ref-el],
  .mystake-immafn span,
  .mystake-immafn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-immafn [data-ref-el],
  .mystake-immafn span,
  .mystake-immafn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-xruy6o {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-btqfgv ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-xruy6o::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-xruy6o::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-xruy6o::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-xruy6o {
    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-xruy6o:has(> .mystake-immafn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-xruy6o .mystake-xruy6o {
    padding: 0;
  }

  .mystake-xruy6o .mystake-immafn {
    font-weight: 400;
  }

  .mystake-xruy6o .mystake-immafn:hover > .mystake-0oncg2 {
    background: var(--Neutral-300);
  }

  .mystake-xruy6o .mystake-zool79 {
    rotate: -90deg;
  }
}

.mystake-0oncg2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-0oncg2 {
    padding: 8px;
  }

  .mystake-immafn.mystake-6ek6s3 > .mystake-0oncg2 {
    background: var(--Neutral-300);
  }
}

.mystake-zool79 {
  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-00x3q5.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-6o9lfj 0.mystake-77xbbe.mystake-4s7w6p -0.mystake-5x29vx 0.mystake-wznz7z -0.mystake-5x29vx 1.mystake-u3ep2d 0.mystake-7rtvg0.mystake-4eyuzi 4.mystake-jxti54.mystake-6o9lfj 0.mystake-yf2o91.mystake-8a450k -0.mystake-5x29vx 9.mystake-qgdwma -0.mystake-5x29vx 10.mystake-qsivps 0.mystake-7u5092.mystake-faomvp 0.mystake-4s7w6p 10.mystake-faomvp 0.mystake-wznz7z 10.mystake-qsivps 1.mystake-9vylvp.mystake-u5glkv 5.mystake-imam7d.mystake-i21u5u 6.mystake-p0bxs5 5.mystake-syw8tv 6.mystake-p0bxs5 4.mystake-dxfwsl 5.mystake-mkx09v.mystake-6o9lfj 1.mystake-m7fzn6.mystake-5x29vx 0.mystake-wznz7z -0.mystake-5x29vx 0.mystake-4s7w6p 0.mystake-6o9lfj 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-btqfgv ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-zool79 {
    cursor: default;
  }
}

.mystake-uq7vrt {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-sktpdq {
  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-sktpdq {
    padding: 40px 4px;
  }
}

.mystake-84l09d {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-84l09d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-8ze2o4 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-8ze2o4 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-8ze2o4 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-8ze2o4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-8ze2o4 [data-ref-el],
.mystake-8ze2o4 span,
.mystake-8ze2o4 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-vt8ukf {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-vt8ukf {
    margin-bottom: 12px;
  }
}

.mystake-q967vy {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-q967vy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-q967vy:last-child {
    margin-right: 0;
  }
}

.mystake-nocc2x {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-vt8ukf:hover .mystake-2i40bj {
  visibility: visible;
  opacity: 1;
}

.mystake-2i40bj {
  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-maux6x {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-3swifi {
  display: flex;
  margin: 6px;
}

.mystake-3swifi img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-2i40bj::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-2i40bj::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-szyljk {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-szyljk {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-25q37l {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-25q37l {
    margin-right: 32px;
  }
}

.mystake-psy8d6 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-psy8d6 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-psy8d6 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-6h7j80 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-6xau0r {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-6xau0r {
    margin-top: 40px;
  }
}

.mystake-6xau0r + .mystake-2pkono,
.mystake-6xau0r + .mystake-6xau0r {
  margin-top: 24px;
}

.mystake-noahjc {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-noahjc {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-noahjc {
    padding: 80px;
  }
}

.mystake-t3q8rk {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-t3q8rk {
    padding: 0 16px;
}


}

.mystake-0vc5gb {
  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-0vc5gb {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-8u3net {
  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-8u3net {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-jziww5 {
  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-jziww5:hover {
  background: var(--button-bg-hover);
}

.mystake-gjr69c {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-gjr69c img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-gjr69c img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-gjr69c img {
  min-height: 100%;
  }
}

.mystake-noahjc::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-k2siog {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-k2siog h1,
.mystake-k2siog h2,
.mystake-k2siog h3,
.mystake-k2siog h4 {
  margin-bottom: 6px;
}

.mystake-k2siog h1:not(:first-child),
.mystake-k2siog h2:not(:first-child),
.mystake-k2siog h3:not(:first-child),
.mystake-k2siog h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-k2siog h1,
.mystake-k2siog h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-k2siog h1,
  .mystake-k2siog h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-k2siog h2,
.mystake-k2siog h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-k2siog h2,
  .mystake-k2siog h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-k2siog h3,
.mystake-k2siog h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-k2siog h3,
  .mystake-k2siog h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-k2siog h4,
.mystake-k2siog h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-k2siog ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-k2siog ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-k2siog 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-k2siog ul ul {
  margin-bottom: 8px;
}

.mystake-k2siog ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-k2siog ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-k2siog ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-k2siog ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-k2siog ol li::marker {
  font-weight: 700;
}

.mystake-k2siog ol ol {
  margin-bottom: 8px;
}

.mystake-k2siog ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-k2siog ol ul li {
  padding-left: 16px;
}

.mystake-k2siog 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-k2siog table {
    padding: 24px;
  }
}

.mystake-k2siog table.mystake-lib9n7 {
  -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-btqfgv,
    mask-image 0.3s;
}

.mystake-k2siog table.mystake-lib9n7.mystake-lrtbxh {
  -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-k2siog table {
    display: table;
  }
}

.mystake-k2siog 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-k2siog table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-k2siog table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-k2siog 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-k2siog table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-k2siog table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-k2siog table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-k2siog table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-k2siog img {
  max-width: 100%;
  height: auto;
}

.mystake-o6defq {
  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-o6defq {
    padding: 24px;
  }
}

.mystake-0ijtx9 {
  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-0ijtx9 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-0ijtx9 > * {
  margin: 0 !important;
}

.mystake-0ijtx9 img,
.mystake-dumlng {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-0ijtx9 img,
  .mystake-dumlng {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-630c3g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-630c3g {
    width: 32px;
    height: 32px;
  }
}

.mystake-mnp0u1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-mnp0u1 .mystake-ho7rvb {
  flex-shrink: 0;
}

.mystake-mnp0u1 .mystake-p4jfdy svg {
  display: none;
}

.mystake-rx698k {
  display: grid;
  transition: max-height 0.mystake-btqfgv ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-rx698k {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-rx698k {
    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-rx698k.mystake-l1dha9 + .mystake-ho7rvb svg {
  transform: rotate(180deg);
}

.mystake-ia3hae {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-ia3hae > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-ia3hae
  > div:nth-child(3n)
  .mystake-1zt7lx
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-ia3hae {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-ia3hae > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-ia3hae
    > div:nth-child(3n)
    .mystake-1zt7lx
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-ia3hae {
    max-width: 270px;
  }
}

.mystake-ia3hae .mystake-1zt7lx button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-ia3hae .mystake-1zt7lx button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-ia3hae .mystake-1zt7lx button {
    max-width: 104px;
  }
}

.mystake-l2etcr {
  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-l2etcr {
    margin-bottom: 0;
  }
}

.mystake-if518x {
  display: none;
  opacity: 0;
}

.mystake-euiuis {
  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-euiuis img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-1zt7lx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-1zt7lx 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-1zt7lx
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-1zt7lx
    button {
    max-width: 145px;
  }
}

.mystake-3mle44:first-child
  .mystake-1zt7lx
  button {
  max-width: 270px;
}

.mystake-0mctaj {
  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-l2etcr picture {
  width: 100%;
  max-width: 100%;
}

.mystake-bxug5u {
  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-bxug5u svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-l2etcr:hover .mystake-bxug5u {
  display: flex;
}

.mystake-o7zx9m {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-iahlkp {
  display: flex;
}

.mystake-iahlkp:hover .mystake-5ukhsu,
.mystake-iahlkp .mystake-6ek6s3 .mystake-5ukhsu {
  display: flex;
}

.mystake-iahlkp svg {
  flex-shrink: 0;
}

.mystake-5ukhsu {
  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-5ukhsu {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-5ukhsu:hover {
  display: flex;
}

.mystake-5ukhsu svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-nubvuh {
  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-nubvuh {
    font-size: 12px;
  }
}

.mystake-j1e52a,
.mystake-ort9if {
  width: 50%;
  flex-shrink: 0;
}

.mystake-j1e52a {
  font-weight: 700;
}

.mystake-nqi3z4 .mystake-rx698k {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-nqi3z4 .mystake-rx698k {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-nqi3z4 .mystake-rx698k {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-nqi3z4
  .mystake-0mctaj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-nqi3z4 .mystake-euiuis {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-nqi3z4 .mystake-1zt7lx {
  gap: 4px;
  align-items: center;
}

.mystake-nqi3z4 .mystake-1zt7lx button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-nqi3z4 .mystake-1zt7lx svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-nqi3z4 .mystake-7kkmv2,
.mystake-nqi3z4 .mystake-8r21nk {
  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-00x3q5.org/2000/svg'%3E%3Cpath d='M9.mystake-mwquhi 4.mystake-30hy3p.mystake-b5gdt9 5.mystake-x3r8d2.mystake-w3up8m 5.mystake-1d2h26.mystake-wfu8dz 5.mystake-swlk3y.mystake-97vg7o 8.mystake-c3kf91.mystake-gp150r 9.mystake-yci2zv.mystake-les9ar 9.mystake-z0qfyu.mystake-gi8xn8 13.mystake-udf7rb.mystake-nvv3p2 11.mystake-w6mxxm.mystake-kon9n6 11.mystake-mxwmtf.mystake-f30876 11.mystake-pe38nc.mystake-x1dpzr 13.mystake-g5tzx0.mystake-xaara1 9.mystake-82x269.mystake-3xtfgf 9.mystake-jm19d8.mystake-eqk8xr 8.mystake-u5mojd.mystake-a93sbn 5.mystake-1melhm.mystake-200xcb 5.mystake-vkth3k.mystake-m3syc8 5.mystake-au5jc4.mystake-l6nuns 4.mystake-5x6xm9.mystake-kon9n6 1.mystake-bvmv2g.mystake-mwquhi 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-nqi3z4 .mystake-7kkmv2 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-nqi3z4 .mystake-8r21nk {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-zp355g {
  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-zp355g {
    padding: 24px;
  }
}

.mystake-zp355g .mystake-ho7rvb {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-zp355g .mystake-ho7rvb {
    display: none;
  }
}

.mystake-zp355g .mystake-p4jfdy svg {
  display: none;
}

.mystake-a1nqmu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-a1nqmu .mystake-vggrr5 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-a1nqmu .mystake-vggrr5 {
    display: flex;
  }
}

.mystake-tivsbv {
  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-tivsbv {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-tivsbv > * {
  margin: 0 !important;
}

.mystake-tivsbv img,
.mystake-0b9w73 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-tivsbv img,
  .mystake-0b9w73 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-y17rcw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-y17rcw {
    width: 32px;
    height: 32px;
  }
}

.mystake-pqb82k {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-pqb82k {
    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-pqb82k::-webkit-scrollbar {
    display: none;
  }
}

.mystake-5p6m7h {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-5p6m7h {
    padding: 7px 15px;
  }
}

.mystake-5p6m7h:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-jyqbls {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-jyqbls {
    display: flex;
    opacity: 1;
  }
}

.mystake-5p6m7h picture {
  height: 100%;
  display: block;
}

.mystake-5p6m7h img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-5p6m7h img {
    width: 88px;
    height: 44px;
  }
}

.mystake-5p6m7h p {
  text-align: center;
  width: 100%;
}

.mystake-k1ktjy {
  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-k1ktjy {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-k1ktjy img,
.mystake-to6g2x {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-k1ktjy img,
  .mystake-to6g2x {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-sxq7mz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-sxq7mz {
    width: 32px;
    height: 32px;
  }
}

.mystake-w5homr {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-bcu7ne {
  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-v3y51x {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-v3y51x.mystake-6ek6s3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-p359mx {
  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-p359mx {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-1npmfj {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-a6w5hj {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-btqfgv ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-3v41m3 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-3v41m3 ol,
.mystake-3v41m3 ul {
  padding-left: 1.3em;
}

.mystake-v3y51x.mystake-6ek6s3 .mystake-a6w5hj {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-v3y51x.mystake-6ek6s3 .mystake-1npmfj {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-n63jcq {
  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-n63jcq {
    padding: 24px;
  }
}

.mystake-n63jcq .mystake-ho7rvb {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-n63jcq .mystake-ho7rvb {
    display: none;
  }
}

.mystake-n63jcq .mystake-p4jfdy svg {
  display: none;
}

.mystake-lvhxha {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-lvhxha .mystake-vggrr5 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-lvhxha .mystake-vggrr5 {
    display: flex;
  }
}

.mystake-d9rrui {
  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-d9rrui {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-d9rrui > * {
  margin: 0 !important;
}

.mystake-d9rrui img,
.mystake-xgkszw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-d9rrui img,
  .mystake-xgkszw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-av7in1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-av7in1 {
    width: 32px;
    height: 32px;
  }
}

.mystake-z70sig {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-z70sig {
    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-z70sig::-webkit-scrollbar {
    display: none;
  }
}

.mystake-qipzcp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-qipzcp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-qj0udp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-qj0udp {
    display: flex;
    opacity: 1;
  }
}

.mystake-qipzcp picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-qipzcp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-ar89a7 {
  margin: -24px 0;
}

.mystake-ar89a7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-ar89a7 {
    margin: -16px 0;
  }
}

.mystake-q7e31f {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-q7e31f {
    flex-direction: row;
  }
}

.mystake-5kignq {
  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-5kignq {
    flex: 1;
  }
}

.mystake-5kignq::placeholder {
  color: var(--Text-400);
}

.mystake-3e7vye {
  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-dfegvl {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-dfegvl::-webkit-scrollbar {
  display: none;
}

.mystake-470ufc {
  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-470ufc img,
.mystake-470ufc svg {
  margin-right: 8px;
}

.mystake-lla0xv {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-ar89a7 + .mystake-5ss1pp {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-ar89a7 + .mystake-5ss1pp {
    margin-top: -16px;
  }
}

.mystake-aerm04 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-aerm04 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-aerm04 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-gmi2g8 {
  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-n0swbe {
  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-x9jkxf {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-lo2u8a {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-1f13j3 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-gmi2g8 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-gmi2g8 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-gmi2g8 {
    padding: 39px 179px 39px 39px;
  }

  .mystake-n0swbe {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-1f13j3 {
    height: 348px;
  }

  .mystake-gmi2g8 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-gmi2g8 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-gmi2g8 {
    padding: 63px;
  }
}

.mystake-oe2dgd {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-oe2dgd {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-wkrz2y {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-wkrz2y {
    width: auto;
  }
}

.mystake-j3kjeg {
  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-j3kjeg::-webkit-scrollbar {
  display: none;
}

.mystake-j3kjeg 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-j3kjeg a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-j3kjeg {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-oe2dgd .mystake-rwecor {
  -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-btqfgv,
    mask-image 0.3s;
}

.mystake-oe2dgd .mystake-rwecor.mystake-lrtbxh {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-ckq6zf {
  margin: 40px -16px;
}

.mystake-iomv14 + .mystake-2pkono,
.mystake-iomv14 + .mystake-6xau0r {
  margin-top: 24px;
}

.mystake-rm1t92 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-rm1t92 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-37o1qq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-37o1qq {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-37o1qq {
    margin-top: 0;
  }
}

.mystake-4tc4cx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-4tc4cx {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-f74fm4 {
  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-f74fm4 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-uyf3ai {
  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-uyf3ai {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-1hnrdr {
  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-1hnrdr {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-x9g46s {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-x9g46s {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-u3pvxu {
  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-tpeecr {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-tpeecr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-5ss1pp {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-7fmy93 {
  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-7fmy93 {
    padding: 15px 48px;
  }
}

main > .mystake-5ss1pp {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-rx698k.mystake-igwe5a > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-k2siog p a img {
  display: block;
  margin: 0 auto;
}


.mystake-zhmdgo {
  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-hiyyfg {
  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-hiyyfg label {
  font-size: 14px;
}

.mystake-hiyyfg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-hiyyfg input,
.mystake-hiyyfg textarea,
.mystake-hiyyfg 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-hiyyfg button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-d3lhrh ease;
}
.mystake-hiyyfg button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-6olt40 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-v5i1v8 ease-in;
}

.mystake-6olt40 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-45gtgt, .mystake-apces1, [class*="review-card"],
thead, thead th, table th, .mystake-ftoqyc,
.mystake-e849nc, [class*="collapsible-header"],
.mystake-4kv6mq, [class*="updated-block"] {
  color: #ece7dc !important;
}
