* {
  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;
  }
}

.stake-pzoa80 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-pzoa80 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-pzoa80 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-7pl7je {
  overflow: hidden;
}

.stake-2gcfqd img {
  background: var(--Neutral-300);
}

.stake-4rsroz {
  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;
}

.stake-gsz3dc {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-gsz3dc:hover {
  background: var(--button-bg-hover);
}

.stake-zlayiw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-zlayiw:hover {
  background: var(--button-bg-hover);
}

.stake-wa7f0m {
  font-size: 12px;
  line-height: 18px;
}

.stake-p27wil {
  font-size: 18px;
  line-height: 26px;
}

.stake-6b4bas {
  width: 100%;
}

.stake-kybuxl {
  padding: 6px 16px;
}

.stake-pm6ote {
  padding: 10px 16px;
}

.stake-0tcam3 {
  padding: 15px 26px;
}

.stake-t2f5vq {
  flex-shrink: 0;
}

.stake-q59p46 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.stake-xygflm {
  display: none;
}

.stake-0zazd7 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-sxkni3 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-naslkq {
  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;
}

.stake-zhuedl {
  cursor: grab;
}

.stake-naslkq::-webkit-scrollbar {
  display: none;
}

.stake-0n9zhx {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-5a1lrl {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-fbdi0r {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-cikbey {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-y8eisl {
  visibility: visible;
}

.stake-80dnuh {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-1fvdkn ease;
}

.stake-zblxwl {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-b2tqr7 {
  -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.stake-1fvdkn,
    mask-image 0.3s;
}

.stake-b2tqr7.stake-thklk0 {
  -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;
  }
}

.stake-mzlnfp: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;
}

.stake-8lpdrm {
  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.stake-wvf6df.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.stake-wvf6df.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;
}

.stake-dmjnue {
  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);
}

.stake-dmjnue::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%
  );
}

.stake-luc3d4 {
  position: relative;
  z-index: 1;
}

.stake-lotuu4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-raxc4f {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-knbi38 {
  font-size: 40px;
  line-height: 48px;
}

.stake-npy3fk {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-kd5n0b {
  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;
}

.stake-kd5n0b:hover {
  background: var(--Primary-400);
}

.stake-kd5n0b svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-mzlnfp 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) {
  .stake-dmjnue {
    max-width: 600px;
    padding: 64px;
  }

  .stake-lotuu4 {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-raxc4f {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-knbi38 {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-npy3fk {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-8lpdrm {
    top: 25px;
    right: 25px;
  }
}

.stake-9je91q,
.stake-55rfiz {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.stake-39s7bf.stake-zub7qb::before,
.stake-55rfiz::before,
.stake-68ndhp::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.stake-wvf6df.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-4krcg3 14.stake-97iase.stake-3khubi 14.stake-5pra1s 15.stake-jjk1cr 14.stake-aplltu 15.stake-lwq2kn 14.stake-zh0iok.stake-d886cy 14.stake-kink5h 19.stake-znczri 12.stake-yk165o 19.stake-znczri 10.stake-mt3gjv.stake-znczri 8.stake-mbrvuv 17.stake-q4ffx0 7.stake-2imuin 15.stake-7eskbq 7.stake-nj0g04.stake-7qrl0c 7.stake-2imuin 11.stake-kboobq 8.stake-mbrvuv 11.stake-kboobq 10.stake-jsrhat.stake-kboobq 12.stake-1o3n2i 13.stake-20i637 14.stake-7kywn8 15.stake-nv3evl 14.stake-igfin4.stake-t2gof8 14.stake-jqibit 15.stake-wa78t4 14.stake-jpf4xw 15.stake-b23h65 14.stake-64rw3e.stake-4krcg3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-lqxx8y 15.stake-3zuqlz.stake-6crsc4 15.stake-kor25g 15.stake-u8ms61 15.stake-oll563 15.stake-ni28ov 15.stake-k2yxsa.stake-l9ztfb 15.stake-oll563 15.stake-5t40wi 15.stake-5a5uor 15.stake-84s0pb 15.stake-wyf6lt.stake-p29ecx 15.stake-3n4cq7 7.stake-134n2j 18.stake-yllcrs 7.stake-e7gvqt 23.stake-t88uyx.stake-z8y1be.stake-m8wb88 18.stake-q3nl04 19.stake-uelk4g 15.stake-i55ziz 15.stake-lqxx8y 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-hertop [type="submit"] *,
.stake-hbdilu button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-eyo2ci {
    display: none;
  }
}

.stake-2u1v7f {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-2u1v7f {
  display: none;
}

@media (min-width: 768px) {
  .stake-2u1v7f {
    bottom: 22px;
  }
}

.stake-2u1v7f input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-2u1v7f {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-yu0v5l.static) .stake-2u1v7f {
    bottom: 8px;
  }
}

.stake-qt5ako {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid var(--text-color);
  background: var(--fh-bg-color);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-qt5ako {
    display: none;
  }
}

.stake-rouflq {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--fh-bg-color);
  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) {
  .stake-rouflq {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

#chatbot-window[aria-hidden="true"] {
  display: none;
}

.stake-hbdilu {
  border-bottom: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  color: var(--text-color);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .stake-hbdilu {
    padding: 14px 16px;
  }
}

.stake-hbdilu button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-hbdilu button:first-child {
  align-content: end;
}

.stake-hbdilu button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-hbdilu
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-hbdilu
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-hbdilu button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-hbdilu button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-68ndhp {
  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;
}

#pc61d126-chatbot[data-active-screen="2"] .stake-68ndhp,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-68ndhp {
  opacity: 1;
  visibility: visible;
}

.stake-b1mc16 {
  flex: 1 1;
}

.stake-0sbkog {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-0sbkog {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-pjket2 {
  display: block;
}

.stake-8jskjy {
  color: var(--text-color);
  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) {
  .stake-8jskjy {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-55rfiz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-55rfiz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-3f6ikj span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-3f6ikj p {
  color: var(--text-color);
}

.stake-55rfiz .stake-j3pqgn {
  grid-area: button;
}

.stake-55rfiz .stake-j3pqgn::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.stake-wvf6df.org/2000/svg'%3E%3Cpath d='M4.stake-owvki9 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-3ezydy 15L16.stake-3ezydy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-3ezydy 5L16.stake-3ezydy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-u8crz8 {
  display: block;
}

.stake-fx7fhn {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .stake-fx7fhn {
    margin-top: 40px;
  }
}

.stake-9je91q label,
.stake-9je91q input {
  display: block;
  width: 100%;
}

.stake-9je91q label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-9je91q label.stake-e89ucu input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-9je91q label.stake-e89ucu::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;
}

.stake-9je91q 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;
}

.stake-9je91q input::placeholder {
  color: var(--Text-400);
}

.stake-tnrfaq {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-tnrfaq {
  display: flex;
}

.stake-tnrfaq ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-tnrfaq ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-tnrfaq ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-hertop {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-hertop {
    padding: 0 24px 24px;
  }
}

.stake-hertop input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--main-theme-color);
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
}

.stake-hertop input::placeholder {
  color: var(--text-color);
}

.stake-hertop [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-hertop [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-hertop [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-hertop [type="submit"] {
    right: 40px;
  }
}

.stake-39s7bf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-39s7bf.stake-zub7qb {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-39s7bf.stake-zub7qb p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-39s7bf.stake-50nt5r p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-39s7bf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-2u1v7f .stake-j3pqgn {
  max-width: 375px;
  width: 100%;
  border-radius: 16px;
  background: var(--button-bg-color);
  text-align: center;
  padding: 9px;
  color: var(--button-text-color);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.stake-eyo2ci {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-eyo2ci {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-eyo2ci {
    padding: 18px 0;
  }
}

.stake-eyo2ci .stake-pzoa80 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-eyo2ci .stake-pzoa80 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-x9zerw {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-x9zerw {
    max-width: 160px;
    height: 40px;
  }
}

.stake-x9zerw picture,
.stake-x9zerw img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-x9zerw img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-zbqdg7 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-1fvdkn ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-eyo2ci.stake-bsssqh .stake-zbqdg7 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-zbqdg7 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-zbqdg7 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-6zyiiv,
.stake-uw548u {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-6zyiiv,
  .stake-uw548u {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-uw548u {
    display: none;
  }
}

.stake-0ud18r {
  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;
}

.stake-bsssqh .stake-0ud18r {
  background: var(--fh-bg-color);
}

.stake-0ud18r button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-0ud18r {
    display: none;
  }
}

.stake-g2b9or {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-g2b9or {
    display: none;
  }
}

.stake-7vltei {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.stake-eyo2ci.stake-bsssqh .stake-7vltei:first-child {
  display: none;
}

.stake-eyo2ci.stake-bsssqh .stake-7vltei:last-child {
  display: block;
}

.stake-7vltei:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-7vltei {
    display: none;
  }
}

.stake-e804kt {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-e804kt {
    display: flex;
  }
}

.stake-e804kt ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-e804kt:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-e804kt:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-e804kt:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-e804kt:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-e804kt:hover .stake-h6ncii svg {
  transform: rotate(180deg);
}

.stake-ounlx7 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-ounlx7 span {
  margin-left: 5px;
}

.stake-ahgktg {
  padding: 0 8px;
}

.stake-4iu7ap {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-4iu7ap:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-4iu7ap {
    padding: 4px 8px;
  }
}

.stake-3gkf4j {
  display: flex;
}

.stake-3gkf4j img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-h6ncii {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-h6ncii svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-02ldq0 {
  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) {
  .stake-02ldq0 {
    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;
  }
}

.stake-8eae59 {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-8eae59 {
    display: none;
  }
}

.stake-h7hcs8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-likls7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-hd72l3 {
  display: flex;
}

.stake-it9fgc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-m783m7 {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-m783m7 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-m783m7 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-m783m7 .stake-l9ed4e [data-ref-el],
  .stake-m783m7 .stake-l9ed4e span,
  .stake-m783m7 .stake-l9ed4e a {
    white-space: nowrap;
  }
}

.stake-5qy75y {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-5qy75y.stake-vl6cgs > .stake-l9ed4e {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-5qy75y.stake-613g25:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-5qy75y.stake-vl6cgs > .stake-ih0txj {
    height: auto;
  }

  .stake-5qy75y.stake-vl6cgs > div > .stake-b1xahq {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-5qy75y [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-5qy75y [data-ref-el],
.stake-5qy75y span {
  cursor: pointer;
}

.stake-5qy75y [data-ref-el],
.stake-5qy75y span,
.stake-5qy75y a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .stake-5qy75y [data-ref-el],
  .stake-5qy75y span,
  .stake-5qy75y a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-5qy75y [data-ref-el],
  .stake-5qy75y span,
  .stake-5qy75y a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-ih0txj {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-1fvdkn ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-ih0txj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-ih0txj::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-ih0txj::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-ih0txj {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--fh-bg-color);
    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;
  }

  .stake-ih0txj:has(> .stake-5qy75y.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-ih0txj .stake-ih0txj {
    padding: 0;
  }

  .stake-ih0txj .stake-5qy75y {
    font-weight: 400;
  }

  .stake-ih0txj .stake-5qy75y:hover > .stake-l9ed4e {
    background: var(--Neutral-300);
  }

  .stake-ih0txj .stake-b1xahq {
    rotate: -90deg;
  }
}

.stake-l9ed4e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-l9ed4e {
    padding: 8px;
  }

  .stake-5qy75y.stake-74z7ag > .stake-l9ed4e {
    background: var(--Neutral-300);
  }
}

.stake-ih0txj .stake-5qy75y:hover {
  background: var(--button-bg-hover);
}

.stake-b1xahq {
  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.stake-wvf6df.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-gac9n7 0.stake-6f9kgl.stake-7x9wh2 -0.stake-q8tqey 0.stake-nvi7li -0.stake-q8tqey 1.stake-1abt50 0.stake-uyx9ta.stake-med8aw 4.stake-cnweih.stake-gac9n7 0.stake-xbutqx.stake-tjr97a -0.stake-q8tqey 9.stake-0u3dfn -0.stake-q8tqey 10.stake-lcih7h 0.stake-56jnme.stake-ynanon 0.stake-7x9wh2 10.stake-ynanon 0.stake-nvi7li 10.stake-lcih7h 1.stake-10187n.stake-a0u4xa 5.stake-dv3e61.stake-jphvto 6.stake-01x6e8 5.stake-nqceg4 6.stake-01x6e8 4.stake-ks51f9 5.stake-knzyuv.stake-gac9n7 1.stake-uk3het.stake-q8tqey 0.stake-nvi7li -0.stake-q8tqey 0.stake-7x9wh2 0.stake-gac9n7 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-1fvdkn ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-b1xahq {
    cursor: default;
  }
}

.stake-xs6fgw {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-hjup7e {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .stake-hjup7e {
    padding: 40px 4px;
  }
}

.stake-tjsxkc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-tjsxkc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-gc0pan {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-gc0pan {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-gc0pan ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-gc0pan [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-gc0pan [data-ref-el],
.stake-gc0pan span,
.stake-gc0pan a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-nxmvkv {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-nxmvkv {
    margin-bottom: 12px;
  }
}

.stake-2pedmm {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-2pedmm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-2pedmm:last-child {
    margin-right: 0;
  }
}

.stake-3t7zi9 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-nxmvkv:hover .stake-0ymj0w {
  visibility: visible;
  opacity: 1;
}

.stake-0ymj0w {
  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);
}

.stake-l2gwze {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-kjxk6i {
  display: flex;
  margin: 6px;
}

.stake-kjxk6i img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-0ymj0w::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);
}

.stake-0ymj0w::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);
}

.stake-8q76e5 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-8q76e5 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-dj6s64 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-dj6s64 {
    margin-right: 32px;
  }
}

.stake-dfmwcg {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-dfmwcg {
    margin-top: 0;
    width: 340px;
  }
}

.stake-dfmwcg a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-71nlf0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-gabpho {
  position: relative;
}

@media (min-width: 768px) {
  .stake-gabpho {
    margin-top: 40px;
  }
}

.stake-gabpho + .stake-86hszo,
.stake-gabpho + .stake-gabpho {
  margin-top: 24px;
}

.stake-zhjc2v {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-zhjc2v {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-zhjc2v {
    padding: 80px;
  }
}

.stake-39bibf {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-39bibf {
    padding: 0 16px;
  }
}

.stake-oawfnq {
  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) {
  .stake-oawfnq {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-vsg496 {
  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) {
  .stake-vsg496 {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-o0iqq4 {
  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;
}

.stake-o0iqq4:hover {
  background: var(--button-bg-hover);
}

.stake-nbd53o {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-nbd53o img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-nbd53o img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-nbd53o img {
    min-height: 100%;
  }
}

.stake-zhjc2v::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-cvvrua {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-cvvrua h1,
.stake-cvvrua h2,
.stake-cvvrua h3,
.stake-cvvrua h4 {
  margin-bottom: 6px;
}

.stake-cvvrua h1:not(:first-child),
.stake-cvvrua h2:not(:first-child),
.stake-cvvrua h3:not(:first-child),
.stake-cvvrua h4:not(:first-child) {
  margin-top: 16px;
}

.stake-cvvrua h1,
.stake-cvvrua h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-cvvrua h1,
  .stake-cvvrua h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-cvvrua h2,
.stake-cvvrua h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-cvvrua h2,
  .stake-cvvrua h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-cvvrua h3,
.stake-cvvrua h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-cvvrua h3,
  .stake-cvvrua h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-cvvrua h4,
.stake-cvvrua h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-cvvrua ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-cvvrua ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-cvvrua 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);
}

.stake-cvvrua ul ul {
  margin-bottom: 8px;
}

.stake-cvvrua ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-cvvrua ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-cvvrua ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-cvvrua ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-cvvrua ol li::marker {
  font-weight: 700;
}

.stake-cvvrua ol ol {
  margin-bottom: 8px;
}

.stake-cvvrua ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-cvvrua ol ul li {
  padding-left: 16px;
}

.stake-cvvrua 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) {
  .stake-cvvrua table {
    padding: 24px;
  }
}

.stake-cvvrua table.stake-ynd3pf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stake-1fvdkn,
    mask-image 0.3s;
}

.stake-cvvrua table.stake-ynd3pf.stake-thklk0 {
  -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) {
  .stake-cvvrua table {
    display: table;
  }
}

.stake-cvvrua 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);
}

.stake-cvvrua table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-cvvrua table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-cvvrua 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) {
  .stake-cvvrua table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-cvvrua table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-cvvrua table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-cvvrua table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-cvvrua img {
  max-width: 100%;
  height: auto;
}

.stake-xl0ksc {
  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) {
  .stake-xl0ksc {
    padding: 24px;
  }
}

.stake-tndej4 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .stake-tndej4 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-tndej4 > * {
  margin: 0 !important;
}

.stake-tndej4 img,
.stake-7dzyeu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-tndej4 img,
  .stake-7dzyeu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-ofo94p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-ofo94p {
    width: 32px;
    height: 32px;
  }
}

.stake-mnri43 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-mnri43 .stake-d9fwdi {
  flex-shrink: 0;
}

.stake-mnri43 .stake-1hx2j2 svg {
  display: none;
}

.stake-ovqgvg {
  display: grid;
  transition: max-height 0.stake-1fvdkn ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-ovqgvg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-ovqgvg {
    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));
  }
}

.stake-ovqgvg.stake-z9xak3 + .stake-d9fwdi svg {
  transform: rotate(180deg);
}

.stake-bue0sk {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-bue0sk > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-bue0sk
  > div:nth-child(3n)
  .stake-m8zwnf
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-bue0sk {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-bue0sk > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-bue0sk
    > div:nth-child(3n)
    .stake-m8zwnf
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-bue0sk {
    max-width: 270px;
  }
}

.stake-bue0sk .stake-m8zwnf button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-bue0sk .stake-m8zwnf button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-bue0sk .stake-m8zwnf button {
    max-width: 104px;
  }
}

.stake-07yaea {
  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) {
  .stake-07yaea {
    margin-bottom: 0;
  }
}

.stake-uc9ca4 {
  display: none;
  opacity: 0;
}

.stake-l9eryt {
  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;
  }
}

.stake-l9eryt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-m8zwnf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-m8zwnf button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-m8zwnf
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-m8zwnf
    button {
    max-width: 145px;
  }
}

.stake-rjv535:first-child
  .stake-m8zwnf
  button {
  max-width: 270px;
}

.stake-6nzrno {
  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%;
}

.stake-07yaea picture {
  width: 100%;
  max-width: 100%;
}

.stake-0mp6q7 {
  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;
}

.stake-0mp6q7 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-07yaea:hover .stake-0mp6q7 {
  display: flex;
}

.stake-g9qi2g {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-2ribkz {
  display: flex;
}

.stake-2ribkz:hover .stake-wqxhze,
.stake-2ribkz .stake-74z7ag .stake-wqxhze {
  display: flex;
}

.stake-2ribkz svg {
  flex-shrink: 0;
}

.stake-wqxhze {
  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) {
  .stake-wqxhze {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-wqxhze:hover {
  display: flex;
}

.stake-wqxhze svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-j24n8c {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .stake-j24n8c {
    font-size: 12px;
  }
}

.stake-m8olki,
.stake-uu6vr0 {
  width: 50%;
  flex-shrink: 0;
}

.stake-m8olki {
  font-weight: 700;
}

.stake-5wfpeq .stake-ovqgvg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-5wfpeq .stake-ovqgvg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-5wfpeq .stake-ovqgvg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-5wfpeq
  .stake-6nzrno:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-5wfpeq .stake-l9eryt {
  height: 100% !important;
  border-radius: 16px;
}

.stake-5wfpeq .stake-m8zwnf {
  gap: 4px;
  align-items: center;
}

.stake-5wfpeq .stake-m8zwnf button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-5wfpeq .stake-m8zwnf svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-5wfpeq .stake-vzhcrn,
.stake-5wfpeq .stake-xe20pl {
  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.stake-wvf6df.org/2000/svg'%3E%3Cpath d='M9.stake-nvijd3 4.stake-0auimi.stake-2e6sbv 5.stake-wu5vli.stake-idermy 5.stake-logvpl.stake-r5i7ww 5.stake-vbxpo7.stake-2u9pcq 8.stake-7bp21u.stake-51i3b6 9.stake-thljx9.stake-n7dtz1 9.stake-ftkc5h.stake-dwou0k 13.stake-xz3utt.stake-aatkt7 11.stake-u6k7xz.stake-x51cdx 11.stake-5o73hw.stake-rbo1uu 11.stake-q4xx2f.stake-gc0kj5 13.stake-6r6f9b.stake-g9tmcv 9.stake-ve2hdj.stake-wd9rro 9.stake-flvxsm.stake-rly6qs 8.stake-xic3sf.stake-v96qb4 5.stake-1mw54r.stake-blsom0 5.stake-91ario.stake-1drtdi 5.stake-2ng2sd.stake-gtiue8 4.stake-6vo2ow.stake-x51cdx 1.stake-ttbv14.stake-nvijd3 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-5wfpeq .stake-vzhcrn {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-5wfpeq .stake-xe20pl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-dk6q9e {
  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) {
  .stake-dk6q9e {
    padding: 24px;
  }
}

.stake-dk6q9e .stake-d9fwdi {
  display: flex;
}

@media (min-width: 768px) {
  .stake-dk6q9e .stake-d9fwdi {
    display: none;
  }
}

.stake-dk6q9e .stake-1hx2j2 svg {
  display: none;
}

.stake-t22vfw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-t22vfw .stake-4rsroz {
  display: none;
}

@media (min-width: 768px) {
  .stake-t22vfw .stake-4rsroz {
    display: flex;
  }
}

.stake-qe9gn5 {
  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) {
  .stake-qe9gn5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-qe9gn5 > * {
  margin: 0 !important;
}

.stake-qe9gn5 img,
.stake-jpn96w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-qe9gn5 img,
  .stake-jpn96w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-ov5t2b {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-ov5t2b {
    width: 32px;
    height: 32px;
  }
}

.stake-jii02b {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-jii02b {
    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;
  }

  .stake-jii02b::-webkit-scrollbar {
    display: none;
  }
}

.stake-qi5odf {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-qi5odf {
    padding: 7px 15px;
  }
}

.stake-qi5odf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-jercfi {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-jercfi {
    display: flex;
    opacity: 1;
  }
}

.stake-qi5odf picture {
  height: 100%;
  display: block;
}

.stake-qi5odf img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-qi5odf img {
    width: 88px;
    height: 44px;
  }
}

.stake-qi5odf p {
  text-align: center;
  width: 100%;
}

.stake-gci3og {
  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) {
  .stake-gci3og {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-gci3og img,
.stake-pfdyyd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-gci3og img,
  .stake-pfdyyd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-x6a4i2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-x6a4i2 {
    width: 32px;
    height: 32px;
  }
}

.stake-tn6r1r {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-kj2bx5 {
  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;
}

.stake-5o1rhb {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-5o1rhb.stake-74z7ag {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-t7n10v {
  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) {
  .stake-t7n10v {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-d2awj7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-0s3nsm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-1fvdkn ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-g9o64j {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-g9o64j ol,
.stake-g9o64j ul {
  padding-left: 1.3em;
}

.stake-5o1rhb.stake-74z7ag .stake-0s3nsm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-5o1rhb.stake-74z7ag .stake-d2awj7 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-3e86op {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    var(--fh-bg-color) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .stake-3e86op {
    padding: 24px;
  }
}

.stake-3e86op .stake-d9fwdi {
  display: flex;
}

@media (min-width: 768px) {
  .stake-3e86op .stake-d9fwdi {
    display: none;
  }
}

.stake-3e86op .stake-1hx2j2 svg {
  display: none;
}

.stake-ct7tgc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-ct7tgc .stake-4rsroz {
  display: none;
}

@media (min-width: 768px) {
  .stake-ct7tgc .stake-4rsroz {
    display: flex;
  }
}

.stake-taggg0 {
  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) {
  .stake-taggg0 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-taggg0 > * {
  margin: 0 !important;
}

.stake-taggg0 img,
.stake-3x3lod {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-taggg0 img,
  .stake-3x3lod {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-2ckz08 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-2ckz08 {
    width: 32px;
    height: 32px;
  }
}

.stake-adsjxp {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-adsjxp {
    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;
  }

  .stake-adsjxp::-webkit-scrollbar {
    display: none;
  }
}

.stake-8r163p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-8r163p:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-dy9zvi {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-dy9zvi {
    display: flex;
    opacity: 1;
  }
}

.stake-8r163p picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-8r163p picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-4emie0 {
  margin: -24px 0;
}

.stake-4emie0:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-4emie0 {
    margin: -16px 0;
  }
}

.stake-p6jgp2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-p6jgp2 {
    flex-direction: row;
  }
}

.stake-z2chxw {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--fh-bg-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--text-color);
}

@media (min-width: 768px) {
  .stake-z2chxw {
    flex: 1;
  }
}

.stake-z2chxw::placeholder {
  color: var(--Text-400);
}

.stake-14qs8u {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--button-text-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.stake-ws7rvq {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-ws7rvq::-webkit-scrollbar {
  display: none;
}

.stake-etrvav {
  border-radius: 16px;
  background-color: var(--button-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--button-text-color);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--border-color);
  flex-shrink: 0;
  cursor: pointer;
}

.stake-etrvav img,
.stake-etrvav svg {
  margin-right: 8px;
}

.stake-n896e6 {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-4emie0 + .stake-44z9gc {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-4emie0 + .stake-44z9gc {
    margin-top: -16px;
  }
}

.stake-91eir2 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-91eir2 > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-91eir2 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-juonjd {
  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;
}

.stake-15z85v {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.stake-o85zsm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-pzgah7 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-vgxu77 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-juonjd 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;
}

.stake-juonjd 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) {
  .stake-juonjd {
    padding: 39px 179px 39px 39px;
  }

  .stake-15z85v {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-vgxu77 {
    height: 348px;
  }

  .stake-juonjd button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-juonjd button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-juonjd {
    padding: 63px;
  }
}

.stake-m4pw1t {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-m4pw1t {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-n19gvm {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-n19gvm {
    width: auto;
  }
}

.stake-oo6tlt {
  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;
}

.stake-oo6tlt::-webkit-scrollbar {
  display: none;
}

.stake-oo6tlt a {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  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);
}

.stake-oo6tlt a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-oo6tlt {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-m4pw1t .stake-7rblcm {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stake-1fvdkn,
    mask-image 0.3s;
}

.stake-m4pw1t .stake-7rblcm.stake-thklk0 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-lcullj {
  margin: 40px -16px;
}

.stake-0i0b91 + .stake-86hszo,
.stake-0i0b91 + .stake-gabpho {
  margin-top: 24px;
}

.stake-s1h0n1 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-s1h0n1 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-7uoq01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-7uoq01 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-7uoq01 {
    margin-top: 0;
  }
}

.stake-9m5w4z {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-9m5w4z {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-4w413a {
  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) {
  .stake-4w413a {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-r8diz1 {
  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) {
  .stake-r8diz1 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-1gpnu0 {
  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) {
  .stake-1gpnu0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-arn4qf {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-arn4qf {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-e8mhqv {
  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;
}

.stake-vyqsmt {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-vyqsmt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-44z9gc {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-41ero5 {
  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) {
  .stake-41ero5 {
    padding: 15px 48px;
  }
}

main > .stake-44z9gc {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-ovqgvg.stake-f8lqx6 > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-cvvrua p a img {
  display: block;
  margin: 0 auto;
}

.stake-j22b6k {
  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 */
.stake-72pzsp {
  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;
}

.stake-72pzsp label {
  font-size: 14px;
}

.stake-72pzsp h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-72pzsp input,
.stake-72pzsp textarea,
.stake-72pzsp 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;
}
.stake-72pzsp button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-ajiywn ease;
}
.stake-72pzsp button:hover {
  background-color: var(--button-bg-hover);
}
.stake-rvepei {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-byz9dl ease-in;
}

.stake-rvepei h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-zhjc2v::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%,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.55) 49.52%
  );
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.stake-1p299t, .stake-9ovwll, [class*="review-card"],
thead, thead th, table th, .stake-ow391a,
.stake-i24j7i, [class*="collapsible-header"],
.stake-60ez7e, [class*="updated-block"] {
  color: #ece7dc !important;
}
