@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-zwp192 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-86a2dh {
  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-x6dt5w,
ul.stake-x6dt5w {
  padding-left: 20px;
}

ul.stake-x6dt5w {
  list-style: disc;
}

ol.stake-x6dt5w {
  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-542nqt > .stake-lywhy1,
.stake-542nqt > .stake-am0vnv,
.stake-542nqt > blockquote,
.stake-542nqt > h1,
.stake-542nqt > h2,
.stake-542nqt > h3,
.stake-542nqt > h4,
.stake-542nqt > h5,
.stake-542nqt > h6,
.stake-542nqt > ol,
.stake-542nqt > p,
.stake-542nqt > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-542nqt > ol,
.stake-542nqt > ul {
  padding-left: 50px;
}

.stake-542nqt 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-542nqt:not(:last-child) {
  margin-bottom: 2rem;
}

.stake-542nqt > :not(:first-child) {
  margin-top: 2rem;
}

.stake-542nqt {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-542nqt:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stake-542nqt:first-child {
    margin-top: 20px;
  }
}

.stake-542nqt > p:last-of-type {
  margin-bottom: 32px;
}

.stake-542nqt > .stake-alh9lu:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stake-mdflbd > .stake-alh9lu {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-am0vnv {
  overflow: auto;
}

.stake-am0vnv::-webkit-scrollbar {
  height: 5px;
}

.stake-am0vnv table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stake-am0vnv table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stake-am0vnv table thead,
table thead {
  border-bottom: none;
}

.stake-am0vnv table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stake-am0vnv table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stake-am0vnv table td,
table td {
  border: 1px solid var(--border-color);
  padding: 15px 5px;
}

.stake-am0vnv .stake-ubarzf {
  table-layout: auto;
}

.stake-am0vnv .stake-ubarzf th {
  word-break: normal;
}

.stake-am0vnv .stake-ubarzf td {
  word-break: normal;
}

.stake-zwp192 .stake-zwp192 {
  padding-right: 0;
  padding-left: 0;
}

.stake-jzzrul {
  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-rpyagh {
  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-0e1j6m {
  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-lywhy1 {
  margin-top: 24px;
}

.stake-lywhy1.stake-k8crb9 {
  text-align: left;
}

.stake-lywhy1.stake-lgi8et {
  text-align: right;
}

.stake-lywhy1.stake-mqlomf {
  text-align: center;
}

.stake-y4fi0e {
  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-761l25 ease-in-out;
  cursor: pointer;
}

.stake-y4fi0e:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stake-y4fi0e {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stake-y4fi0e {
    min-width: unset;
  }
}

.stake-yanpkp {
  background-color: var(--fh-bg-color);
}

.stake-1v04nb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stake-ftmh5a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stake-ftmh5a img {
  max-height: 80px;
  object-fit: contain;
}

.stake-72lht9 {
  flex: 1 1;
}

.stake-pz07ep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stake-uiecbf {
  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-uiecbf 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-uiecbf.stake-4whgmo span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stake-uiecbf.stake-4whgmo span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stake-uiecbf.stake-4whgmo span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stake-72lht9 + .stake-pz07ep {
  margin-left: 20px;
}

.stake-1eu7ii {
  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-1eu7ii > svg {
  max-width: 24px;
  max-height: 24px;
}

.stake-1eu7ii + .stake-1eu7ii {
  margin-left: 5px;
}

.stake-fpg0hz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stake-fpg0hz:hover {
  background-color: var(--button-bg-hover);
}

.stake-vbqn1x {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stake-761l25 ease-in-out;
  border: 1px solid var(--border-color);
}

.stake-vbqn1x:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stake-8mjoqw {
  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-72lht9 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stake-8mjoqw {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stake-72lht9 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stake-1eu7ii {
    min-width: unset;
    flex: 1 1;
  }
}

.stake-ovncpe {
  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-ovncpe:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stake-ovncpe:hover .stake-e8j115 {
  opacity: 1;
  pointer-events: auto;
  padding: 15px;
}

.stake-8yd1fs {
  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-wbecsv ease-in-out;
  gap: 4px;
}

.stake-8yd1fs > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-8yd1fs .stake-jzzrul img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-y8alia,
.stake-8yd1fs:hover {
  color: var(--button-bg-hover);
}

.stake-ngma1c {
  position: relative;
}

.stake-ngma1c .stake-8yd1fs {
  margin-right: 0;
  padding-right: 4px;
}

.stake-4dgq2p svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-ngma1c.stake-4whgmo .stake-4dgq2p svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stake-ngma1c.stake-4whgmo .stake-e8j115 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stake-ngma1c.stake-4whgmo .stake-e8j115::before {
  display: none;
}

.stake-4dgq2p svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-e8j115 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stake-opitsa 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stake-e8j115::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stake-e8j115:hover {
  color: var(--fh-bg-color);
}

.stake-p8631e {
  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-opitsa 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stake-wbecsv ease-in-out;
  -o-transition: 0.stake-wbecsv ease-in-out;
  transition: 0.stake-wbecsv ease-in-out;
}

.stake-p8631e .stake-jzzrul img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-9gtilz,
.stake-p8631e:hover {
  color: var(--button-bg-hover);
}

.stake-zu0ayf {
  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-zu0ayf.stake-opdub1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stake-zu0ayf.stake-opdub1:after,
.stake-zu0ayf.stake-opdub1:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stake-zu0ayf.stake-opdub1: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-zu0ayf.stake-opdub1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stake-zu0ayf.stake-opdub1 > * {
  z-index: 1;
}

.stake-zu0ayf b,
.stake-zu0ayf strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stake-zu0ayf .stake-6vyzvo {
  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-zu0ayf .stake-4ienp1 {
  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-zu0ayf .stake-jzzrul {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stake-zu0ayf .stake-thsjp8 {
  margin-top: 12px;
}

.stake-thsjp8 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stake-ieeta0 {
  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-thsjp8 .stake-n7x7hf {
  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-761l25 ease-in-out;
}

.stake-thsjp8 .stake-n7x7hf:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stake-u9ka02 {
  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-zu0ayf.stake-04qsd5 {
  gap: 12px;
  padding: 16px;
}

.stake-zu0ayf.stake-04qsd5 .stake-u9ka02 {
  min-width: 240px;
}

.stake-zu0ayf.stake-04qsd5 .stake-u9ka02.stake-lsczdh {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stake-zu0ayf .stake-6vyzvo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stake-zu0ayf .stake-4ienp1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stake-zu0ayf .stake-jzzrul {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stake-zu0ayf.stake-04qsd5 .stake-jzzrul {
    max-width: 126px;
  }
  .stake-zu0ayf .stake-thsjp8 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stake-zu0ayf .stake-ieeta0 {
    max-width: unset;
  }
  .stake-u9ka02 {
    min-width: unset;
    width: 100%;
  }
  .stake-zu0ayf .stake-u9ka02 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stake-zu0ayf.stake-04qsd5 {
    grid-template-rows: auto 1fr auto;
  }
  .stake-zu0ayf.stake-04qsd5 .stake-u9ka02 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stake-zu0ayf {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stake-zu0ayf .stake-6vyzvo {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stake-zu0ayf .stake-jzzrul {
    max-width: 78px;
  }
  .stake-zu0ayf .stake-thsjp8 {
    margin-top: -12px;
  }
  .stake-zu0ayf.stake-04qsd5 {
    gap: 8px;
  }
  .stake-zu0ayf.stake-04qsd5 .stake-6vyzvo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stake-zu0ayf.stake-04qsd5 .stake-4ienp1 {
    grid-column: 1/3;
  }
  .stake-zu0ayf.stake-04qsd5 .stake-jzzrul {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stake-zu0ayf.stake-04qsd5 .stake-jzzrul img {
    max-width: 114px;
  }
}

.stake-u9ka02.stake-4frih7,
.stake-u9ka02.stake-26avg7,
.stake-u9ka02.stake-rrwecp {
  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-761l25 ease-in-out;
}

.stake-u9ka02.stake-4frih7,
.stake-u9ka02.stake-rrwecp {
  padding: 10px;
}

.stake-u9ka02.stake-4frih7:hover,
.stake-u9ka02.stake-26avg7:hover,
.stake-u9ka02.stake-rrwecp:hover {
  background: var(--button-bg-hover);
}

.stake-u9ka02.stake-4frih7:hover svg path,
.stake-u9ka02.stake-rrwecp:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stake-u9ka02.stake-lsczdh {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stake-761l25 ease-in-out;
  background: var(--button-bg-color);
}

.stake-u9ka02.stake-lsczdh:hover {
  background-color: var(--button-bg-hover);
}

.stake-u9ka02.stake-26avg7: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-u9ka02.stake-26avg7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-u9ka02.stake-lsczdh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-4blasb {
  max-width: 650px;
}

.stake-a28s0v {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stake-yzt3to {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stake-ljxa7y {
  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-wbecsv ease-in-out;
  cursor: pointer;
}

.stake-ljxa7y:hover {
  opacity: 0.5;
}

.stake-ljxa7y:focus {
  outline: 0;
}

.stake-ljxa7y:focus .stake-486wyo,
.stake-ljxa7y:hover .stake-486wyo {
  fill: red;
  fill-opacity: 1;
}

.stake-ljxa7y:hover {
  cursor: pointer;
}

.stake-13l661 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stake-4blasb.stake-mqlomf {
  margin: 0 auto;
}

.stake-4blasb.stake-lgi8et {
  margin-left: auto;
}

.stake-99pet1 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stake-s1b9bc {
  padding-bottom: 50px;
}

.stake-mnr03m {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stake-jeh68o {
  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-983zgb {
  margin-top: 24px;
}

.stake-lqljii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stake-1qv9j2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stake-s38pcw {
  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-j1w9r2 {
  width: 468px;
}

.stake-s38pcw .stake-e8j115 {
  margin: 0.stake-ti8m2v 0;
}

.stake-2ykbgi {
  display: flex;
  min-width: 224px;
}

.stake-cipfx4 {
  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-wbecsv ease-in-out;
}

.stake-hfe644,
.stake-cipfx4:hover {
  color: var(--text-color);
}

.stake-2xduzb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stake-l8a2is {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stake-99pet1 {
    padding: 16px;
  }
  .stake-2xduzb {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stake-l8a2is {
    align-items: center;
  }
  .stake-j1w9r2 {
    width: unset;
  }
  .stake-2ykbgi {
    min-width: unset;
  }
  .stake-s38pcw {
    max-height: unset;
  }
  .stake-mnr03m {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stake-99pet1 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stake-n8naop {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-n8naop:not(:last-child) {
  margin-bottom: 16px;
}

.stake-hshgzp {
  outline: 0;
}

.stake-hshgzp .stake-njb527 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stake-9v1w43 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stake-9v1w43 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stake-9v1w43::-webkit-details-marker {
  display: none;
}

.stake-9v1w43: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-9v1w43: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-9v1w43:after {
  transform: unset;
}

.stake-njb527 {
  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-njb527 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-wbecsv ease-in-out;
  -o-transition: 0.stake-wbecsv ease-in-out;
  transition: 0.stake-wbecsv ease-in-out;
}

.stake-mx2c9u {
  padding: 16px 0 0 0;
}

.stake-mx2c9u * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stake-mx2c9u :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-9v1w43 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stake-9v1w43::after {
    margin-left: auto;
  }
  .stake-njb527 {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-9v1w43 {
    font-size: 14px;
    line-height: 130%;
  }
  .stake-njb527 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stake-o0miuj {
  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-zr03vv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stake-o0miuj.stake-4whgmo .stake-zr03vv {
  margin-bottom: 12px;
}

.stake-zr03vv::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-o0miuj.stake-4whgmo .stake-zr03vv::after {
  transform: unset;
}

.stake-x90wgw {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stake-g6ho4a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stake-wbecsv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stake-g6ho4a: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-o0miuj.stake-4whgmo .stake-x90wgw {
  max-height: 100%;
}

.stake-495m68 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stake-alrza8 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stake-e19ttb {
  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-iiqcii {
  margin-right: 4px;
}

.stake-7qs7h2 {
  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-wbecsv ease-in-out;
}

.stake-7qs7h2 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stake-94kl2n,
.stake-7qs7h2:hover {
  color: var(--text-color);
}

.stake-3d6y0x {
  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-3d6y0x img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stake-3d6y0x .stake-903pro {
  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-3d6y0x .stake-7lmh1g {
  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-414eeu {
  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-t1z0wm {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-vhwj2i .stake-zwp192 {
  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-vhwj2i {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stake-2qxi7m {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stake-nq0ptn {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stake-adfgub {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stake-5ds8m6 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-adfgub:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stake-lakfrd {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stake-hkhfqv {
  -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-wbecsv ease-in-out;
  transition: transform 0.stake-wbecsv ease-in-out;
  -o-transition: transform 0.stake-wbecsv ease-in-out;
  transition:
    transform 0.stake-wbecsv ease-in-out,
    -webkit-transform 0.stake-wbecsv ease-in-out;
  cursor: pointer;
}

.stake-hkhfqv svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stake-hkhfqv: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-mtyhfu {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-mtyhfu {
    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-lxhjxx {
  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-ckruch {
  position: relative;
  width: 100%;
}

.stake-lxhjxx.stake-ft7kyy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stake-lxhjxx.stake-mqlomf {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stake-lxhjxx.stake-lgi8et {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stake-y05qra {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stake-u5mykq {
  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-wbecsv ease-in-out;
  cursor: pointer;
}

.stake-u5mykq:hover {
  opacity: 0.5;
}

.stake-lxhjxx.stake-sk9zui .stake-u5mykq {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stake-lxhjxx.stake-sk9zui .stake-y05qra {
  cursor: pointer;
}

.stake-8fpe5x {
  fill: #0009;
}

.stake-z7kunx {
  fill: #fff;
}

.stake-u5mykq:hover .stake-8fpe5x {
  fill: red;
}

.stake-u5mykq svg path {
  -webkit-transition: 0.stake-wbecsv ease-in-out;
  -o-transition: 0.stake-wbecsv ease-in-out;
  transition: 0.stake-wbecsv ease-in-out;
}

.stake-p6qnhw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stake-p6qnhw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stake-p6qnhw.stake-wku3wk > :not(.get-image) {
  grid-column: 1/3;
}

.stake-3pws09:not(._h1-block) .stake-p6qnhw > .stake-alh9lu {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stake-p6qnhw.stake-wku3wk .stake-v7jif5 {
  grid-column: 2/3;
}

.stake-p6qnhw.stake-wku3wk > .stake-jzzrul {
  grid-column: 1/2;
}

.stake-p6qnhw.stake-wku3wk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stake-p6qnhw > p:first-of-type {
  margin-top: 0;
}

.stake-p6qnhw .stake-jzzrul {
  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-3pws09:not(._h1-block) .stake-alh9lu ~ .stake-jzzrul {
  grid-row: 2/10;
}

.stake-3pws09.stake-qzct5u .stake-alh9lu ~ .stake-jzzrul {
  grid-row: 1/10;
}

.stake-3pws09.stake-qzct5u > .stake-alh9lu {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stake-3pws09.stake-qzct5u .stake-jzzrul {
  grid-row: 1/10;
}

.stake-p6qnhw.stake-mjjvmc .stake-jzzrul {
  align-items: flex-start;
}

.stake-p6qnhw.stake-mqlomf .stake-v7jif5 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stake-p6qnhw.stake-mqlomf .stake-jzzrul {
  align-items: center;
}

.stake-p6qnhw.stake-wjb1iy .stake-jzzrul {
  align-items: flex-end;
}

.stake-v7jif5 > :first-child {
  margin-top: 0;
}

.stake-v7jif5 > :last-child {
  margin-bottom: 0;
}

* + .stake-hcxhiw,
.stake-3pws09 + .stake-3pws09 {
  margin-top: 2rem;
}

.stake-94c3ws td::before,
.stake-94c3ws th::after {
  display: none !important;
}

.stake-94c3ws #link-selector {
  color: #000;
}

.stake-94c3ws .stake-01fncd {
  color: #135e96;
}

.stake-94c3ws .stake-lfbuud *,
.stake-94c3ws .stake-3l2nrs p,
.stake-94c3ws .stake-judcmi * {
  color: #000;
}

.stake-94c3ws .stake-ojlcf2 {
  background: 0 0 !important;
}

.stake-94c3ws .stake-u86m7y {
  color: #000;
}

.stake-94c3ws .stake-g1iul9.stake-7vw33e {
  color: #fff;
}

.stake-94c3ws .stake-9w3pja {
  color: #000;
}

.stake-94c3ws
  .stake-apga2d
  .stake-0f8b2j.stake-7vw33e.stake-vmttlf {
  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-13zf82,
body .stake-8r5x96 {
  color: #000;
  background: var(--color-body) !important;
}

.stake-13zf82 .stake-5xd1aj .stake-2uw907,
body .stake-8r5x96 .stake-5xd1aj .stake-2uw907 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-g6ho4a:focus,
  .stake-g6ho4a:hover {
    color: #f9cb16;
  }
  .stake-odb7b0:focus,
  .stake-odb7b0:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-042qpb:focus img,
  .stake-042qpb:focus svg,
  .stake-042qpb:hover img,
  .stake-042qpb:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stake-3d6y0x {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stake-ngma1c:hover .stake-4dgq2p svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stake-4dgq2p {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stake-kpvsbs {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stake-t10blc {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-w2wy47 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stake-ezcktz .stake-mdyqik {
    grid-template-columns: 1fr;
  }
  .stake-ezcktz .stake-yjqpm2 {
    -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-ezcktz .stake-9so0xv {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-ezcktz .stake-yeq6qi {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-ezcktz .stake-s7r4nf {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stake-ezcktz .stake-9so0xv:not(:first-child) {
    border: none;
  }
  .stake-ezcktz .stake-9so0xv:first-child .stake-yeq6qi {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stake-ezcktz .stake-9so0xv:last-child .stake-yeq6qi {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stake-1v04nb {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stake-ftmh5a {
    max-width: 100px;
  }
  .stake-72lht9 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stake-pz07ep {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stake-pz07ep svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stake-uiecbf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stake-72lht9 + .stake-pz07ep {
    margin-left: auto;
  }
  .stake-04l333 {
    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-04l333.stake-4whgmo {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stake-8mjoqw {
    -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-ovncpe {
    width: 100%;
  }
  .stake-ovncpe:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stake-8yd1fs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stake-8yd1fs svg {
    margin-right: 4px;
  }
  .stake-ngma1c {
    -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-4dgq2p svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stake-4dgq2p {
    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-e8j115 {
    display: none;
    width: 100%;
  }
  .stake-ngma1c.stake-4whgmo .stake-e8j115 {
    padding: 0 0 0 48px;
  }
  .stake-p8631e {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stake-jeh68o .stake-jzzrul {
    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-kdkc1m {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-kdkc1m + .stake-kdkc1m {
    margin-right: 0;
  }
  .stake-kdkc1m + .stake-jzzrul {
    margin: 0;
  }
  .stake-kpvsbs {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-t10blc {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-wuf253,
  .stake-yfjuur {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-p6qnhw {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stake-p6qnhw.stake-wku3wk .stake-v7jif5 {
    grid-column: auto;
    grid-row: auto;
  }
  .stake-p6qnhw > .stake-alh9lu {
    grid-column: 1/2;
  }
  .stake-p6qnhw.stake-wku3wk > :not(.get-image) {
    grid-column: 1/2;
  }
  .stake-p6qnhw .stake-jzzrul,
  .stake-p6qnhw.stake-wku3wk > .stake-jzzrul {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-p6qnhw.stake-wku3wk > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stake-3pws09.stake-qzct5u .stake-p6qnhw > .stake-jzzrul {
    grid-row: 1/2;
  }
  .stake-p6qnhw .stake-alh9lu ~ .stake-jzzrul,
  .stake-p6qnhw.stake-wku3wk .stake-alh9lu ~ .stake-jzzrul {
    grid-row: 2/3;
  }
  .stake-3pws09.stake-qzct5u .stake-alh9lu ~ .stake-jzzrul {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stake-542nqt:first-child .stake-yeensp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-542nqt:first-child .stake-yeensp h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stake-542nqt {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stake-542nqt {
    padding: 0;
  }
  .stake-lywhy1 {
    margin-top: 1rem;
  }
  .stake-hshgzp {
    border-radius: 5px;
  }
  .stake-1ishp5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-zr03vv::after {
    display: inline-block;
  }
  .stake-zr03vv {
    margin: 0;
    width: 100%;
  }
  .stake-x90wgw {
    width: 100%;
  }
  .stake-x90wgw.stake-9a7ko6 {
    -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-x90wgw.stake-9a7ko6 .stake-x5x0ic {
    width: 100%;
  }
  .stake-x90wgw.stake-9a7ko6 .stake-x5x0ic:not(:last-child) {
    margin-right: 0;
  }
  .stake-g6ho4a {
    width: 100%;
    text-align: center;
  }
  .stake-o0miuj.stake-4whgmo .stake-x90wgw {
    margin-top: 1rem;
  }
  .stake-kpvsbs {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-w2wy47,
  .stake-t10blc {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-wuf253,
  .stake-yfjuur,
  .stake-qjfrlv {
    grid-template-columns: 1fr;
  }
  .stake-026n9e {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stake-tor0ws {
    min-width: 300px;
    max-width: 325px;
  }
  .stake-yeq6qi {
    cursor: auto;
  }
  .stake-81ndkk .stake-yeq6qi {
    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-mtyhfu {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stake-e8j115 {
    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-mtyhfu {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stake-kdkc1m p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stake-pz07ep {
    margin: 0 -0.2rem;
  }
  .stake-kdkc1m {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stake-pnyhg4 {
    -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-0ku9z1 {
    max-width: 100%;
  }
  .stake-kpvsbs {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-w2wy47,
  .stake-t10blc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stake-1v04nb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-pz07ep {
    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-yanpkp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-1eu7ii {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-g88tcx,
  .stake-bcwf4r {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stake-y4fi0e {
    width: 100%;
  }
  .stake-kpvsbs {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stake-mtyhfu {
    top: 127px !important;
  }
}

.stake-137a4q {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stake-137a4q {
  }
}

@media (max-width: 767px) {
  .stake-137a4q {
    margin-bottom: 12px;
  }
}

.stake-137a4q img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stake-heekib {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stake-heekib > .stake-g1q4ip {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stake-heekib {
    flex-direction: column;
    gap: 12px;
  }
}

.stake-6vzmtm {
  display: flex;
}

.stake-6vzmtm .stake-qxgfaq {
  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-6vzmtm .stake-zpvdhf {
  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-6vzmtm .stake-tax2bh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stake-6vzmtm .stake-pl88wl {
  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-6vzmtm .stake-pl88wl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-6vzmtm .stake-irdpun {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stake-ich0cu {
  border: unset;
  background-color: unset;
}

.stake-ich0cu tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stake-ich0cu .stake-59f8ii,
.stake-ich0cu .stake-39208o {
  flex: 0 1 330px;
}

.stake-ich0cu .stake-wnj2vj {
  flex: 1 1;
}

.stake-ich0cu 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-ich0cu tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stake-ich0cu tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stake-ich0cu tr td p {
  color: #fff;
  margin: 0;
}

.stake-ich0cu tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stake-ich0cu tr.stake-59f8ii td p {
  padding: 16px 0;
}

.stake-ich0cu tr.stake-59f8ii td p:not(:last-child),
.stake-ich0cu tr.stake-39208o td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stake-ich0cu tr.stake-59f8ii td p:first-child,
.stake-ich0cu tr.stake-39208o td p:first-child {
  padding-top: 0;
}

.stake-ich0cu tr.stake-39208o td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-ich0cu tr.stake-39208o td p:last-child {
  padding-bottom: 0;
}

.stake-ich0cu .stake-39208o img {
  max-width: 32px;
}

.stake-ich0cu .stake-wnj2vj {
  min-width: 718px;
}

.stake-ich0cu .stake-wnj2vj td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stake-ich0cu .stake-wnj2vj td {
  display: flex;
}

.stake-ich0cu .stake-wnj2vj td:last-child .stake-bq6hzg,
.stake-ich0cu .stake-wnj2vj td:last-child .stake-nqjo59,
.stake-ich0cu .stake-wnj2vj td:last-child .stake-cz291n {
  flex: 1 1 50%;
}

.stake-ich0cu .stake-wnj2vj td:last-child .stake-trwwh1 {
  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-ich0cu .stake-wnj2vj td:last-child .stake-5uu0ay,
.stake-ich0cu .stake-wnj2vj td:last-child .stake-uulo4u {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stake-ich0cu .stake-wnj2vj td:last-child .stake-bq6hzg,
.stake-ich0cu .stake-wnj2vj td:last-child .stake-nqjo59 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-ich0cu .stake-wnj2vj td:last-child .stake-bq6hzg span,
.stake-ich0cu .stake-wnj2vj td:last-child .stake-nqjo59 span {
  font-weight: 800;
}

.stake-ich0cu .stake-wnj2vj img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stake-ich0cu .stake-wnj2vj td .stake-cz291n:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stake-ich0cu tr.stake-59f8ii td p:last-child {
    padding-bottom: 0;
  }
  .stake-ich0cu .stake-39208o > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stake-ich0cu .stake-39208o > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stake-ich0cu tr.stake-59f8ii td p:not(:last-child),
  .stake-ich0cu tr.stake-39208o td p:not(:last-child) {
    border-bottom: unset;
  }
  .stake-ich0cu tr.stake-39208o td p:last-child {
    padding-bottom: 12px;
  }
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-bq6hzg,
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-nqjo59,
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-cz291n {
    flex: 1 1 50%;
    padding: 0;
  }
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-bq6hzg,
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-nqjo59 {
    margin-top: 16px;
  }
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-cz291n {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-bq6hzg {
    border-right: 1px solid var(--border-color);
  }
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-cz291n:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stake-ich0cu .stake-wnj2vj td:last-child .stake-cz291n:last-child {
    padding-bottom: 0;
  }
}

.stake-cz291n {
  display: flex;
  flex-direction: column;
}

.stake-ich0cu .stake-wnj2vj td .stake-cz291n {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stake-ich0cu .stake-wnj2vj td .stake-cz291n:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stake-ich0cu .stake-wnj2vj td .stake-cz291n:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stake-ich0cu .stake-wnj2vj td .stake-cz291n:not(:first-child) {
    padding-left: 0;
  }
  .stake-ich0cu .stake-wnj2vj td .stake-cz291n:not(:last-of-type) {
    border-right: unset;
  }
}

.stake-ich0cu .stake-5yh6o6 {
  flex: 0 1 485px;
}

.stake-ich0cu .stake-fickjf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stake-ich0cu .stake-fickjf li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-ich0cu .stake-fickjf li.stake-f7eadk {
  padding: 6px 12px;
}

.stake-ich0cu .stake-fickjf li a,
.stake-ich0cu .stake-fickjf 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-ich0cu .stake-e4chjl,
.stake-ich0cu .stake-e7rbuh {
  flex: 1 1;
}

.stake-ich0cu .stake-z2upjb,
.stake-ich0cu .stake-hmdu9u {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stake-ich0cu .stake-z2upjb li,
.stake-ich0cu .stake-hmdu9u li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-ich0cu .stake-e7rbuh img {
  max-width: 32px;
}

.stake-ich0cu .stake-e4chjl img {
  max-width: 32px;
}

.stake-ich0cu .stake-1iehcq {
  min-width: 280px;
}

.stake-ich0cu .stake-1iehcq img {
  max-width: 146px;
}

.stake-ich0cu .stake-1iehcq td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stake-ich0cu .stake-59f8ii,
  .stake-ich0cu .stake-39208o {
    flex: 0 1 auto;
  }
  .stake-ich0cu .stake-wnj2vj {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stake-ich0cu .stake-59f8ii,
  .stake-ich0cu .stake-5yh6o6,
  .stake-ich0cu .stake-39208o,
  .stake-ich0cu .stake-wnj2vj {
    flex: 1 1 calc(50% - 20px);
  }
  .stake-ich0cu .stake-e4chjl,
  .stake-ich0cu .stake-1iehcq,
  .stake-ich0cu .stake-e7rbuh {
    flex: 1 1 30%;
  }
  .stake-ich0cu .stake-1iehcq {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stake-ich0cu .stake-59f8ii,
  .stake-ich0cu .stake-5yh6o6,
  .stake-ich0cu .stake-e4chjl,
  .stake-ich0cu .stake-39208o,
  .stake-ich0cu .stake-wnj2vj,
  .stake-ich0cu .stake-1iehcq,
  .stake-ich0cu .stake-e7rbuh {
    flex: 1 1 100%;
  }
}

.stake-4upd9j .stake-4urjgt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stake-4upd9j .stake-7cschk {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stake-4upd9j .stake-yd2zgf {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stake-4upd9j .stake-ujz7hl {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stake-4upd9j .stake-ujz7hl > :nth-child(3) {
  margin-top: 0;
}

.stake-4upd9j .stake-jzzrul {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stake-4upd9j .stake-zp4y32 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stake-4upd9j .stake-lywhy1 {
  grid-column: 1/2;
}

.stake-4upd9j > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stake-4upd9j .stake-7cschk: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-4upd9j .stake-7cschk:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stake-4upd9j .stake-y4fi0e {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stake-4upd9j .stake-7cschk:not(:last-child):before {
    bottom: 8px;
  }
  .stake-4upd9j .stake-7cschk:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stake-4upd9j .stake-ujz7hl {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stake-4upd9j .stake-jzzrul {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stake-4upd9j .stake-jzzrul img {
    width: 100%;
    height: auto;
  }
  .stake-4upd9j .stake-y4fi0e {
    width: 100%;
    min-width: unset;
  }
}

.stake-5sol9v .stake-uthtmz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stake-5sol9v .stake-d1defi {
  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-5sol9v .stake-jzzrul {
  height: 100%;
}

.stake-5sol9v .stake-jzzrul img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stake-5sol9v .stake-wtkeez {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stake-5sol9v .stake-v1mfxz {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stake-5sol9v .stake-hq05uj {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stake-5sol9v .stake-d1defi {
    flex: 1 1 100%;
  }
  .stake-5sol9v .stake-u9ka02 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stake-5sol9v .stake-d1defi {
    flex-direction: column;
  }
  .stake-5sol9v .stake-jzzrul {
    width: 100%;
    height: auto;
  }
  .stake-5sol9v .stake-jzzrul img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stake-5sol9v .stake-wtkeez {
    padding: 0 16px 16px 16px;
  }
  .stake-5sol9v .stake-u9ka02 {
    min-width: unset;
    width: 100%;
  }
}

.stake-0r7xpw .stake-q3j6w7 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stake-0r7xpw .stake-qz00qp {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stake-0r7xpw 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-0r7xpw .stake-n8r3ms {
  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-0r7xpw .stake-qz00qp:hover .stake-n8r3ms {
  display: flex;
}

.stake-0r7xpw .stake-k2lwru {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-0r7xpw .stake-qvv8vj {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stake-mu26qt {
  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-mu26qt.stake-yt0urh {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stake-761l25 ease-in-out;
}

.stake-mu26qt.stake-yt0urh:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stake-0r7xpw .stake-qu4ksr {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stake-761l25 ease-in-out;
}

.stake-0r7xpw .stake-qu4ksr:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stake-0r7xpw .stake-qu4ksr:after,
.stake-mu26qt.stake-yt0urh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stake-mu26qt.stake-yt0urh:after {
  background-image: url(../images/Cash.svg);
}

.stake-0r7xpw .stake-qu4ksr:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stake-0r7xpw .stake-q3j6w7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stake-0r7xpw .stake-q3j6w7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stake-0r7xpw .stake-q3j6w7 {
    grid-template-columns: 1fr;
  }
  .stake-0r7xpw .stake-qz00qp {
    height: auto;
  }
  .stake-0r7xpw .stake-qz00qp .stake-n8r3ms {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stake-0r7xpw .stake-k2lwru,
  .stake-0r7xpw .stake-qvv8vj {
    text-align: left;
  }
  .stake-0r7xpw .stake-qvv8vj {
    margin-bottom: 8px;
  }
  .stake-0r7xpw img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stake-vg0hew {
  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-vg0hew.stake-sk9zui {
  display: block;
}

.stake-vg0hew .stake-k2lnu2 {
  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-vg0hew .stake-0t9rga {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stake-vg0hew .stake-024yu0 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stake-vg0hew .stake-a48soe {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stake-vg0hew .stake-mu26qt {
  min-width: 296px;
  margin-bottom: 0;
}

.stake-vg0hew .stake-szkrbz {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stake-vg0hew .stake-asd7fv {
  position: relative;
  flex: 1 1;
}

.stake-vg0hew .stake-asd7fv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stake-vg0hew .stake-0t9rga {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stake-vg0hew .stake-024yu0 {
    order: 1;
  }
  .stake-vg0hew .stake-a48soe {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-vg0hew .stake-mu26qt {
    width: 100%;
    min-width: unset;
  }
  .stake-vg0hew .stake-szkrbz {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stake-p6qnhw > .stake-alh9lu {
    margin-bottom: 0;
  }
  .stake-p6qnhw > .stake-lywhy1,
  .stake-p6qnhw > p {
    margin-top: 0;
  }
}

.stake-oupbga img,
.stake-kdkc1m img {
  width: auto;
  object-fit: contain;
}

.stake-oupbga {
  align-items: center;
}

.stake-oupbga img {
  max-height: 76px;
}

.stake-kdkc1m img {
  max-height: 64px;
}

.stake-yxm4dx {
  overflow: auto;
}

.stake-yjg9ft {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stake-yqlrfu:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stake-bjgmjz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stake-nil42x {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stake-bjgmjz .stake-jzzrul {
  margin-right: 20px;
  flex-shrink: 0;
}

.stake-bjgmjz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stake-smvspx {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stake-smvspx > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-bjgmjz {
    padding: 15px 10px;
  }
  .stake-smvspx {
    padding: 15px 10px;
  }
  .stake-bjgmjz .stake-jzzrul {
    margin-right: 10px;
  }
}

.stake-tjv7u0 {
  overflow-x: auto;
}

.stake-s33pxj {
  border-collapse: collapse;
  width: 100%;
}

.stake-tjv7u0 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stake-tjv7u0 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stake-tjv7u0 td.stake-q571i9 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stake-tjv7u0 td.stake-vxyjun {
  border-right: none;
}

.stake-tjv7u0 td.stake-vxyjun .stake-jzzrul {
  justify-content: flex-start;
}

.stake-tjv7u0 td.stake-vxyjun .stake-jzzrul img {
  height: auto;
  width: 90px;
}

.stake-tjv7u0 td.stake-a2pdec,
.stake-tjv7u0 td.stake-hicj5z {
  font-weight: 600;
  text-align: right;
}

.stake-tjv7u0 td.stake-1gm7y7,
.stake-tjv7u0 td.stake-a2pdec {
  padding-bottom: 10px;
  border-bottom: none;
}

.stake-tjv7u0 td.stake-a2pdec,
.stake-tjv7u0 td.stake-hicj5z {
  border-left: none;
}

.stake-tjv7u0 td.stake-1gm7y7,
.stake-tjv7u0 td.stake-zup4yf {
  border-right: none;
}

.stake-tjv7u0 td.stake-zup4yf,
.stake-tjv7u0 td.stake-hicj5z {
  border-top: none;
  padding-top: 10px;
}

.stake-8l22wz {
  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-8l22wz .stake-u9ka02 {
  min-width: unset;
  width: 100%;
}

.stake-8l22wz .stake-u9ka02.stake-4frih7 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stake-8l22wz .stake-u9ka02.stake-rrwecp {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stake-8l22wz .stake-w9z5iv {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-8l22wz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stake-8l22wz .stake-u9ka02.stake-4frih7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-8l22wz .stake-u9ka02.stake-rrwecp {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stake-8l22wz .stake-w9z5iv {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stake-ihuwci {
  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-v2fd6d {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stake-mdflbd p a img {
  margin: 0 auto;
  display: block;
}

.stake-mdflbd table {
  margin-bottom: 17px;
}

/* contanct form */
.stake-2tjeuz {
  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-2tjeuz label {
  font-size: 14px;
}

.stake-2tjeuz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-2tjeuz input,
.stake-2tjeuz textarea,
.stake-2tjeuz 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-2tjeuz button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-761l25 ease;
}
.stake-2tjeuz button:hover {
  background-color: #691204;
}
.stake-8nw3gs {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-s2r1gu ease-in;
}

.stake-8nw3gs h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}

.stake-73gg60 {
    padding: 50px 0 0 50px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.stake-73gg60 .stake-5pdam7 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-73gg60 .stake-7b8ltd {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-73gg60 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-73gg60 .stake-5pdam7 {
        font-size: 26px;
    }

    .stake-73gg60 .stake-7b8ltd {
        font-size: 20px;
    }

    .stake-73gg60 a {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 581px) {
    .stake-73gg60 .stake-5pdam7 {
        text-align: center;
        padding: 0 25px;
        font-size: 30px;
        overflow-wrap: break-word;
    }

    .stake-73gg60 .stake-7b8ltd {
        text-align: center;
        padding: 0 25px;
        font-size: 24px;
        overflow-wrap: break-word;
    }

    .stake-73gg60 {
        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-ms5oqx, .stake-dzztwq, [class*="review-card"],
thead, thead th, table th, .stake-gzwte5,
.stake-o14dpm, [class*="collapsible-header"],
.stake-d6jj5x, [class*="updated-block"] {
  color: #ece7dc !important;
}
