@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);
}

.ethereum-1b3e3a {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ethereum-8zpppb {
  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.ethereum-0974j8,
ul.ethereum-0974j8 {
  padding-left: 20px;
}

ul.ethereum-0974j8 {
  list-style: disc;
}

ol.ethereum-0974j8 {
  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;
  }
}

.ethereum-75dqg3 > .ethereum-12ofze,
.ethereum-75dqg3 > .ethereum-yy6qbr,
.ethereum-75dqg3 > blockquote,
.ethereum-75dqg3 > h1,
.ethereum-75dqg3 > h2,
.ethereum-75dqg3 > h3,
.ethereum-75dqg3 > h4,
.ethereum-75dqg3 > h5,
.ethereum-75dqg3 > h6,
.ethereum-75dqg3 > ol,
.ethereum-75dqg3 > p,
.ethereum-75dqg3 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ethereum-75dqg3 > ol,
.ethereum-75dqg3 > ul {
  padding-left: 50px;
}

.ethereum-75dqg3 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;
}

.ethereum-75dqg3:not(:last-child) {
  margin-bottom: 2rem;
}

.ethereum-75dqg3 > :not(:first-child) {
  margin-top: 2rem;
}

.ethereum-75dqg3 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ethereum-75dqg3:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ethereum-75dqg3:first-child {
    margin-top: 20px;
  }
}

.ethereum-75dqg3 > p:last-of-type {
  margin-bottom: 32px;
}

.ethereum-75dqg3 > .ethereum-onq6op:not(:first-child) {
  margin: 64px auto 16px auto;
}

.ethereum-ro3k51 > .ethereum-onq6op {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ethereum-yy6qbr {
  overflow: auto;
}

.ethereum-yy6qbr::-webkit-scrollbar {
  height: 5px;
}

.ethereum-yy6qbr table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.ethereum-yy6qbr table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.ethereum-yy6qbr table thead,
table thead {
  border-bottom: none;
}

.ethereum-yy6qbr table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.ethereum-yy6qbr table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.ethereum-yy6qbr table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.ethereum-yy6qbr .ethereum-8lt6er {
  table-layout: auto;
}

.ethereum-yy6qbr .ethereum-8lt6er th {
  word-break: normal;
}

.ethereum-yy6qbr .ethereum-8lt6er td {
  word-break: normal;
}

.ethereum-1b3e3a .ethereum-1b3e3a {
  padding-right: 0;
  padding-left: 0;
}

.ethereum-m03pb4 {
  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;
}

.ethereum-bwllad {
  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;
}

.ethereum-30elms {
  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;
}

.ethereum-12ofze {
  margin-top: 24px;
}

.ethereum-12ofze.ethereum-pcc1ks {
  text-align: left;
}

.ethereum-12ofze.ethereum-2gpj7g {
  text-align: right;
}

.ethereum-12ofze.ethereum-k8lnen {
  text-align: center;
}

.ethereum-hjdz35 {
  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.ethereum-9mc6vv ease-in-out;
  cursor: pointer;
}

.ethereum-hjdz35:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.ethereum-hjdz35 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .ethereum-hjdz35 {
    min-width: unset;
  }
}

.ethereum-5w9c9k {
  background-color: var(--fh-bg-color);
}

.ethereum-9hitog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.ethereum-twum0e {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.ethereum-twum0e img {
  max-height: 80px;
  object-fit: contain;
}

.ethereum-q6kfi4 {
  flex: 1 1;
}

.ethereum-61ocxp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.ethereum-dibc44 {
  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;
}

.ethereum-dibc44 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;
}

.ethereum-dibc44.ethereum-apuh1u span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.ethereum-dibc44.ethereum-apuh1u span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ethereum-dibc44.ethereum-apuh1u span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.ethereum-q6kfi4 + .ethereum-61ocxp {
  margin-left: 20px;
}

.ethereum-x3l8wr {
  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;
}

.ethereum-x3l8wr > svg {
  max-width: 24px;
  max-height: 24px;
}

.ethereum-x3l8wr + .ethereum-x3l8wr {
  margin-left: 5px;
}

.ethereum-j8r6vl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.ethereum-j8r6vl:hover {
  background-color: var(--button-bg-hover);
}

.ethereum-u7pspw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.ethereum-9mc6vv ease-in-out;
  border: 1px solid var(--border-color);
}

.ethereum-u7pspw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.ethereum-podw00 {
  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) {
  .ethereum-q6kfi4 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .ethereum-podw00 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .ethereum-q6kfi4 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .ethereum-x3l8wr {
    min-width: unset;
    flex: 1 1;
  }
}

.ethereum-gzw0v2 {
  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;
}

.ethereum-gzw0v2:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ethereum-gzw0v2:hover .ethereum-6veemz {
  opacity: 1;
  pointer-events: auto;
}

.ethereum-e5l2l6 {
  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.ethereum-83zza8 ease-in-out;
  gap: 4px;
}

.ethereum-e5l2l6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ethereum-e5l2l6 .ethereum-m03pb4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ethereum-vqrv7g,
.ethereum-e5l2l6:hover {
  color: var(--button-bg-hover);
}

.ethereum-jvtfs7 {
  position: relative;
}

.ethereum-jvtfs7 .ethereum-e5l2l6 {
  margin-right: 0;
  padding-right: 4px;
}

.ethereum-wqmm36 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ethereum-jvtfs7.ethereum-apuh1u .ethereum-wqmm36 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ethereum-jvtfs7.ethereum-apuh1u .ethereum-6veemz {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.ethereum-jvtfs7.ethereum-apuh1u .ethereum-6veemz::before {
  display: none;
}

.ethereum-wqmm36 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.ethereum-6veemz {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.ethereum-6y3ccl 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.ethereum-6veemz::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.ethereum-6veemz:hover {
  color: var(--fh-bg-color);
}

.ethereum-sysqpl {
  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.ethereum-6y3ccl 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.ethereum-83zza8 ease-in-out;
  -o-transition: 0.ethereum-83zza8 ease-in-out;
  transition: 0.ethereum-83zza8 ease-in-out;
}

.ethereum-sysqpl .ethereum-m03pb4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ethereum-lf8a7h,
.ethereum-sysqpl:hover {
  color: var(--button-bg-hover);
}

.ethereum-gggmd5 {
  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%;
}

.ethereum-gggmd5.ethereum-10fl3q {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.ethereum-gggmd5.ethereum-10fl3q:after,
.ethereum-gggmd5.ethereum-10fl3q:before {
  content: "";
  position: absolute;
  margin: auto;
}

.ethereum-gggmd5.ethereum-10fl3q: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);
  }
}

.ethereum-gggmd5.ethereum-10fl3q:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.ethereum-gggmd5.ethereum-10fl3q > * {
  z-index: 1;
}

.ethereum-gggmd5 b,
.ethereum-gggmd5 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.ethereum-gggmd5 .ethereum-m9d43q {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.ethereum-gggmd5 .ethereum-4z5gkq {
  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;
}

.ethereum-gggmd5 .ethereum-m03pb4 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.ethereum-gggmd5 .ethereum-318c47 {
  margin-top: 12px;
}

.ethereum-318c47 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.ethereum-5fi2ay {
  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;
}

.ethereum-318c47 .ethereum-9h85o2 {
  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.ethereum-9mc6vv ease-in-out;
}

.ethereum-318c47 .ethereum-9h85o2:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ethereum-m9m0ys {
  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;
}

.ethereum-gggmd5.ethereum-vuc7qq {
  gap: 12px;
  padding: 16px;
}

.ethereum-gggmd5.ethereum-vuc7qq .ethereum-m9m0ys {
  min-width: 240px;
}

.ethereum-gggmd5.ethereum-vuc7qq .ethereum-m9m0ys.ethereum-u94x6b {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .ethereum-gggmd5 .ethereum-m9d43q {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .ethereum-gggmd5 .ethereum-4z5gkq {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .ethereum-gggmd5 .ethereum-m03pb4 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .ethereum-gggmd5.ethereum-vuc7qq .ethereum-m03pb4 {
    max-width: 126px;
  }
  .ethereum-gggmd5 .ethereum-318c47 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .ethereum-gggmd5 .ethereum-5fi2ay {
    max-width: unset;
  }
  .ethereum-m9m0ys {
    min-width: unset;
    width: 100%;
  }
  .ethereum-gggmd5 .ethereum-m9m0ys {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .ethereum-gggmd5.ethereum-vuc7qq {
    grid-template-rows: auto 1fr auto;
  }
  .ethereum-gggmd5.ethereum-vuc7qq .ethereum-m9m0ys {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .ethereum-gggmd5 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .ethereum-gggmd5 .ethereum-m9d43q {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .ethereum-gggmd5 .ethereum-m03pb4 {
    max-width: 78px;
  }
  .ethereum-gggmd5 .ethereum-318c47 {
    margin-top: -12px;
  }
  .ethereum-gggmd5.ethereum-vuc7qq {
    gap: 8px;
  }
  .ethereum-gggmd5.ethereum-vuc7qq .ethereum-m9d43q {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .ethereum-gggmd5.ethereum-vuc7qq .ethereum-4z5gkq {
    grid-column: 1/3;
  }
  .ethereum-gggmd5.ethereum-vuc7qq .ethereum-m03pb4 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .ethereum-gggmd5.ethereum-vuc7qq .ethereum-m03pb4 img {
    max-width: 114px;
  }
}

.ethereum-m9m0ys.ethereum-a0s63a,
.ethereum-m9m0ys.ethereum-jufcj9,
.ethereum-m9m0ys.ethereum-mhsrw2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.ethereum-9mc6vv ease-in-out;
}

.ethereum-m9m0ys.ethereum-a0s63a,
.ethereum-m9m0ys.ethereum-mhsrw2 {
  padding: 10px;
}

.ethereum-m9m0ys.ethereum-a0s63a:hover,
.ethereum-m9m0ys.ethereum-jufcj9:hover,
.ethereum-m9m0ys.ethereum-mhsrw2:hover {
  background: var(--button-bg-hover);
}

.ethereum-m9m0ys.ethereum-a0s63a:hover svg path,
.ethereum-m9m0ys.ethereum-mhsrw2:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.ethereum-m9m0ys.ethereum-u94x6b {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.ethereum-9mc6vv ease-in-out;
  background: var(--button-bg-color);
}

.ethereum-m9m0ys.ethereum-u94x6b:hover {
  background-color: var(--button-bg-hover);
}

.ethereum-m9m0ys.ethereum-jufcj9: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);
  }
}

.ethereum-m9m0ys.ethereum-jufcj9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ethereum-m9m0ys.ethereum-u94x6b:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ethereum-uzoou0 {
  max-width: 650px;
}

.ethereum-tdlimw {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.ethereum-c3qtet {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ethereum-mq52j3 {
  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.ethereum-83zza8 ease-in-out;
  cursor: pointer;
}

.ethereum-mq52j3:hover {
  opacity: 0.5;
}

.ethereum-mq52j3:focus {
  outline: 0;
}

.ethereum-mq52j3:focus .ethereum-kpsbm6,
.ethereum-mq52j3:hover .ethereum-kpsbm6 {
  fill: red;
  fill-opacity: 1;
}

.ethereum-mq52j3:hover {
  cursor: pointer;
}

.ethereum-ahdd3w {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ethereum-uzoou0.ethereum-k8lnen {
  margin: 0 auto;
}

.ethereum-uzoou0.ethereum-2gpj7g {
  margin-left: auto;
}

.ethereum-bvmisl {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.ethereum-ygt9ke {
  padding-bottom: 50px;
}

.ethereum-tyxh6l {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.ethereum-kwbfpu {
  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;
}

.ethereum-g5yxea {
  margin-top: 24px;
}

.ethereum-r57i9z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ethereum-vs48kc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.ethereum-1j0b14 {
  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;
}

.ethereum-npq99z {
  width: 468px;
}

.ethereum-1j0b14 .ethereum-6veemz {
  margin: 0.ethereum-fdgy35 0;
}

.ethereum-y2r7f3 {
  display: flex;
  min-width: 224px;
}

.ethereum-qjr8b5 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.ethereum-83zza8 ease-in-out;
}

.ethereum-wbap8z,
.ethereum-qjr8b5:hover {
  color: var(--text-color);
}

.ethereum-zz6u4o {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ethereum-083d5v {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .ethereum-bvmisl {
    padding: 16px;
  }
  .ethereum-zz6u4o {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .ethereum-083d5v {
    align-items: center;
  }
  .ethereum-npq99z {
    width: unset;
  }
  .ethereum-y2r7f3 {
    min-width: unset;
  }
  .ethereum-1j0b14 {
    max-height: unset;
  }
  .ethereum-tyxh6l {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ethereum-bvmisl {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.ethereum-jp7hu2 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ethereum-jp7hu2:not(:last-child) {
  margin-bottom: 16px;
}

.ethereum-rk5092 {
  outline: 0;
}

.ethereum-rk5092 .ethereum-23k8d1 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.ethereum-9ibhdx {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .ethereum-9ibhdx {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.ethereum-9ibhdx::-webkit-details-marker {
  display: none;
}

.ethereum-9ibhdx: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;
}

.ethereum-9ibhdx: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] .ethereum-9ibhdx:after {
  transform: unset;
}

.ethereum-23k8d1 {
  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);
}

.ethereum-23k8d1 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.ethereum-83zza8 ease-in-out;
  -o-transition: 0.ethereum-83zza8 ease-in-out;
  transition: 0.ethereum-83zza8 ease-in-out;
}

.ethereum-yk1fzr {
  padding: 16px 0 0 0;
}

.ethereum-yk1fzr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .ethereum-yk1fzr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ethereum-9ibhdx {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ethereum-9ibhdx::after {
    margin-left: auto;
  }
  .ethereum-23k8d1 {
    order: 3;
    flex: 1 1 100%;
  }
  .ethereum-9ibhdx {
    font-size: 14px;
    line-height: 130%;
  }
  .ethereum-23k8d1 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.ethereum-hmc4tj {
  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;
}

.ethereum-pn4he6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.ethereum-hmc4tj.ethereum-apuh1u .ethereum-pn4he6 {
  margin-bottom: 12px;
}

.ethereum-pn4he6::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;
}

.ethereum-hmc4tj.ethereum-apuh1u .ethereum-pn4he6::after {
  transform: unset;
}

.ethereum-1xyvfh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.ethereum-usuu4e {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.ethereum-83zza8 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.ethereum-usuu4e: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;
}

.ethereum-hmc4tj.ethereum-apuh1u .ethereum-1xyvfh {
  max-height: 100%;
}

.ethereum-bfqxdb {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.ethereum-6yzp10 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ethereum-hh3lzu {
  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;
}

.ethereum-y8xzkt {
  margin-right: 4px;
}

.ethereum-8qn79h {
  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.ethereum-83zza8 ease-in-out;
}

.ethereum-8qn79h svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.ethereum-el6pm2,
.ethereum-8qn79h:hover {
  color: var(--text-color);
}

.ethereum-d08t1u {
  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;
}

.ethereum-d08t1u img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.ethereum-d08t1u .ethereum-l878zn {
  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;
}

.ethereum-d08t1u .ethereum-jyt2k2 {
  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;
}

.ethereum-lqgrnj {
  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;
}

.ethereum-tkcwyh {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ethereum-sojce3 .ethereum-1b3e3a {
  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;
}

.ethereum-sojce3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.ethereum-kfycgz {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.ethereum-3mjnob {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.ethereum-dsx4y2 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.ethereum-8ooe3r 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;
}

.ethereum-dsx4y2:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ethereum-vr3b9j {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.ethereum-1ra371 {
  -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.ethereum-83zza8 ease-in-out;
  transition: transform 0.ethereum-83zza8 ease-in-out;
  -o-transition: transform 0.ethereum-83zza8 ease-in-out;
  transition:
    transform 0.ethereum-83zza8 ease-in-out,
    -webkit-transform 0.ethereum-83zza8 ease-in-out;
  cursor: pointer;
}

.ethereum-1ra371 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.ethereum-1ra371: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;
}

.ethereum-9sdtb5 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .ethereum-9sdtb5 {
    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);
}

.ethereum-6zyf5d {
  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;
}

.ethereum-p9oogw {
  position: relative;
  width: 100%;
}

.ethereum-6zyf5d.ethereum-gcgnd4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ethereum-6zyf5d.ethereum-k8lnen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ethereum-6zyf5d.ethereum-2gpj7g {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ethereum-izzgun {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.ethereum-8i8azk {
  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.ethereum-83zza8 ease-in-out;
  cursor: pointer;
}

.ethereum-8i8azk:hover {
  opacity: 0.5;
}

.ethereum-6zyf5d.ethereum-plk4og .ethereum-8i8azk {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ethereum-6zyf5d.ethereum-plk4og .ethereum-izzgun {
  cursor: pointer;
}

.ethereum-9rm24g {
  fill: #0009;
}

.ethereum-9dta4o {
  fill: #fff;
}

.ethereum-8i8azk:hover .ethereum-9rm24g {
  fill: red;
}

.ethereum-8i8azk svg path {
  -webkit-transition: 0.ethereum-83zza8 ease-in-out;
  -o-transition: 0.ethereum-83zza8 ease-in-out;
  transition: 0.ethereum-83zza8 ease-in-out;
}

.ethereum-vejmpw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.ethereum-vejmpw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.ethereum-vejmpw.ethereum-n1iv6q > :not(.get-image) {
  grid-column: 1/3;
}

.ethereum-ei2fi4:not(._h1-block) .ethereum-vejmpw > .ethereum-onq6op {
  grid-row: 1/2;
  grid-column: 1/3;
}

.ethereum-vejmpw.ethereum-n1iv6q .ethereum-gn5vme {
  grid-column: 2/3;
}

.ethereum-vejmpw.ethereum-n1iv6q > .ethereum-m03pb4 {
  grid-column: 1/2;
}

.ethereum-vejmpw.ethereum-n1iv6q > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.ethereum-vejmpw > p:first-of-type {
  margin-top: 0;
}

.ethereum-vejmpw .ethereum-m03pb4 {
  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;
}

.ethereum-ei2fi4:not(._h1-block) .ethereum-onq6op ~ .ethereum-m03pb4 {
  grid-row: 2/10;
}

.ethereum-ei2fi4.ethereum-3zfh7o .ethereum-onq6op ~ .ethereum-m03pb4 {
  grid-row: 1/10;
}

.ethereum-ei2fi4.ethereum-3zfh7o > .ethereum-onq6op {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.ethereum-ei2fi4.ethereum-3zfh7o .ethereum-m03pb4 {
  grid-row: 1/10;
}

.ethereum-vejmpw.ethereum-kaz6op .ethereum-m03pb4 {
  align-items: flex-start;
}

.ethereum-vejmpw.ethereum-k8lnen .ethereum-gn5vme {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.ethereum-vejmpw.ethereum-k8lnen .ethereum-m03pb4 {
  align-items: center;
}

.ethereum-vejmpw.ethereum-aqix58 .ethereum-m03pb4 {
  align-items: flex-end;
}

.ethereum-gn5vme > :first-child {
  margin-top: 0;
}

.ethereum-gn5vme > :last-child {
  margin-bottom: 0;
}

* + .ethereum-f6ja8a,
.ethereum-ei2fi4 + .ethereum-ei2fi4 {
  margin-top: 2rem;
}

.ethereum-8skmd2 td::before,
.ethereum-8skmd2 th::after {
  display: none !important;
}

.ethereum-8skmd2 #link-selector {
  color: #000;
}

.ethereum-8skmd2 .ethereum-z7ov5m {
  color: #135e96;
}

.ethereum-8skmd2 .ethereum-jawa7l *,
.ethereum-8skmd2 .ethereum-2md5t9 p,
.ethereum-8skmd2 .ethereum-pfd4ng * {
  color: #000;
}

.ethereum-8skmd2 .ethereum-ub0s2d {
  background: 0 0 !important;
}

.ethereum-8skmd2 .ethereum-bz5e9l {
  color: #000;
}

.ethereum-8skmd2 .ethereum-6v3hbs.ethereum-6lgj5q {
  color: #fff;
}

.ethereum-8skmd2 .ethereum-5c0nxb {
  color: #000;
}

.ethereum-8skmd2
  .ethereum-hen6vd
  .ethereum-3362k2.ethereum-6lgj5q.ethereum-4p67cg {
  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;
}

.ethereum-qi8h51,
body .ethereum-tvfgud {
  color: #000;
  background: var(--color-body) !important;
}

.ethereum-qi8h51 .ethereum-0ie7kh .ethereum-qj1bww,
body .ethereum-tvfgud .ethereum-0ie7kh .ethereum-qj1bww {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ethereum-usuu4e:focus,
  .ethereum-usuu4e:hover {
    color: #f9cb16;
  }
  .ethereum-rc52uf:focus,
  .ethereum-rc52uf:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ethereum-gsmr7r:focus img,
  .ethereum-gsmr7r:focus svg,
  .ethereum-gsmr7r:hover img,
  .ethereum-gsmr7r:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .ethereum-d08t1u {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ethereum-jvtfs7:hover .ethereum-wqmm36 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .ethereum-wqmm36 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .ethereum-07w5of {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .ethereum-mnk73i {
    grid-template-columns: repeat(4, 1fr);
  }
  .ethereum-9skaqc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .ethereum-9qddvh .ethereum-ehk4ux {
    grid-template-columns: 1fr;
  }
  .ethereum-9qddvh .ethereum-u8ef4x {
    -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;
  }
  .ethereum-9qddvh .ethereum-08bc3b {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ethereum-9qddvh .ethereum-atkrkr {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ethereum-9qddvh .ethereum-q30ul6 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .ethereum-9qddvh .ethereum-08bc3b:not(:first-child) {
    border: none;
  }
  .ethereum-9qddvh .ethereum-08bc3b:first-child .ethereum-atkrkr {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .ethereum-9qddvh .ethereum-08bc3b:last-child .ethereum-atkrkr {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .ethereum-9hitog {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .ethereum-twum0e {
    max-width: 100px;
  }
  .ethereum-q6kfi4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ethereum-61ocxp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ethereum-61ocxp svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .ethereum-dibc44 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .ethereum-q6kfi4 + .ethereum-61ocxp {
    margin-left: auto;
  }
  .ethereum-y2jxx4 {
    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;
  }
  .ethereum-y2jxx4.ethereum-apuh1u {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .ethereum-podw00 {
    -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;
  }
  .ethereum-gzw0v2 {
    width: 100%;
  }
  .ethereum-gzw0v2:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .ethereum-e5l2l6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .ethereum-e5l2l6 svg {
    margin-right: 4px;
  }
  .ethereum-jvtfs7 {
    -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;
  }
  .ethereum-wqmm36 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .ethereum-wqmm36 {
    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;
  }
  .ethereum-6veemz {
    display: none;
    width: 100%;
  }
  .ethereum-jvtfs7.ethereum-apuh1u .ethereum-6veemz {
    padding: 0 0 0 48px;
  }
  .ethereum-sysqpl {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .ethereum-kwbfpu .ethereum-m03pb4 {
    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;
  }
  .ethereum-xmmuy1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ethereum-xmmuy1 + .ethereum-xmmuy1 {
    margin-right: 0;
  }
  .ethereum-xmmuy1 + .ethereum-m03pb4 {
    margin: 0;
  }
  .ethereum-07w5of {
    grid-template-columns: repeat(4, 1fr);
  }
  .ethereum-mnk73i {
    grid-template-columns: repeat(3, 1fr);
  }
  .ethereum-xv866l,
  .ethereum-2jehh6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ethereum-vejmpw {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ethereum-vejmpw.ethereum-n1iv6q .ethereum-gn5vme {
    grid-column: auto;
    grid-row: auto;
  }
  .ethereum-vejmpw > .ethereum-onq6op {
    grid-column: 1/2;
  }
  .ethereum-vejmpw.ethereum-n1iv6q > :not(.get-image) {
    grid-column: 1/2;
  }
  .ethereum-vejmpw .ethereum-m03pb4,
  .ethereum-vejmpw.ethereum-n1iv6q > .ethereum-m03pb4 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ethereum-vejmpw.ethereum-n1iv6q > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .ethereum-ei2fi4.ethereum-3zfh7o .ethereum-vejmpw > .ethereum-m03pb4 {
    grid-row: 1/2;
  }
  .ethereum-vejmpw .ethereum-onq6op ~ .ethereum-m03pb4,
  .ethereum-vejmpw.ethereum-n1iv6q .ethereum-onq6op ~ .ethereum-m03pb4 {
    grid-row: 2/3;
  }
  .ethereum-ei2fi4.ethereum-3zfh7o .ethereum-onq6op ~ .ethereum-m03pb4 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .ethereum-75dqg3:first-child .ethereum-7rkjtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ethereum-75dqg3:first-child .ethereum-7rkjtn h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .ethereum-75dqg3 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .ethereum-75dqg3 {
    padding: 0;
  }
  .ethereum-12ofze {
    margin-top: 1rem;
  }
  .ethereum-rk5092 {
    border-radius: 5px;
  }
  .ethereum-ngdtk9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ethereum-pn4he6::after {
    display: inline-block;
  }
  .ethereum-pn4he6 {
    margin: 0;
    width: 100%;
  }
  .ethereum-1xyvfh {
    width: 100%;
  }
  .ethereum-1xyvfh.ethereum-stfhpp {
    -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%;
  }
  .ethereum-1xyvfh.ethereum-stfhpp .ethereum-gr0uh9 {
    width: 100%;
  }
  .ethereum-1xyvfh.ethereum-stfhpp .ethereum-gr0uh9:not(:last-child) {
    margin-right: 0;
  }
  .ethereum-usuu4e {
    width: 100%;
    text-align: center;
  }
  .ethereum-hmc4tj.ethereum-apuh1u .ethereum-1xyvfh {
    margin-top: 1rem;
  }
  .ethereum-07w5of {
    grid-template-columns: repeat(3, 1fr);
  }
  .ethereum-9skaqc,
  .ethereum-mnk73i {
    grid-template-columns: repeat(2, 1fr);
  }
  .ethereum-xv866l,
  .ethereum-2jehh6,
  .ethereum-qtoo69 {
    grid-template-columns: 1fr;
  }
  .ethereum-lb4x7w {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .ethereum-mp17l5 {
    min-width: 300px;
    max-width: 325px;
  }
  .ethereum-atkrkr {
    cursor: auto;
  }
  .ethereum-0ahb5t .ethereum-atkrkr {
    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;
  }
  .ethereum-9sdtb5 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .ethereum-6veemz {
    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) {
  .ethereum-9sdtb5 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.ethereum-xmmuy1 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .ethereum-61ocxp {
    margin: 0 -0.2rem;
  }
  .ethereum-xmmuy1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ethereum-zuab4d {
    -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;
  }
  .ethereum-nv09pa {
    max-width: 100%;
  }
  .ethereum-07w5of {
    grid-template-columns: repeat(2, 1fr);
  }
  .ethereum-9skaqc,
  .ethereum-mnk73i {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .ethereum-9hitog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ethereum-61ocxp {
    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;
  }
  .ethereum-5w9c9k {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ethereum-x3l8wr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ethereum-melmsd,
  .ethereum-t3bevx {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .ethereum-hjdz35 {
    width: 100%;
  }
  .ethereum-07w5of {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .ethereum-9sdtb5 {
    top: 127px !important;
  }
}

.ethereum-j36od2 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ethereum-j36od2 {
  }
}

@media (max-width: 767px) {
  .ethereum-j36od2 {
    margin-bottom: 12px;
  }
}

.ethereum-j36od2 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.ethereum-racwsu {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.ethereum-racwsu > .ethereum-qr3zrz {
  flex: 1 1;
}

@media (max-width: 767px) {
  .ethereum-racwsu {
    flex-direction: column;
    gap: 12px;
  }
}

.ethereum-71fij1 {
  display: flex;
}

.ethereum-71fij1 .ethereum-u9rgry {
  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;
}

.ethereum-71fij1 .ethereum-nkbua1 {
  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;
}

.ethereum-71fij1 .ethereum-sifeax {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.ethereum-71fij1 .ethereum-kyfm65 {
  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));
  }
}

.ethereum-71fij1 .ethereum-kyfm65:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ethereum-71fij1 .ethereum-3wxm25 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.ethereum-xd58i0 {
  border: unset;
  background-color: unset;
}

.ethereum-xd58i0 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ethereum-xd58i0 .ethereum-gr1yjr,
.ethereum-xd58i0 .ethereum-y6poun {
  flex: 0 1 330px;
}

.ethereum-xd58i0 .ethereum-kcsude {
  flex: 1 1;
}

.ethereum-xd58i0 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ethereum-xd58i0 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.ethereum-xd58i0 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.ethereum-xd58i0 tr td p {
  color: #fff;
  margin: 0;
}

.ethereum-xd58i0 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.ethereum-xd58i0 tr.ethereum-gr1yjr td p {
  padding: 16px 0;
}

.ethereum-xd58i0 tr.ethereum-gr1yjr td p:not(:last-child),
.ethereum-xd58i0 tr.ethereum-y6poun td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.ethereum-xd58i0 tr.ethereum-gr1yjr td p:first-child,
.ethereum-xd58i0 tr.ethereum-y6poun td p:first-child {
  padding-top: 0;
}

.ethereum-xd58i0 tr.ethereum-y6poun td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ethereum-xd58i0 tr.ethereum-y6poun td p:last-child {
  padding-bottom: 0;
}

.ethereum-xd58i0 .ethereum-y6poun img {
  max-width: 32px;
}

.ethereum-xd58i0 .ethereum-kcsude {
  min-width: 718px;
}

.ethereum-xd58i0 .ethereum-kcsude td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.ethereum-xd58i0 .ethereum-kcsude td {
  display: flex;
}

.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-ixyf80,
.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-tv88rk,
.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-efjlu5 {
  flex: 1 1 50%;
}

.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-280b66 {
  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;
}

.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-fbt3ii,
.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-h4x5ns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-ixyf80,
.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-tv88rk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-ixyf80 span,
.ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-tv88rk span {
  font-weight: 800;
}

.ethereum-xd58i0 .ethereum-kcsude img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .ethereum-xd58i0 .ethereum-kcsude td .ethereum-efjlu5:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ethereum-xd58i0 tr.ethereum-gr1yjr td p:last-child {
    padding-bottom: 0;
  }
  .ethereum-xd58i0 .ethereum-y6poun > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ethereum-xd58i0 .ethereum-y6poun > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .ethereum-xd58i0 tr.ethereum-gr1yjr td p:not(:last-child),
  .ethereum-xd58i0 tr.ethereum-y6poun td p:not(:last-child) {
    border-bottom: unset;
  }
  .ethereum-xd58i0 tr.ethereum-y6poun td p:last-child {
    padding-bottom: 12px;
  }
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-ixyf80,
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-tv88rk,
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-efjlu5 {
    flex: 1 1 50%;
    padding: 0;
  }
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-ixyf80,
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-tv88rk {
    margin-top: 16px;
  }
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-efjlu5 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-ixyf80 {
    border-right: 1px solid var(--border-color);
  }
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-efjlu5:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .ethereum-xd58i0 .ethereum-kcsude td:last-child .ethereum-efjlu5:last-child {
    padding-bottom: 0;
  }
}

.ethereum-efjlu5 {
  display: flex;
  flex-direction: column;
}

.ethereum-xd58i0 .ethereum-kcsude td .ethereum-efjlu5 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.ethereum-xd58i0 .ethereum-kcsude td .ethereum-efjlu5:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.ethereum-xd58i0 .ethereum-kcsude td .ethereum-efjlu5:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ethereum-xd58i0 .ethereum-kcsude td .ethereum-efjlu5:not(:first-child) {
    padding-left: 0;
  }
  .ethereum-xd58i0 .ethereum-kcsude td .ethereum-efjlu5:not(:last-of-type) {
    border-right: unset;
  }
}

.ethereum-xd58i0 .ethereum-90kkg6 {
  flex: 0 1 485px;
}

.ethereum-xd58i0 .ethereum-3h2r4y {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ethereum-xd58i0 .ethereum-3h2r4y li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ethereum-xd58i0 .ethereum-3h2r4y li.ethereum-d9nx0r {
  padding: 6px 12px;
}

.ethereum-xd58i0 .ethereum-3h2r4y li a,
.ethereum-xd58i0 .ethereum-3h2r4y 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;
}

.ethereum-xd58i0 .ethereum-ax0nw7,
.ethereum-xd58i0 .ethereum-f3tuz8 {
  flex: 1 1;
}

.ethereum-xd58i0 .ethereum-1qujw4,
.ethereum-xd58i0 .ethereum-8z1jve {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ethereum-xd58i0 .ethereum-1qujw4 li,
.ethereum-xd58i0 .ethereum-8z1jve li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ethereum-xd58i0 .ethereum-f3tuz8 img {
  max-width: 32px;
}

.ethereum-xd58i0 .ethereum-ax0nw7 img {
  max-width: 32px;
}

.ethereum-xd58i0 .ethereum-3lmixm {
  min-width: 280px;
}

.ethereum-xd58i0 .ethereum-3lmixm img {
  max-width: 146px;
}

.ethereum-xd58i0 .ethereum-3lmixm td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .ethereum-xd58i0 .ethereum-gr1yjr,
  .ethereum-xd58i0 .ethereum-y6poun {
    flex: 0 1 auto;
  }
  .ethereum-xd58i0 .ethereum-kcsude {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .ethereum-xd58i0 .ethereum-gr1yjr,
  .ethereum-xd58i0 .ethereum-90kkg6,
  .ethereum-xd58i0 .ethereum-y6poun,
  .ethereum-xd58i0 .ethereum-kcsude {
    flex: 1 1 calc(50% - 20px);
  }
  .ethereum-xd58i0 .ethereum-ax0nw7,
  .ethereum-xd58i0 .ethereum-3lmixm,
  .ethereum-xd58i0 .ethereum-f3tuz8 {
    flex: 1 1 30%;
  }
  .ethereum-xd58i0 .ethereum-3lmixm {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .ethereum-xd58i0 .ethereum-gr1yjr,
  .ethereum-xd58i0 .ethereum-90kkg6,
  .ethereum-xd58i0 .ethereum-ax0nw7,
  .ethereum-xd58i0 .ethereum-y6poun,
  .ethereum-xd58i0 .ethereum-kcsude,
  .ethereum-xd58i0 .ethereum-3lmixm,
  .ethereum-xd58i0 .ethereum-f3tuz8 {
    flex: 1 1 100%;
  }
}

.ethereum-guvgt6 .ethereum-h5ciev {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ethereum-guvgt6 .ethereum-0hkvph {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.ethereum-guvgt6 .ethereum-fe3irb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.ethereum-guvgt6 .ethereum-475k8j {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ethereum-guvgt6 .ethereum-475k8j > :nth-child(3) {
  margin-top: 0;
}

.ethereum-guvgt6 .ethereum-m03pb4 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.ethereum-guvgt6 .ethereum-45edgs {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.ethereum-guvgt6 .ethereum-12ofze {
  grid-column: 1/2;
}

.ethereum-guvgt6 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.ethereum-guvgt6 .ethereum-0hkvph: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;
}

.ethereum-guvgt6 .ethereum-0hkvph:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.ethereum-guvgt6 .ethereum-hjdz35 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .ethereum-guvgt6 .ethereum-0hkvph:not(:last-child):before {
    bottom: 8px;
  }
  .ethereum-guvgt6 .ethereum-0hkvph:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .ethereum-guvgt6 .ethereum-475k8j {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .ethereum-guvgt6 .ethereum-m03pb4 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .ethereum-guvgt6 .ethereum-m03pb4 img {
    width: 100%;
    height: auto;
  }
  .ethereum-guvgt6 .ethereum-hjdz35 {
    width: 100%;
    min-width: unset;
  }
}

.ethereum-whwu2o .ethereum-1pgmfl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.ethereum-whwu2o .ethereum-lmqm70 {
  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;
}

.ethereum-whwu2o .ethereum-m03pb4 {
  height: 100%;
}

.ethereum-whwu2o .ethereum-m03pb4 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.ethereum-whwu2o .ethereum-nrgfhq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.ethereum-whwu2o .ethereum-cvkaor {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.ethereum-whwu2o .ethereum-hu12l0 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ethereum-whwu2o .ethereum-lmqm70 {
    flex: 1 1 100%;
  }
  .ethereum-whwu2o .ethereum-m9m0ys {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ethereum-whwu2o .ethereum-lmqm70 {
    flex-direction: column;
  }
  .ethereum-whwu2o .ethereum-m03pb4 {
    width: 100%;
    height: auto;
  }
  .ethereum-whwu2o .ethereum-m03pb4 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .ethereum-whwu2o .ethereum-nrgfhq {
    padding: 0 16px 16px 16px;
  }
  .ethereum-whwu2o .ethereum-m9m0ys {
    min-width: unset;
    width: 100%;
  }
}

.ethereum-hgdjdu .ethereum-1cddwy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.ethereum-hgdjdu .ethereum-2k0tzs {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.ethereum-hgdjdu 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;
}

.ethereum-hgdjdu .ethereum-ltzfe9 {
  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;
}

.ethereum-hgdjdu .ethereum-2k0tzs:hover .ethereum-ltzfe9 {
  display: flex;
}

.ethereum-hgdjdu .ethereum-neda5g {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ethereum-hgdjdu .ethereum-k9jjq8 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.ethereum-9sxy73 {
  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;
}

.ethereum-9sxy73.ethereum-hm461b {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.ethereum-9mc6vv ease-in-out;
}

.ethereum-9sxy73.ethereum-hm461b:hover {
  color: #f9cb16;
  background-color: transparent;
}

.ethereum-hgdjdu .ethereum-j8zppc {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.ethereum-9mc6vv ease-in-out;
}

.ethereum-hgdjdu .ethereum-j8zppc:hover {
  color: #196948;
  background-color: #f9cb16;
}

.ethereum-hgdjdu .ethereum-j8zppc:after,
.ethereum-9sxy73.ethereum-hm461b:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.ethereum-9sxy73.ethereum-hm461b:after {
  background-image: url(../images/Cash.svg);
}

.ethereum-hgdjdu .ethereum-j8zppc:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .ethereum-hgdjdu .ethereum-1cddwy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ethereum-hgdjdu .ethereum-1cddwy {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ethereum-hgdjdu .ethereum-1cddwy {
    grid-template-columns: 1fr;
  }
  .ethereum-hgdjdu .ethereum-2k0tzs {
    height: auto;
  }
  .ethereum-hgdjdu .ethereum-2k0tzs .ethereum-ltzfe9 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .ethereum-hgdjdu .ethereum-neda5g,
  .ethereum-hgdjdu .ethereum-k9jjq8 {
    text-align: left;
  }
  .ethereum-hgdjdu .ethereum-k9jjq8 {
    margin-bottom: 8px;
  }
  .ethereum-hgdjdu img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.ethereum-zk2eim {
  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;
}

.ethereum-zk2eim.ethereum-plk4og {
  display: block;
}

.ethereum-zk2eim .ethereum-e3shgr {
  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;
}

.ethereum-zk2eim .ethereum-e2qn43 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.ethereum-zk2eim .ethereum-p8ylsm {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.ethereum-zk2eim .ethereum-tdocua {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.ethereum-zk2eim .ethereum-9sxy73 {
  min-width: 296px;
  margin-bottom: 0;
}

.ethereum-zk2eim .ethereum-j0yalc {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ethereum-zk2eim .ethereum-cqo6v3 {
  position: relative;
  flex: 1 1;
}

.ethereum-zk2eim .ethereum-cqo6v3 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ethereum-zk2eim .ethereum-e2qn43 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ethereum-zk2eim .ethereum-p8ylsm {
    order: 1;
  }
  .ethereum-zk2eim .ethereum-tdocua {
    order: 3;
    flex: 1 1 100%;
  }
  .ethereum-zk2eim .ethereum-9sxy73 {
    width: 100%;
    min-width: unset;
  }
  .ethereum-zk2eim .ethereum-j0yalc {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .ethereum-vejmpw > .ethereum-onq6op {
    margin-bottom: 0;
  }
  .ethereum-vejmpw > .ethereum-12ofze,
  .ethereum-vejmpw > p {
    margin-top: 0;
  }
}

.ethereum-06nuc5 img,
.ethereum-xmmuy1 img {
  width: auto;
  object-fit: contain;
}

.ethereum-06nuc5 {
  align-items: center;
}

.ethereum-06nuc5 img {
  max-height: 76px;
}

.ethereum-xmmuy1 img {
  max-height: 64px;
}

.ethereum-fu29m1 {
  overflow: auto;
}

.ethereum-ji7hyo {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.ethereum-8glo77:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.ethereum-d5hyb5 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.ethereum-evzco0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ethereum-d5hyb5 .ethereum-m03pb4 {
  margin-right: 20px;
  flex-shrink: 0;
}

.ethereum-d5hyb5 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.ethereum-h6pb8j {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.ethereum-h6pb8j > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ethereum-d5hyb5 {
    padding: 15px 10px;
  }
  .ethereum-h6pb8j {
    padding: 15px 10px;
  }
  .ethereum-d5hyb5 .ethereum-m03pb4 {
    margin-right: 10px;
  }
}

.ethereum-tpffkc {
  overflow-x: auto;
}

.ethereum-7ejgj6 {
  border-collapse: collapse;
  width: 100%;
}

.ethereum-tpffkc th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.ethereum-tpffkc td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.ethereum-tpffkc td.ethereum-i4wl1r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.ethereum-tpffkc td.ethereum-yn0v03 {
  border-right: none;
}

.ethereum-tpffkc td.ethereum-yn0v03 .ethereum-m03pb4 {
  justify-content: flex-start;
}

.ethereum-tpffkc td.ethereum-yn0v03 .ethereum-m03pb4 img {
  height: auto;
  width: 90px;
}

.ethereum-tpffkc td.ethereum-xekkjx,
.ethereum-tpffkc td.ethereum-3izdte {
  font-weight: 600;
  text-align: right;
}

.ethereum-tpffkc td.ethereum-16o3kh,
.ethereum-tpffkc td.ethereum-xekkjx {
  padding-bottom: 10px;
  border-bottom: none;
}

.ethereum-tpffkc td.ethereum-xekkjx,
.ethereum-tpffkc td.ethereum-3izdte {
  border-left: none;
}

.ethereum-tpffkc td.ethereum-16o3kh,
.ethereum-tpffkc td.ethereum-1cdojd {
  border-right: none;
}

.ethereum-tpffkc td.ethereum-1cdojd,
.ethereum-tpffkc td.ethereum-3izdte {
  border-top: none;
  padding-top: 10px;
}

.ethereum-pphrk9 {
  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;
}

.ethereum-pphrk9 .ethereum-m9m0ys {
  min-width: unset;
  width: 100%;
}

.ethereum-pphrk9 .ethereum-m9m0ys.ethereum-a0s63a {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ethereum-pphrk9 .ethereum-m9m0ys.ethereum-mhsrw2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.ethereum-pphrk9 .ethereum-u1f8tw {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ethereum-pphrk9 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .ethereum-pphrk9 .ethereum-m9m0ys.ethereum-a0s63a {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ethereum-pphrk9 .ethereum-m9m0ys.ethereum-mhsrw2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ethereum-pphrk9 .ethereum-u1f8tw {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.ethereum-mqfikx {
  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;
}

.ethereum-w7lnps {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.ethereum-ro3k51 p a img {
  margin: 0 auto;
  display: block;
}

.ethereum-ro3k51 table {
  margin-bottom: 17px;
}

/* contanct form */
.ethereum-c4u6do {
  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;
}

.ethereum-c4u6do label {
  font-size: 14px;
}

.ethereum-c4u6do h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ethereum-c4u6do input,
.ethereum-c4u6do textarea,
.ethereum-c4u6do 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;
}
.ethereum-c4u6do button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ethereum-9mc6vv ease;
}
.ethereum-c4u6do button:hover {
  background-color: #691204;
}
.ethereum-xdal1v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ethereum-s3yn40 ease-in;
}

.ethereum-xdal1v h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.ethereum-2n0746, .ethereum-mxos0v, [class*="review-card"],
thead, thead th, table th, .ethereum-1thw34,
.ethereum-y2hj9i, [class*="collapsible-header"],
.ethereum-mkjzep, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
