@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-dzhojv {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-mmi33c {
  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-1q2ed5,
ul.stake-1q2ed5 {
  padding-left: 20px;
}

ul.stake-1q2ed5 {
  list-style: disc;
}

ol.stake-1q2ed5 {
  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-we3sey > .stake-ddrf70,
.stake-we3sey > .stake-rhn4wg,
.stake-we3sey > blockquote,
.stake-we3sey > h1,
.stake-we3sey > h2,
.stake-we3sey > h3,
.stake-we3sey > h4,
.stake-we3sey > h5,
.stake-we3sey > h6,
.stake-we3sey > ol,
.stake-we3sey > p,
.stake-we3sey > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-we3sey > ol,
.stake-we3sey > ul {
  padding-left: 50px;
}

.stake-we3sey 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-we3sey:not(:last-child) {
  margin-bottom: 2rem;
}

.stake-we3sey > :not(:first-child) {
  margin-top: 2rem;
}

.stake-we3sey {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-we3sey:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stake-we3sey:first-child {
    margin-top: 20px;
  }
}

.stake-we3sey > p:last-of-type {
  margin-bottom: 32px;
}

.stake-we3sey > .stake-lwraau:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stake-qxl5fw > .stake-lwraau {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-rhn4wg {
  overflow: auto;
}

.stake-rhn4wg::-webkit-scrollbar {
  height: 5px;
}

.stake-rhn4wg table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stake-rhn4wg table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stake-rhn4wg table thead,
table thead {
  border-bottom: none;
}

.stake-rhn4wg table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stake-rhn4wg table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stake-rhn4wg table td,
table td {
  border: 1px solid var(--border-color);
  padding: 15px 5px;
}

.stake-rhn4wg .stake-rx31fj {
  table-layout: auto;
}

.stake-rhn4wg .stake-rx31fj th {
  word-break: normal;
}

.stake-rhn4wg .stake-rx31fj td {
  word-break: normal;
}

.stake-dzhojv .stake-dzhojv {
  padding-right: 0;
  padding-left: 0;
}

.stake-wllcg8 {
  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-0sk7z7 {
  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-8inu13 {
  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-ddrf70 {
  margin-top: 24px;
}

.stake-ddrf70.stake-tmwu4b {
  text-align: left;
}

.stake-ddrf70.stake-jr6znd {
  text-align: right;
}

.stake-ddrf70.stake-r8d6jr {
  text-align: center;
}

.stake-6w3mcc {
  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-x43mle ease-in-out;
  cursor: pointer;
}

.stake-6w3mcc:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stake-6w3mcc {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stake-6w3mcc {
    min-width: unset;
  }
}

.stake-ua9izr {
  background-color: var(--fh-bg-color);
}

.stake-ewk3dw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stake-g6h5kz {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stake-g6h5kz img {
  max-height: 80px;
  object-fit: contain;
}

.stake-f9uwbl {
  flex: 1 1;
}

.stake-re2ag6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stake-y65s8y {
  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-y65s8y 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-y65s8y.stake-j6745h span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stake-y65s8y.stake-j6745h span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stake-y65s8y.stake-j6745h span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stake-f9uwbl + .stake-re2ag6 {
  margin-left: 20px;
}

.stake-ty8jam {
  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-ty8jam > svg {
  max-width: 24px;
  max-height: 24px;
}

.stake-ty8jam + .stake-ty8jam {
  margin-left: 5px;
}

.stake-ckjw65 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stake-ckjw65:hover {
  background-color: var(--button-bg-hover);
}

.stake-7t4zl3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stake-x43mle ease-in-out;
  border: 1px solid var(--border-color);
}

.stake-7t4zl3:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stake-k453vm {
  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-f9uwbl {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stake-k453vm {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stake-f9uwbl {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stake-ty8jam {
    min-width: unset;
    flex: 1 1;
  }
}

.stake-7gcnsy {
  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-7gcnsy:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stake-7gcnsy:hover .stake-0yhqoe {
  opacity: 1;
  pointer-events: auto;
  padding: 15px;
}

.stake-r2t5wh {
  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-8mx72b ease-in-out;
  gap: 4px;
}

.stake-r2t5wh > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-r2t5wh .stake-wllcg8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-y7niq4,
.stake-r2t5wh:hover {
  color: var(--button-bg-hover);
}

.stake-1p7e0a {
  position: relative;
}

.stake-1p7e0a .stake-r2t5wh {
  margin-right: 0;
  padding-right: 4px;
}

.stake-jrdd2x svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-1p7e0a.stake-j6745h .stake-jrdd2x svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stake-1p7e0a.stake-j6745h .stake-0yhqoe {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stake-1p7e0a.stake-j6745h .stake-0yhqoe::before {
  display: none;
}

.stake-jrdd2x svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-0yhqoe {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stake-3jl2b8 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stake-0yhqoe::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stake-0yhqoe:hover {
  color: var(--fh-bg-color);
}

.stake-2f368k {
  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-3jl2b8 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stake-8mx72b ease-in-out;
  -o-transition: 0.stake-8mx72b ease-in-out;
  transition: 0.stake-8mx72b ease-in-out;
}

.stake-2f368k .stake-wllcg8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-snvtk6,
.stake-2f368k:hover {
  color: var(--button-bg-hover);
}

.stake-yd2g6p {
  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-yd2g6p.stake-4ue3db {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stake-yd2g6p.stake-4ue3db:after,
.stake-yd2g6p.stake-4ue3db:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stake-yd2g6p.stake-4ue3db: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-yd2g6p.stake-4ue3db:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stake-yd2g6p.stake-4ue3db > * {
  z-index: 1;
}

.stake-yd2g6p b,
.stake-yd2g6p strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stake-yd2g6p .stake-wkhdzo {
  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-yd2g6p .stake-ww7vwg {
  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-yd2g6p .stake-wllcg8 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stake-yd2g6p .stake-58etst {
  margin-top: 12px;
}

.stake-58etst {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stake-blbwdd {
  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-58etst .stake-wi0kk3 {
  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-x43mle ease-in-out;
}

.stake-58etst .stake-wi0kk3:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stake-6fqvs1 {
  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-yd2g6p.stake-vafu8e {
  gap: 12px;
  padding: 16px;
}

.stake-yd2g6p.stake-vafu8e .stake-6fqvs1 {
  min-width: 240px;
}

.stake-yd2g6p.stake-vafu8e .stake-6fqvs1.stake-8bh42l {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stake-yd2g6p .stake-wkhdzo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stake-yd2g6p .stake-ww7vwg {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stake-yd2g6p .stake-wllcg8 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stake-yd2g6p.stake-vafu8e .stake-wllcg8 {
    max-width: 126px;
  }
  .stake-yd2g6p .stake-58etst {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stake-yd2g6p .stake-blbwdd {
    max-width: unset;
  }
  .stake-6fqvs1 {
    min-width: unset;
    width: 100%;
  }
  .stake-yd2g6p .stake-6fqvs1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stake-yd2g6p.stake-vafu8e {
    grid-template-rows: auto 1fr auto;
  }
  .stake-yd2g6p.stake-vafu8e .stake-6fqvs1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stake-yd2g6p {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stake-yd2g6p .stake-wkhdzo {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stake-yd2g6p .stake-wllcg8 {
    max-width: 78px;
  }
  .stake-yd2g6p .stake-58etst {
    margin-top: -12px;
  }
  .stake-yd2g6p.stake-vafu8e {
    gap: 8px;
  }
  .stake-yd2g6p.stake-vafu8e .stake-wkhdzo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stake-yd2g6p.stake-vafu8e .stake-ww7vwg {
    grid-column: 1/3;
  }
  .stake-yd2g6p.stake-vafu8e .stake-wllcg8 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stake-yd2g6p.stake-vafu8e .stake-wllcg8 img {
    max-width: 114px;
  }
}

.stake-6fqvs1.stake-4zh2d2,
.stake-6fqvs1.stake-jsve2y,
.stake-6fqvs1.stake-3bwbn3 {
  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-x43mle ease-in-out;
}

.stake-6fqvs1.stake-4zh2d2,
.stake-6fqvs1.stake-3bwbn3 {
  padding: 10px;
}

.stake-6fqvs1.stake-4zh2d2:hover,
.stake-6fqvs1.stake-jsve2y:hover,
.stake-6fqvs1.stake-3bwbn3:hover {
  background: var(--button-bg-hover);
}

.stake-6fqvs1.stake-4zh2d2:hover svg path,
.stake-6fqvs1.stake-3bwbn3:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stake-6fqvs1.stake-8bh42l {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stake-x43mle ease-in-out;
  background: var(--button-bg-color);
}

.stake-6fqvs1.stake-8bh42l:hover {
  background-color: var(--button-bg-hover);
}

.stake-6fqvs1.stake-jsve2y: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-6fqvs1.stake-jsve2y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-6fqvs1.stake-8bh42l:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-gr1jc5 {
  max-width: 650px;
}

.stake-zkm618 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stake-gwt6wm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stake-xuwqel {
  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-8mx72b ease-in-out;
  cursor: pointer;
}

.stake-xuwqel:hover {
  opacity: 0.5;
}

.stake-xuwqel:focus {
  outline: 0;
}

.stake-xuwqel:focus .stake-56sjkp,
.stake-xuwqel:hover .stake-56sjkp {
  fill: red;
  fill-opacity: 1;
}

.stake-xuwqel:hover {
  cursor: pointer;
}

.stake-m2p7hq {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stake-gr1jc5.stake-r8d6jr {
  margin: 0 auto;
}

.stake-gr1jc5.stake-jr6znd {
  margin-left: auto;
}

.stake-3aw1qo {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stake-uuu4ma {
  padding-bottom: 50px;
}

.stake-datn5q {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stake-sq83gq {
  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-v0suto {
  margin-top: 24px;
}

.stake-qpj1o2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stake-qz0hng {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stake-i3vf4z {
  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-lg5psr {
  width: 468px;
}

.stake-i3vf4z .stake-0yhqoe {
  margin: 0.stake-qw0z6d 0;
}

.stake-8i4x2c {
  display: flex;
  min-width: 224px;
}

.stake-orlf2v {
  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-8mx72b ease-in-out;
}

.stake-n8uojw,
.stake-orlf2v:hover {
  color: var(--text-color);
}

.stake-iw8gd8 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stake-h82dr2 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stake-3aw1qo {
    padding: 16px;
  }
  .stake-iw8gd8 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stake-h82dr2 {
    align-items: center;
  }
  .stake-lg5psr {
    width: unset;
  }
  .stake-8i4x2c {
    min-width: unset;
  }
  .stake-i3vf4z {
    max-height: unset;
  }
  .stake-datn5q {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stake-3aw1qo {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stake-eyvm5k {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-eyvm5k:not(:last-child) {
  margin-bottom: 16px;
}

.stake-jgbzs4 {
  outline: 0;
}

.stake-jgbzs4 .stake-50eu4i {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stake-ngragn {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stake-ngragn {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stake-ngragn::-webkit-details-marker {
  display: none;
}

.stake-ngragn: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-ngragn: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-ngragn:after {
  transform: unset;
}

.stake-50eu4i {
  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-50eu4i 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-8mx72b ease-in-out;
  -o-transition: 0.stake-8mx72b ease-in-out;
  transition: 0.stake-8mx72b ease-in-out;
}

.stake-hzd49l {
  padding: 16px 0 0 0;
}

.stake-hzd49l * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stake-hzd49l :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-ngragn {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stake-ngragn::after {
    margin-left: auto;
  }
  .stake-50eu4i {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-ngragn {
    font-size: 14px;
    line-height: 130%;
  }
  .stake-50eu4i svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stake-8j5y0s {
  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-9jxmpi {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stake-8j5y0s.stake-j6745h .stake-9jxmpi {
  margin-bottom: 12px;
}

.stake-9jxmpi::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-8j5y0s.stake-j6745h .stake-9jxmpi::after {
  transform: unset;
}

.stake-0r3owt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stake-vaxksd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stake-8mx72b ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stake-vaxksd: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-8j5y0s.stake-j6745h .stake-0r3owt {
  max-height: 100%;
}

.stake-kx0nyx {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stake-xnjm2u {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stake-o06id0 {
  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-wkbr5e {
  margin-right: 4px;
}

.stake-kbie1j {
  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-8mx72b ease-in-out;
}

.stake-kbie1j svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stake-db3cja,
.stake-kbie1j:hover {
  color: var(--text-color);
}

.stake-c0q8nj {
  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-c0q8nj img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stake-c0q8nj .stake-n1lqsb {
  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-c0q8nj .stake-qwe7sd {
  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-5rs2yk {
  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-51lz7g {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-9hhufj .stake-dzhojv {
  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-9hhufj {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stake-pidwlj {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stake-4l0idg {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stake-dbdcgv {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stake-v5sfa2 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-dbdcgv:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stake-izv6qm {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stake-9mmwu5 {
  -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-8mx72b ease-in-out;
  transition: transform 0.stake-8mx72b ease-in-out;
  -o-transition: transform 0.stake-8mx72b ease-in-out;
  transition:
    transform 0.stake-8mx72b ease-in-out,
    -webkit-transform 0.stake-8mx72b ease-in-out;
  cursor: pointer;
}

.stake-9mmwu5 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stake-9mmwu5: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-p0xtro {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-p0xtro {
    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-l9es0o {
  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-8u4m1a {
  position: relative;
  width: 100%;
}

.stake-l9es0o.stake-94w4j7 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stake-l9es0o.stake-r8d6jr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stake-l9es0o.stake-jr6znd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stake-3cre02 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stake-ry2jik {
  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-8mx72b ease-in-out;
  cursor: pointer;
}

.stake-ry2jik:hover {
  opacity: 0.5;
}

.stake-l9es0o.stake-ku7hgc .stake-ry2jik {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stake-l9es0o.stake-ku7hgc .stake-3cre02 {
  cursor: pointer;
}

.stake-4i6zru {
  fill: #0009;
}

.stake-5iyfqh {
  fill: #fff;
}

.stake-ry2jik:hover .stake-4i6zru {
  fill: red;
}

.stake-ry2jik svg path {
  -webkit-transition: 0.stake-8mx72b ease-in-out;
  -o-transition: 0.stake-8mx72b ease-in-out;
  transition: 0.stake-8mx72b ease-in-out;
}

.stake-jzuqxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stake-jzuqxs > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stake-jzuqxs.stake-zt9x8m > :not(.get-image) {
  grid-column: 1/3;
}

.stake-kbhcs7:not(._h1-block) .stake-jzuqxs > .stake-lwraau {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stake-jzuqxs.stake-zt9x8m .stake-qa2n9d {
  grid-column: 2/3;
}

.stake-jzuqxs.stake-zt9x8m > .stake-wllcg8 {
  grid-column: 1/2;
}

.stake-jzuqxs.stake-zt9x8m > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stake-jzuqxs > p:first-of-type {
  margin-top: 0;
}

.stake-jzuqxs .stake-wllcg8 {
  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-kbhcs7:not(._h1-block) .stake-lwraau ~ .stake-wllcg8 {
  grid-row: 2/10;
}

.stake-kbhcs7.stake-rs9b7h .stake-lwraau ~ .stake-wllcg8 {
  grid-row: 1/10;
}

.stake-kbhcs7.stake-rs9b7h > .stake-lwraau {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stake-kbhcs7.stake-rs9b7h .stake-wllcg8 {
  grid-row: 1/10;
}

.stake-jzuqxs.stake-y9fd1m .stake-wllcg8 {
  align-items: flex-start;
}

.stake-jzuqxs.stake-r8d6jr .stake-qa2n9d {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stake-jzuqxs.stake-r8d6jr .stake-wllcg8 {
  align-items: center;
}

.stake-jzuqxs.stake-t8siow .stake-wllcg8 {
  align-items: flex-end;
}

.stake-qa2n9d > :first-child {
  margin-top: 0;
}

.stake-qa2n9d > :last-child {
  margin-bottom: 0;
}

* + .stake-opl5un,
.stake-kbhcs7 + .stake-kbhcs7 {
  margin-top: 2rem;
}

.stake-uejz33 td::before,
.stake-uejz33 th::after {
  display: none !important;
}

.stake-uejz33 #link-selector {
  color: #000;
}

.stake-uejz33 .stake-36qk6w {
  color: #135e96;
}

.stake-uejz33 .stake-1cszhu *,
.stake-uejz33 .stake-qx5us0 p,
.stake-uejz33 .stake-92h4et * {
  color: #000;
}

.stake-uejz33 .stake-04vc4a {
  background: 0 0 !important;
}

.stake-uejz33 .stake-9e1uqo {
  color: #000;
}

.stake-uejz33 .stake-wbrimz.stake-0l93ap {
  color: #fff;
}

.stake-uejz33 .stake-4u2hlz {
  color: #000;
}

.stake-uejz33
  .stake-si9j3s
  .stake-kvypnx.stake-0l93ap.stake-5n2w52 {
  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-lyrgb0,
body .stake-f6zpx8 {
  color: #000;
  background: var(--color-body) !important;
}

.stake-lyrgb0 .stake-uvgdog .stake-m0y942,
body .stake-f6zpx8 .stake-uvgdog .stake-m0y942 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-vaxksd:focus,
  .stake-vaxksd:hover {
    color: #f9cb16;
  }
  .stake-agmgqd:focus,
  .stake-agmgqd:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-dev34f:focus img,
  .stake-dev34f:focus svg,
  .stake-dev34f:hover img,
  .stake-dev34f:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stake-c0q8nj {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stake-1p7e0a:hover .stake-jrdd2x svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stake-jrdd2x {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stake-t65975 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stake-drpvzu {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-qu9wn7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stake-5qvfdv .stake-53mi5d {
    grid-template-columns: 1fr;
  }
  .stake-5qvfdv .stake-4tszox {
    -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-5qvfdv .stake-4ps70a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-5qvfdv .stake-923iio {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-5qvfdv .stake-x6t8sv {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stake-5qvfdv .stake-4ps70a:not(:first-child) {
    border: none;
  }
  .stake-5qvfdv .stake-4ps70a:first-child .stake-923iio {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stake-5qvfdv .stake-4ps70a:last-child .stake-923iio {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stake-ewk3dw {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stake-g6h5kz {
    max-width: 100px;
  }
  .stake-f9uwbl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stake-re2ag6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stake-re2ag6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stake-y65s8y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stake-f9uwbl + .stake-re2ag6 {
    margin-left: auto;
  }
  .stake-0vz95j {
    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-0vz95j.stake-j6745h {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stake-k453vm {
    -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-7gcnsy {
    width: 100%;
  }
  .stake-7gcnsy:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stake-r2t5wh {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stake-r2t5wh svg {
    margin-right: 4px;
  }
  .stake-1p7e0a {
    -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-jrdd2x svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stake-jrdd2x {
    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-0yhqoe {
    display: none;
    width: 100%;
  }
  .stake-1p7e0a.stake-j6745h .stake-0yhqoe {
    padding: 0 0 0 48px;
  }
  .stake-2f368k {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stake-sq83gq .stake-wllcg8 {
    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-vbfs9u {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-vbfs9u + .stake-vbfs9u {
    margin-right: 0;
  }
  .stake-vbfs9u + .stake-wllcg8 {
    margin: 0;
  }
  .stake-t65975 {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-drpvzu {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-c9835a,
  .stake-4x96m8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-jzuqxs {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stake-jzuqxs.stake-zt9x8m .stake-qa2n9d {
    grid-column: auto;
    grid-row: auto;
  }
  .stake-jzuqxs > .stake-lwraau {
    grid-column: 1/2;
  }
  .stake-jzuqxs.stake-zt9x8m > :not(.get-image) {
    grid-column: 1/2;
  }
  .stake-jzuqxs .stake-wllcg8,
  .stake-jzuqxs.stake-zt9x8m > .stake-wllcg8 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-jzuqxs.stake-zt9x8m > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stake-kbhcs7.stake-rs9b7h .stake-jzuqxs > .stake-wllcg8 {
    grid-row: 1/2;
  }
  .stake-jzuqxs .stake-lwraau ~ .stake-wllcg8,
  .stake-jzuqxs.stake-zt9x8m .stake-lwraau ~ .stake-wllcg8 {
    grid-row: 2/3;
  }
  .stake-kbhcs7.stake-rs9b7h .stake-lwraau ~ .stake-wllcg8 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stake-we3sey:first-child .stake-8kx4tc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-we3sey:first-child .stake-8kx4tc h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stake-we3sey {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stake-we3sey {
    padding: 0;
  }
  .stake-ddrf70 {
    margin-top: 1rem;
  }
  .stake-jgbzs4 {
    border-radius: 5px;
  }
  .stake-remqcy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-9jxmpi::after {
    display: inline-block;
  }
  .stake-9jxmpi {
    margin: 0;
    width: 100%;
  }
  .stake-0r3owt {
    width: 100%;
  }
  .stake-0r3owt.stake-7c1g44 {
    -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-0r3owt.stake-7c1g44 .stake-32hlhc {
    width: 100%;
  }
  .stake-0r3owt.stake-7c1g44 .stake-32hlhc:not(:last-child) {
    margin-right: 0;
  }
  .stake-vaxksd {
    width: 100%;
    text-align: center;
  }
  .stake-8j5y0s.stake-j6745h .stake-0r3owt {
    margin-top: 1rem;
  }
  .stake-t65975 {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-qu9wn7,
  .stake-drpvzu {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-c9835a,
  .stake-4x96m8,
  .stake-mnrlj2 {
    grid-template-columns: 1fr;
  }
  .stake-6b7h18 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stake-1h89wv {
    min-width: 300px;
    max-width: 325px;
  }
  .stake-923iio {
    cursor: auto;
  }
  .stake-n8urr8 .stake-923iio {
    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-p0xtro {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stake-0yhqoe {
    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-p0xtro {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stake-vbfs9u p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stake-re2ag6 {
    margin: 0 -0.2rem;
  }
  .stake-vbfs9u {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stake-mxs8hd {
    -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-ugltii {
    max-width: 100%;
  }
  .stake-t65975 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-qu9wn7,
  .stake-drpvzu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stake-ewk3dw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-re2ag6 {
    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-ua9izr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-ty8jam {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-0odmxn,
  .stake-zh68wl {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stake-6w3mcc {
    width: 100%;
  }
  .stake-t65975 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stake-p0xtro {
    top: 127px !important;
  }
}

.stake-wwgr39 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stake-wwgr39 {
  }
}

@media (max-width: 767px) {
  .stake-wwgr39 {
    margin-bottom: 12px;
  }
}

.stake-wwgr39 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stake-lmgfng {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stake-lmgfng > .stake-urq53q {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stake-lmgfng {
    flex-direction: column;
    gap: 12px;
  }
}

.stake-91fha7 {
  display: flex;
}

.stake-91fha7 .stake-usg1km {
  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-91fha7 .stake-1z1t67 {
  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-91fha7 .stake-wncoaj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stake-91fha7 .stake-mhmgjm {
  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-91fha7 .stake-mhmgjm:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-91fha7 .stake-s7gyhq {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stake-xzcoq7 {
  border: unset;
  background-color: unset;
}

.stake-xzcoq7 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stake-xzcoq7 .stake-50f70u,
.stake-xzcoq7 .stake-kv8n5w {
  flex: 0 1 330px;
}

.stake-xzcoq7 .stake-r8jmds {
  flex: 1 1;
}

.stake-xzcoq7 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-xzcoq7 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stake-xzcoq7 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stake-xzcoq7 tr td p {
  color: #fff;
  margin: 0;
}

.stake-xzcoq7 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stake-xzcoq7 tr.stake-50f70u td p {
  padding: 16px 0;
}

.stake-xzcoq7 tr.stake-50f70u td p:not(:last-child),
.stake-xzcoq7 tr.stake-kv8n5w td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stake-xzcoq7 tr.stake-50f70u td p:first-child,
.stake-xzcoq7 tr.stake-kv8n5w td p:first-child {
  padding-top: 0;
}

.stake-xzcoq7 tr.stake-kv8n5w td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-xzcoq7 tr.stake-kv8n5w td p:last-child {
  padding-bottom: 0;
}

.stake-xzcoq7 .stake-kv8n5w img {
  max-width: 32px;
}

.stake-xzcoq7 .stake-r8jmds {
  min-width: 718px;
}

.stake-xzcoq7 .stake-r8jmds td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stake-xzcoq7 .stake-r8jmds td {
  display: flex;
}

.stake-xzcoq7 .stake-r8jmds td:last-child .stake-g61jbi,
.stake-xzcoq7 .stake-r8jmds td:last-child .stake-jrnrdr,
.stake-xzcoq7 .stake-r8jmds td:last-child .stake-fo86lc {
  flex: 1 1 50%;
}

.stake-xzcoq7 .stake-r8jmds td:last-child .stake-cnn1xz {
  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-xzcoq7 .stake-r8jmds td:last-child .stake-95qrdr,
.stake-xzcoq7 .stake-r8jmds td:last-child .stake-i2p4a2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stake-xzcoq7 .stake-r8jmds td:last-child .stake-g61jbi,
.stake-xzcoq7 .stake-r8jmds td:last-child .stake-jrnrdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-xzcoq7 .stake-r8jmds td:last-child .stake-g61jbi span,
.stake-xzcoq7 .stake-r8jmds td:last-child .stake-jrnrdr span {
  font-weight: 800;
}

.stake-xzcoq7 .stake-r8jmds img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stake-xzcoq7 .stake-r8jmds td .stake-fo86lc:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stake-xzcoq7 tr.stake-50f70u td p:last-child {
    padding-bottom: 0;
  }
  .stake-xzcoq7 .stake-kv8n5w > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stake-xzcoq7 .stake-kv8n5w > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stake-xzcoq7 tr.stake-50f70u td p:not(:last-child),
  .stake-xzcoq7 tr.stake-kv8n5w td p:not(:last-child) {
    border-bottom: unset;
  }
  .stake-xzcoq7 tr.stake-kv8n5w td p:last-child {
    padding-bottom: 12px;
  }
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-g61jbi,
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-jrnrdr,
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-fo86lc {
    flex: 1 1 50%;
    padding: 0;
  }
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-g61jbi,
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-jrnrdr {
    margin-top: 16px;
  }
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-fo86lc {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-g61jbi {
    border-right: 1px solid var(--border-color);
  }
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-fo86lc:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stake-xzcoq7 .stake-r8jmds td:last-child .stake-fo86lc:last-child {
    padding-bottom: 0;
  }
}

.stake-fo86lc {
  display: flex;
  flex-direction: column;
}

.stake-xzcoq7 .stake-r8jmds td .stake-fo86lc {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stake-xzcoq7 .stake-r8jmds td .stake-fo86lc:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stake-xzcoq7 .stake-r8jmds td .stake-fo86lc:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stake-xzcoq7 .stake-r8jmds td .stake-fo86lc:not(:first-child) {
    padding-left: 0;
  }
  .stake-xzcoq7 .stake-r8jmds td .stake-fo86lc:not(:last-of-type) {
    border-right: unset;
  }
}

.stake-xzcoq7 .stake-9fl9xr {
  flex: 0 1 485px;
}

.stake-xzcoq7 .stake-z87479 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stake-xzcoq7 .stake-z87479 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-xzcoq7 .stake-z87479 li.stake-lqsq9k {
  padding: 6px 12px;
}

.stake-xzcoq7 .stake-z87479 li a,
.stake-xzcoq7 .stake-z87479 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-xzcoq7 .stake-97mysg,
.stake-xzcoq7 .stake-b9gtff {
  flex: 1 1;
}

.stake-xzcoq7 .stake-o2th53,
.stake-xzcoq7 .stake-jsx837 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stake-xzcoq7 .stake-o2th53 li,
.stake-xzcoq7 .stake-jsx837 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-xzcoq7 .stake-b9gtff img {
  max-width: 32px;
}

.stake-xzcoq7 .stake-97mysg img {
  max-width: 32px;
}

.stake-xzcoq7 .stake-v6gsdb {
  min-width: 280px;
}

.stake-xzcoq7 .stake-v6gsdb img {
  max-width: 146px;
}

.stake-xzcoq7 .stake-v6gsdb td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stake-xzcoq7 .stake-50f70u,
  .stake-xzcoq7 .stake-kv8n5w {
    flex: 0 1 auto;
  }
  .stake-xzcoq7 .stake-r8jmds {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stake-xzcoq7 .stake-50f70u,
  .stake-xzcoq7 .stake-9fl9xr,
  .stake-xzcoq7 .stake-kv8n5w,
  .stake-xzcoq7 .stake-r8jmds {
    flex: 1 1 calc(50% - 20px);
  }
  .stake-xzcoq7 .stake-97mysg,
  .stake-xzcoq7 .stake-v6gsdb,
  .stake-xzcoq7 .stake-b9gtff {
    flex: 1 1 30%;
  }
  .stake-xzcoq7 .stake-v6gsdb {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stake-xzcoq7 .stake-50f70u,
  .stake-xzcoq7 .stake-9fl9xr,
  .stake-xzcoq7 .stake-97mysg,
  .stake-xzcoq7 .stake-kv8n5w,
  .stake-xzcoq7 .stake-r8jmds,
  .stake-xzcoq7 .stake-v6gsdb,
  .stake-xzcoq7 .stake-b9gtff {
    flex: 1 1 100%;
  }
}

.stake-i2bo4g .stake-p54iu1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stake-i2bo4g .stake-3f76bf {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stake-i2bo4g .stake-qmql8f {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stake-i2bo4g .stake-wr2kcc {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stake-i2bo4g .stake-wr2kcc > :nth-child(3) {
  margin-top: 0;
}

.stake-i2bo4g .stake-wllcg8 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stake-i2bo4g .stake-1oxd4m {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stake-i2bo4g .stake-ddrf70 {
  grid-column: 1/2;
}

.stake-i2bo4g > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stake-i2bo4g .stake-3f76bf: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-i2bo4g .stake-3f76bf:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stake-i2bo4g .stake-6w3mcc {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stake-i2bo4g .stake-3f76bf:not(:last-child):before {
    bottom: 8px;
  }
  .stake-i2bo4g .stake-3f76bf:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stake-i2bo4g .stake-wr2kcc {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stake-i2bo4g .stake-wllcg8 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stake-i2bo4g .stake-wllcg8 img {
    width: 100%;
    height: auto;
  }
  .stake-i2bo4g .stake-6w3mcc {
    width: 100%;
    min-width: unset;
  }
}

.stake-3jd3ki .stake-u2ynci {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stake-3jd3ki .stake-t6w2x4 {
  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-3jd3ki .stake-wllcg8 {
  height: 100%;
}

.stake-3jd3ki .stake-wllcg8 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stake-3jd3ki .stake-uh6xqz {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stake-3jd3ki .stake-g4iiu0 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stake-3jd3ki .stake-9tjk66 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stake-3jd3ki .stake-t6w2x4 {
    flex: 1 1 100%;
  }
  .stake-3jd3ki .stake-6fqvs1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stake-3jd3ki .stake-t6w2x4 {
    flex-direction: column;
  }
  .stake-3jd3ki .stake-wllcg8 {
    width: 100%;
    height: auto;
  }
  .stake-3jd3ki .stake-wllcg8 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stake-3jd3ki .stake-uh6xqz {
    padding: 0 16px 16px 16px;
  }
  .stake-3jd3ki .stake-6fqvs1 {
    min-width: unset;
    width: 100%;
  }
}

.stake-lcipox .stake-481y0r {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stake-lcipox .stake-22v6c7 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stake-lcipox 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-lcipox .stake-a4xe3e {
  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-lcipox .stake-22v6c7:hover .stake-a4xe3e {
  display: flex;
}

.stake-lcipox .stake-0zn3js {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-lcipox .stake-8lxtc3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stake-mad3d6 {
  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-mad3d6.stake-oe0g0y {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stake-x43mle ease-in-out;
}

.stake-mad3d6.stake-oe0g0y:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stake-lcipox .stake-g1nwu7 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stake-x43mle ease-in-out;
}

.stake-lcipox .stake-g1nwu7:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stake-lcipox .stake-g1nwu7:after,
.stake-mad3d6.stake-oe0g0y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stake-mad3d6.stake-oe0g0y:after {
  background-image: url(../images/Cash.svg);
}

.stake-lcipox .stake-g1nwu7:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stake-lcipox .stake-481y0r {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stake-lcipox .stake-481y0r {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stake-lcipox .stake-481y0r {
    grid-template-columns: 1fr;
  }
  .stake-lcipox .stake-22v6c7 {
    height: auto;
  }
  .stake-lcipox .stake-22v6c7 .stake-a4xe3e {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stake-lcipox .stake-0zn3js,
  .stake-lcipox .stake-8lxtc3 {
    text-align: left;
  }
  .stake-lcipox .stake-8lxtc3 {
    margin-bottom: 8px;
  }
  .stake-lcipox img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stake-75rtdn {
  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-75rtdn.stake-ku7hgc {
  display: block;
}

.stake-75rtdn .stake-gg2z3r {
  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-75rtdn .stake-ynicnp {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stake-75rtdn .stake-lni8uj {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stake-75rtdn .stake-i7tyfn {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stake-75rtdn .stake-mad3d6 {
  min-width: 296px;
  margin-bottom: 0;
}

.stake-75rtdn .stake-lsx11e {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stake-75rtdn .stake-wfrgy6 {
  position: relative;
  flex: 1 1;
}

.stake-75rtdn .stake-wfrgy6 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stake-75rtdn .stake-ynicnp {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stake-75rtdn .stake-lni8uj {
    order: 1;
  }
  .stake-75rtdn .stake-i7tyfn {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-75rtdn .stake-mad3d6 {
    width: 100%;
    min-width: unset;
  }
  .stake-75rtdn .stake-lsx11e {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stake-jzuqxs > .stake-lwraau {
    margin-bottom: 0;
  }
  .stake-jzuqxs > .stake-ddrf70,
  .stake-jzuqxs > p {
    margin-top: 0;
  }
}

.stake-p3rtbx img,
.stake-vbfs9u img {
  width: auto;
  object-fit: contain;
}

.stake-p3rtbx {
  align-items: center;
}

.stake-p3rtbx img {
  max-height: 76px;
}

.stake-vbfs9u img {
  max-height: 64px;
}

.stake-zgn0ef {
  overflow: auto;
}

.stake-8madug {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stake-4xoz5d:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stake-3hfpyj {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stake-2snl5t {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stake-3hfpyj .stake-wllcg8 {
  margin-right: 20px;
  flex-shrink: 0;
}

.stake-3hfpyj img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stake-aqsz24 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stake-aqsz24 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-3hfpyj {
    padding: 15px 10px;
  }
  .stake-aqsz24 {
    padding: 15px 10px;
  }
  .stake-3hfpyj .stake-wllcg8 {
    margin-right: 10px;
  }
}

.stake-zmna0a {
  overflow-x: auto;
}

.stake-aj9zsp {
  border-collapse: collapse;
  width: 100%;
}

.stake-zmna0a th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stake-zmna0a td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stake-zmna0a td.stake-b96fn4 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stake-zmna0a td.stake-ib14n6 {
  border-right: none;
}

.stake-zmna0a td.stake-ib14n6 .stake-wllcg8 {
  justify-content: flex-start;
}

.stake-zmna0a td.stake-ib14n6 .stake-wllcg8 img {
  height: auto;
  width: 90px;
}

.stake-zmna0a td.stake-jvvnam,
.stake-zmna0a td.stake-bkdspn {
  font-weight: 600;
  text-align: right;
}

.stake-zmna0a td.stake-idrwep,
.stake-zmna0a td.stake-jvvnam {
  padding-bottom: 10px;
  border-bottom: none;
}

.stake-zmna0a td.stake-jvvnam,
.stake-zmna0a td.stake-bkdspn {
  border-left: none;
}

.stake-zmna0a td.stake-idrwep,
.stake-zmna0a td.stake-bzsgny {
  border-right: none;
}

.stake-zmna0a td.stake-bzsgny,
.stake-zmna0a td.stake-bkdspn {
  border-top: none;
  padding-top: 10px;
}

.stake-qd4o1y {
  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-qd4o1y .stake-6fqvs1 {
  min-width: unset;
  width: 100%;
}

.stake-qd4o1y .stake-6fqvs1.stake-4zh2d2 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stake-qd4o1y .stake-6fqvs1.stake-3bwbn3 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stake-qd4o1y .stake-34ayco {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-qd4o1y {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stake-qd4o1y .stake-6fqvs1.stake-4zh2d2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-qd4o1y .stake-6fqvs1.stake-3bwbn3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stake-qd4o1y .stake-34ayco {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stake-noja65 {
  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-2xorda {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stake-qxl5fw p a img {
  margin: 0 auto;
  display: block;
}

.stake-qxl5fw table {
  margin-bottom: 17px;
}

/* contanct form */
.stake-atzlzx {
  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-atzlzx label {
  font-size: 14px;
}

.stake-atzlzx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-atzlzx input,
.stake-atzlzx textarea,
.stake-atzlzx 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-atzlzx button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-x43mle ease;
}
.stake-atzlzx button:hover {
  background-color: #691204;
}
.stake-v5i6ik {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-or6h33 ease-in;
}

.stake-v5i6ik h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}

.stake-34cexu {
    padding: 50px 0 0 50px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.stake-34cexu .stake-fv8fi1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-34cexu .stake-4wnh9q {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-34cexu 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-34cexu .stake-fv8fi1 {
        font-size: 26px;
    }

    .stake-34cexu .stake-4wnh9q {
        font-size: 20px;
    }

    .stake-34cexu a {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 581px) {
    .stake-34cexu .stake-fv8fi1 {
        text-align: center;
        padding: 0 25px;
        font-size: 30px;
        overflow-wrap: break-word;
    }

    .stake-34cexu .stake-4wnh9q {
        text-align: center;
        padding: 0 25px;
        font-size: 24px;
        overflow-wrap: break-word;
    }

    .stake-34cexu {
        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-mlx9jh, .stake-fv1kdv, [class*="review-card"],
thead, thead th, table th, .stake-k5ucgj,
.stake-lyti8o, [class*="collapsible-header"],
.stake-omvzc4, [class*="updated-block"] {
  color: #ece7dc !important;
}
