* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.ethereum-sz87f6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .ethereum-sz87f6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .ethereum-sz87f6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.ethereum-3cbp3i {
  overflow: hidden;
}

.ethereum-y7uf4g img {
  background: var(--Neutral-300);
}

.ethereum-intqhn {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.ethereum-ajkdc5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.ethereum-ajkdc5:hover {
  background: var(--button-bg-hover);
}

.ethereum-t426wq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.ethereum-t426wq:hover {
  background: var(--button-bg-hover);
}

.ethereum-vha2tl {
  font-size: 12px;
  line-height: 18px;
}

.ethereum-x6lcdr {
  font-size: 18px;
  line-height: 26px;
}

.ethereum-9sn1jb {
  width: 100%;
}

.ethereum-en2frq {
  padding: 6px 16px;
}

.ethereum-vbmudt {
  padding: 10px 16px;
}

.ethereum-t9un7n {
  padding: 15px 26px;
}

.ethereum-jz59zx {
  flex-shrink: 0;
}

.ethereum-ntvd5e {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.ethereum-77bfcs {
  display: none;
}

.ethereum-b50az8 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ethereum-qmpk2j {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.ethereum-e4l2xi {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ethereum-qzhz5c {
  cursor: grab;
}

.ethereum-e4l2xi::-webkit-scrollbar {
  display: none;
}

.ethereum-azutr1 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.ethereum-21e52v {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.ethereum-vckosk {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.ethereum-ysiqh4 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.ethereum-lby8on {
  visibility: visible;
}

.ethereum-acone9 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.ethereum-baifpz ease;
}

.ethereum-x9ox3b {
  background-color: var(--Primary-200);
  width: 16px;
}

.ethereum-0ym3ca {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.ethereum-baifpz,
    mask-image 0.3s;
}

.ethereum-0ym3ca.ethereum-b2hj7i {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.ethereum-e72p35:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ethereum-s79w8e {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.ethereum-372kjy.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.ethereum-372kjy.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.ethereum-i5xuin {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.ethereum-i5xuin::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.ethereum-5jzymo {
  position: relative;
  z-index: 1;
}

.ethereum-4i615e {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.ethereum-kxr2w9 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.ethereum-mkvqtt {
  font-size: 40px;
  line-height: 48px;
}

.ethereum-atvne4 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ethereum-v9z1ph {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.ethereum-v9z1ph:hover {
  background: var(--Primary-400);
}

.ethereum-v9z1ph svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.ethereum-e72p35 img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .ethereum-i5xuin {
    max-width: 600px;
    padding: 64px;
  }

  .ethereum-4i615e {
    font-size: 24px;
    line-height: 32px;
  }

  .ethereum-kxr2w9 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .ethereum-mkvqtt {
    font-size: 50px;
    line-height: 56px;
  }

  .ethereum-atvne4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .ethereum-s79w8e {
    top: 25px;
    right: 25px;
  }
}

.ethereum-z8tpre,
.ethereum-1odupb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.ethereum-zka91e.ethereum-iyrf3m::before,
.ethereum-1odupb::before,
.ethereum-igjns3::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.ethereum-372kjy.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.ethereum-ysnzuj 14.ethereum-3g7vnq.ethereum-y82pdq 14.ethereum-rfvd8c 15.ethereum-cgs8a6 14.ethereum-gn6wn3 15.ethereum-u3bk47 14.ethereum-wbf82a.ethereum-0tu0un 14.ethereum-kuqg9e 19.ethereum-9dpcso 12.ethereum-wt0lrx 19.ethereum-9dpcso 10.ethereum-gidwek.ethereum-9dpcso 8.ethereum-svojlg 17.ethereum-kgpgz4 7.ethereum-vedjdt 15.ethereum-0s3op2 7.ethereum-boxcsd.ethereum-xo21fx 7.ethereum-vedjdt 11.ethereum-ak6k46 8.ethereum-svojlg 11.ethereum-ak6k46 10.ethereum-c0su84.ethereum-ak6k46 12.ethereum-wf5nns 13.ethereum-8mgy4v 14.ethereum-fo96bt 15.ethereum-uxql39 14.ethereum-5g9vtb.ethereum-fi38w2 14.ethereum-q3ln8a 15.ethereum-m6dpwi 14.ethereum-sidzq2 15.ethereum-3mq3d8 14.ethereum-yv4u3d.ethereum-ysnzuj 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.ethereum-2jsndl 15.ethereum-6bj5y4.ethereum-jx0q11 15.ethereum-88fk0w 15.ethereum-3mi88u 15.ethereum-84psh0 15.ethereum-oxf86m 15.ethereum-fyjf6v.ethereum-3945cw 15.ethereum-84psh0 15.ethereum-tkpr9k 15.ethereum-m9mlfl 15.ethereum-d5jt0j 15.ethereum-j89od8.ethereum-8ofzaf 15.ethereum-rbe7s2 7.ethereum-v8d7sw 18.ethereum-82djf6 7.ethereum-hyhawc 23.ethereum-mw8vlp.ethereum-o1m6e0.ethereum-i992ty 18.ethereum-xtj19m 19.ethereum-qh006r 15.ethereum-fexme0 15.ethereum-2jsndl 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.ethereum-bfk3hj [type="submit"] *,
.ethereum-1g96fa button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .ethereum-hmzzzo {
    display: none;
  }
}

.ethereum-3ruu1b {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .ethereum-3ruu1b {
  display: none;
}

@media (min-width: 768px) {
  .ethereum-3ruu1b {
    bottom: 22px;
  }
}

.ethereum-3ruu1b input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .ethereum-3ruu1b {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.ethereum-17jj2d.static) .ethereum-3ruu1b {
    bottom: 8px;
  }
}

.ethereum-yhimca {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.ethereum-372kjy.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.ethereum-jzyivh 3.ethereum-1qsyhv.ethereum-qoncnn.ethereum-f5khn7 3.ethereum-3mqqo8 3.ethereum-trb3jj 5.ethereum-93sis6 3.ethereum-trb3jj 8.ethereum-54cokj.ethereum-2xbwup.ethereum-trb3jj 26.ethereum-n5i2o3 5.ethereum-bbvms7 28.ethereum-r0xo7h 8.ethereum-5olztv 28.ethereum-p86kl5.ethereum-liy0re 28.ethereum-gr94gr.ethereum-f477dk 34.ethereum-rtxvja.ethereum-kse8ec 36.ethereum-4vaapm 11.ethereum-5saary 37.ethereum-8bdt1z 12.ethereum-7g5jec 36.ethereum-03gph4.ethereum-rhpco6 28.ethereum-s0g8hg.ethereum-67clb3.ethereum-34rimn 28.ethereum-ubaokc 36.ethereum-ooql6i 26.ethereum-bf63um 36.ethereum-ooql6i 23.ethereum-iw2xdz.ethereum-qk0sbt.ethereum-ooql6i 5.ethereum-fqkug9 34.ethereum-mysznh 3.ethereum-3mqqo8 31.ethereum-jzyivh 3.ethereum-ny1h5e.ethereum-iu8x4g 18.ethereum-tk0zim.ethereum-hdh13t 18.ethereum-8glnym 8.ethereum-cg8hmf 17.ethereum-df836u 8.ethereum-cg8hmf 15.ethereum-tmgqzx.ethereum-cg8hmf 14.ethereum-4th9f5 9.ethereum-hdh13t 13.ethereum-fpxrrs 11.ethereum-iu8x4g 13.ethereum-l62gia.ethereum-dpwrvr 13.ethereum-fpxrrs 13.ethereum-oup8v6 14.ethereum-4th9f5 13.ethereum-oup8v6 15.ethereum-9zouab.ethereum-oup8v6 17.ethereum-df836u 12.ethereum-dpwrvr 18.ethereum-8glnym 11.ethereum-iu8x4g 18.ethereum-exibex.ethereum-gec76o 18.ethereum-a7se2o.ethereum-tbyfb0 18.ethereum-8glnym 17.ethereum-4m6tgu 17.ethereum-df836u 17.ethereum-4m6tgu 15.ethereum-ohghxc.ethereum-4m6tgu 14.ethereum-4th9f5 18.ethereum-tbyfb0 13.ethereum-fpxrrs 20.ethereum-gec76o 13.ethereum-4bvryx.ethereum-1rwer2 13.ethereum-fpxrrs 22.ethereum-r34jc0 14.ethereum-4th9f5 22.ethereum-r34jc0 15.ethereum-3kw2ki.ethereum-6ahv9n 17.ethereum-df836u 21.ethereum-1rwer2 18.ethereum-8glnym 20.ethereum-gec76o 18.ethereum-pdj5fq.ethereum-q25zrr 18.ethereum-gebxss.ethereum-c936h0 18.ethereum-8glnym 26.ethereum-bbfh1i 17.ethereum-df836u 26.ethereum-bbfh1i 15.ethereum-hjjc16.ethereum-bbfh1i 14.ethereum-4th9f5 27.ethereum-c936h0 13.ethereum-fpxrrs 28.ethereum-q25zrr 13.ethereum-lca55y.ethereum-fk1i2o 13.ethereum-fpxrrs 31.ethereum-6eals6 14.ethereum-4th9f5 31.ethereum-6eals6 15.ethereum-rb8zjd.ethereum-bbfh1i 17.ethereum-df836u 30.ethereum-fk1i2o 18.ethereum-8glnym 28.ethereum-q25zrr 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .ethereum-yhimca {
    display: none;
  }
}

.ethereum-y0a8e7 {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .ethereum-y0a8e7 {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.ethereum-1g96fa {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .ethereum-1g96fa {
    padding: 14px 16px;
  }
}

.ethereum-1g96fa button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.ethereum-1g96fa button:first-child {
  align-content: end;
}

.ethereum-1g96fa button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .ethereum-1g96fa
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .ethereum-1g96fa
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.ethereum-1g96fa button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.ethereum-1g96fa button:last-child svg {
  width: 38px;
  height: 38px;
}

.ethereum-igjns3 {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.ethereum-igjns3::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .ethereum-igjns3,
.pc61d126-chatbot[data-active-screen="3"]
  .ethereum-igjns3 {
  opacity: 1;
  visibility: visible;
}

.ethereum-e9j3b5 {
  flex: 1 1;
}

.ethereum-c6rj3u {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .ethereum-c6rj3u {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .ethereum-m7lapz {
  display: block;
}

.ethereum-y1v7bu {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .ethereum-y1v7bu {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.ethereum-1odupb {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.ethereum-1odupb::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.ethereum-ekuxlw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.ethereum-ekuxlw p {
  color: var(--Text-100);
}

.ethereum-1odupb .ethereum-dfn3id {
  grid-area: button;
}

.ethereum-1odupb .ethereum-dfn3id::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.ethereum-372kjy.org/2000/svg'%3E%3Cpath d='M4.ethereum-yywycc 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ethereum-gwq16x 15L16.ethereum-gwq16x 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ethereum-gwq16x 5L16.ethereum-gwq16x 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .ethereum-kw4rnj {
  display: block;
}

.ethereum-ycw4bi {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .ethereum-ycw4bi {
    margin-top: 40px;
  }
}

.ethereum-z8tpre label,
.ethereum-z8tpre input {
  display: block;
  width: 100%;
}

.ethereum-z8tpre label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.ethereum-z8tpre label.ethereum-pdjfih input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.ethereum-z8tpre label.ethereum-pdjfih::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.ethereum-z8tpre input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.ethereum-z8tpre input::placeholder {
  color: var(--Text-400);
}

.ethereum-7ir729 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .ethereum-7ir729 {
  display: flex;
}

.ethereum-7ir729 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .ethereum-7ir729 ol {
    height: 420px;
    padding: 24px;
  }
}

.ethereum-7ir729 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.ethereum-bfk3hj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .ethereum-bfk3hj {
    padding: 0 24px 24px;
  }
}

.ethereum-bfk3hj input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.ethereum-bfk3hj input::placeholder {
  color: var(--Text-400);
}

.ethereum-bfk3hj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.ethereum-bfk3hj [type="submit"]:disabled {
  opacity: 0.5;
}

.ethereum-bfk3hj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .ethereum-bfk3hj [type="submit"] {
    right: 40px;
  }
}

.ethereum-zka91e {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.ethereum-zka91e.ethereum-iyrf3m {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.ethereum-zka91e.ethereum-iyrf3m::before {
  content: "";
  width: 31px;
}

.ethereum-zka91e.ethereum-iyrf3m p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ethereum-zka91e.ethereum-sy6489 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.ethereum-zka91e p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ethereum-3ruu1b .ethereum-dfn3id {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.ethereum-hmzzzo {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .ethereum-hmzzzo {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .ethereum-hmzzzo {
    padding: 18px 0;
  }
}

.ethereum-hmzzzo .ethereum-sz87f6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ethereum-hmzzzo .ethereum-sz87f6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.ethereum-f8oq06 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .ethereum-f8oq06 {
    max-width: 160px;
    height: 40px;
  }
}

.ethereum-f8oq06 picture,
.ethereum-f8oq06 img {
  display: block;
  width: 100%;
  height: 100%;
}

.ethereum-f8oq06 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .ethereum-9zixsj {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.ethereum-baifpz ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .ethereum-hmzzzo.ethereum-e4kc5o .ethereum-9zixsj {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ethereum-9zixsj {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .ethereum-9zixsj {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.ethereum-8bisje,
.ethereum-xlujhl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .ethereum-8bisje,
  .ethereum-xlujhl {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .ethereum-xlujhl {
    display: none;
  }
}

.ethereum-gpx7ka {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.ethereum-e4kc5o .ethereum-gpx7ka {
  background: var(--fh-bg-color);
}

.ethereum-gpx7ka button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .ethereum-gpx7ka {
    display: none;
  }
}

.ethereum-9655lp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ethereum-9655lp {
    display: none;
  }
}

.ethereum-mxxu8c {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.ethereum-hmzzzo.ethereum-e4kc5o .ethereum-mxxu8c:first-child {
  display: none;
}

.ethereum-hmzzzo.ethereum-e4kc5o .ethereum-mxxu8c:last-child {
  display: block;
}

.ethereum-mxxu8c:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .ethereum-mxxu8c {
    display: none;
  }
}

.ethereum-i8icj7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ethereum-i8icj7 {
    display: flex;
  }
}

.ethereum-i8icj7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.ethereum-i8icj7:hover ul {
  visibility: visible;
  opacity: 1;
}

.ethereum-i8icj7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ethereum-i8icj7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.ethereum-i8icj7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.ethereum-i8icj7:hover .ethereum-zdfyrs svg {
  transform: rotate(180deg);
}

.ethereum-81dlfz {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.ethereum-bbyr8y {
  padding: 0 8px;
}

.ethereum-cgahbg {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.ethereum-cgahbg:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .ethereum-cgahbg {
    padding: 4px 8px;
  }
}

.ethereum-56won6 {
  display: flex;
}

.ethereum-56won6 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.ethereum-zdfyrs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.ethereum-zdfyrs svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.ethereum-vi65dd {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .ethereum-vi65dd {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.ethereum-fkukqq {
  width: 100%;
}

@media (min-width: 1200px) {
  .ethereum-fkukqq {
    display: none;
  }
}

.ethereum-ttqgkv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.ethereum-zumolq {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.ethereum-u1sj33 {
  display: flex;
}

.ethereum-2h87o8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ethereum-mkesdb {
  list-style: none;
}

@media (max-width: 1199px) {
  .ethereum-mkesdb {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .ethereum-mkesdb {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ethereum-mkesdb .ethereum-swz81x [data-ref-el],
  .ethereum-mkesdb .ethereum-swz81x span,
  .ethereum-mkesdb .ethereum-swz81x a {
    white-space: nowrap;
  }
}

.ethereum-iayjhy {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .ethereum-iayjhy.ethereum-bvh9dd > .ethereum-swz81x {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .ethereum-iayjhy.ethereum-flbbck:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .ethereum-iayjhy.ethereum-bvh9dd > .ethereum-ba48un {
    height: auto;
  }

  .ethereum-iayjhy.ethereum-bvh9dd > div > .ethereum-wvi65b {
    transform: rotate(180deg);
  }
}

.ethereum-iayjhy [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.ethereum-iayjhy [data-ref-el],
.ethereum-iayjhy span {
  cursor: pointer;
}

.ethereum-iayjhy [data-ref-el],
.ethereum-iayjhy span,
.ethereum-iayjhy a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .ethereum-iayjhy [data-ref-el],
  .ethereum-iayjhy span,
  .ethereum-iayjhy a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .ethereum-iayjhy [data-ref-el],
  .ethereum-iayjhy span,
  .ethereum-iayjhy a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.ethereum-ba48un {
  height: 0;
  overflow: hidden;
  transition: height 0.ethereum-baifpz ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.ethereum-ba48un::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ethereum-ba48un::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.ethereum-ba48un::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .ethereum-ba48un {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .ethereum-ba48un:has(> .ethereum-iayjhy.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .ethereum-ba48un .ethereum-ba48un {
    padding: 0;
  }

  .ethereum-ba48un .ethereum-iayjhy {
    font-weight: 400;
  }

  .ethereum-ba48un .ethereum-iayjhy:hover > .ethereum-swz81x {
    background: var(--Neutral-300);
  }

  .ethereum-ba48un .ethereum-wvi65b {
    rotate: -90deg;
  }
}

.ethereum-swz81x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ethereum-swz81x {
    padding: 8px;
  }

  .ethereum-iayjhy.ethereum-dlrsi7 > .ethereum-swz81x {
    background: var(--Neutral-300);
  }
}

.ethereum-wvi65b {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.ethereum-372kjy.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.ethereum-mig19r 0.ethereum-akliby.ethereum-fwzu30 -0.ethereum-k5gx6j 0.ethereum-rqhys3 -0.ethereum-k5gx6j 1.ethereum-r7t6q5 0.ethereum-9uv8de.ethereum-8ynm6f 4.ethereum-6aztxt.ethereum-mig19r 0.ethereum-blxcc6.ethereum-tm1g8x -0.ethereum-k5gx6j 9.ethereum-lotyyr -0.ethereum-k5gx6j 10.ethereum-0h952v 0.ethereum-3rxr08.ethereum-ouvur0 0.ethereum-fwzu30 10.ethereum-ouvur0 0.ethereum-rqhys3 10.ethereum-0h952v 1.ethereum-f82sfk.ethereum-11dhbj 5.ethereum-dk6ut6.ethereum-5e1qp3 6.ethereum-axctl7 5.ethereum-fncm2h 6.ethereum-axctl7 4.ethereum-8lb1qw 5.ethereum-3ruv1j.ethereum-mig19r 1.ethereum-bvd7du.ethereum-k5gx6j 0.ethereum-rqhys3 -0.ethereum-k5gx6j 0.ethereum-fwzu30 0.ethereum-mig19r 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.ethereum-baifpz ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ethereum-wvi65b {
    cursor: default;
  }
}

.ethereum-tpx8gk {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.ethereum-vaq1hv {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .ethereum-vaq1hv {
    padding: 40px 4px;
  }
}

.ethereum-uols1g {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .ethereum-uols1g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.ethereum-jcl94w {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .ethereum-jcl94w {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.ethereum-jcl94w ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.ethereum-jcl94w [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.ethereum-jcl94w [data-ref-el],
.ethereum-jcl94w span,
.ethereum-jcl94w a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.ethereum-z14fin {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ethereum-z14fin {
    margin-bottom: 12px;
  }
}

.ethereum-259nrv {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.ethereum-259nrv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .ethereum-259nrv:last-child {
    margin-right: 0;
  }
}

.ethereum-pr7aki {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ethereum-z14fin:hover .ethereum-w0iljd {
  visibility: visible;
  opacity: 1;
}

.ethereum-w0iljd {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.ethereum-3rbso8 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ethereum-n08sc6 {
  display: flex;
  margin: 6px;
}

.ethereum-n08sc6 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.ethereum-w0iljd::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.ethereum-w0iljd::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.ethereum-f2yehx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .ethereum-f2yehx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.ethereum-1lnmgk {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .ethereum-1lnmgk {
    margin-right: 32px;
  }
}

.ethereum-xs4tyx {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ethereum-xs4tyx {
    margin-top: 0;
    width: 340px;
  }
}

.ethereum-xs4tyx a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ethereum-pjmg8z {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.ethereum-4h0j7t {
  position: relative;
}

@media (min-width: 768px) {
  .ethereum-4h0j7t {
    margin-top: 40px;
  }
}

.ethereum-4h0j7t + .ethereum-e76dw4,
.ethereum-4h0j7t + .ethereum-4h0j7t {
  margin-top: 24px;
}

.ethereum-k733fe {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .ethereum-k733fe {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .ethereum-k733fe {
    padding: 80px;
  }
}

.ethereum-9ysrd0 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .ethereum-9ysrd0 {
    padding: 0 16px;
}


}

.ethereum-yqymlg {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .ethereum-yqymlg {
    font-size: 48px;
    line-height: 56px;
  }
}

.ethereum-hlf19r {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .ethereum-hlf19r {
    font-size: 24px;
    line-height: 32px;
  }
}

.ethereum-jx72r3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.ethereum-jx72r3:hover {
  background: var(--button-bg-hover);
}

.ethereum-t56yrn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.ethereum-t56yrn img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .ethereum-t56yrn img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .ethereum-t56yrn img {
  min-height: 100%;
  }
}

.ethereum-k733fe::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.ethereum-futnnm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ethereum-futnnm h1,
.ethereum-futnnm h2,
.ethereum-futnnm h3,
.ethereum-futnnm h4 {
  margin-bottom: 6px;
}

.ethereum-futnnm h1:not(:first-child),
.ethereum-futnnm h2:not(:first-child),
.ethereum-futnnm h3:not(:first-child),
.ethereum-futnnm h4:not(:first-child) {
  margin-top: 16px;
}

.ethereum-futnnm h1,
.ethereum-futnnm h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .ethereum-futnnm h1,
  .ethereum-futnnm h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.ethereum-futnnm h2,
.ethereum-futnnm h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .ethereum-futnnm h2,
  .ethereum-futnnm h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.ethereum-futnnm h3,
.ethereum-futnnm h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .ethereum-futnnm h3,
  .ethereum-futnnm h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.ethereum-futnnm h4,
.ethereum-futnnm h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.ethereum-futnnm ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.ethereum-futnnm ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.ethereum-futnnm ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.ethereum-futnnm ul ul {
  margin-bottom: 8px;
}

.ethereum-futnnm ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.ethereum-futnnm ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.ethereum-futnnm ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.ethereum-futnnm ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.ethereum-futnnm ol li::marker {
  font-weight: 700;
}

.ethereum-futnnm ol ol {
  margin-bottom: 8px;
}

.ethereum-futnnm ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.ethereum-futnnm ol ul li {
  padding-left: 16px;
}

.ethereum-futnnm table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .ethereum-futnnm table {
    padding: 24px;
  }
}

.ethereum-futnnm table.ethereum-d6ylll {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ethereum-baifpz,
    mask-image 0.3s;
}

.ethereum-futnnm table.ethereum-d6ylll.ethereum-b2hj7i {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .ethereum-futnnm table {
    display: table;
  }
}

.ethereum-futnnm table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.ethereum-futnnm table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ethereum-futnnm table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ethereum-futnnm table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .ethereum-futnnm table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.ethereum-futnnm table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ethereum-futnnm table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ethereum-futnnm table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.ethereum-futnnm img {
  max-width: 100%;
  height: auto;
}

.ethereum-ppv8m6 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .ethereum-ppv8m6 {
    padding: 24px;
  }
}

.ethereum-we637z {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .ethereum-we637z {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.ethereum-we637z > * {
  margin: 0 !important;
}

.ethereum-we637z img,
.ethereum-7qt5xb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ethereum-we637z img,
  .ethereum-7qt5xb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ethereum-rhohz5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ethereum-rhohz5 {
    width: 32px;
    height: 32px;
  }
}

.ethereum-oqhpmj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ethereum-oqhpmj .ethereum-s0kgrc {
  flex-shrink: 0;
}

.ethereum-oqhpmj .ethereum-rn0tah svg {
  display: none;
}

.ethereum-pf48f9 {
  display: grid;
  transition: max-height 0.ethereum-baifpz ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .ethereum-pf48f9 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .ethereum-pf48f9 {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.ethereum-pf48f9.ethereum-9q28y5 + .ethereum-s0kgrc svg {
  transform: rotate(180deg);
}

.ethereum-5fgouf {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.ethereum-5fgouf > div:nth-child(3n) {
  grid-column: span 2;
}

.ethereum-5fgouf
  > div:nth-child(3n)
  .ethereum-7g6ula
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .ethereum-5fgouf {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ethereum-5fgouf > div:nth-child(3n) {
    grid-column: unset;
  }

  .ethereum-5fgouf
    > div:nth-child(3n)
    .ethereum-7g6ula
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .ethereum-5fgouf {
    max-width: 270px;
  }
}

.ethereum-5fgouf .ethereum-7g6ula button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .ethereum-5fgouf .ethereum-7g6ula button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .ethereum-5fgouf .ethereum-7g6ula button {
    max-width: 104px;
  }
}

.ethereum-cy3l2a {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .ethereum-cy3l2a {
    margin-bottom: 0;
  }
}

.ethereum-rfte1m {
  display: none;
  opacity: 0;
}

.ethereum-32bu7d {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.ethereum-32bu7d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.ethereum-7g6ula {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.ethereum-7g6ula button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ethereum-7g6ula
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ethereum-7g6ula
    button {
    max-width: 145px;
  }
}

.ethereum-krwbik:first-child
  .ethereum-7g6ula
  button {
  max-width: 270px;
}

.ethereum-vwzema {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.ethereum-cy3l2a picture {
  width: 100%;
  max-width: 100%;
}

.ethereum-yz53c2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ethereum-yz53c2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.ethereum-cy3l2a:hover .ethereum-yz53c2 {
  display: flex;
}

.ethereum-j89ua8 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.ethereum-86m3gy {
  display: flex;
}

.ethereum-86m3gy:hover .ethereum-tnievx,
.ethereum-86m3gy .ethereum-dlrsi7 .ethereum-tnievx {
  display: flex;
}

.ethereum-86m3gy svg {
  flex-shrink: 0;
}

.ethereum-tnievx {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .ethereum-tnievx {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.ethereum-tnievx:hover {
  display: flex;
}

.ethereum-tnievx svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.ethereum-tq2pem {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .ethereum-tq2pem {
    font-size: 12px;
  }
}

.ethereum-abwtov,
.ethereum-kuxta3 {
  width: 50%;
  flex-shrink: 0;
}

.ethereum-abwtov {
  font-weight: 700;
}

.ethereum-o5wto1 .ethereum-pf48f9 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .ethereum-o5wto1 .ethereum-pf48f9 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .ethereum-o5wto1 .ethereum-pf48f9 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.ethereum-o5wto1
  .ethereum-vwzema:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.ethereum-o5wto1 .ethereum-32bu7d {
  height: 100% !important;
  border-radius: 16px;
}

.ethereum-o5wto1 .ethereum-7g6ula {
  gap: 4px;
  align-items: center;
}

.ethereum-o5wto1 .ethereum-7g6ula button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ethereum-o5wto1 .ethereum-7g6ula svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.ethereum-o5wto1 .ethereum-lo27kf,
.ethereum-o5wto1 .ethereum-wd13br {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.ethereum-372kjy.org/2000/svg'%3E%3Cpath d='M9.ethereum-plua1e 4.ethereum-5nj0so.ethereum-jxn0t5 5.ethereum-ck3j1i.ethereum-50p0q6 5.ethereum-9ie1zz.ethereum-65bwri 5.ethereum-5fkawp.ethereum-zjbb4o 8.ethereum-1zg9t4.ethereum-uot0yi 9.ethereum-9amiuk.ethereum-2s71d8 9.ethereum-fvvcy2.ethereum-o247zg 13.ethereum-o721ji.ethereum-nhmwtd 11.ethereum-v3e8ma.ethereum-6iluli 11.ethereum-sbwcgk.ethereum-9nmw2r 11.ethereum-xzhybi.ethereum-iqnt0b 13.ethereum-rlmyyt.ethereum-cv5v6d 9.ethereum-1trfut.ethereum-xjkjhg 9.ethereum-094e40.ethereum-n7jw0b 8.ethereum-z58pwv.ethereum-5y2rm4 5.ethereum-rptqkg.ethereum-ghezj8 5.ethereum-pgfmdq.ethereum-v5hbiv 5.ethereum-q0rggf.ethereum-0zfqh5 4.ethereum-nhw3vt.ethereum-6iluli 1.ethereum-tqyoqw.ethereum-plua1e 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.ethereum-o5wto1 .ethereum-lo27kf {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.ethereum-o5wto1 .ethereum-wd13br {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.ethereum-jmmg39 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .ethereum-jmmg39 {
    padding: 24px;
  }
}

.ethereum-jmmg39 .ethereum-s0kgrc {
  display: flex;
}

@media (min-width: 768px) {
  .ethereum-jmmg39 .ethereum-s0kgrc {
    display: none;
  }
}

.ethereum-jmmg39 .ethereum-rn0tah svg {
  display: none;
}

.ethereum-yqvbkh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ethereum-yqvbkh .ethereum-intqhn {
  display: none;
}

@media (min-width: 768px) {
  .ethereum-yqvbkh .ethereum-intqhn {
    display: flex;
  }
}

.ethereum-uqsvkn {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .ethereum-uqsvkn {
    font-size: 40px;
    line-height: 48px;
  }
}

.ethereum-uqsvkn > * {
  margin: 0 !important;
}

.ethereum-uqsvkn img,
.ethereum-yacnns {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ethereum-uqsvkn img,
  .ethereum-yacnns {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ethereum-soyyi3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ethereum-soyyi3 {
    width: 32px;
    height: 32px;
  }
}

.ethereum-gfihw2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .ethereum-gfihw2 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .ethereum-gfihw2::-webkit-scrollbar {
    display: none;
  }
}

.ethereum-bt7iq1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .ethereum-bt7iq1 {
    padding: 7px 15px;
  }
}

.ethereum-bt7iq1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ethereum-667403 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ethereum-667403 {
    display: flex;
    opacity: 1;
  }
}

.ethereum-bt7iq1 picture {
  height: 100%;
  display: block;
}

.ethereum-bt7iq1 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .ethereum-bt7iq1 img {
    width: 88px;
    height: 44px;
  }
}

.ethereum-bt7iq1 p {
  text-align: center;
  width: 100%;
}

.ethereum-vahtx6 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .ethereum-vahtx6 {
    font-size: 40px;
    line-height: 48px;
  }
}

.ethereum-vahtx6 img,
.ethereum-pgom3p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ethereum-vahtx6 img,
  .ethereum-pgom3p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ethereum-ce3jfh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ethereum-ce3jfh {
    width: 32px;
    height: 32px;
  }
}

.ethereum-rop6qj {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.ethereum-vxnp4p {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.ethereum-qgrdo3 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.ethereum-qgrdo3.ethereum-dlrsi7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.ethereum-7jesz8 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .ethereum-7jesz8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.ethereum-97bq9c {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.ethereum-h7bw3r {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.ethereum-baifpz ease;
  opacity: 0;
  color: var(--text-color);
}

.ethereum-21wdnv {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.ethereum-21wdnv ol,
.ethereum-21wdnv ul {
  padding-left: 1.3em;
}

.ethereum-qgrdo3.ethereum-dlrsi7 .ethereum-h7bw3r {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.ethereum-qgrdo3.ethereum-dlrsi7 .ethereum-97bq9c {
  transform: rotate(180deg);
  color: var(--text-color);
}

.ethereum-mnlkfk {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .ethereum-mnlkfk {
    padding: 24px;
  }
}

.ethereum-mnlkfk .ethereum-s0kgrc {
  display: flex;
}

@media (min-width: 768px) {
  .ethereum-mnlkfk .ethereum-s0kgrc {
    display: none;
  }
}

.ethereum-mnlkfk .ethereum-rn0tah svg {
  display: none;
}

.ethereum-1925r0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ethereum-1925r0 .ethereum-intqhn {
  display: none;
}

@media (min-width: 768px) {
  .ethereum-1925r0 .ethereum-intqhn {
    display: flex;
  }
}

.ethereum-o5wlrm {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .ethereum-o5wlrm {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.ethereum-o5wlrm > * {
  margin: 0 !important;
}

.ethereum-o5wlrm img,
.ethereum-drovx2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ethereum-o5wlrm img,
  .ethereum-drovx2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ethereum-19x72t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ethereum-19x72t {
    width: 32px;
    height: 32px;
  }
}

.ethereum-xm2ghw {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .ethereum-xm2ghw {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .ethereum-xm2ghw::-webkit-scrollbar {
    display: none;
  }
}

.ethereum-tovnup {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.ethereum-tovnup:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ethereum-a3dhuo {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ethereum-a3dhuo {
    display: flex;
    opacity: 1;
  }
}

.ethereum-tovnup picture {
  width: auto;
  height: 100%;
  display: block;
}

.ethereum-tovnup picture img {
  display: block;
  width: auto;
  height: 100%;
}

.ethereum-ndjmcl {
  margin: -24px 0;
}

.ethereum-ndjmcl:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .ethereum-ndjmcl {
    margin: -16px 0;
  }
}

.ethereum-a5579w {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .ethereum-a5579w {
    flex-direction: row;
  }
}

.ethereum-gcom7s {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .ethereum-gcom7s {
    flex: 1;
  }
}

.ethereum-gcom7s::placeholder {
  color: var(--Text-400);
}

.ethereum-srm46a {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.ethereum-kveizd {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ethereum-kveizd::-webkit-scrollbar {
  display: none;
}

.ethereum-0ha8qi {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.ethereum-0ha8qi img,
.ethereum-0ha8qi svg {
  margin-right: 8px;
}

.ethereum-xv7u1n {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.ethereum-ndjmcl + .ethereum-av0031 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .ethereum-ndjmcl + .ethereum-av0031 {
    margin-top: -16px;
  }
}

.ethereum-szr8z9 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.ethereum-szr8z9 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.ethereum-szr8z9 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.ethereum-bdpplo {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ethereum-wlel0p {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.ethereum-3wbe1e {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ethereum-7cgu4w {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.ethereum-76xrj8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.ethereum-bdpplo button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.ethereum-bdpplo button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .ethereum-bdpplo {
    padding: 39px 179px 39px 39px;
  }

  .ethereum-wlel0p {
    font-size: 40px;
    line-height: 48px;
  }

  .ethereum-76xrj8 {
    height: 348px;
  }

  .ethereum-bdpplo button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .ethereum-bdpplo button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .ethereum-bdpplo {
    padding: 63px;
  }
}

.ethereum-lon5b2 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ethereum-lon5b2 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.ethereum-su9se2 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ethereum-su9se2 {
    width: auto;
  }
}

.ethereum-hszylk {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.ethereum-hszylk::-webkit-scrollbar {
  display: none;
}

.ethereum-hszylk a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.ethereum-hszylk a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ethereum-hszylk {
    margin-left: 16px;
    margin-top: 0;
  }
}

.ethereum-lon5b2 .ethereum-ikolod {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ethereum-baifpz,
    mask-image 0.3s;
}

.ethereum-lon5b2 .ethereum-ikolod.ethereum-b2hj7i {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.ethereum-sqhks7 {
  margin: 40px -16px;
}

.ethereum-ryuv2a + .ethereum-e76dw4,
.ethereum-ryuv2a + .ethereum-4h0j7t {
  margin-top: 24px;
}

.ethereum-ynep63 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.ethereum-ynep63 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ethereum-hibx8d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .ethereum-hibx8d {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .ethereum-hibx8d {
    margin-top: 0;
  }
}

.ethereum-itdprb {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ethereum-itdprb {
    font-size: 24px;
    line-height: 32px;
  }
}

.ethereum-4s1mup {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .ethereum-4s1mup {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.ethereum-q30y0v {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .ethereum-q30y0v {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.ethereum-u3b5rk {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .ethereum-u3b5rk {
    font-size: 20px;
    line-height: 28px;
  }
}

.ethereum-ot0vxj {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ethereum-ot0vxj {
    font-size: 32px;
    line-height: 40px;
  }
}

.ethereum-v3w1bh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.ethereum-wk4h8h {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.ethereum-wk4h8h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ethereum-av0031 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ethereum-18lo8h {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .ethereum-18lo8h {
    padding: 15px 48px;
  }
}

main > .ethereum-av0031 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .ethereum-pf48f9.ethereum-625p5o > div:nth-child(n+5) {
    display: none;
  }
}

.ethereum-futnnm p a img {
  display: block;
  margin: 0 auto;
}


.ethereum-ol7gbs {
  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;
}

/* contanct form */
.ethereum-kqgfev {
  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-kqgfev label {
  font-size: 14px;
}

.ethereum-kqgfev h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ethereum-kqgfev input,
.ethereum-kqgfev textarea,
.ethereum-kqgfev 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-kqgfev button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ethereum-y8pbyj ease;
}
.ethereum-kqgfev button:hover {
  background-color: var(--button-bg-hover);
}
.ethereum-35ongv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ethereum-gc0pfs ease-in;
}

.ethereum-35ongv h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.ethereum-a5vl1n, .ethereum-1ddt58, [class*="review-card"],
thead, thead th, table th, .ethereum-19q9kc,
.ethereum-w58uk2, [class*="collapsible-header"],
.ethereum-n6va0b, [class*="updated-block"] {
  color: #ece7dc !important;
}
