@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-8pdnk6 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-e0qo59 {
  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-eli5q8,
ul.stake-eli5q8 {
  padding-left: 20px;
}

ul.stake-eli5q8 {
  list-style: disc;
}

ol.stake-eli5q8 {
  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-pu4qiw > .stake-tf4u4s,
.stake-pu4qiw > .stake-c6uyvb,
.stake-pu4qiw > blockquote,
.stake-pu4qiw > h1,
.stake-pu4qiw > h2,
.stake-pu4qiw > h3,
.stake-pu4qiw > h4,
.stake-pu4qiw > h5,
.stake-pu4qiw > h6,
.stake-pu4qiw > ol,
.stake-pu4qiw > p,
.stake-pu4qiw > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-pu4qiw > ol,
.stake-pu4qiw > ul {
  padding-left: 50px;
}

.stake-pu4qiw 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-pu4qiw:not(:last-child) {
  margin-bottom: 2rem;
}

.stake-pu4qiw > :not(:first-child) {
  margin-top: 2rem;
}

.stake-pu4qiw {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-pu4qiw:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stake-pu4qiw:first-child {
    margin-top: 20px;
  }
}

.stake-pu4qiw > p:last-of-type {
  margin-bottom: 32px;
}

.stake-pu4qiw > .stake-3i39nv:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stake-f8e7o3 > .stake-3i39nv {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-c6uyvb {
  overflow: auto;
}

.stake-c6uyvb::-webkit-scrollbar {
  height: 5px;
}

.stake-c6uyvb table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stake-c6uyvb table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stake-c6uyvb table thead,
table thead {
  border-bottom: none;
}

.stake-c6uyvb table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stake-c6uyvb table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stake-c6uyvb table td,
table td {
  border: 1px solid var(--border-color);
  padding: 15px 5px;
}

.stake-c6uyvb .stake-lw35kf {
  table-layout: auto;
}

.stake-c6uyvb .stake-lw35kf th {
  word-break: normal;
}

.stake-c6uyvb .stake-lw35kf td {
  word-break: normal;
}

.stake-8pdnk6 .stake-8pdnk6 {
  padding-right: 0;
  padding-left: 0;
}

.stake-064dvx {
  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-3l049q {
  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-snmo4l {
  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-tf4u4s {
  margin-top: 24px;
}

.stake-tf4u4s.stake-plp15a {
  text-align: left;
}

.stake-tf4u4s.stake-z5v1ga {
  text-align: right;
}

.stake-tf4u4s.stake-w1fevj {
  text-align: center;
}

.stake-5b11bb {
  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-drik9a ease-in-out;
  cursor: pointer;
}

.stake-5b11bb:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stake-5b11bb {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stake-5b11bb {
    min-width: unset;
  }
}

.stake-k8npu2 {
  background-color: var(--fh-bg-color);
}

.stake-fkfc90 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stake-me9mhq {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stake-me9mhq img {
  max-height: 80px;
  object-fit: contain;
}

.stake-n65n4b {
  flex: 1 1;
}

.stake-2wjbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stake-rltdsw {
  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-rltdsw 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-rltdsw.stake-ali2il span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stake-rltdsw.stake-ali2il span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stake-rltdsw.stake-ali2il span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stake-n65n4b + .stake-2wjbol {
  margin-left: 20px;
}

.stake-w882lm {
  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-w882lm > svg {
  max-width: 24px;
  max-height: 24px;
}

.stake-w882lm + .stake-w882lm {
  margin-left: 5px;
}

.stake-txmu8k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stake-txmu8k:hover {
  background-color: var(--button-bg-hover);
}

.stake-he5z9o {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stake-drik9a ease-in-out;
  border: 1px solid var(--border-color);
}

.stake-he5z9o:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stake-jps5lv {
  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-n65n4b {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stake-jps5lv {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stake-n65n4b {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stake-w882lm {
    min-width: unset;
    flex: 1 1;
  }
}

.stake-hrv88o {
  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-hrv88o:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stake-hrv88o:hover .stake-oi8up4 {
  opacity: 1;
  pointer-events: auto;
  padding: 15px;
}

.stake-vswi42 {
  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-1627qp ease-in-out;
  gap: 4px;
}

.stake-vswi42 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-vswi42 .stake-064dvx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-jrih7u,
.stake-vswi42:hover {
  color: var(--button-bg-hover);
}

.stake-hiqz3g {
  position: relative;
}

.stake-hiqz3g .stake-vswi42 {
  margin-right: 0;
  padding-right: 4px;
}

.stake-7ejncm svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-hiqz3g.stake-ali2il .stake-7ejncm svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stake-hiqz3g.stake-ali2il .stake-oi8up4 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stake-hiqz3g.stake-ali2il .stake-oi8up4::before {
  display: none;
}

.stake-7ejncm svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-oi8up4 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stake-7kdjh7 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stake-oi8up4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stake-oi8up4:hover {
  color: var(--fh-bg-color);
}

.stake-nhwa8t {
  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-7kdjh7 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stake-1627qp ease-in-out;
  -o-transition: 0.stake-1627qp ease-in-out;
  transition: 0.stake-1627qp ease-in-out;
}

.stake-nhwa8t .stake-064dvx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-wc1fzd,
.stake-nhwa8t:hover {
  color: var(--button-bg-hover);
}

.stake-r3wsxn {
  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-r3wsxn.stake-z40oj8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stake-r3wsxn.stake-z40oj8:after,
.stake-r3wsxn.stake-z40oj8:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stake-r3wsxn.stake-z40oj8: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-r3wsxn.stake-z40oj8:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stake-r3wsxn.stake-z40oj8 > * {
  z-index: 1;
}

.stake-r3wsxn b,
.stake-r3wsxn strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stake-r3wsxn .stake-jrhqqa {
  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-r3wsxn .stake-2vryl3 {
  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-r3wsxn .stake-064dvx {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stake-r3wsxn .stake-4s79p9 {
  margin-top: 12px;
}

.stake-4s79p9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stake-j1l3sh {
  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-4s79p9 .stake-oa2woc {
  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-drik9a ease-in-out;
}

.stake-4s79p9 .stake-oa2woc:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stake-urvzvt {
  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-r3wsxn.stake-zy2scs {
  gap: 12px;
  padding: 16px;
}

.stake-r3wsxn.stake-zy2scs .stake-urvzvt {
  min-width: 240px;
}

.stake-r3wsxn.stake-zy2scs .stake-urvzvt.stake-b2ge4a {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stake-r3wsxn .stake-jrhqqa {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stake-r3wsxn .stake-2vryl3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stake-r3wsxn .stake-064dvx {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stake-r3wsxn.stake-zy2scs .stake-064dvx {
    max-width: 126px;
  }
  .stake-r3wsxn .stake-4s79p9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stake-r3wsxn .stake-j1l3sh {
    max-width: unset;
  }
  .stake-urvzvt {
    min-width: unset;
    width: 100%;
  }
  .stake-r3wsxn .stake-urvzvt {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stake-r3wsxn.stake-zy2scs {
    grid-template-rows: auto 1fr auto;
  }
  .stake-r3wsxn.stake-zy2scs .stake-urvzvt {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stake-r3wsxn {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stake-r3wsxn .stake-jrhqqa {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stake-r3wsxn .stake-064dvx {
    max-width: 78px;
  }
  .stake-r3wsxn .stake-4s79p9 {
    margin-top: -12px;
  }
  .stake-r3wsxn.stake-zy2scs {
    gap: 8px;
  }
  .stake-r3wsxn.stake-zy2scs .stake-jrhqqa {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stake-r3wsxn.stake-zy2scs .stake-2vryl3 {
    grid-column: 1/3;
  }
  .stake-r3wsxn.stake-zy2scs .stake-064dvx {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stake-r3wsxn.stake-zy2scs .stake-064dvx img {
    max-width: 114px;
  }
}

.stake-urvzvt.stake-cynk4t,
.stake-urvzvt.stake-z7lkbr,
.stake-urvzvt.stake-55veee {
  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-drik9a ease-in-out;
}

.stake-urvzvt.stake-cynk4t,
.stake-urvzvt.stake-55veee {
  padding: 10px;
}

.stake-urvzvt.stake-cynk4t:hover,
.stake-urvzvt.stake-z7lkbr:hover,
.stake-urvzvt.stake-55veee:hover {
  background: var(--button-bg-hover);
}

.stake-urvzvt.stake-cynk4t:hover svg path,
.stake-urvzvt.stake-55veee:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stake-urvzvt.stake-b2ge4a {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stake-drik9a ease-in-out;
  background: var(--button-bg-color);
}

.stake-urvzvt.stake-b2ge4a:hover {
  background-color: var(--button-bg-hover);
}

.stake-urvzvt.stake-z7lkbr: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-urvzvt.stake-z7lkbr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-urvzvt.stake-b2ge4a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-bfg0gb {
  max-width: 650px;
}

.stake-w226fu {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stake-36addw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stake-w7jsyk {
  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-1627qp ease-in-out;
  cursor: pointer;
}

.stake-w7jsyk:hover {
  opacity: 0.5;
}

.stake-w7jsyk:focus {
  outline: 0;
}

.stake-w7jsyk:focus .stake-w8en0m,
.stake-w7jsyk:hover .stake-w8en0m {
  fill: red;
  fill-opacity: 1;
}

.stake-w7jsyk:hover {
  cursor: pointer;
}

.stake-cscbrl {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stake-bfg0gb.stake-w1fevj {
  margin: 0 auto;
}

.stake-bfg0gb.stake-z5v1ga {
  margin-left: auto;
}

.stake-uqu1po {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stake-ibhl8o {
  padding-bottom: 50px;
}

.stake-xmgxe5 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stake-dozoyq {
  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-qo6w0n {
  margin-top: 24px;
}

.stake-94krjt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stake-os46p5 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stake-2o3501 {
  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-7as22p {
  width: 468px;
}

.stake-2o3501 .stake-oi8up4 {
  margin: 0.stake-lcceny 0;
}

.stake-uxopxq {
  display: flex;
  min-width: 224px;
}

.stake-9ebd19 {
  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-1627qp ease-in-out;
}

.stake-16hcmq,
.stake-9ebd19:hover {
  color: var(--text-color);
}

.stake-a51wh8 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stake-jy09k0 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stake-uqu1po {
    padding: 16px;
  }
  .stake-a51wh8 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stake-jy09k0 {
    align-items: center;
  }
  .stake-7as22p {
    width: unset;
  }
  .stake-uxopxq {
    min-width: unset;
  }
  .stake-2o3501 {
    max-height: unset;
  }
  .stake-xmgxe5 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stake-uqu1po {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stake-x12o9w {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-x12o9w:not(:last-child) {
  margin-bottom: 16px;
}

.stake-nv0fnd {
  outline: 0;
}

.stake-nv0fnd .stake-n3a25g {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stake-7m8fy4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stake-7m8fy4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stake-7m8fy4::-webkit-details-marker {
  display: none;
}

.stake-7m8fy4: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-7m8fy4: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-7m8fy4:after {
  transform: unset;
}

.stake-n3a25g {
  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-n3a25g 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-1627qp ease-in-out;
  -o-transition: 0.stake-1627qp ease-in-out;
  transition: 0.stake-1627qp ease-in-out;
}

.stake-22fnix {
  padding: 16px 0 0 0;
}

.stake-22fnix * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stake-22fnix :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-7m8fy4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stake-7m8fy4::after {
    margin-left: auto;
  }
  .stake-n3a25g {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-7m8fy4 {
    font-size: 14px;
    line-height: 130%;
  }
  .stake-n3a25g svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stake-8r87i5 {
  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-3y3a4q {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stake-8r87i5.stake-ali2il .stake-3y3a4q {
  margin-bottom: 12px;
}

.stake-3y3a4q::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-8r87i5.stake-ali2il .stake-3y3a4q::after {
  transform: unset;
}

.stake-ykgamb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stake-elt6pb {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stake-1627qp ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stake-elt6pb: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-8r87i5.stake-ali2il .stake-ykgamb {
  max-height: 100%;
}

.stake-cn8hsg {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stake-e1mccp {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stake-8wgru6 {
  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-07vhs7 {
  margin-right: 4px;
}

.stake-nxfvwq {
  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-1627qp ease-in-out;
}

.stake-nxfvwq svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stake-wo0o9t,
.stake-nxfvwq:hover {
  color: var(--text-color);
}

.stake-1jwgrq {
  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-1jwgrq img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stake-1jwgrq .stake-mzpd4n {
  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-1jwgrq .stake-p4x6dc {
  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-apji13 {
  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-7fd8z6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-ig6s25 .stake-8pdnk6 {
  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-ig6s25 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stake-xx4z87 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stake-g0hl2m {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stake-47rkk9 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stake-ib8wmk 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-47rkk9:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stake-sqqpl7 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stake-x42dx5 {
  -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-1627qp ease-in-out;
  transition: transform 0.stake-1627qp ease-in-out;
  -o-transition: transform 0.stake-1627qp ease-in-out;
  transition:
    transform 0.stake-1627qp ease-in-out,
    -webkit-transform 0.stake-1627qp ease-in-out;
  cursor: pointer;
}

.stake-x42dx5 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stake-x42dx5: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-h87djt {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-h87djt {
    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-6gnw22 {
  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-th3k56 {
  position: relative;
  width: 100%;
}

.stake-6gnw22.stake-4jf994 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stake-6gnw22.stake-w1fevj {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stake-6gnw22.stake-z5v1ga {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stake-kby1zc {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stake-j9cl4s {
  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-1627qp ease-in-out;
  cursor: pointer;
}

.stake-j9cl4s:hover {
  opacity: 0.5;
}

.stake-6gnw22.stake-e6s94j .stake-j9cl4s {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stake-6gnw22.stake-e6s94j .stake-kby1zc {
  cursor: pointer;
}

.stake-6jh8ra {
  fill: #0009;
}

.stake-jzzye9 {
  fill: #fff;
}

.stake-j9cl4s:hover .stake-6jh8ra {
  fill: red;
}

.stake-j9cl4s svg path {
  -webkit-transition: 0.stake-1627qp ease-in-out;
  -o-transition: 0.stake-1627qp ease-in-out;
  transition: 0.stake-1627qp ease-in-out;
}

.stake-q1qhj9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stake-q1qhj9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stake-q1qhj9.stake-8ytah0 > :not(.get-image) {
  grid-column: 1/3;
}

.stake-wfkzyx:not(._h1-block) .stake-q1qhj9 > .stake-3i39nv {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stake-q1qhj9.stake-8ytah0 .stake-g3u4ye {
  grid-column: 2/3;
}

.stake-q1qhj9.stake-8ytah0 > .stake-064dvx {
  grid-column: 1/2;
}

.stake-q1qhj9.stake-8ytah0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stake-q1qhj9 > p:first-of-type {
  margin-top: 0;
}

.stake-q1qhj9 .stake-064dvx {
  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-wfkzyx:not(._h1-block) .stake-3i39nv ~ .stake-064dvx {
  grid-row: 2/10;
}

.stake-wfkzyx.stake-irug9c .stake-3i39nv ~ .stake-064dvx {
  grid-row: 1/10;
}

.stake-wfkzyx.stake-irug9c > .stake-3i39nv {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stake-wfkzyx.stake-irug9c .stake-064dvx {
  grid-row: 1/10;
}

.stake-q1qhj9.stake-0duy91 .stake-064dvx {
  align-items: flex-start;
}

.stake-q1qhj9.stake-w1fevj .stake-g3u4ye {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stake-q1qhj9.stake-w1fevj .stake-064dvx {
  align-items: center;
}

.stake-q1qhj9.stake-8anlwg .stake-064dvx {
  align-items: flex-end;
}

.stake-g3u4ye > :first-child {
  margin-top: 0;
}

.stake-g3u4ye > :last-child {
  margin-bottom: 0;
}

* + .stake-gkvhij,
.stake-wfkzyx + .stake-wfkzyx {
  margin-top: 2rem;
}

.stake-lf7pa1 td::before,
.stake-lf7pa1 th::after {
  display: none !important;
}

.stake-lf7pa1 #link-selector {
  color: #000;
}

.stake-lf7pa1 .stake-ldtcr3 {
  color: #135e96;
}

.stake-lf7pa1 .stake-urvt71 *,
.stake-lf7pa1 .stake-tmebao p,
.stake-lf7pa1 .stake-hfc4vx * {
  color: #000;
}

.stake-lf7pa1 .stake-kclr43 {
  background: 0 0 !important;
}

.stake-lf7pa1 .stake-7imbcg {
  color: #000;
}

.stake-lf7pa1 .stake-aph7na.stake-ozxt0u {
  color: #fff;
}

.stake-lf7pa1 .stake-sb055c {
  color: #000;
}

.stake-lf7pa1
  .stake-nu4qpv
  .stake-rckupq.stake-ozxt0u.stake-475lfu {
  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-3nike8,
body .stake-y4kwfz {
  color: #000;
  background: var(--color-body) !important;
}

.stake-3nike8 .stake-ki3cl5 .stake-7x7krr,
body .stake-y4kwfz .stake-ki3cl5 .stake-7x7krr {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-elt6pb:focus,
  .stake-elt6pb:hover {
    color: #f9cb16;
  }
  .stake-wo49f0:focus,
  .stake-wo49f0:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-4y4wdk:focus img,
  .stake-4y4wdk:focus svg,
  .stake-4y4wdk:hover img,
  .stake-4y4wdk:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stake-1jwgrq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stake-hiqz3g:hover .stake-7ejncm svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stake-7ejncm {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stake-fby44l {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stake-d9lhbv {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-8dnxk4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stake-mmhaaw .stake-pm8yb9 {
    grid-template-columns: 1fr;
  }
  .stake-mmhaaw .stake-gxwizz {
    -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-mmhaaw .stake-ttyvvd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-mmhaaw .stake-qunmsx {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-mmhaaw .stake-bagr6r {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stake-mmhaaw .stake-ttyvvd:not(:first-child) {
    border: none;
  }
  .stake-mmhaaw .stake-ttyvvd:first-child .stake-qunmsx {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stake-mmhaaw .stake-ttyvvd:last-child .stake-qunmsx {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stake-fkfc90 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stake-me9mhq {
    max-width: 100px;
  }
  .stake-n65n4b {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stake-2wjbol {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stake-2wjbol svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stake-rltdsw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stake-n65n4b + .stake-2wjbol {
    margin-left: auto;
  }
  .stake-c3qndk {
    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-c3qndk.stake-ali2il {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stake-jps5lv {
    -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-hrv88o {
    width: 100%;
  }
  .stake-hrv88o:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stake-vswi42 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stake-vswi42 svg {
    margin-right: 4px;
  }
  .stake-hiqz3g {
    -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-7ejncm svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stake-7ejncm {
    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-oi8up4 {
    display: none;
    width: 100%;
  }
  .stake-hiqz3g.stake-ali2il .stake-oi8up4 {
    padding: 0 0 0 48px;
  }
  .stake-nhwa8t {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stake-dozoyq .stake-064dvx {
    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-sw4t9b {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-sw4t9b + .stake-sw4t9b {
    margin-right: 0;
  }
  .stake-sw4t9b + .stake-064dvx {
    margin: 0;
  }
  .stake-fby44l {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-d9lhbv {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-1hpsao,
  .stake-a88fo8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-q1qhj9 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stake-q1qhj9.stake-8ytah0 .stake-g3u4ye {
    grid-column: auto;
    grid-row: auto;
  }
  .stake-q1qhj9 > .stake-3i39nv {
    grid-column: 1/2;
  }
  .stake-q1qhj9.stake-8ytah0 > :not(.get-image) {
    grid-column: 1/2;
  }
  .stake-q1qhj9 .stake-064dvx,
  .stake-q1qhj9.stake-8ytah0 > .stake-064dvx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-q1qhj9.stake-8ytah0 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stake-wfkzyx.stake-irug9c .stake-q1qhj9 > .stake-064dvx {
    grid-row: 1/2;
  }
  .stake-q1qhj9 .stake-3i39nv ~ .stake-064dvx,
  .stake-q1qhj9.stake-8ytah0 .stake-3i39nv ~ .stake-064dvx {
    grid-row: 2/3;
  }
  .stake-wfkzyx.stake-irug9c .stake-3i39nv ~ .stake-064dvx {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stake-pu4qiw:first-child .stake-ltjd7n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-pu4qiw:first-child .stake-ltjd7n h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stake-pu4qiw {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stake-pu4qiw {
    padding: 0;
  }
  .stake-tf4u4s {
    margin-top: 1rem;
  }
  .stake-nv0fnd {
    border-radius: 5px;
  }
  .stake-cmi5vb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-3y3a4q::after {
    display: inline-block;
  }
  .stake-3y3a4q {
    margin: 0;
    width: 100%;
  }
  .stake-ykgamb {
    width: 100%;
  }
  .stake-ykgamb.stake-km9m20 {
    -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-ykgamb.stake-km9m20 .stake-h8frnf {
    width: 100%;
  }
  .stake-ykgamb.stake-km9m20 .stake-h8frnf:not(:last-child) {
    margin-right: 0;
  }
  .stake-elt6pb {
    width: 100%;
    text-align: center;
  }
  .stake-8r87i5.stake-ali2il .stake-ykgamb {
    margin-top: 1rem;
  }
  .stake-fby44l {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-8dnxk4,
  .stake-d9lhbv {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-1hpsao,
  .stake-a88fo8,
  .stake-dfy8cj {
    grid-template-columns: 1fr;
  }
  .stake-ixj8jn {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stake-c84l9c {
    min-width: 300px;
    max-width: 325px;
  }
  .stake-qunmsx {
    cursor: auto;
  }
  .stake-nxjs1o .stake-qunmsx {
    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-h87djt {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stake-oi8up4 {
    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-h87djt {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stake-sw4t9b p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stake-2wjbol {
    margin: 0 -0.2rem;
  }
  .stake-sw4t9b {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stake-m2iw96 {
    -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-pj3zlc {
    max-width: 100%;
  }
  .stake-fby44l {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-8dnxk4,
  .stake-d9lhbv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stake-fkfc90 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-2wjbol {
    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-k8npu2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-w882lm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-n6jg6j,
  .stake-q1e5jn {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stake-5b11bb {
    width: 100%;
  }
  .stake-fby44l {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stake-h87djt {
    top: 127px !important;
  }
}

.stake-6ayem7 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stake-6ayem7 {
  }
}

@media (max-width: 767px) {
  .stake-6ayem7 {
    margin-bottom: 12px;
  }
}

.stake-6ayem7 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stake-87xmt0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stake-87xmt0 > .stake-6atw3w {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stake-87xmt0 {
    flex-direction: column;
    gap: 12px;
  }
}

.stake-61d491 {
  display: flex;
}

.stake-61d491 .stake-7noqn6 {
  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-61d491 .stake-fyao5g {
  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-61d491 .stake-tpcaeh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stake-61d491 .stake-wkxmkd {
  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-61d491 .stake-wkxmkd:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-61d491 .stake-ed5ksy {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stake-0fcmk7 {
  border: unset;
  background-color: unset;
}

.stake-0fcmk7 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stake-0fcmk7 .stake-ztzipk,
.stake-0fcmk7 .stake-5p4be9 {
  flex: 0 1 330px;
}

.stake-0fcmk7 .stake-gipp1c {
  flex: 1 1;
}

.stake-0fcmk7 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-0fcmk7 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stake-0fcmk7 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stake-0fcmk7 tr td p {
  color: #fff;
  margin: 0;
}

.stake-0fcmk7 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stake-0fcmk7 tr.stake-ztzipk td p {
  padding: 16px 0;
}

.stake-0fcmk7 tr.stake-ztzipk td p:not(:last-child),
.stake-0fcmk7 tr.stake-5p4be9 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stake-0fcmk7 tr.stake-ztzipk td p:first-child,
.stake-0fcmk7 tr.stake-5p4be9 td p:first-child {
  padding-top: 0;
}

.stake-0fcmk7 tr.stake-5p4be9 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-0fcmk7 tr.stake-5p4be9 td p:last-child {
  padding-bottom: 0;
}

.stake-0fcmk7 .stake-5p4be9 img {
  max-width: 32px;
}

.stake-0fcmk7 .stake-gipp1c {
  min-width: 718px;
}

.stake-0fcmk7 .stake-gipp1c td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stake-0fcmk7 .stake-gipp1c td {
  display: flex;
}

.stake-0fcmk7 .stake-gipp1c td:last-child .stake-278ckq,
.stake-0fcmk7 .stake-gipp1c td:last-child .stake-2352hw,
.stake-0fcmk7 .stake-gipp1c td:last-child .stake-ofmlrj {
  flex: 1 1 50%;
}

.stake-0fcmk7 .stake-gipp1c td:last-child .stake-b756bh {
  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-0fcmk7 .stake-gipp1c td:last-child .stake-x3jbxz,
.stake-0fcmk7 .stake-gipp1c td:last-child .stake-jx5jn5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stake-0fcmk7 .stake-gipp1c td:last-child .stake-278ckq,
.stake-0fcmk7 .stake-gipp1c td:last-child .stake-2352hw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-0fcmk7 .stake-gipp1c td:last-child .stake-278ckq span,
.stake-0fcmk7 .stake-gipp1c td:last-child .stake-2352hw span {
  font-weight: 800;
}

.stake-0fcmk7 .stake-gipp1c img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stake-0fcmk7 .stake-gipp1c td .stake-ofmlrj:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stake-0fcmk7 tr.stake-ztzipk td p:last-child {
    padding-bottom: 0;
  }
  .stake-0fcmk7 .stake-5p4be9 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stake-0fcmk7 .stake-5p4be9 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stake-0fcmk7 tr.stake-ztzipk td p:not(:last-child),
  .stake-0fcmk7 tr.stake-5p4be9 td p:not(:last-child) {
    border-bottom: unset;
  }
  .stake-0fcmk7 tr.stake-5p4be9 td p:last-child {
    padding-bottom: 12px;
  }
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-278ckq,
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-2352hw,
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-ofmlrj {
    flex: 1 1 50%;
    padding: 0;
  }
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-278ckq,
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-2352hw {
    margin-top: 16px;
  }
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-ofmlrj {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-278ckq {
    border-right: 1px solid var(--border-color);
  }
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-ofmlrj:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stake-0fcmk7 .stake-gipp1c td:last-child .stake-ofmlrj:last-child {
    padding-bottom: 0;
  }
}

.stake-ofmlrj {
  display: flex;
  flex-direction: column;
}

.stake-0fcmk7 .stake-gipp1c td .stake-ofmlrj {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stake-0fcmk7 .stake-gipp1c td .stake-ofmlrj:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stake-0fcmk7 .stake-gipp1c td .stake-ofmlrj:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stake-0fcmk7 .stake-gipp1c td .stake-ofmlrj:not(:first-child) {
    padding-left: 0;
  }
  .stake-0fcmk7 .stake-gipp1c td .stake-ofmlrj:not(:last-of-type) {
    border-right: unset;
  }
}

.stake-0fcmk7 .stake-0gqyom {
  flex: 0 1 485px;
}

.stake-0fcmk7 .stake-j4420w {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stake-0fcmk7 .stake-j4420w li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-0fcmk7 .stake-j4420w li.stake-z4wl1h {
  padding: 6px 12px;
}

.stake-0fcmk7 .stake-j4420w li a,
.stake-0fcmk7 .stake-j4420w 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-0fcmk7 .stake-sjp7k6,
.stake-0fcmk7 .stake-yee7d5 {
  flex: 1 1;
}

.stake-0fcmk7 .stake-wlbv20,
.stake-0fcmk7 .stake-iybxp7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stake-0fcmk7 .stake-wlbv20 li,
.stake-0fcmk7 .stake-iybxp7 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-0fcmk7 .stake-yee7d5 img {
  max-width: 32px;
}

.stake-0fcmk7 .stake-sjp7k6 img {
  max-width: 32px;
}

.stake-0fcmk7 .stake-37vf6l {
  min-width: 280px;
}

.stake-0fcmk7 .stake-37vf6l img {
  max-width: 146px;
}

.stake-0fcmk7 .stake-37vf6l td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stake-0fcmk7 .stake-ztzipk,
  .stake-0fcmk7 .stake-5p4be9 {
    flex: 0 1 auto;
  }
  .stake-0fcmk7 .stake-gipp1c {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stake-0fcmk7 .stake-ztzipk,
  .stake-0fcmk7 .stake-0gqyom,
  .stake-0fcmk7 .stake-5p4be9,
  .stake-0fcmk7 .stake-gipp1c {
    flex: 1 1 calc(50% - 20px);
  }
  .stake-0fcmk7 .stake-sjp7k6,
  .stake-0fcmk7 .stake-37vf6l,
  .stake-0fcmk7 .stake-yee7d5 {
    flex: 1 1 30%;
  }
  .stake-0fcmk7 .stake-37vf6l {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stake-0fcmk7 .stake-ztzipk,
  .stake-0fcmk7 .stake-0gqyom,
  .stake-0fcmk7 .stake-sjp7k6,
  .stake-0fcmk7 .stake-5p4be9,
  .stake-0fcmk7 .stake-gipp1c,
  .stake-0fcmk7 .stake-37vf6l,
  .stake-0fcmk7 .stake-yee7d5 {
    flex: 1 1 100%;
  }
}

.stake-i887v3 .stake-azcv2o {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stake-i887v3 .stake-lf7oz1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stake-i887v3 .stake-oa41es {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stake-i887v3 .stake-mypv5m {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stake-i887v3 .stake-mypv5m > :nth-child(3) {
  margin-top: 0;
}

.stake-i887v3 .stake-064dvx {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stake-i887v3 .stake-dliw1e {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stake-i887v3 .stake-tf4u4s {
  grid-column: 1/2;
}

.stake-i887v3 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stake-i887v3 .stake-lf7oz1: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-i887v3 .stake-lf7oz1:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stake-i887v3 .stake-5b11bb {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stake-i887v3 .stake-lf7oz1:not(:last-child):before {
    bottom: 8px;
  }
  .stake-i887v3 .stake-lf7oz1:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stake-i887v3 .stake-mypv5m {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stake-i887v3 .stake-064dvx {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stake-i887v3 .stake-064dvx img {
    width: 100%;
    height: auto;
  }
  .stake-i887v3 .stake-5b11bb {
    width: 100%;
    min-width: unset;
  }
}

.stake-7hr1am .stake-i3n1or {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stake-7hr1am .stake-zryiwl {
  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-7hr1am .stake-064dvx {
  height: 100%;
}

.stake-7hr1am .stake-064dvx img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stake-7hr1am .stake-0h6jev {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stake-7hr1am .stake-wl068g {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stake-7hr1am .stake-8nowz8 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stake-7hr1am .stake-zryiwl {
    flex: 1 1 100%;
  }
  .stake-7hr1am .stake-urvzvt {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stake-7hr1am .stake-zryiwl {
    flex-direction: column;
  }
  .stake-7hr1am .stake-064dvx {
    width: 100%;
    height: auto;
  }
  .stake-7hr1am .stake-064dvx img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stake-7hr1am .stake-0h6jev {
    padding: 0 16px 16px 16px;
  }
  .stake-7hr1am .stake-urvzvt {
    min-width: unset;
    width: 100%;
  }
}

.stake-zu7wkv .stake-31f9wz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stake-zu7wkv .stake-os00c0 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stake-zu7wkv 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-zu7wkv .stake-kl6h8w {
  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-zu7wkv .stake-os00c0:hover .stake-kl6h8w {
  display: flex;
}

.stake-zu7wkv .stake-7vzv59 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-zu7wkv .stake-vr2obn {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stake-aort5e {
  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-aort5e.stake-62batj {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stake-drik9a ease-in-out;
}

.stake-aort5e.stake-62batj:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stake-zu7wkv .stake-t0otyu {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stake-drik9a ease-in-out;
}

.stake-zu7wkv .stake-t0otyu:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stake-zu7wkv .stake-t0otyu:after,
.stake-aort5e.stake-62batj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stake-aort5e.stake-62batj:after {
  background-image: url(../images/Cash.svg);
}

.stake-zu7wkv .stake-t0otyu:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stake-zu7wkv .stake-31f9wz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stake-zu7wkv .stake-31f9wz {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stake-zu7wkv .stake-31f9wz {
    grid-template-columns: 1fr;
  }
  .stake-zu7wkv .stake-os00c0 {
    height: auto;
  }
  .stake-zu7wkv .stake-os00c0 .stake-kl6h8w {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stake-zu7wkv .stake-7vzv59,
  .stake-zu7wkv .stake-vr2obn {
    text-align: left;
  }
  .stake-zu7wkv .stake-vr2obn {
    margin-bottom: 8px;
  }
  .stake-zu7wkv img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stake-eo999w {
  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-eo999w.stake-e6s94j {
  display: block;
}

.stake-eo999w .stake-1mjdi3 {
  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-eo999w .stake-258ml6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stake-eo999w .stake-vhhofd {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stake-eo999w .stake-kv5xga {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stake-eo999w .stake-aort5e {
  min-width: 296px;
  margin-bottom: 0;
}

.stake-eo999w .stake-u07m3l {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stake-eo999w .stake-oc9k1o {
  position: relative;
  flex: 1 1;
}

.stake-eo999w .stake-oc9k1o iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stake-eo999w .stake-258ml6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stake-eo999w .stake-vhhofd {
    order: 1;
  }
  .stake-eo999w .stake-kv5xga {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-eo999w .stake-aort5e {
    width: 100%;
    min-width: unset;
  }
  .stake-eo999w .stake-u07m3l {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stake-q1qhj9 > .stake-3i39nv {
    margin-bottom: 0;
  }
  .stake-q1qhj9 > .stake-tf4u4s,
  .stake-q1qhj9 > p {
    margin-top: 0;
  }
}

.stake-encqs8 img,
.stake-sw4t9b img {
  width: auto;
  object-fit: contain;
}

.stake-encqs8 {
  align-items: center;
}

.stake-encqs8 img {
  max-height: 76px;
}

.stake-sw4t9b img {
  max-height: 64px;
}

.stake-chmige {
  overflow: auto;
}

.stake-8drj24 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stake-2muciu:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stake-rw3v4a {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stake-j4q6ek {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stake-rw3v4a .stake-064dvx {
  margin-right: 20px;
  flex-shrink: 0;
}

.stake-rw3v4a img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stake-4xaz21 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stake-4xaz21 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-rw3v4a {
    padding: 15px 10px;
  }
  .stake-4xaz21 {
    padding: 15px 10px;
  }
  .stake-rw3v4a .stake-064dvx {
    margin-right: 10px;
  }
}

.stake-kkz5ju {
  overflow-x: auto;
}

.stake-4ml982 {
  border-collapse: collapse;
  width: 100%;
}

.stake-kkz5ju th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stake-kkz5ju td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stake-kkz5ju td.stake-jxy93l {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stake-kkz5ju td.stake-fbj4qn {
  border-right: none;
}

.stake-kkz5ju td.stake-fbj4qn .stake-064dvx {
  justify-content: flex-start;
}

.stake-kkz5ju td.stake-fbj4qn .stake-064dvx img {
  height: auto;
  width: 90px;
}

.stake-kkz5ju td.stake-283env,
.stake-kkz5ju td.stake-2f7kke {
  font-weight: 600;
  text-align: right;
}

.stake-kkz5ju td.stake-ea12gu,
.stake-kkz5ju td.stake-283env {
  padding-bottom: 10px;
  border-bottom: none;
}

.stake-kkz5ju td.stake-283env,
.stake-kkz5ju td.stake-2f7kke {
  border-left: none;
}

.stake-kkz5ju td.stake-ea12gu,
.stake-kkz5ju td.stake-qr773f {
  border-right: none;
}

.stake-kkz5ju td.stake-qr773f,
.stake-kkz5ju td.stake-2f7kke {
  border-top: none;
  padding-top: 10px;
}

.stake-vxsgbq {
  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-vxsgbq .stake-urvzvt {
  min-width: unset;
  width: 100%;
}

.stake-vxsgbq .stake-urvzvt.stake-cynk4t {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stake-vxsgbq .stake-urvzvt.stake-55veee {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stake-vxsgbq .stake-ytijfj {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-vxsgbq {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stake-vxsgbq .stake-urvzvt.stake-cynk4t {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-vxsgbq .stake-urvzvt.stake-55veee {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stake-vxsgbq .stake-ytijfj {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stake-hp8q63 {
  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-a5lpe5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stake-f8e7o3 p a img {
  margin: 0 auto;
  display: block;
}

.stake-f8e7o3 table {
  margin-bottom: 17px;
}

/* contanct form */
.stake-790k2l {
  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-790k2l label {
  font-size: 14px;
}

.stake-790k2l h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-790k2l input,
.stake-790k2l textarea,
.stake-790k2l 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-790k2l button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-drik9a ease;
}
.stake-790k2l button:hover {
  background-color: #691204;
}
.stake-p341ry {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-c0qsem ease-in;
}

.stake-p341ry h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}

.stake-8kuu3k {
    padding: 50px 0 0 50px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.stake-8kuu3k .stake-k08v4n {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-8kuu3k .stake-kpe2zg {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-8kuu3k 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-8kuu3k .stake-k08v4n {
        font-size: 26px;
    }

    .stake-8kuu3k .stake-kpe2zg {
        font-size: 20px;
    }

    .stake-8kuu3k a {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 581px) {
    .stake-8kuu3k .stake-k08v4n {
        text-align: center;
        padding: 0 25px;
        font-size: 30px;
        overflow-wrap: break-word;
    }

    .stake-8kuu3k .stake-kpe2zg {
        text-align: center;
        padding: 0 25px;
        font-size: 24px;
        overflow-wrap: break-word;
    }

    .stake-8kuu3k {
        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-3qrzco, .stake-ukew0u, [class*="review-card"],
thead, thead th, table th, .stake-kkv57g,
.stake-ajjxel, [class*="collapsible-header"],
.stake-678xio, [class*="updated-block"] {
  color: #ece7dc !important;
}
