@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);
}

.bitstake-nwaliq {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bitstake-ezdrlf {
  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.bitstake-fip3ib,
ul.bitstake-fip3ib {
  padding-left: 20px;
}

ul.bitstake-fip3ib {
  list-style: disc;
}

ol.bitstake-fip3ib {
  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;
  }
}

.bitstake-0albfv > .bitstake-edvd9i,
.bitstake-0albfv > .bitstake-l5verv,
.bitstake-0albfv > blockquote,
.bitstake-0albfv > h1,
.bitstake-0albfv > h2,
.bitstake-0albfv > h3,
.bitstake-0albfv > h4,
.bitstake-0albfv > h5,
.bitstake-0albfv > h6,
.bitstake-0albfv > ol,
.bitstake-0albfv > p,
.bitstake-0albfv > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bitstake-0albfv > ol,
.bitstake-0albfv > ul {
  padding-left: 50px;
}

.bitstake-0albfv 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;
}

.bitstake-0albfv:not(:last-child) {
  margin-bottom: 2rem;
}

.bitstake-0albfv > :not(:first-child) {
  margin-top: 2rem;
}

.bitstake-0albfv {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bitstake-0albfv:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bitstake-0albfv:first-child {
    margin-top: 20px;
  }
}

.bitstake-0albfv > p:last-of-type {
  margin-bottom: 32px;
}

.bitstake-0albfv > .bitstake-mx6r41:not(:first-child) {
  margin: 64px auto 16px auto;
}

.bitstake-6jb7c9 > .bitstake-mx6r41 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bitstake-l5verv {
  overflow: auto;
}

.bitstake-l5verv::-webkit-scrollbar {
  height: 5px;
}

.bitstake-l5verv table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.bitstake-l5verv table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.bitstake-l5verv table thead,
table thead {
  border-bottom: none;
}

.bitstake-l5verv table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.bitstake-l5verv table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.bitstake-l5verv table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.bitstake-l5verv .bitstake-1ewh78 {
  table-layout: auto;
}

.bitstake-l5verv .bitstake-1ewh78 th {
  word-break: normal;
}

.bitstake-l5verv .bitstake-1ewh78 td {
  word-break: normal;
}

.bitstake-nwaliq .bitstake-nwaliq {
  padding-right: 0;
  padding-left: 0;
}

.bitstake-a6505t {
  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;
}

.bitstake-buw2m6 {
  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;
}

.bitstake-c0yyjk {
  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;
}

.bitstake-edvd9i {
  margin-top: 24px;
}

.bitstake-edvd9i.bitstake-1bwmtz {
  text-align: left;
}

.bitstake-edvd9i.bitstake-121t39 {
  text-align: right;
}

.bitstake-edvd9i.bitstake-51mzeb {
  text-align: center;
}

.bitstake-w99btv {
  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.bitstake-ct6oo8 ease-in-out;
  cursor: pointer;
}

.bitstake-w99btv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.bitstake-w99btv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .bitstake-w99btv {
    min-width: unset;
  }
}

.bitstake-bq01a0 {
  background-color: var(--fh-bg-color);
}

.bitstake-pul2hs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.bitstake-mmtk3m {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.bitstake-mmtk3m img {
  max-height: 44px;
  object-fit: contain;
}

.bitstake-c3rdza {
  flex: 1 1;
}

.bitstake-9josyn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.bitstake-8qeleh {
  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;
}

.bitstake-8qeleh 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;
}

.bitstake-8qeleh.bitstake-okyux2 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.bitstake-8qeleh.bitstake-okyux2 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.bitstake-8qeleh.bitstake-okyux2 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.bitstake-c3rdza + .bitstake-9josyn {
  margin-left: 20px;
}

.bitstake-u900de {
  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;
}

.bitstake-u900de > svg {
  max-width: 24px;
  max-height: 24px;
}

.bitstake-u900de + .bitstake-u900de {
  margin-left: 5px;
}

.bitstake-o3m0gm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.bitstake-o3m0gm:hover {
  background-color: var(--button-bg-hover);
}

.bitstake-we25qk {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.bitstake-ct6oo8 ease-in-out;
  border: 1px solid var(--border-color);
}

.bitstake-we25qk:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.bitstake-44s3xn {
  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) {
  .bitstake-c3rdza {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .bitstake-44s3xn {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .bitstake-c3rdza {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .bitstake-u900de {
    min-width: unset;
    flex: 1 1;
  }
}

.bitstake-ixgj0z {
  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;
}

.bitstake-ixgj0z:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.bitstake-ixgj0z:hover .bitstake-fnakft {
  opacity: 1;
  pointer-events: auto;
}

.bitstake-4g1ev6 {
  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.bitstake-7j59g9 ease-in-out;
  gap: 4px;
}

.bitstake-4g1ev6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bitstake-4g1ev6 .bitstake-a6505t img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bitstake-w5w211,
.bitstake-4g1ev6:hover {
  color: var(--button-bg-hover);
}

.bitstake-6txjti {
  position: relative;
}

.bitstake-6txjti .bitstake-4g1ev6 {
  margin-right: 0;
  padding-right: 4px;
}

.bitstake-84iesf svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bitstake-6txjti.bitstake-okyux2 .bitstake-84iesf svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.bitstake-6txjti.bitstake-okyux2 .bitstake-fnakft {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.bitstake-6txjti.bitstake-okyux2 .bitstake-fnakft::before {
  display: none;
}

.bitstake-84iesf svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.bitstake-fnakft {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.bitstake-j3am3t 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.bitstake-fnakft::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.bitstake-fnakft:hover {
  color: var(--fh-bg-color);
}

.bitstake-66569n {
  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.bitstake-j3am3t 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.bitstake-7j59g9 ease-in-out;
  -o-transition: 0.bitstake-7j59g9 ease-in-out;
  transition: 0.bitstake-7j59g9 ease-in-out;
}

.bitstake-66569n .bitstake-a6505t img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bitstake-8gxt0g,
.bitstake-66569n:hover {
  color: var(--button-bg-hover);
}

.bitstake-9iatpc {
  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%;
}

.bitstake-9iatpc.bitstake-m5d65v {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.bitstake-9iatpc.bitstake-m5d65v:after,
.bitstake-9iatpc.bitstake-m5d65v:before {
  content: "";
  position: absolute;
  margin: auto;
}

.bitstake-9iatpc.bitstake-m5d65v: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);
  }
}

.bitstake-9iatpc.bitstake-m5d65v:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.bitstake-9iatpc.bitstake-m5d65v > * {
  z-index: 1;
}

.bitstake-9iatpc b,
.bitstake-9iatpc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.bitstake-9iatpc .bitstake-gfk69l {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.bitstake-9iatpc .bitstake-rmfghv {
  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;
}

.bitstake-9iatpc .bitstake-a6505t {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.bitstake-9iatpc .bitstake-fs3i5v {
  margin-top: 12px;
}

.bitstake-fs3i5v {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.bitstake-fnwhp7 {
  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;
}

.bitstake-fs3i5v .bitstake-cwb6cl {
  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.bitstake-ct6oo8 ease-in-out;
}

.bitstake-fs3i5v .bitstake-cwb6cl:hover {
  background: rgba(255, 255, 255, 0.3);
}

.bitstake-cmt3se {
  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;
}

.bitstake-9iatpc.bitstake-kkoxtl {
  gap: 12px;
  padding: 16px;
}

.bitstake-9iatpc.bitstake-kkoxtl .bitstake-cmt3se {
  min-width: 240px;
}

.bitstake-9iatpc.bitstake-kkoxtl .bitstake-cmt3se.bitstake-i8ukkf {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .bitstake-9iatpc .bitstake-gfk69l {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .bitstake-9iatpc .bitstake-rmfghv {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .bitstake-9iatpc .bitstake-a6505t {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .bitstake-9iatpc.bitstake-kkoxtl .bitstake-a6505t {
    max-width: 126px;
  }
  .bitstake-9iatpc .bitstake-fs3i5v {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .bitstake-9iatpc .bitstake-fnwhp7 {
    max-width: unset;
  }
  .bitstake-cmt3se {
    min-width: unset;
    width: 100%;
  }
  .bitstake-9iatpc .bitstake-cmt3se {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .bitstake-9iatpc.bitstake-kkoxtl {
    grid-template-rows: auto 1fr auto;
  }
  .bitstake-9iatpc.bitstake-kkoxtl .bitstake-cmt3se {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .bitstake-9iatpc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .bitstake-9iatpc .bitstake-gfk69l {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .bitstake-9iatpc .bitstake-a6505t {
    max-width: 78px;
  }
  .bitstake-9iatpc .bitstake-fs3i5v {
    margin-top: -12px;
  }
  .bitstake-9iatpc.bitstake-kkoxtl {
    gap: 8px;
  }
  .bitstake-9iatpc.bitstake-kkoxtl .bitstake-gfk69l {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .bitstake-9iatpc.bitstake-kkoxtl .bitstake-rmfghv {
    grid-column: 1/3;
  }
  .bitstake-9iatpc.bitstake-kkoxtl .bitstake-a6505t {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .bitstake-9iatpc.bitstake-kkoxtl .bitstake-a6505t img {
    max-width: 114px;
  }
}

.bitstake-cmt3se.bitstake-7k5900,
.bitstake-cmt3se.bitstake-xxqsjk,
.bitstake-cmt3se.bitstake-01l6ga {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.bitstake-ct6oo8 ease-in-out;
}

.bitstake-cmt3se.bitstake-7k5900,
.bitstake-cmt3se.bitstake-01l6ga {
  padding: 10px;
}

.bitstake-cmt3se.bitstake-7k5900:hover,
.bitstake-cmt3se.bitstake-xxqsjk:hover,
.bitstake-cmt3se.bitstake-01l6ga:hover {
  background: var(--button-bg-hover);
}

.bitstake-cmt3se.bitstake-7k5900:hover svg path,
.bitstake-cmt3se.bitstake-01l6ga:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.bitstake-cmt3se.bitstake-i8ukkf {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.bitstake-ct6oo8 ease-in-out;
  background: var(--button-bg-color);
}

.bitstake-cmt3se.bitstake-i8ukkf:hover {
  background-color: var(--button-bg-hover);
}

.bitstake-cmt3se.bitstake-xxqsjk: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);
  }
}

.bitstake-cmt3se.bitstake-xxqsjk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bitstake-cmt3se.bitstake-i8ukkf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bitstake-l3jmkr {
  max-width: 650px;
}

.bitstake-25qjy8 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.bitstake-vo4j8y {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bitstake-bl9vad {
  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.bitstake-7j59g9 ease-in-out;
  cursor: pointer;
}

.bitstake-bl9vad:hover {
  opacity: 0.5;
}

.bitstake-bl9vad:focus {
  outline: 0;
}

.bitstake-bl9vad:focus .bitstake-nrd8jb,
.bitstake-bl9vad:hover .bitstake-nrd8jb {
  fill: red;
  fill-opacity: 1;
}

.bitstake-bl9vad:hover {
  cursor: pointer;
}

.bitstake-ca672k {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.bitstake-l3jmkr.bitstake-51mzeb {
  margin: 0 auto;
}

.bitstake-l3jmkr.bitstake-121t39 {
  margin-left: auto;
}

.bitstake-mmsba1 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.bitstake-ce4w26 {
  padding-bottom: 50px;
}

.bitstake-ocfknk {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.bitstake-ry8ttb {
  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;
}

.bitstake-ikwvr0 {
  margin-top: 24px;
}

.bitstake-kxigii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bitstake-h9ikzh {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.bitstake-exb42c {
  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;
}

.bitstake-3y6g60 {
  width: 468px;
}

.bitstake-exb42c .bitstake-fnakft {
  margin: 0.bitstake-es385w 0;
}

.bitstake-7lxj79 {
  display: flex;
  min-width: 224px;
}

.bitstake-42op9k {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.bitstake-7j59g9 ease-in-out;
}

.bitstake-grjx00,
.bitstake-42op9k:hover {
  color: var(--text-color);
}

.bitstake-hdn7iy {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.bitstake-4cozec {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .bitstake-mmsba1 {
    padding: 16px;
  }
  .bitstake-hdn7iy {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .bitstake-4cozec {
    align-items: center;
  }
  .bitstake-3y6g60 {
    width: unset;
  }
  .bitstake-7lxj79 {
    min-width: unset;
  }
  .bitstake-exb42c {
    max-height: unset;
  }
  .bitstake-ocfknk {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .bitstake-mmsba1 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.bitstake-r9unue {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bitstake-r9unue:not(:last-child) {
  margin-bottom: 16px;
}

.bitstake-dpbn3p {
  outline: 0;
}

.bitstake-dpbn3p .bitstake-ryciry {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.bitstake-hw4aav {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .bitstake-hw4aav {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.bitstake-hw4aav::-webkit-details-marker {
  display: none;
}

.bitstake-hw4aav: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;
}

.bitstake-hw4aav: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] .bitstake-hw4aav:after {
  transform: unset;
}

.bitstake-ryciry {
  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);
}

.bitstake-ryciry 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.bitstake-7j59g9 ease-in-out;
  -o-transition: 0.bitstake-7j59g9 ease-in-out;
  transition: 0.bitstake-7j59g9 ease-in-out;
}

.bitstake-3bx1mg {
  padding: 16px 0 0 0;
}

.bitstake-3bx1mg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .bitstake-3bx1mg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bitstake-hw4aav {
    flex-wrap: wrap;
    gap: 12px;
  }
  .bitstake-hw4aav::after {
    margin-left: auto;
  }
  .bitstake-ryciry {
    order: 3;
    flex: 1 1 100%;
  }
  .bitstake-hw4aav {
    font-size: 14px;
    line-height: 130%;
  }
  .bitstake-ryciry svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.bitstake-he5wre {
  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;
}

.bitstake-cqgstk {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.bitstake-he5wre.bitstake-okyux2 .bitstake-cqgstk {
  margin-bottom: 12px;
}

.bitstake-cqgstk::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;
}

.bitstake-he5wre.bitstake-okyux2 .bitstake-cqgstk::after {
  transform: unset;
}

.bitstake-99kdux {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.bitstake-q8m0ox {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.bitstake-7j59g9 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.bitstake-q8m0ox: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;
}

.bitstake-he5wre.bitstake-okyux2 .bitstake-99kdux {
  max-height: 100%;
}

.bitstake-0yq9rh {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.bitstake-jmormn {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.bitstake-h8itih {
  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;
}

.bitstake-m8ys1t {
  margin-right: 4px;
}

.bitstake-y8ua3h {
  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.bitstake-7j59g9 ease-in-out;
}

.bitstake-y8ua3h svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.bitstake-28v8vt,
.bitstake-y8ua3h:hover {
  color: var(--text-color);
}

.bitstake-5d8jtx {
  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;
}

.bitstake-5d8jtx img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.bitstake-5d8jtx .bitstake-t9x958 {
  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;
}

.bitstake-5d8jtx .bitstake-omutt9 {
  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;
}

.bitstake-y18s30 {
  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;
}

.bitstake-x61jwq {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bitstake-l9axdl .bitstake-nwaliq {
  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;
}

.bitstake-l9axdl {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.bitstake-xx8ofl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.bitstake-exca20 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.bitstake-fn4t50 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.bitstake-urlaz1 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;
}

.bitstake-fn4t50:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.bitstake-3ew0xb {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.bitstake-bu0gbg {
  -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.bitstake-7j59g9 ease-in-out;
  transition: transform 0.bitstake-7j59g9 ease-in-out;
  -o-transition: transform 0.bitstake-7j59g9 ease-in-out;
  transition:
    transform 0.bitstake-7j59g9 ease-in-out,
    -webkit-transform 0.bitstake-7j59g9 ease-in-out;
  cursor: pointer;
}

.bitstake-bu0gbg svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.bitstake-bu0gbg: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;
}

.bitstake-6wpe8r {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .bitstake-6wpe8r {
    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);
}

.bitstake-38gomv {
  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;
}

.bitstake-2oy7r8 {
  position: relative;
  width: 100%;
}

.bitstake-38gomv.bitstake-iipouy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bitstake-38gomv.bitstake-51mzeb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bitstake-38gomv.bitstake-121t39 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bitstake-l37a5g {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.bitstake-tlomp0 {
  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.bitstake-7j59g9 ease-in-out;
  cursor: pointer;
}

.bitstake-tlomp0:hover {
  opacity: 0.5;
}

.bitstake-38gomv.bitstake-0jyxuf .bitstake-tlomp0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bitstake-38gomv.bitstake-0jyxuf .bitstake-l37a5g {
  cursor: pointer;
}

.bitstake-djjult {
  fill: #0009;
}

.bitstake-z54g6r {
  fill: #fff;
}

.bitstake-tlomp0:hover .bitstake-djjult {
  fill: red;
}

.bitstake-tlomp0 svg path {
  -webkit-transition: 0.bitstake-7j59g9 ease-in-out;
  -o-transition: 0.bitstake-7j59g9 ease-in-out;
  transition: 0.bitstake-7j59g9 ease-in-out;
}

.bitstake-x11rcu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.bitstake-x11rcu > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.bitstake-x11rcu.bitstake-ahrz2s > :not(.get-image) {
  grid-column: 1/3;
}

.bitstake-mpewiv:not(._h1-block) .bitstake-x11rcu > .bitstake-mx6r41 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.bitstake-x11rcu.bitstake-ahrz2s .bitstake-hub99d {
  grid-column: 2/3;
}

.bitstake-x11rcu.bitstake-ahrz2s > .bitstake-a6505t {
  grid-column: 1/2;
}

.bitstake-x11rcu.bitstake-ahrz2s > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.bitstake-x11rcu > p:first-of-type {
  margin-top: 0;
}

.bitstake-x11rcu .bitstake-a6505t {
  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;
}

.bitstake-mpewiv:not(._h1-block) .bitstake-mx6r41 ~ .bitstake-a6505t {
  grid-row: 2/10;
}

.bitstake-mpewiv.bitstake-keimzt .bitstake-mx6r41 ~ .bitstake-a6505t {
  grid-row: 1/10;
}

.bitstake-mpewiv.bitstake-keimzt > .bitstake-mx6r41 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.bitstake-mpewiv.bitstake-keimzt .bitstake-a6505t {
  grid-row: 1/10;
}

.bitstake-x11rcu.bitstake-zey6g1 .bitstake-a6505t {
  align-items: flex-start;
}

.bitstake-x11rcu.bitstake-51mzeb .bitstake-hub99d {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.bitstake-x11rcu.bitstake-51mzeb .bitstake-a6505t {
  align-items: center;
}

.bitstake-x11rcu.bitstake-0k6cko .bitstake-a6505t {
  align-items: flex-end;
}

.bitstake-hub99d > :first-child {
  margin-top: 0;
}

.bitstake-hub99d > :last-child {
  margin-bottom: 0;
}

* + .bitstake-yp0mc2,
.bitstake-mpewiv + .bitstake-mpewiv {
  margin-top: 2rem;
}

.bitstake-6gfxjc td::before,
.bitstake-6gfxjc th::after {
  display: none !important;
}

.bitstake-6gfxjc #link-selector {
  color: #000;
}

.bitstake-6gfxjc .bitstake-j79ib0 {
  color: #135e96;
}

.bitstake-6gfxjc .bitstake-665g8i *,
.bitstake-6gfxjc .bitstake-n24omi p,
.bitstake-6gfxjc .bitstake-95lljj * {
  color: #000;
}

.bitstake-6gfxjc .bitstake-bren8s {
  background: 0 0 !important;
}

.bitstake-6gfxjc .bitstake-yplecg {
  color: #000;
}

.bitstake-6gfxjc .bitstake-49mtim.bitstake-x08yaq {
  color: #fff;
}

.bitstake-6gfxjc .bitstake-otastd {
  color: #000;
}

.bitstake-6gfxjc
  .bitstake-x124ma
  .bitstake-7t1gw2.bitstake-x08yaq.bitstake-o89ji3 {
  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;
}

.bitstake-wjkb7f,
body .bitstake-dthsmt {
  color: #000;
  background: var(--color-body) !important;
}

.bitstake-wjkb7f .bitstake-jdhuyk .bitstake-emgruy,
body .bitstake-dthsmt .bitstake-jdhuyk .bitstake-emgruy {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bitstake-q8m0ox:focus,
  .bitstake-q8m0ox:hover {
    color: #f9cb16;
  }
  .bitstake-apxh1u:focus,
  .bitstake-apxh1u:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bitstake-6unnrm:focus img,
  .bitstake-6unnrm:focus svg,
  .bitstake-6unnrm:hover img,
  .bitstake-6unnrm:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .bitstake-5d8jtx {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bitstake-6txjti:hover .bitstake-84iesf svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .bitstake-84iesf {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .bitstake-dr91cf {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .bitstake-llisa6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .bitstake-o0zvur {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .bitstake-41tw01 .bitstake-fiue8x {
    grid-template-columns: 1fr;
  }
  .bitstake-41tw01 .bitstake-h23afz {
    -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;
  }
  .bitstake-41tw01 .bitstake-qc9kfw {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bitstake-41tw01 .bitstake-yapkne {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bitstake-41tw01 .bitstake-gmpfsn {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .bitstake-41tw01 .bitstake-qc9kfw:not(:first-child) {
    border: none;
  }
  .bitstake-41tw01 .bitstake-qc9kfw:first-child .bitstake-yapkne {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .bitstake-41tw01 .bitstake-qc9kfw:last-child .bitstake-yapkne {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .bitstake-pul2hs {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .bitstake-mmtk3m {
    max-width: 100px;
  }
  .bitstake-c3rdza {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bitstake-9josyn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bitstake-9josyn svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .bitstake-8qeleh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .bitstake-c3rdza + .bitstake-9josyn {
    margin-left: auto;
  }
  .bitstake-0eprsl {
    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;
  }
  .bitstake-0eprsl.bitstake-okyux2 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .bitstake-44s3xn {
    -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;
  }
  .bitstake-ixgj0z {
    width: 100%;
  }
  .bitstake-ixgj0z:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .bitstake-4g1ev6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .bitstake-4g1ev6 svg {
    margin-right: 4px;
  }
  .bitstake-6txjti {
    -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;
  }
  .bitstake-84iesf svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .bitstake-84iesf {
    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;
  }
  .bitstake-fnakft {
    display: none;
    width: 100%;
  }
  .bitstake-6txjti.bitstake-okyux2 .bitstake-fnakft {
    padding: 0 0 0 48px;
  }
  .bitstake-66569n {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .bitstake-ry8ttb .bitstake-a6505t {
    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;
  }
  .bitstake-3u2ag7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bitstake-3u2ag7 + .bitstake-3u2ag7 {
    margin-right: 0;
  }
  .bitstake-3u2ag7 + .bitstake-a6505t {
    margin: 0;
  }
  .bitstake-dr91cf {
    grid-template-columns: repeat(4, 1fr);
  }
  .bitstake-llisa6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .bitstake-3b3i02,
  .bitstake-zugsmw {
    grid-template-columns: repeat(2, 1fr);
  }
  .bitstake-x11rcu {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bitstake-x11rcu.bitstake-ahrz2s .bitstake-hub99d {
    grid-column: auto;
    grid-row: auto;
  }
  .bitstake-x11rcu > .bitstake-mx6r41 {
    grid-column: 1/2;
  }
  .bitstake-x11rcu.bitstake-ahrz2s > :not(.get-image) {
    grid-column: 1/2;
  }
  .bitstake-x11rcu .bitstake-a6505t,
  .bitstake-x11rcu.bitstake-ahrz2s > .bitstake-a6505t {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bitstake-x11rcu.bitstake-ahrz2s > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .bitstake-mpewiv.bitstake-keimzt .bitstake-x11rcu > .bitstake-a6505t {
    grid-row: 1/2;
  }
  .bitstake-x11rcu .bitstake-mx6r41 ~ .bitstake-a6505t,
  .bitstake-x11rcu.bitstake-ahrz2s .bitstake-mx6r41 ~ .bitstake-a6505t {
    grid-row: 2/3;
  }
  .bitstake-mpewiv.bitstake-keimzt .bitstake-mx6r41 ~ .bitstake-a6505t {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .bitstake-0albfv:first-child .bitstake-qyo94n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bitstake-0albfv:first-child .bitstake-qyo94n h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .bitstake-0albfv {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .bitstake-0albfv {
    padding: 0;
  }
  .bitstake-edvd9i {
    margin-top: 1rem;
  }
  .bitstake-dpbn3p {
    border-radius: 5px;
  }
  .bitstake-p8ebmb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bitstake-cqgstk::after {
    display: inline-block;
  }
  .bitstake-cqgstk {
    margin: 0;
    width: 100%;
  }
  .bitstake-99kdux {
    width: 100%;
  }
  .bitstake-99kdux.bitstake-4pwdzd {
    -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%;
  }
  .bitstake-99kdux.bitstake-4pwdzd .bitstake-hjxahl {
    width: 100%;
  }
  .bitstake-99kdux.bitstake-4pwdzd .bitstake-hjxahl:not(:last-child) {
    margin-right: 0;
  }
  .bitstake-q8m0ox {
    width: 100%;
    text-align: center;
  }
  .bitstake-he5wre.bitstake-okyux2 .bitstake-99kdux {
    margin-top: 1rem;
  }
  .bitstake-dr91cf {
    grid-template-columns: repeat(3, 1fr);
  }
  .bitstake-o0zvur,
  .bitstake-llisa6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bitstake-3b3i02,
  .bitstake-zugsmw,
  .bitstake-3rul88 {
    grid-template-columns: 1fr;
  }
  .bitstake-xl2jqi {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .bitstake-4b72u6 {
    min-width: 300px;
    max-width: 325px;
  }
  .bitstake-yapkne {
    cursor: auto;
  }
  .bitstake-j35iq3 .bitstake-yapkne {
    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;
  }
  .bitstake-6wpe8r {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .bitstake-fnakft {
    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) {
  .bitstake-6wpe8r {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.bitstake-3u2ag7 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .bitstake-9josyn {
    margin: 0 -0.2rem;
  }
  .bitstake-3u2ag7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bitstake-oq3m4l {
    -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;
  }
  .bitstake-ko4p28 {
    max-width: 100%;
  }
  .bitstake-dr91cf {
    grid-template-columns: repeat(2, 1fr);
  }
  .bitstake-o0zvur,
  .bitstake-llisa6 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .bitstake-pul2hs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bitstake-9josyn {
    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;
  }
  .bitstake-bq01a0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bitstake-u900de {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bitstake-b2eqnn,
  .bitstake-7vnm08 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .bitstake-w99btv {
    width: 100%;
  }
  .bitstake-dr91cf {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .bitstake-6wpe8r {
    top: 127px !important;
  }
}

.bitstake-ib84k0 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .bitstake-ib84k0 {
  }
}

@media (max-width: 767px) {
  .bitstake-ib84k0 {
    margin-bottom: 12px;
  }
}

.bitstake-ib84k0 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.bitstake-7s2rth {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.bitstake-7s2rth > .bitstake-un1euc {
  flex: 1 1;
}

@media (max-width: 767px) {
  .bitstake-7s2rth {
    flex-direction: column;
    gap: 12px;
  }
}

.bitstake-yyt2xw {
  display: flex;
}

.bitstake-yyt2xw .bitstake-qgouq8 {
  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;
}

.bitstake-yyt2xw .bitstake-28rdpi {
  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;
}

.bitstake-yyt2xw .bitstake-mysqrm {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.bitstake-yyt2xw .bitstake-81y4qq {
  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));
  }
}

.bitstake-yyt2xw .bitstake-81y4qq:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bitstake-yyt2xw .bitstake-yrd6uc {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.bitstake-gzp6mb {
  border: unset;
  background-color: unset;
}

.bitstake-gzp6mb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bitstake-gzp6mb .bitstake-zj6n5x,
.bitstake-gzp6mb .bitstake-5oqsex {
  flex: 0 1 330px;
}

.bitstake-gzp6mb .bitstake-z7o1tm {
  flex: 1 1;
}

.bitstake-gzp6mb tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bitstake-gzp6mb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.bitstake-gzp6mb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.bitstake-gzp6mb tr td p {
  color: #fff;
  margin: 0;
}

.bitstake-gzp6mb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.bitstake-gzp6mb tr.bitstake-zj6n5x td p {
  padding: 16px 0;
}

.bitstake-gzp6mb tr.bitstake-zj6n5x td p:not(:last-child),
.bitstake-gzp6mb tr.bitstake-5oqsex td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.bitstake-gzp6mb tr.bitstake-zj6n5x td p:first-child,
.bitstake-gzp6mb tr.bitstake-5oqsex td p:first-child {
  padding-top: 0;
}

.bitstake-gzp6mb tr.bitstake-5oqsex td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bitstake-gzp6mb tr.bitstake-5oqsex td p:last-child {
  padding-bottom: 0;
}

.bitstake-gzp6mb .bitstake-5oqsex img {
  max-width: 32px;
}

.bitstake-gzp6mb .bitstake-z7o1tm {
  min-width: 718px;
}

.bitstake-gzp6mb .bitstake-z7o1tm td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.bitstake-gzp6mb .bitstake-z7o1tm td {
  display: flex;
}

.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-jlxrhz,
.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-8ldr3e,
.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-olig2q {
  flex: 1 1 50%;
}

.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-z26bcd {
  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;
}

.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-ez58qe,
.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-htzeju {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-jlxrhz,
.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-8ldr3e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-jlxrhz span,
.bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-8ldr3e span {
  font-weight: 800;
}

.bitstake-gzp6mb .bitstake-z7o1tm img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .bitstake-gzp6mb .bitstake-z7o1tm td .bitstake-olig2q:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .bitstake-gzp6mb tr.bitstake-zj6n5x td p:last-child {
    padding-bottom: 0;
  }
  .bitstake-gzp6mb .bitstake-5oqsex > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .bitstake-gzp6mb .bitstake-5oqsex > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .bitstake-gzp6mb tr.bitstake-zj6n5x td p:not(:last-child),
  .bitstake-gzp6mb tr.bitstake-5oqsex td p:not(:last-child) {
    border-bottom: unset;
  }
  .bitstake-gzp6mb tr.bitstake-5oqsex td p:last-child {
    padding-bottom: 12px;
  }
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-jlxrhz,
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-8ldr3e,
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-olig2q {
    flex: 1 1 50%;
    padding: 0;
  }
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-jlxrhz,
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-8ldr3e {
    margin-top: 16px;
  }
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-olig2q {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-jlxrhz {
    border-right: 1px solid var(--border-color);
  }
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-olig2q:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .bitstake-gzp6mb .bitstake-z7o1tm td:last-child .bitstake-olig2q:last-child {
    padding-bottom: 0;
  }
}

.bitstake-olig2q {
  display: flex;
  flex-direction: column;
}

.bitstake-gzp6mb .bitstake-z7o1tm td .bitstake-olig2q {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.bitstake-gzp6mb .bitstake-z7o1tm td .bitstake-olig2q:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.bitstake-gzp6mb .bitstake-z7o1tm td .bitstake-olig2q:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .bitstake-gzp6mb .bitstake-z7o1tm td .bitstake-olig2q:not(:first-child) {
    padding-left: 0;
  }
  .bitstake-gzp6mb .bitstake-z7o1tm td .bitstake-olig2q:not(:last-of-type) {
    border-right: unset;
  }
}

.bitstake-gzp6mb .bitstake-znqbxc {
  flex: 0 1 485px;
}

.bitstake-gzp6mb .bitstake-v6bkcn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.bitstake-gzp6mb .bitstake-v6bkcn li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bitstake-gzp6mb .bitstake-v6bkcn li.bitstake-9p2ujc {
  padding: 6px 12px;
}

.bitstake-gzp6mb .bitstake-v6bkcn li a,
.bitstake-gzp6mb .bitstake-v6bkcn 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;
}

.bitstake-gzp6mb .bitstake-m7l0s0,
.bitstake-gzp6mb .bitstake-8u17k9 {
  flex: 1 1;
}

.bitstake-gzp6mb .bitstake-s8tb4b,
.bitstake-gzp6mb .bitstake-btm7v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bitstake-gzp6mb .bitstake-s8tb4b li,
.bitstake-gzp6mb .bitstake-btm7v2 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bitstake-gzp6mb .bitstake-8u17k9 img {
  max-width: 32px;
}

.bitstake-gzp6mb .bitstake-m7l0s0 img {
  max-width: 32px;
}

.bitstake-gzp6mb .bitstake-nbfwsu {
  min-width: 280px;
}

.bitstake-gzp6mb .bitstake-nbfwsu img {
  max-width: 146px;
}

.bitstake-gzp6mb .bitstake-nbfwsu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .bitstake-gzp6mb .bitstake-zj6n5x,
  .bitstake-gzp6mb .bitstake-5oqsex {
    flex: 0 1 auto;
  }
  .bitstake-gzp6mb .bitstake-z7o1tm {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .bitstake-gzp6mb .bitstake-zj6n5x,
  .bitstake-gzp6mb .bitstake-znqbxc,
  .bitstake-gzp6mb .bitstake-5oqsex,
  .bitstake-gzp6mb .bitstake-z7o1tm {
    flex: 1 1 calc(50% - 20px);
  }
  .bitstake-gzp6mb .bitstake-m7l0s0,
  .bitstake-gzp6mb .bitstake-nbfwsu,
  .bitstake-gzp6mb .bitstake-8u17k9 {
    flex: 1 1 30%;
  }
  .bitstake-gzp6mb .bitstake-nbfwsu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .bitstake-gzp6mb .bitstake-zj6n5x,
  .bitstake-gzp6mb .bitstake-znqbxc,
  .bitstake-gzp6mb .bitstake-m7l0s0,
  .bitstake-gzp6mb .bitstake-5oqsex,
  .bitstake-gzp6mb .bitstake-z7o1tm,
  .bitstake-gzp6mb .bitstake-nbfwsu,
  .bitstake-gzp6mb .bitstake-8u17k9 {
    flex: 1 1 100%;
  }
}

.bitstake-lpxods .bitstake-fe6pqg {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bitstake-lpxods .bitstake-gh5qc7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.bitstake-lpxods .bitstake-464iui {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.bitstake-lpxods .bitstake-gpfjr4 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.bitstake-lpxods .bitstake-gpfjr4 > :nth-child(3) {
  margin-top: 0;
}

.bitstake-lpxods .bitstake-a6505t {
  grid-column: 2/3;
  grid-row: 1/10;
}

.bitstake-lpxods .bitstake-9iy7qc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.bitstake-lpxods .bitstake-edvd9i {
  grid-column: 1/2;
}

.bitstake-lpxods > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.bitstake-lpxods .bitstake-gh5qc7: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;
}

.bitstake-lpxods .bitstake-gh5qc7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.bitstake-lpxods .bitstake-w99btv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .bitstake-lpxods .bitstake-gh5qc7:not(:last-child):before {
    bottom: 8px;
  }
  .bitstake-lpxods .bitstake-gh5qc7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .bitstake-lpxods .bitstake-gpfjr4 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .bitstake-lpxods .bitstake-a6505t {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .bitstake-lpxods .bitstake-a6505t img {
    width: 100%;
    height: auto;
  }
  .bitstake-lpxods .bitstake-w99btv {
    width: 100%;
    min-width: unset;
  }
}

.bitstake-0imi2f .bitstake-1moy1v {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.bitstake-0imi2f .bitstake-htfupc {
  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;
}

.bitstake-0imi2f .bitstake-a6505t {
  height: 100%;
}

.bitstake-0imi2f .bitstake-a6505t img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.bitstake-0imi2f .bitstake-hcwwny {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.bitstake-0imi2f .bitstake-boimy7 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.bitstake-0imi2f .bitstake-u7s2my {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .bitstake-0imi2f .bitstake-htfupc {
    flex: 1 1 100%;
  }
  .bitstake-0imi2f .bitstake-cmt3se {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .bitstake-0imi2f .bitstake-htfupc {
    flex-direction: column;
  }
  .bitstake-0imi2f .bitstake-a6505t {
    width: 100%;
    height: auto;
  }
  .bitstake-0imi2f .bitstake-a6505t img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .bitstake-0imi2f .bitstake-hcwwny {
    padding: 0 16px 16px 16px;
  }
  .bitstake-0imi2f .bitstake-cmt3se {
    min-width: unset;
    width: 100%;
  }
}

.bitstake-7ts50z .bitstake-fzgzwa {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.bitstake-7ts50z .bitstake-us7xu8 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.bitstake-7ts50z 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;
}

.bitstake-7ts50z .bitstake-gtx1nr {
  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;
}

.bitstake-7ts50z .bitstake-us7xu8:hover .bitstake-gtx1nr {
  display: flex;
}

.bitstake-7ts50z .bitstake-ms7gj5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bitstake-7ts50z .bitstake-p3gghn {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.bitstake-x9vmkj {
  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;
}

.bitstake-x9vmkj.bitstake-47y6k5 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.bitstake-ct6oo8 ease-in-out;
}

.bitstake-x9vmkj.bitstake-47y6k5:hover {
  color: #f9cb16;
  background-color: transparent;
}

.bitstake-7ts50z .bitstake-evqf7v {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.bitstake-ct6oo8 ease-in-out;
}

.bitstake-7ts50z .bitstake-evqf7v:hover {
  color: #196948;
  background-color: #f9cb16;
}

.bitstake-7ts50z .bitstake-evqf7v:after,
.bitstake-x9vmkj.bitstake-47y6k5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.bitstake-x9vmkj.bitstake-47y6k5:after {
  background-image: url(../images/Cash.svg);
}

.bitstake-7ts50z .bitstake-evqf7v:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .bitstake-7ts50z .bitstake-fzgzwa {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .bitstake-7ts50z .bitstake-fzgzwa {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bitstake-7ts50z .bitstake-fzgzwa {
    grid-template-columns: 1fr;
  }
  .bitstake-7ts50z .bitstake-us7xu8 {
    height: auto;
  }
  .bitstake-7ts50z .bitstake-us7xu8 .bitstake-gtx1nr {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .bitstake-7ts50z .bitstake-ms7gj5,
  .bitstake-7ts50z .bitstake-p3gghn {
    text-align: left;
  }
  .bitstake-7ts50z .bitstake-p3gghn {
    margin-bottom: 8px;
  }
  .bitstake-7ts50z img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.bitstake-21xc5k {
  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;
}

.bitstake-21xc5k.bitstake-0jyxuf {
  display: block;
}

.bitstake-21xc5k .bitstake-hilysw {
  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;
}

.bitstake-21xc5k .bitstake-4sqnk8 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.bitstake-21xc5k .bitstake-ucodi5 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.bitstake-21xc5k .bitstake-tkmqfl {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.bitstake-21xc5k .bitstake-x9vmkj {
  min-width: 296px;
  margin-bottom: 0;
}

.bitstake-21xc5k .bitstake-97ljcy {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bitstake-21xc5k .bitstake-jwwc4t {
  position: relative;
  flex: 1 1;
}

.bitstake-21xc5k .bitstake-jwwc4t iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .bitstake-21xc5k .bitstake-4sqnk8 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .bitstake-21xc5k .bitstake-ucodi5 {
    order: 1;
  }
  .bitstake-21xc5k .bitstake-tkmqfl {
    order: 3;
    flex: 1 1 100%;
  }
  .bitstake-21xc5k .bitstake-x9vmkj {
    width: 100%;
    min-width: unset;
  }
  .bitstake-21xc5k .bitstake-97ljcy {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .bitstake-x11rcu > .bitstake-mx6r41 {
    margin-bottom: 0;
  }
  .bitstake-x11rcu > .bitstake-edvd9i,
  .bitstake-x11rcu > p {
    margin-top: 0;
  }
}

.bitstake-3l6jxc img,
.bitstake-3u2ag7 img {
  width: auto;
  object-fit: contain;
}

.bitstake-3l6jxc {
  align-items: center;
}

.bitstake-3l6jxc img {
  max-height: 76px;
}

.bitstake-3u2ag7 img {
  max-height: 64px;
}

.bitstake-18lryc {
  overflow: auto;
}

.bitstake-wj8vpy {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.bitstake-uy334p:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.bitstake-qqiunh {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.bitstake-n2ev6y {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bitstake-qqiunh .bitstake-a6505t {
  margin-right: 20px;
  flex-shrink: 0;
}

.bitstake-qqiunh img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.bitstake-kna5s7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.bitstake-kna5s7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bitstake-qqiunh {
    padding: 15px 10px;
  }
  .bitstake-kna5s7 {
    padding: 15px 10px;
  }
  .bitstake-qqiunh .bitstake-a6505t {
    margin-right: 10px;
  }
}

.bitstake-gbhlef {
  overflow-x: auto;
}

.bitstake-k2mpdd {
  border-collapse: collapse;
  width: 100%;
}

.bitstake-gbhlef th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.bitstake-gbhlef td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.bitstake-gbhlef td.bitstake-pb72s1 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.bitstake-gbhlef td.bitstake-jd7uhg {
  border-right: none;
}

.bitstake-gbhlef td.bitstake-jd7uhg .bitstake-a6505t {
  justify-content: flex-start;
}

.bitstake-gbhlef td.bitstake-jd7uhg .bitstake-a6505t img {
  height: auto;
  width: 90px;
}

.bitstake-gbhlef td.bitstake-n54f4f,
.bitstake-gbhlef td.bitstake-1wq835 {
  font-weight: 600;
  text-align: right;
}

.bitstake-gbhlef td.bitstake-gcqexw,
.bitstake-gbhlef td.bitstake-n54f4f {
  padding-bottom: 10px;
  border-bottom: none;
}

.bitstake-gbhlef td.bitstake-n54f4f,
.bitstake-gbhlef td.bitstake-1wq835 {
  border-left: none;
}

.bitstake-gbhlef td.bitstake-gcqexw,
.bitstake-gbhlef td.bitstake-o2whqo {
  border-right: none;
}

.bitstake-gbhlef td.bitstake-o2whqo,
.bitstake-gbhlef td.bitstake-1wq835 {
  border-top: none;
  padding-top: 10px;
}

.bitstake-n4uaa8 {
  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;
}

.bitstake-n4uaa8 .bitstake-cmt3se {
  min-width: unset;
  width: 100%;
}

.bitstake-n4uaa8 .bitstake-cmt3se.bitstake-7k5900 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.bitstake-n4uaa8 .bitstake-cmt3se.bitstake-01l6ga {
  grid-column: 2/3;
  grid-row: 1/2;
}

.bitstake-n4uaa8 .bitstake-qq8k9o {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .bitstake-n4uaa8 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .bitstake-n4uaa8 .bitstake-cmt3se.bitstake-7k5900 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bitstake-n4uaa8 .bitstake-cmt3se.bitstake-01l6ga {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bitstake-n4uaa8 .bitstake-qq8k9o {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.bitstake-8jlhz0 {
  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;
}

.bitstake-fpdt75 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.bitstake-6jb7c9 p a img {
  margin: 0 auto;
  display: block;
}

.bitstake-6jb7c9 table {
  margin-bottom: 17px;
}

/* contanct form */
.bitstake-hsb68b {
  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;
}

.bitstake-hsb68b label {
  font-size: 14px;
}

.bitstake-hsb68b h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bitstake-hsb68b input,
.bitstake-hsb68b textarea,
.bitstake-hsb68b 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;
}
.bitstake-hsb68b button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bitstake-ct6oo8 ease;
}
.bitstake-hsb68b button:hover {
  background-color: #691204;
}
.bitstake-1c3myz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bitstake-ukuk3f ease-in;
}

.bitstake-1c3myz h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}