@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.stake-j0qdsw {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-00j7jk {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.stake-wjy97u,
ul.stake-wjy97u {
  padding-left: 20px;
}

ul.stake-wjy97u {
  list-style: disc;
}

ol.stake-wjy97u {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.stake-4vld4v > .stake-i79o3r,
.stake-4vld4v > .stake-3ndaix,
.stake-4vld4v > blockquote,
.stake-4vld4v > h1,
.stake-4vld4v > h2,
.stake-4vld4v > h3,
.stake-4vld4v > h4,
.stake-4vld4v > h5,
.stake-4vld4v > h6,
.stake-4vld4v > ol,
.stake-4vld4v > p,
.stake-4vld4v > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-4vld4v > ol,
.stake-4vld4v > ul {
  padding-left: 50px;
}

.stake-4vld4v blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.stake-4vld4v:not(:last-child) {
  margin-bottom: 2rem;
}

.stake-4vld4v > :not(:first-child) {
  margin-top: 2rem;
}

.stake-4vld4v {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-4vld4v:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stake-4vld4v:first-child {
    margin-top: 20px;
  }
}

.stake-4vld4v > p:last-of-type {
  margin-bottom: 32px;
}

.stake-4vld4v > .stake-fuzocp:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stake-sloix4 > .stake-fuzocp {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-3ndaix {
  overflow: auto;
}

.stake-3ndaix::-webkit-scrollbar {
  height: 5px;
}

.stake-3ndaix table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stake-3ndaix table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stake-3ndaix table thead,
table thead {
  border-bottom: none;
}

.stake-3ndaix table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stake-3ndaix table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stake-3ndaix table td,
table td {
  border: 1px solid var(--border-color);
  padding: 15px 5px;
}

.stake-3ndaix .stake-6ek1jw {
  table-layout: auto;
}

.stake-3ndaix .stake-6ek1jw th {
  word-break: normal;
}

.stake-3ndaix .stake-6ek1jw td {
  word-break: normal;
}

.stake-j0qdsw .stake-j0qdsw {
  padding-right: 0;
  padding-left: 0;
}

.stake-as0qvi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.stake-fgz95w {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stake-7o4hu2 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.stake-i79o3r {
  margin-top: 24px;
}

.stake-i79o3r.stake-bcab7k {
  text-align: left;
}

.stake-i79o3r.stake-ddz2k5 {
  text-align: right;
}

.stake-i79o3r.stake-td3qps {
  text-align: center;
}

.stake-2vyx73 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.stake-vasfks ease-in-out;
  cursor: pointer;
}

.stake-2vyx73:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stake-2vyx73 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stake-2vyx73 {
    min-width: unset;
  }
}

.stake-e2qc2r {
  background-color: var(--fh-bg-color);
}

.stake-7mrykk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stake-jt0m0e {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stake-jt0m0e img {
  max-height: 80px;
  object-fit: contain;
}

.stake-qncoz1 {
  flex: 1 1;
}

.stake-ythbfg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stake-w6be7b {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.stake-w6be7b span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-w6be7b.stake-qnhujj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stake-w6be7b.stake-qnhujj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stake-w6be7b.stake-qnhujj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stake-qncoz1 + .stake-ythbfg {
  margin-left: 20px;
}

.stake-cgc6s0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.stake-cgc6s0 > svg {
  max-width: 24px;
  max-height: 24px;
}

.stake-cgc6s0 + .stake-cgc6s0 {
  margin-left: 5px;
}

.stake-cmksgm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stake-cmksgm:hover {
  background-color: var(--button-bg-hover);
}

.stake-q7j2wg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stake-vasfks ease-in-out;
  border: 1px solid var(--border-color);
}

.stake-q7j2wg:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stake-u1ifh8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .stake-qncoz1 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stake-u1ifh8 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stake-qncoz1 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stake-cgc6s0 {
    min-width: unset;
    flex: 1 1;
  }
}

.stake-qberuy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.stake-qberuy:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stake-qberuy:hover .stake-n34euj {
  opacity: 1;
  pointer-events: auto;
  padding: 15px;
}

.stake-bekp2t {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.stake-rre31t ease-in-out;
  gap: 4px;
}

.stake-bekp2t > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-bekp2t .stake-as0qvi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-uxb1wh,
.stake-bekp2t:hover {
  color: var(--button-bg-hover);
}

.stake-b7w9t9 {
  position: relative;
}

.stake-b7w9t9 .stake-bekp2t {
  margin-right: 0;
  padding-right: 4px;
}

.stake-5pcrm5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-b7w9t9.stake-qnhujj .stake-5pcrm5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stake-b7w9t9.stake-qnhujj .stake-n34euj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stake-b7w9t9.stake-qnhujj .stake-n34euj::before {
  display: none;
}

.stake-5pcrm5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-n34euj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stake-d3ms92 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stake-n34euj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stake-n34euj:hover {
  color: var(--fh-bg-color);
}

.stake-jfl9cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.stake-d3ms92 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stake-rre31t ease-in-out;
  -o-transition: 0.stake-rre31t ease-in-out;
  transition: 0.stake-rre31t ease-in-out;
}

.stake-jfl9cp .stake-as0qvi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-xutz3e,
.stake-jfl9cp:hover {
  color: var(--button-bg-hover);
}

.stake-50r72z {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.stake-50r72z.stake-9ycrjg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stake-50r72z.stake-9ycrjg:after,
.stake-50r72z.stake-9ycrjg:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stake-50r72z.stake-9ycrjg:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.stake-50r72z.stake-9ycrjg:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stake-50r72z.stake-9ycrjg > * {
  z-index: 1;
}

.stake-50r72z b,
.stake-50r72z strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stake-50r72z .stake-grmexk {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.stake-50r72z .stake-2tgvs9 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.stake-50r72z .stake-as0qvi {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stake-50r72z .stake-1bj0sv {
  margin-top: 12px;
}

.stake-1bj0sv {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stake-nrmlrb {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.stake-1bj0sv .stake-wnince {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.stake-vasfks ease-in-out;
}

.stake-1bj0sv .stake-wnince:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stake-g0yv6o {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.stake-50r72z.stake-j0wgam {
  gap: 12px;
  padding: 16px;
}

.stake-50r72z.stake-j0wgam .stake-g0yv6o {
  min-width: 240px;
}

.stake-50r72z.stake-j0wgam .stake-g0yv6o.stake-xaj3yb {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stake-50r72z .stake-grmexk {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stake-50r72z .stake-2tgvs9 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stake-50r72z .stake-as0qvi {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stake-50r72z.stake-j0wgam .stake-as0qvi {
    max-width: 126px;
  }
  .stake-50r72z .stake-1bj0sv {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stake-50r72z .stake-nrmlrb {
    max-width: unset;
  }
  .stake-g0yv6o {
    min-width: unset;
    width: 100%;
  }
  .stake-50r72z .stake-g0yv6o {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stake-50r72z.stake-j0wgam {
    grid-template-rows: auto 1fr auto;
  }
  .stake-50r72z.stake-j0wgam .stake-g0yv6o {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stake-50r72z {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stake-50r72z .stake-grmexk {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stake-50r72z .stake-as0qvi {
    max-width: 78px;
  }
  .stake-50r72z .stake-1bj0sv {
    margin-top: -12px;
  }
  .stake-50r72z.stake-j0wgam {
    gap: 8px;
  }
  .stake-50r72z.stake-j0wgam .stake-grmexk {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stake-50r72z.stake-j0wgam .stake-2tgvs9 {
    grid-column: 1/3;
  }
  .stake-50r72z.stake-j0wgam .stake-as0qvi {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stake-50r72z.stake-j0wgam .stake-as0qvi img {
    max-width: 114px;
  }
}

.stake-g0yv6o.stake-avh726,
.stake-g0yv6o.stake-qvcnry,
.stake-g0yv6o.stake-koicc9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.stake-vasfks ease-in-out;
}

.stake-g0yv6o.stake-avh726,
.stake-g0yv6o.stake-koicc9 {
  padding: 10px;
}

.stake-g0yv6o.stake-avh726:hover,
.stake-g0yv6o.stake-qvcnry:hover,
.stake-g0yv6o.stake-koicc9:hover {
  background: var(--button-bg-hover);
}

.stake-g0yv6o.stake-avh726:hover svg path,
.stake-g0yv6o.stake-koicc9:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stake-g0yv6o.stake-xaj3yb {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stake-vasfks ease-in-out;
  background: var(--button-bg-color);
}

.stake-g0yv6o.stake-xaj3yb:hover {
  background-color: var(--button-bg-hover);
}

.stake-g0yv6o.stake-qvcnry:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.stake-g0yv6o.stake-qvcnry:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-g0yv6o.stake-xaj3yb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-xewuz0 {
  max-width: 650px;
}

.stake-5clw0c {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stake-40ovv8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stake-jb6gpc {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.stake-rre31t ease-in-out;
  cursor: pointer;
}

.stake-jb6gpc:hover {
  opacity: 0.5;
}

.stake-jb6gpc:focus {
  outline: 0;
}

.stake-jb6gpc:focus .stake-5qc9d0,
.stake-jb6gpc:hover .stake-5qc9d0 {
  fill: red;
  fill-opacity: 1;
}

.stake-jb6gpc:hover {
  cursor: pointer;
}

.stake-gpj61m {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stake-xewuz0.stake-td3qps {
  margin: 0 auto;
}

.stake-xewuz0.stake-ddz2k5 {
  margin-left: auto;
}

.stake-zx275x {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stake-4kwicb {
  padding-bottom: 50px;
}

.stake-h0bb9m {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stake-zdmru9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.stake-8m2eon {
  margin-top: 24px;
}

.stake-dz8rl9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stake-p740md {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stake-0jchp5 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.stake-dn0uw1 {
  width: 468px;
}

.stake-0jchp5 .stake-n34euj {
  margin: 0.stake-x9zx8o 0;
}

.stake-g89a8d {
  display: flex;
  min-width: 224px;
}

.stake-kocdlt {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.stake-rre31t ease-in-out;
}

.stake-ajumzt,
.stake-kocdlt:hover {
  color: var(--text-color);
}

.stake-hqedrz {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stake-5h5vj2 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stake-zx275x {
    padding: 16px;
  }
  .stake-hqedrz {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stake-5h5vj2 {
    align-items: center;
  }
  .stake-dn0uw1 {
    width: unset;
  }
  .stake-g89a8d {
    min-width: unset;
  }
  .stake-0jchp5 {
    max-height: unset;
  }
  .stake-h0bb9m {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stake-zx275x {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stake-bvmwel {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-bvmwel:not(:last-child) {
  margin-bottom: 16px;
}

.stake-xq4gvw {
  outline: 0;
}

.stake-xq4gvw .stake-ldhyqj {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stake-sdykbf {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stake-sdykbf {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stake-sdykbf::-webkit-details-marker {
  display: none;
}

.stake-sdykbf:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-sdykbf:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .stake-sdykbf:after {
  transform: unset;
}

.stake-ldhyqj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.stake-ldhyqj svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.stake-rre31t ease-in-out;
  -o-transition: 0.stake-rre31t ease-in-out;
  transition: 0.stake-rre31t ease-in-out;
}

.stake-8tnglg {
  padding: 16px 0 0 0;
}

.stake-8tnglg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stake-8tnglg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-sdykbf {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stake-sdykbf::after {
    margin-left: auto;
  }
  .stake-ldhyqj {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-sdykbf {
    font-size: 14px;
    line-height: 130%;
  }
  .stake-ldhyqj svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stake-niwjjl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.stake-1k98t9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stake-niwjjl.stake-qnhujj .stake-1k98t9 {
  margin-bottom: 12px;
}

.stake-1k98t9::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.stake-niwjjl.stake-qnhujj .stake-1k98t9::after {
  transform: unset;
}

.stake-erbde5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stake-kqwhct {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stake-rre31t ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stake-kqwhct:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-niwjjl.stake-qnhujj .stake-erbde5 {
  max-height: 100%;
}

.stake-eq2245 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stake-0lbodb {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stake-dsqwx6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.stake-5ox6su {
  margin-right: 4px;
}

.stake-9z9ryt {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.stake-rre31t ease-in-out;
}

.stake-9z9ryt svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stake-yi67fu,
.stake-9z9ryt:hover {
  color: var(--text-color);
}

.stake-a3gvom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.stake-a3gvom img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stake-a3gvom .stake-mqcbep {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.stake-a3gvom .stake-gegbea {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.stake-3zve24 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.stake-ipvy0x {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-1j1u6n .stake-j0qdsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.stake-1j1u6n {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stake-k080rr {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stake-lcpj24 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stake-ntik6y {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stake-gypkjp 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.stake-ntik6y:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stake-2rljtl {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stake-o8yxev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.stake-rre31t ease-in-out;
  transition: transform 0.stake-rre31t ease-in-out;
  -o-transition: transform 0.stake-rre31t ease-in-out;
  transition:
    transform 0.stake-rre31t ease-in-out,
    -webkit-transform 0.stake-rre31t ease-in-out;
  cursor: pointer;
}

.stake-o8yxev svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stake-o8yxev:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.stake-sgjn11 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-sgjn11 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.stake-eabk5z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.stake-mc3elt {
  position: relative;
  width: 100%;
}

.stake-eabk5z.stake-64ypi3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stake-eabk5z.stake-td3qps {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stake-eabk5z.stake-ddz2k5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stake-hbqrrj {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stake-4rix0f {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.stake-rre31t ease-in-out;
  cursor: pointer;
}

.stake-4rix0f:hover {
  opacity: 0.5;
}

.stake-eabk5z.stake-p4hhoz .stake-4rix0f {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stake-eabk5z.stake-p4hhoz .stake-hbqrrj {
  cursor: pointer;
}

.stake-9zfrd6 {
  fill: #0009;
}

.stake-j3sb8v {
  fill: #fff;
}

.stake-4rix0f:hover .stake-9zfrd6 {
  fill: red;
}

.stake-4rix0f svg path {
  -webkit-transition: 0.stake-rre31t ease-in-out;
  -o-transition: 0.stake-rre31t ease-in-out;
  transition: 0.stake-rre31t ease-in-out;
}

.stake-9iryy6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stake-9iryy6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stake-9iryy6.stake-ih9y3w > :not(.get-image) {
  grid-column: 1/3;
}

.stake-11o4xo:not(._h1-block) .stake-9iryy6 > .stake-fuzocp {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stake-9iryy6.stake-ih9y3w .stake-a7ercy {
  grid-column: 2/3;
}

.stake-9iryy6.stake-ih9y3w > .stake-as0qvi {
  grid-column: 1/2;
}

.stake-9iryy6.stake-ih9y3w > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stake-9iryy6 > p:first-of-type {
  margin-top: 0;
}

.stake-9iryy6 .stake-as0qvi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.stake-11o4xo:not(._h1-block) .stake-fuzocp ~ .stake-as0qvi {
  grid-row: 2/10;
}

.stake-11o4xo.stake-gc1ppr .stake-fuzocp ~ .stake-as0qvi {
  grid-row: 1/10;
}

.stake-11o4xo.stake-gc1ppr > .stake-fuzocp {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stake-11o4xo.stake-gc1ppr .stake-as0qvi {
  grid-row: 1/10;
}

.stake-9iryy6.stake-dilcqm .stake-as0qvi {
  align-items: flex-start;
}

.stake-9iryy6.stake-td3qps .stake-a7ercy {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stake-9iryy6.stake-td3qps .stake-as0qvi {
  align-items: center;
}

.stake-9iryy6.stake-c3pzk4 .stake-as0qvi {
  align-items: flex-end;
}

.stake-a7ercy > :first-child {
  margin-top: 0;
}

.stake-a7ercy > :last-child {
  margin-bottom: 0;
}

* + .stake-7edfd7,
.stake-11o4xo + .stake-11o4xo {
  margin-top: 2rem;
}

.stake-8ueuay td::before,
.stake-8ueuay th::after {
  display: none !important;
}

.stake-8ueuay #link-selector {
  color: #000;
}

.stake-8ueuay .stake-61n3rb {
  color: #135e96;
}

.stake-8ueuay .stake-teh8k9 *,
.stake-8ueuay .stake-44b7rr p,
.stake-8ueuay .stake-kyuoux * {
  color: #000;
}

.stake-8ueuay .stake-1imq5o {
  background: 0 0 !important;
}

.stake-8ueuay .stake-6ag8y7 {
  color: #000;
}

.stake-8ueuay .stake-m4pwxm.stake-4mo9cf {
  color: #fff;
}

.stake-8ueuay .stake-rlf304 {
  color: #000;
}

.stake-8ueuay
  .stake-bubgp7
  .stake-9vd1er.stake-4mo9cf.stake-uxs002 {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.stake-q43de0,
body .stake-wzrdp0 {
  color: #000;
  background: var(--color-body) !important;
}

.stake-q43de0 .stake-te4qsw .stake-503v34,
body .stake-wzrdp0 .stake-te4qsw .stake-503v34 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-kqwhct:focus,
  .stake-kqwhct:hover {
    color: #f9cb16;
  }
  .stake-5yed5u:focus,
  .stake-5yed5u:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-6dgsn9:focus img,
  .stake-6dgsn9:focus svg,
  .stake-6dgsn9:hover img,
  .stake-6dgsn9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stake-a3gvom {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stake-b7w9t9:hover .stake-5pcrm5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stake-5pcrm5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stake-u53cvi {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stake-0xj70i {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-d8zpcd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stake-jyzsqp .stake-m8ufvo {
    grid-template-columns: 1fr;
  }
  .stake-jyzsqp .stake-zex5z0 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .stake-jyzsqp .stake-eq8mod {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-jyzsqp .stake-mhtnjv {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-jyzsqp .stake-jrxnco {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stake-jyzsqp .stake-eq8mod:not(:first-child) {
    border: none;
  }
  .stake-jyzsqp .stake-eq8mod:first-child .stake-mhtnjv {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stake-jyzsqp .stake-eq8mod:last-child .stake-mhtnjv {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stake-7mrykk {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stake-jt0m0e {
    max-width: 100px;
  }
  .stake-qncoz1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stake-ythbfg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stake-ythbfg svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stake-w6be7b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stake-qncoz1 + .stake-ythbfg {
    margin-left: auto;
  }
  .stake-ezxd9m {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .stake-ezxd9m.stake-qnhujj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stake-u1ifh8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .stake-qberuy {
    width: 100%;
  }
  .stake-qberuy:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stake-bekp2t {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stake-bekp2t svg {
    margin-right: 4px;
  }
  .stake-b7w9t9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .stake-5pcrm5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stake-5pcrm5 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .stake-n34euj {
    display: none;
    width: 100%;
  }
  .stake-b7w9t9.stake-qnhujj .stake-n34euj {
    padding: 0 0 0 48px;
  }
  .stake-jfl9cp {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stake-zdmru9 .stake-as0qvi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .stake-rp1ftw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-rp1ftw + .stake-rp1ftw {
    margin-right: 0;
  }
  .stake-rp1ftw + .stake-as0qvi {
    margin: 0;
  }
  .stake-u53cvi {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-0xj70i {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-bbcq3b,
  .stake-fp6sox {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-9iryy6 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stake-9iryy6.stake-ih9y3w .stake-a7ercy {
    grid-column: auto;
    grid-row: auto;
  }
  .stake-9iryy6 > .stake-fuzocp {
    grid-column: 1/2;
  }
  .stake-9iryy6.stake-ih9y3w > :not(.get-image) {
    grid-column: 1/2;
  }
  .stake-9iryy6 .stake-as0qvi,
  .stake-9iryy6.stake-ih9y3w > .stake-as0qvi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-9iryy6.stake-ih9y3w > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stake-11o4xo.stake-gc1ppr .stake-9iryy6 > .stake-as0qvi {
    grid-row: 1/2;
  }
  .stake-9iryy6 .stake-fuzocp ~ .stake-as0qvi,
  .stake-9iryy6.stake-ih9y3w .stake-fuzocp ~ .stake-as0qvi {
    grid-row: 2/3;
  }
  .stake-11o4xo.stake-gc1ppr .stake-fuzocp ~ .stake-as0qvi {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stake-4vld4v:first-child .stake-q5usfv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-4vld4v:first-child .stake-q5usfv h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stake-4vld4v {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stake-4vld4v {
    padding: 0;
  }
  .stake-i79o3r {
    margin-top: 1rem;
  }
  .stake-xq4gvw {
    border-radius: 5px;
  }
  .stake-gqwy84 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-1k98t9::after {
    display: inline-block;
  }
  .stake-1k98t9 {
    margin: 0;
    width: 100%;
  }
  .stake-erbde5 {
    width: 100%;
  }
  .stake-erbde5.stake-1wyn5k {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .stake-erbde5.stake-1wyn5k .stake-2lyzuc {
    width: 100%;
  }
  .stake-erbde5.stake-1wyn5k .stake-2lyzuc:not(:last-child) {
    margin-right: 0;
  }
  .stake-kqwhct {
    width: 100%;
    text-align: center;
  }
  .stake-niwjjl.stake-qnhujj .stake-erbde5 {
    margin-top: 1rem;
  }
  .stake-u53cvi {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-d8zpcd,
  .stake-0xj70i {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-bbcq3b,
  .stake-fp6sox,
  .stake-9qd5lx {
    grid-template-columns: 1fr;
  }
  .stake-z82yxe {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stake-53vspi {
    min-width: 300px;
    max-width: 325px;
  }
  .stake-mhtnjv {
    cursor: auto;
  }
  .stake-p4s512 .stake-mhtnjv {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-sgjn11 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stake-n34euj {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .stake-sgjn11 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stake-rp1ftw p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stake-ythbfg {
    margin: 0 -0.2rem;
  }
  .stake-rp1ftw {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stake-vojk9a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .stake-lrfq4n {
    max-width: 100%;
  }
  .stake-u53cvi {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-d8zpcd,
  .stake-0xj70i {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stake-7mrykk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-ythbfg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .stake-e2qc2r {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-cgc6s0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-vm5dsb,
  .stake-jn3zzr {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stake-2vyx73 {
    width: 100%;
  }
  .stake-u53cvi {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stake-sgjn11 {
    top: 127px !important;
  }
}

.stake-y8c0js {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stake-y8c0js {
  }
}

@media (max-width: 767px) {
  .stake-y8c0js {
    margin-bottom: 12px;
  }
}

.stake-y8c0js img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stake-89xbhi {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stake-89xbhi > .stake-r06823 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stake-89xbhi {
    flex-direction: column;
    gap: 12px;
  }
}

.stake-04861k {
  display: flex;
}

.stake-04861k .stake-l2cx0c {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.stake-04861k .stake-w4ngzz {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.stake-04861k .stake-7emjl7 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stake-04861k .stake-sxnwup {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.stake-04861k .stake-sxnwup:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-04861k .stake-95uyv0 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stake-0iz9ay {
  border: unset;
  background-color: unset;
}

.stake-0iz9ay tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stake-0iz9ay .stake-7prsnq,
.stake-0iz9ay .stake-ebdzf5 {
  flex: 0 1 330px;
}

.stake-0iz9ay .stake-cjv8wz {
  flex: 1 1;
}

.stake-0iz9ay tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-0iz9ay tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stake-0iz9ay tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stake-0iz9ay tr td p {
  color: #fff;
  margin: 0;
}

.stake-0iz9ay tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stake-0iz9ay tr.stake-7prsnq td p {
  padding: 16px 0;
}

.stake-0iz9ay tr.stake-7prsnq td p:not(:last-child),
.stake-0iz9ay tr.stake-ebdzf5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stake-0iz9ay tr.stake-7prsnq td p:first-child,
.stake-0iz9ay tr.stake-ebdzf5 td p:first-child {
  padding-top: 0;
}

.stake-0iz9ay tr.stake-ebdzf5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-0iz9ay tr.stake-ebdzf5 td p:last-child {
  padding-bottom: 0;
}

.stake-0iz9ay .stake-ebdzf5 img {
  max-width: 32px;
}

.stake-0iz9ay .stake-cjv8wz {
  min-width: 718px;
}

.stake-0iz9ay .stake-cjv8wz td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stake-0iz9ay .stake-cjv8wz td {
  display: flex;
}

.stake-0iz9ay .stake-cjv8wz td:last-child .stake-e5g32f,
.stake-0iz9ay .stake-cjv8wz td:last-child .stake-6vqev5,
.stake-0iz9ay .stake-cjv8wz td:last-child .stake-wthte3 {
  flex: 1 1 50%;
}

.stake-0iz9ay .stake-cjv8wz td:last-child .stake-xlk29k {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-0iz9ay .stake-cjv8wz td:last-child .stake-izb1g9,
.stake-0iz9ay .stake-cjv8wz td:last-child .stake-g7fl8q {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stake-0iz9ay .stake-cjv8wz td:last-child .stake-e5g32f,
.stake-0iz9ay .stake-cjv8wz td:last-child .stake-6vqev5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-0iz9ay .stake-cjv8wz td:last-child .stake-e5g32f span,
.stake-0iz9ay .stake-cjv8wz td:last-child .stake-6vqev5 span {
  font-weight: 800;
}

.stake-0iz9ay .stake-cjv8wz img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stake-0iz9ay .stake-cjv8wz td .stake-wthte3:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stake-0iz9ay tr.stake-7prsnq td p:last-child {
    padding-bottom: 0;
  }
  .stake-0iz9ay .stake-ebdzf5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stake-0iz9ay .stake-ebdzf5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stake-0iz9ay tr.stake-7prsnq td p:not(:last-child),
  .stake-0iz9ay tr.stake-ebdzf5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .stake-0iz9ay tr.stake-ebdzf5 td p:last-child {
    padding-bottom: 12px;
  }
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-e5g32f,
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-6vqev5,
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-wthte3 {
    flex: 1 1 50%;
    padding: 0;
  }
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-e5g32f,
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-6vqev5 {
    margin-top: 16px;
  }
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-wthte3 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-e5g32f {
    border-right: 1px solid var(--border-color);
  }
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-wthte3:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stake-0iz9ay .stake-cjv8wz td:last-child .stake-wthte3:last-child {
    padding-bottom: 0;
  }
}

.stake-wthte3 {
  display: flex;
  flex-direction: column;
}

.stake-0iz9ay .stake-cjv8wz td .stake-wthte3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stake-0iz9ay .stake-cjv8wz td .stake-wthte3:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stake-0iz9ay .stake-cjv8wz td .stake-wthte3:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stake-0iz9ay .stake-cjv8wz td .stake-wthte3:not(:first-child) {
    padding-left: 0;
  }
  .stake-0iz9ay .stake-cjv8wz td .stake-wthte3:not(:last-of-type) {
    border-right: unset;
  }
}

.stake-0iz9ay .stake-8eio34 {
  flex: 0 1 485px;
}

.stake-0iz9ay .stake-88y4hu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stake-0iz9ay .stake-88y4hu li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-0iz9ay .stake-88y4hu li.stake-cnet5n {
  padding: 6px 12px;
}

.stake-0iz9ay .stake-88y4hu li a,
.stake-0iz9ay .stake-88y4hu li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.stake-0iz9ay .stake-uaju12,
.stake-0iz9ay .stake-yq804p {
  flex: 1 1;
}

.stake-0iz9ay .stake-3ff9qa,
.stake-0iz9ay .stake-7gci0s {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stake-0iz9ay .stake-3ff9qa li,
.stake-0iz9ay .stake-7gci0s li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-0iz9ay .stake-yq804p img {
  max-width: 32px;
}

.stake-0iz9ay .stake-uaju12 img {
  max-width: 32px;
}

.stake-0iz9ay .stake-ygrl6q {
  min-width: 280px;
}

.stake-0iz9ay .stake-ygrl6q img {
  max-width: 146px;
}

.stake-0iz9ay .stake-ygrl6q td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stake-0iz9ay .stake-7prsnq,
  .stake-0iz9ay .stake-ebdzf5 {
    flex: 0 1 auto;
  }
  .stake-0iz9ay .stake-cjv8wz {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stake-0iz9ay .stake-7prsnq,
  .stake-0iz9ay .stake-8eio34,
  .stake-0iz9ay .stake-ebdzf5,
  .stake-0iz9ay .stake-cjv8wz {
    flex: 1 1 calc(50% - 20px);
  }
  .stake-0iz9ay .stake-uaju12,
  .stake-0iz9ay .stake-ygrl6q,
  .stake-0iz9ay .stake-yq804p {
    flex: 1 1 30%;
  }
  .stake-0iz9ay .stake-ygrl6q {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stake-0iz9ay .stake-7prsnq,
  .stake-0iz9ay .stake-8eio34,
  .stake-0iz9ay .stake-uaju12,
  .stake-0iz9ay .stake-ebdzf5,
  .stake-0iz9ay .stake-cjv8wz,
  .stake-0iz9ay .stake-ygrl6q,
  .stake-0iz9ay .stake-yq804p {
    flex: 1 1 100%;
  }
}

.stake-g9sqos .stake-m1apt0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stake-g9sqos .stake-t28vyd {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stake-g9sqos .stake-4hkjms {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stake-g9sqos .stake-npxi3y {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stake-g9sqos .stake-npxi3y > :nth-child(3) {
  margin-top: 0;
}

.stake-g9sqos .stake-as0qvi {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stake-g9sqos .stake-g86e28 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stake-g9sqos .stake-i79o3r {
  grid-column: 1/2;
}

.stake-g9sqos > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stake-g9sqos .stake-t28vyd:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.stake-g9sqos .stake-t28vyd:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stake-g9sqos .stake-2vyx73 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stake-g9sqos .stake-t28vyd:not(:last-child):before {
    bottom: 8px;
  }
  .stake-g9sqos .stake-t28vyd:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stake-g9sqos .stake-npxi3y {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stake-g9sqos .stake-as0qvi {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stake-g9sqos .stake-as0qvi img {
    width: 100%;
    height: auto;
  }
  .stake-g9sqos .stake-2vyx73 {
    width: 100%;
    min-width: unset;
  }
}

.stake-ijk4ux .stake-utjloq {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stake-ijk4ux .stake-b9v6x9 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.stake-ijk4ux .stake-as0qvi {
  height: 100%;
}

.stake-ijk4ux .stake-as0qvi img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stake-ijk4ux .stake-xzl7t3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stake-ijk4ux .stake-psou3y {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stake-ijk4ux .stake-60wbxi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stake-ijk4ux .stake-b9v6x9 {
    flex: 1 1 100%;
  }
  .stake-ijk4ux .stake-g0yv6o {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stake-ijk4ux .stake-b9v6x9 {
    flex-direction: column;
  }
  .stake-ijk4ux .stake-as0qvi {
    width: 100%;
    height: auto;
  }
  .stake-ijk4ux .stake-as0qvi img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stake-ijk4ux .stake-xzl7t3 {
    padding: 0 16px 16px 16px;
  }
  .stake-ijk4ux .stake-g0yv6o {
    min-width: unset;
    width: 100%;
  }
}

.stake-b4q8ir .stake-2gbk6x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stake-b4q8ir .stake-t9b5d3 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stake-b4q8ir img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.stake-b4q8ir .stake-0wq6sl {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.stake-b4q8ir .stake-t9b5d3:hover .stake-0wq6sl {
  display: flex;
}

.stake-b4q8ir .stake-ez1vht {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-b4q8ir .stake-x5vdf6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stake-cxmzeo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.stake-cxmzeo.stake-34d7za {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stake-vasfks ease-in-out;
}

.stake-cxmzeo.stake-34d7za:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stake-b4q8ir .stake-vcywd0 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stake-vasfks ease-in-out;
}

.stake-b4q8ir .stake-vcywd0:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stake-b4q8ir .stake-vcywd0:after,
.stake-cxmzeo.stake-34d7za:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stake-cxmzeo.stake-34d7za:after {
  background-image: url(../images/Cash.svg);
}

.stake-b4q8ir .stake-vcywd0:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stake-b4q8ir .stake-2gbk6x {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stake-b4q8ir .stake-2gbk6x {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stake-b4q8ir .stake-2gbk6x {
    grid-template-columns: 1fr;
  }
  .stake-b4q8ir .stake-t9b5d3 {
    height: auto;
  }
  .stake-b4q8ir .stake-t9b5d3 .stake-0wq6sl {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stake-b4q8ir .stake-ez1vht,
  .stake-b4q8ir .stake-x5vdf6 {
    text-align: left;
  }
  .stake-b4q8ir .stake-x5vdf6 {
    margin-bottom: 8px;
  }
  .stake-b4q8ir img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stake-xf989g {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.stake-xf989g.stake-p4hhoz {
  display: block;
}

.stake-xf989g .stake-jvr36o {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.stake-xf989g .stake-scralq {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stake-xf989g .stake-mce3de {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stake-xf989g .stake-bbqh05 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stake-xf989g .stake-cxmzeo {
  min-width: 296px;
  margin-bottom: 0;
}

.stake-xf989g .stake-wzxd96 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stake-xf989g .stake-235w7k {
  position: relative;
  flex: 1 1;
}

.stake-xf989g .stake-235w7k iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stake-xf989g .stake-scralq {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stake-xf989g .stake-mce3de {
    order: 1;
  }
  .stake-xf989g .stake-bbqh05 {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-xf989g .stake-cxmzeo {
    width: 100%;
    min-width: unset;
  }
  .stake-xf989g .stake-wzxd96 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stake-9iryy6 > .stake-fuzocp {
    margin-bottom: 0;
  }
  .stake-9iryy6 > .stake-i79o3r,
  .stake-9iryy6 > p {
    margin-top: 0;
  }
}

.stake-t8p3h4 img,
.stake-rp1ftw img {
  width: auto;
  object-fit: contain;
}

.stake-t8p3h4 {
  align-items: center;
}

.stake-t8p3h4 img {
  max-height: 76px;
}

.stake-rp1ftw img {
  max-height: 64px;
}

.stake-es35oe {
  overflow: auto;
}

.stake-co4xe9 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stake-d3mkh5:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stake-jmxugp {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stake-3t0nfz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stake-jmxugp .stake-as0qvi {
  margin-right: 20px;
  flex-shrink: 0;
}

.stake-jmxugp img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stake-teqcfg {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stake-teqcfg > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-jmxugp {
    padding: 15px 10px;
  }
  .stake-teqcfg {
    padding: 15px 10px;
  }
  .stake-jmxugp .stake-as0qvi {
    margin-right: 10px;
  }
}

.stake-frzplf {
  overflow-x: auto;
}

.stake-cazlis {
  border-collapse: collapse;
  width: 100%;
}

.stake-frzplf th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stake-frzplf td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stake-frzplf td.stake-zyhxkn {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stake-frzplf td.stake-gr2rib {
  border-right: none;
}

.stake-frzplf td.stake-gr2rib .stake-as0qvi {
  justify-content: flex-start;
}

.stake-frzplf td.stake-gr2rib .stake-as0qvi img {
  height: auto;
  width: 90px;
}

.stake-frzplf td.stake-71vpum,
.stake-frzplf td.stake-814v4t {
  font-weight: 600;
  text-align: right;
}

.stake-frzplf td.stake-axs79c,
.stake-frzplf td.stake-71vpum {
  padding-bottom: 10px;
  border-bottom: none;
}

.stake-frzplf td.stake-71vpum,
.stake-frzplf td.stake-814v4t {
  border-left: none;
}

.stake-frzplf td.stake-axs79c,
.stake-frzplf td.stake-8444ni {
  border-right: none;
}

.stake-frzplf td.stake-8444ni,
.stake-frzplf td.stake-814v4t {
  border-top: none;
  padding-top: 10px;
}

.stake-xv07cx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.stake-xv07cx .stake-g0yv6o {
  min-width: unset;
  width: 100%;
}

.stake-xv07cx .stake-g0yv6o.stake-avh726 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stake-xv07cx .stake-g0yv6o.stake-koicc9 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stake-xv07cx .stake-1jj5q4 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-xv07cx {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stake-xv07cx .stake-g0yv6o.stake-avh726 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-xv07cx .stake-g0yv6o.stake-koicc9 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stake-xv07cx .stake-1jj5q4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stake-3z935l {
  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;
}

.stake-hf7s1v {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stake-sloix4 p a img {
  margin: 0 auto;
  display: block;
}

.stake-sloix4 table {
  margin-bottom: 17px;
}

/* contanct form */
.stake-o9fgoa {
  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-o9fgoa label {
  font-size: 14px;
}

.stake-o9fgoa h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-o9fgoa input,
.stake-o9fgoa textarea,
.stake-o9fgoa 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-o9fgoa button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-vasfks ease;
}
.stake-o9fgoa button:hover {
  background-color: #691204;
}
.stake-ngkh4m {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-0ecus3 ease-in;
}

.stake-ngkh4m h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}

.stake-ns2yxl {
    padding: 50px 0 0 50px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.stake-ns2yxl .stake-z5xdd7 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-ns2yxl .stake-r1hshz {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-ns2yxl a {
    max-width: 300px;
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    border: 1px solid var(--border-color);
    transition: 0.2s;
    text-align: center;
    padding: 15px;
}

@media (max-width: 853px) {
    .stake-ns2yxl .stake-z5xdd7 {
        font-size: 26px;
    }

    .stake-ns2yxl .stake-r1hshz {
        font-size: 20px;
    }

    .stake-ns2yxl a {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 581px) {
    .stake-ns2yxl .stake-z5xdd7 {
        text-align: center;
        padding: 0 25px;
        font-size: 30px;
        overflow-wrap: break-word;
    }

    .stake-ns2yxl .stake-r1hshz {
        text-align: center;
        padding: 0 25px;
        font-size: 24px;
        overflow-wrap: break-word;
    }

    .stake-ns2yxl {
        padding: 0 15px;
        margin-top: 100px;
        padding: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: center;
    }
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.stake-g3ng6s, .stake-030baa, [class*="review-card"],
thead, thead th, table th, .stake-y21lfz,
.stake-a9p75b, [class*="collapsible-header"],
.stake-n5prov, [class*="updated-block"] {
  color: #ece7dc !important;
}
