* {
  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-dc698k {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-dc698k {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-dc698k {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-57tyyw {
  overflow: hidden;
}

.stake-eyexxc img {
  background: var(--Neutral-300);
}

.stake-gq4jhd {
  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-6kzs8s {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-6kzs8s:hover {
  background: var(--button-bg-hover);
}

.stake-7z62ub {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-7z62ub:hover {
  background: var(--button-bg-hover);
}

.stake-he6gjv {
  font-size: 12px;
  line-height: 18px;
}

.stake-26fiw8 {
  font-size: 18px;
  line-height: 26px;
}

.stake-27rgvi {
  width: 100%;
}

.stake-q92tdo {
  padding: 6px 16px;
}

.stake-w3c3ys {
  padding: 10px 16px;
}

.stake-p5dzp9 {
  padding: 15px 26px;
}

.stake-te3wdf {
  flex-shrink: 0;
}

.stake-gqx6hn {
  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-s9wnb5 {
  display: none;
}

.stake-j2rrng {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-weoxix {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-7nbvq5 {
  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-x96q7j {
  cursor: grab;
}

.stake-7nbvq5::-webkit-scrollbar {
  display: none;
}

.stake-74fhm2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-4intrl {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-ntawov {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-p28nod {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-dga9qw {
  visibility: visible;
}

.stake-dj4eju {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-udk8o6 ease;
}

.stake-7hy03g {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-j90u22 {
  -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-udk8o6,
    mask-image 0.3s;
}

.stake-j90u22.stake-lmgds4 {
  -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-dsoms1: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-l803ul {
  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-41gc95.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-41gc95.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-0jtkyt {
  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-0jtkyt::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-y2yik7 {
  position: relative;
  z-index: 1;
}

.stake-kqv16p {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-oascgm {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-zijlmy {
  font-size: 40px;
  line-height: 48px;
}

.stake-wzcwxw {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-bui0a1 {
  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-bui0a1:hover {
  background: var(--Primary-400);
}

.stake-bui0a1 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-dsoms1 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-0jtkyt {
    max-width: 600px;
    padding: 64px;
  }

  .stake-kqv16p {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-oascgm {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-zijlmy {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-wzcwxw {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-l803ul {
    top: 25px;
    right: 25px;
  }
}

.stake-qlouaa,
.stake-p7sn7y {
  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-100cln.stake-toe411::before,
.stake-p7sn7y::before,
.stake-ulqtwf::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-41gc95.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-e7825d 14.stake-aocc90.stake-t1crst 14.stake-tskrvt 15.stake-k7e9ki 14.stake-4c0bht 15.stake-b34yel 14.stake-lgwais.stake-12ob32 14.stake-ttiiex 19.stake-izmnqv 12.stake-4t1cme 19.stake-izmnqv 10.stake-4gw34i.stake-izmnqv 8.stake-x6q3bw 17.stake-cwcc4x 7.stake-ca86xz 15.stake-njnx2r 7.stake-pc1g7i.stake-eumekg 7.stake-ca86xz 11.stake-0lc1cs 8.stake-x6q3bw 11.stake-0lc1cs 10.stake-nphpbs.stake-0lc1cs 12.stake-wsft4v 13.stake-9p69ln 14.stake-9v6ydo 15.stake-33kfhx 14.stake-idgfu1.stake-17g10z 14.stake-urjmld 15.stake-bx55fy 14.stake-einrj1 15.stake-m4r19b 14.stake-muu112.stake-e7825d 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-320lui 15.stake-wng9gr.stake-0uy3ms 15.stake-y3ssxk 15.stake-f82jne 15.stake-aqigcf 15.stake-dze1m8 15.stake-ogimej.stake-xh1dgp 15.stake-aqigcf 15.stake-bf7si1 15.stake-fonucg 15.stake-jluc14 15.stake-afgap8.stake-564d25 15.stake-cmuen0 7.stake-o848cn 18.stake-6yftti 7.stake-7gvg5g 23.stake-p46mtb.stake-775ijw.stake-yhx18j 18.stake-sd1bag 19.stake-lntsmk 15.stake-ig2319 15.stake-320lui 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-8piw9r [type="submit"] *,
.stake-wxfusg button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-fdyo0p {
    display: none;
  }
}

.stake-izpfhu {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-izpfhu {
  display: none;
}

@media (min-width: 768px) {
  .stake-izpfhu {
    bottom: 22px;
  }
}

.stake-izpfhu input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-izpfhu {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-vcwgws.static) .stake-izpfhu {
    bottom: 8px;
  }
}

.stake-3l7yz0 {
  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-3l7yz0 {
    display: none;
  }
}

.stake-1yngzm {
  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-1yngzm {
    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-wxfusg {
  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-wxfusg {
    padding: 14px 16px;
  }
}

.stake-wxfusg button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-wxfusg button:first-child {
  align-content: end;
}

.stake-wxfusg button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-wxfusg
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-wxfusg
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-wxfusg button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-wxfusg button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-ulqtwf {
  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-ulqtwf,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-ulqtwf {
  opacity: 1;
  visibility: visible;
}

.stake-tbb8ra {
  flex: 1 1;
}

.stake-ngajv3 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-ngajv3 {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-ca514u {
  display: block;
}

.stake-5d25jd {
  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-5d25jd {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-p7sn7y {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-p7sn7y::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-emrfeh span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-emrfeh p {
  color: var(--text-color);
}

.stake-p7sn7y .stake-7qlvnm {
  grid-area: button;
}

.stake-p7sn7y .stake-7qlvnm::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-41gc95.org/2000/svg'%3E%3Cpath d='M4.stake-f0filb 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-tvy1uk 15L16.stake-tvy1uk 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-tvy1uk 5L16.stake-tvy1uk 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-rjkyko {
  display: block;
}

.stake-hkzh7v {
  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-hkzh7v {
    margin-top: 40px;
  }
}

.stake-qlouaa label,
.stake-qlouaa input {
  display: block;
  width: 100%;
}

.stake-qlouaa label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-qlouaa label.stake-0h0402 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-qlouaa label.stake-0h0402::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-qlouaa 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-qlouaa input::placeholder {
  color: var(--Text-400);
}

.stake-g2t89p {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-g2t89p {
  display: flex;
}

.stake-g2t89p ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-g2t89p ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-g2t89p ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-8piw9r {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-8piw9r {
    padding: 0 24px 24px;
  }
}

.stake-8piw9r 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-8piw9r input::placeholder {
  color: var(--text-color);
}

.stake-8piw9r [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-8piw9r [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-8piw9r [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-8piw9r [type="submit"] {
    right: 40px;
  }
}

.stake-100cln {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-100cln.stake-toe411 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-100cln.stake-toe411 p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-100cln.stake-fhyc75 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-100cln p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-izpfhu .stake-7qlvnm {
  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-fdyo0p {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-fdyo0p {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-fdyo0p {
    padding: 18px 0;
  }
}

.stake-fdyo0p .stake-dc698k {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-fdyo0p .stake-dc698k {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-pur0t3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-pur0t3 {
    max-width: 160px;
    height: 40px;
  }
}

.stake-pur0t3 picture,
.stake-pur0t3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-pur0t3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-lvipu5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-udk8o6 ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-fdyo0p.stake-h4fhh9 .stake-lvipu5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-lvipu5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-lvipu5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-qdkgon,
.stake-61z6bf {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-qdkgon,
  .stake-61z6bf {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-61z6bf {
    display: none;
  }
}

.stake-9htmjb {
  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-h4fhh9 .stake-9htmjb {
  background: var(--fh-bg-color);
}

.stake-9htmjb button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-9htmjb {
    display: none;
  }
}

.stake-urjuqi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-urjuqi {
    display: none;
  }
}

.stake-y4aznj {
  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-fdyo0p.stake-h4fhh9 .stake-y4aznj:first-child {
  display: none;
}

.stake-fdyo0p.stake-h4fhh9 .stake-y4aznj:last-child {
  display: block;
}

.stake-y4aznj:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-y4aznj {
    display: none;
  }
}

.stake-6oy7o8 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-6oy7o8 {
    display: flex;
  }
}

.stake-6oy7o8 ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-6oy7o8:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-6oy7o8:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-6oy7o8:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-6oy7o8:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-6oy7o8:hover .stake-ma05c4 svg {
  transform: rotate(180deg);
}

.stake-wk5w2p {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-wk5w2p span {
  margin-left: 5px;
}

.stake-92m4vd {
  padding: 0 8px;
}

.stake-xfh94c {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-xfh94c:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-xfh94c {
    padding: 4px 8px;
  }
}

.stake-ed5nkm {
  display: flex;
}

.stake-ed5nkm img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-ma05c4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-ma05c4 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-qsc6nm {
  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-qsc6nm {
    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-0zp408 {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-0zp408 {
    display: none;
  }
}

.stake-17enqc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-l4vgwt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-19j3vc {
  display: flex;
}

.stake-hxcqwp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-q8ve3l {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-q8ve3l {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-q8ve3l {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-q8ve3l .stake-5w3mil [data-ref-el],
  .stake-q8ve3l .stake-5w3mil span,
  .stake-q8ve3l .stake-5w3mil a {
    white-space: nowrap;
  }
}

.stake-tm4frt {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-tm4frt.stake-2yrv5g > .stake-5w3mil {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-tm4frt.stake-kfifba:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-tm4frt.stake-2yrv5g > .stake-stsjgm {
    height: auto;
  }

  .stake-tm4frt.stake-2yrv5g > div > .stake-27t6jg {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-tm4frt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-tm4frt [data-ref-el],
.stake-tm4frt span {
  cursor: pointer;
}

.stake-tm4frt [data-ref-el],
.stake-tm4frt span,
.stake-tm4frt 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-tm4frt [data-ref-el],
  .stake-tm4frt span,
  .stake-tm4frt a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-tm4frt [data-ref-el],
  .stake-tm4frt span,
  .stake-tm4frt a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-stsjgm {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-udk8o6 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-stsjgm::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-stsjgm::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-stsjgm::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-stsjgm {
    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-stsjgm:has(> .stake-tm4frt.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-stsjgm .stake-stsjgm {
    padding: 0;
  }

  .stake-stsjgm .stake-tm4frt {
    font-weight: 400;
  }

  .stake-stsjgm .stake-tm4frt:hover > .stake-5w3mil {
    background: var(--Neutral-300);
  }

  .stake-stsjgm .stake-27t6jg {
    rotate: -90deg;
  }
}

.stake-5w3mil {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-5w3mil {
    padding: 8px;
  }

  .stake-tm4frt.stake-8i5m5s > .stake-5w3mil {
    background: var(--Neutral-300);
  }
}

.stake-stsjgm .stake-tm4frt:hover {
  background: var(--button-bg-hover);
}

.stake-27t6jg {
  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-41gc95.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-gxlvcv 0.stake-j2vnf2.stake-1spj6d -0.stake-dd0rad 0.stake-gvsegf -0.stake-dd0rad 1.stake-nowoty 0.stake-gxw0to.stake-7qf6i5 4.stake-4eechw.stake-gxlvcv 0.stake-22vpql.stake-6sprxn -0.stake-dd0rad 9.stake-ukk0p1 -0.stake-dd0rad 10.stake-1l2n7a 0.stake-fcz5g8.stake-u0s84z 0.stake-1spj6d 10.stake-u0s84z 0.stake-gvsegf 10.stake-1l2n7a 1.stake-t5f619.stake-28ebgm 5.stake-r4ok1l.stake-mg0eyf 6.stake-onj2pq 5.stake-bhm0v4 6.stake-onj2pq 4.stake-3sqv2c 5.stake-umgblp.stake-gxlvcv 1.stake-hh4tyz.stake-dd0rad 0.stake-gvsegf -0.stake-dd0rad 0.stake-1spj6d 0.stake-gxlvcv 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-udk8o6 ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-27t6jg {
    cursor: default;
  }
}

.stake-9hpnvd {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-vfilrf {
  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-vfilrf {
    padding: 40px 4px;
  }
}

.stake-36icwm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-36icwm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-le7t40 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-le7t40 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-le7t40 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-le7t40 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-le7t40 [data-ref-el],
.stake-le7t40 span,
.stake-le7t40 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-z8ht5d {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-z8ht5d {
    margin-bottom: 12px;
  }
}

.stake-7ulizq {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-7ulizq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-7ulizq:last-child {
    margin-right: 0;
  }
}

.stake-3kikf5 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-z8ht5d:hover .stake-rwwcvc {
  visibility: visible;
  opacity: 1;
}

.stake-rwwcvc {
  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-szrdb2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-exrcqh {
  display: flex;
  margin: 6px;
}

.stake-exrcqh img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-rwwcvc::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-rwwcvc::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-gtxjwh {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-gtxjwh {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-zu4yfz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-zu4yfz {
    margin-right: 32px;
  }
}

.stake-k5skx2 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-k5skx2 {
    margin-top: 0;
    width: 340px;
  }
}

.stake-k5skx2 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-b6vxw8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-i5tizp {
  position: relative;
}

@media (min-width: 768px) {
  .stake-i5tizp {
    margin-top: 40px;
  }
}

.stake-i5tizp + .stake-l4iq7p,
.stake-i5tizp + .stake-i5tizp {
  margin-top: 24px;
}

.stake-lgsh4v {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-lgsh4v {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-lgsh4v {
    padding: 80px;
  }
}

.stake-qtxnnh {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-qtxnnh {
    padding: 0 16px;
  }
}

.stake-mnkhtc {
  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-mnkhtc {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-fxwg13 {
  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-fxwg13 {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-etkxw9 {
  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-etkxw9:hover {
  background: var(--button-bg-hover);
}

.stake-efi5mo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-efi5mo img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-efi5mo img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-efi5mo img {
    min-height: 100%;
  }
}

.stake-lgsh4v::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-96yfj9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-96yfj9 h1,
.stake-96yfj9 h2,
.stake-96yfj9 h3,
.stake-96yfj9 h4 {
  margin-bottom: 6px;
}

.stake-96yfj9 h1:not(:first-child),
.stake-96yfj9 h2:not(:first-child),
.stake-96yfj9 h3:not(:first-child),
.stake-96yfj9 h4:not(:first-child) {
  margin-top: 16px;
}

.stake-96yfj9 h1,
.stake-96yfj9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-96yfj9 h1,
  .stake-96yfj9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-96yfj9 h2,
.stake-96yfj9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-96yfj9 h2,
  .stake-96yfj9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-96yfj9 h3,
.stake-96yfj9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-96yfj9 h3,
  .stake-96yfj9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-96yfj9 h4,
.stake-96yfj9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-96yfj9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-96yfj9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-96yfj9 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-96yfj9 ul ul {
  margin-bottom: 8px;
}

.stake-96yfj9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-96yfj9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-96yfj9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-96yfj9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-96yfj9 ol li::marker {
  font-weight: 700;
}

.stake-96yfj9 ol ol {
  margin-bottom: 8px;
}

.stake-96yfj9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-96yfj9 ol ul li {
  padding-left: 16px;
}

.stake-96yfj9 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-96yfj9 table {
    padding: 24px;
  }
}

.stake-96yfj9 table.stake-udrwsx {
  -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-udk8o6,
    mask-image 0.3s;
}

.stake-96yfj9 table.stake-udrwsx.stake-lmgds4 {
  -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-96yfj9 table {
    display: table;
  }
}

.stake-96yfj9 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-96yfj9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-96yfj9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-96yfj9 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-96yfj9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-96yfj9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-96yfj9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-96yfj9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-96yfj9 img {
  max-width: 100%;
  height: auto;
}

.stake-l0yjmz {
  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-l0yjmz {
    padding: 24px;
  }
}

.stake-h3ivhn {
  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-h3ivhn {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-h3ivhn > * {
  margin: 0 !important;
}

.stake-h3ivhn img,
.stake-v5jb3h {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-h3ivhn img,
  .stake-v5jb3h {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-iylj9x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-iylj9x {
    width: 32px;
    height: 32px;
  }
}

.stake-4qq3e5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-4qq3e5 .stake-b1ne0w {
  flex-shrink: 0;
}

.stake-4qq3e5 .stake-f7kqnf svg {
  display: none;
}

.stake-5w48y4 {
  display: grid;
  transition: max-height 0.stake-udk8o6 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-5w48y4 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-5w48y4 {
    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-5w48y4.stake-nzrp8v + .stake-b1ne0w svg {
  transform: rotate(180deg);
}

.stake-hkc08u {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-hkc08u > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-hkc08u
  > div:nth-child(3n)
  .stake-xn1g6k
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-hkc08u {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-hkc08u > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-hkc08u
    > div:nth-child(3n)
    .stake-xn1g6k
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-hkc08u {
    max-width: 270px;
  }
}

.stake-hkc08u .stake-xn1g6k button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-hkc08u .stake-xn1g6k button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-hkc08u .stake-xn1g6k button {
    max-width: 104px;
  }
}

.stake-htpx5e {
  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-htpx5e {
    margin-bottom: 0;
  }
}

.stake-3g3yrz {
  display: none;
  opacity: 0;
}

.stake-389wlo {
  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-389wlo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-xn1g6k {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-xn1g6k 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-xn1g6k
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-xn1g6k
    button {
    max-width: 145px;
  }
}

.stake-og7fs3:first-child
  .stake-xn1g6k
  button {
  max-width: 270px;
}

.stake-cnrldg {
  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-htpx5e picture {
  width: 100%;
  max-width: 100%;
}

.stake-4ynuud {
  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-4ynuud svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-htpx5e:hover .stake-4ynuud {
  display: flex;
}

.stake-o8uphr {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-uc3ab3 {
  display: flex;
}

.stake-uc3ab3:hover .stake-3w8e23,
.stake-uc3ab3 .stake-8i5m5s .stake-3w8e23 {
  display: flex;
}

.stake-uc3ab3 svg {
  flex-shrink: 0;
}

.stake-3w8e23 {
  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-3w8e23 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-3w8e23:hover {
  display: flex;
}

.stake-3w8e23 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-2cymrh {
  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-2cymrh {
    font-size: 12px;
  }
}

.stake-rpd6n1,
.stake-8wbdzy {
  width: 50%;
  flex-shrink: 0;
}

.stake-rpd6n1 {
  font-weight: 700;
}

.stake-ckdkkv .stake-5w48y4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-ckdkkv .stake-5w48y4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-ckdkkv .stake-5w48y4 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-ckdkkv
  .stake-cnrldg:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-ckdkkv .stake-389wlo {
  height: 100% !important;
  border-radius: 16px;
}

.stake-ckdkkv .stake-xn1g6k {
  gap: 4px;
  align-items: center;
}

.stake-ckdkkv .stake-xn1g6k button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-ckdkkv .stake-xn1g6k svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-ckdkkv .stake-hqzt1z,
.stake-ckdkkv .stake-fm65li {
  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-41gc95.org/2000/svg'%3E%3Cpath d='M9.stake-b08m9o 4.stake-nwyy7p.stake-f9gr2q 5.stake-0oux37.stake-bizx2j 5.stake-hytjhs.stake-rn9yp7 5.stake-urp1vk.stake-tfs0sr 8.stake-2oobxl.stake-yvykin 9.stake-1itk3y.stake-8d1k01 9.stake-r947wx.stake-4py3zk 13.stake-2xmdzc.stake-fou741 11.stake-lr7a06.stake-w05td5 11.stake-3u9rlb.stake-flagkk 11.stake-yok8k7.stake-xmvroa 13.stake-xnsu47.stake-575xeu 9.stake-ktb3yk.stake-i8f459 9.stake-dt3xxk.stake-viqjvp 8.stake-5iyzz0.stake-w5zsi1 5.stake-mde0yw.stake-x55xaf 5.stake-ih9r8l.stake-y71nz6 5.stake-ghpdu8.stake-nx6lun 4.stake-8t81gy.stake-w05td5 1.stake-il5c4j.stake-b08m9o 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-ckdkkv .stake-hqzt1z {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-ckdkkv .stake-fm65li {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-1x0fv0 {
  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-1x0fv0 {
    padding: 24px;
  }
}

.stake-1x0fv0 .stake-b1ne0w {
  display: flex;
}

@media (min-width: 768px) {
  .stake-1x0fv0 .stake-b1ne0w {
    display: none;
  }
}

.stake-1x0fv0 .stake-f7kqnf svg {
  display: none;
}

.stake-3gv4fg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-3gv4fg .stake-gq4jhd {
  display: none;
}

@media (min-width: 768px) {
  .stake-3gv4fg .stake-gq4jhd {
    display: flex;
  }
}

.stake-dz51cg {
  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-dz51cg {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-dz51cg > * {
  margin: 0 !important;
}

.stake-dz51cg img,
.stake-z0pfnv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-dz51cg img,
  .stake-z0pfnv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-no79ur {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-no79ur {
    width: 32px;
    height: 32px;
  }
}

.stake-12w3jn {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-12w3jn {
    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-12w3jn::-webkit-scrollbar {
    display: none;
  }
}

.stake-2zpn6q {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-2zpn6q {
    padding: 7px 15px;
  }
}

.stake-2zpn6q:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-vn7sxm {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-vn7sxm {
    display: flex;
    opacity: 1;
  }
}

.stake-2zpn6q picture {
  height: 100%;
  display: block;
}

.stake-2zpn6q img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-2zpn6q img {
    width: 88px;
    height: 44px;
  }
}

.stake-2zpn6q p {
  text-align: center;
  width: 100%;
}

.stake-af16k7 {
  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-af16k7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-af16k7 img,
.stake-nexojb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-af16k7 img,
  .stake-nexojb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-5w6b68 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-5w6b68 {
    width: 32px;
    height: 32px;
  }
}

.stake-tqqwtb {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-ew6bj0 {
  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-srjxpw {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-srjxpw.stake-8i5m5s {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-vr6sv6 {
  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-vr6sv6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-52otzv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-hm0rie {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-udk8o6 ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-caqsds {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-caqsds ol,
.stake-caqsds ul {
  padding-left: 1.3em;
}

.stake-srjxpw.stake-8i5m5s .stake-hm0rie {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-srjxpw.stake-8i5m5s .stake-52otzv {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-pfx2v7 {
  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-pfx2v7 {
    padding: 24px;
  }
}

.stake-pfx2v7 .stake-b1ne0w {
  display: flex;
}

@media (min-width: 768px) {
  .stake-pfx2v7 .stake-b1ne0w {
    display: none;
  }
}

.stake-pfx2v7 .stake-f7kqnf svg {
  display: none;
}

.stake-m21fnc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-m21fnc .stake-gq4jhd {
  display: none;
}

@media (min-width: 768px) {
  .stake-m21fnc .stake-gq4jhd {
    display: flex;
  }
}

.stake-jhx5qt {
  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-jhx5qt {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-jhx5qt > * {
  margin: 0 !important;
}

.stake-jhx5qt img,
.stake-bbkjho {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-jhx5qt img,
  .stake-bbkjho {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-dl77nm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-dl77nm {
    width: 32px;
    height: 32px;
  }
}

.stake-somusz {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-somusz {
    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-somusz::-webkit-scrollbar {
    display: none;
  }
}

.stake-re2evc {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-re2evc:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-zfk9aa {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-zfk9aa {
    display: flex;
    opacity: 1;
  }
}

.stake-re2evc picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-re2evc picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-o9b1a0 {
  margin: -24px 0;
}

.stake-o9b1a0:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-o9b1a0 {
    margin: -16px 0;
  }
}

.stake-ku6g96 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-ku6g96 {
    flex-direction: row;
  }
}

.stake-k4pyo5 {
  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-k4pyo5 {
    flex: 1;
  }
}

.stake-k4pyo5::placeholder {
  color: var(--Text-400);
}

.stake-355zbt {
  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-43ev6r {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-43ev6r::-webkit-scrollbar {
  display: none;
}

.stake-1wb4u9 {
  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-1wb4u9 img,
.stake-1wb4u9 svg {
  margin-right: 8px;
}

.stake-xblrwf {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-o9b1a0 + .stake-wxyyut {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-o9b1a0 + .stake-wxyyut {
    margin-top: -16px;
  }
}

.stake-ivyrc9 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-ivyrc9 > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-ivyrc9 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-jk8hm1 {
  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-7p2hht {
  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-0i3g76 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-eigxrv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-r8zhw4 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-jk8hm1 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-jk8hm1 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-jk8hm1 {
    padding: 39px 179px 39px 39px;
  }

  .stake-7p2hht {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-r8zhw4 {
    height: 348px;
  }

  .stake-jk8hm1 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-jk8hm1 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-jk8hm1 {
    padding: 63px;
  }
}

.stake-9lu08s {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-9lu08s {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-40kwvm {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-40kwvm {
    width: auto;
  }
}

.stake-hiujcu {
  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-hiujcu::-webkit-scrollbar {
  display: none;
}

.stake-hiujcu 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-hiujcu a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-hiujcu {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-9lu08s .stake-ak4lbb {
  -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-udk8o6,
    mask-image 0.3s;
}

.stake-9lu08s .stake-ak4lbb.stake-lmgds4 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-ajv38n {
  margin: 40px -16px;
}

.stake-9h0bpq + .stake-l4iq7p,
.stake-9h0bpq + .stake-i5tizp {
  margin-top: 24px;
}

.stake-0ukywx {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-0ukywx picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-wr3i20 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-wr3i20 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-wr3i20 {
    margin-top: 0;
  }
}

.stake-x0a1ce {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-x0a1ce {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-y4kpmq {
  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-y4kpmq {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-f99xds {
  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-f99xds {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-7yiv5e {
  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-7yiv5e {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-7t2944 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-7t2944 {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-r3gv8d {
  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-4efbyg {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-4efbyg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-wxyyut {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-5qdsgv {
  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-5qdsgv {
    padding: 15px 48px;
  }
}

main > .stake-wxyyut {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-5w48y4.stake-xxi415 > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-96yfj9 p a img {
  display: block;
  margin: 0 auto;
}

.stake-s3bsm8 {
  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-yvgbt3 {
  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-yvgbt3 label {
  font-size: 14px;
}

.stake-yvgbt3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-yvgbt3 input,
.stake-yvgbt3 textarea,
.stake-yvgbt3 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-yvgbt3 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-nzm0hk ease;
}
.stake-yvgbt3 button:hover {
  background-color: var(--button-bg-hover);
}
.stake-d84s3l {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-mfvwqe ease-in;
}

.stake-d84s3l h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-lgsh4v::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-hju819, .stake-l2v4jo, [class*="review-card"],
thead, thead th, table th, .stake-3pg3gb,
.stake-p8n3u2, [class*="collapsible-header"],
.stake-b3asuk, [class*="updated-block"] {
  color: #ece7dc !important;
}
