@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";
body {
  overscroll-behavior-y: contain;
  touch-action: none;
}
.tap {
  will-change: transform, opacity;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-shadow: 0 2px 0 #856447;
  animation: tap 1s ease-out forwards;
  webkit-animation: tap 1s ease-out forwards;
  moz-animation: tap 1s ease-out forwards;
  o-animation: tap 1s ease-out forwards;
  ms-animation: tap 1s ease-out forwards;
  -webkit-text-stroke-color: #856447;
  -webkit-text-stroke-width: 2px;
}
@keyframes tap {
  to {
    opacity: 0;
    transform: translate(30px, -100px) scale(1.3);
  }
}
:root {
  --pulse-blue-color: rgba(64, 210, 255, 0);
  --pulse-blue-color2: rgba(64, 210, 255, 0.4);
  --pulse-blue-color3: rgba(64, 210, 64, 99);
}
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 var(--pulse-blue-color2);
  }
  70% {
    box-shadow: 0 0 0 10px var(--pulse-blue-color);
  }
  to {
    box-shadow: 0 0 0 0 var(--pulse-blue-color);
  }
}
.pulse-blue-animation {
  border-radius: 8px;
  animation: pulse-blue 2s infinite;
  box-shadow: 0 0 0 10px var(--pulse-blue-color3);
}
@font-face {
  font-family: bangopro;
  font-style: normal;
  font-weight: 400;
  src: local("BANGOPRO"),
    url(/assets/BANGOPRO-0PDNu-8o.otf)
      format("opentype");
}
@font-face {
  font-family: gameria;
  font-style: normal;
  font-weight: 400;
  src: local("GAMERIA"),
    url(/assets/GAMERIA_NEW-DBhAcv3u.ttf)
      format("truetype");
}
:root {
  --pulse-white-color: rgba(255, 255, 255, 0);
  --pulse-white-color2: rgba(255, 255, 255, 0.4);
  --pulse-white-color3: rgba(255, 255, 255, 99);
}
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 var(--pulse-white-color2);
  }
  70% {
    box-shadow: 0 0 0 10px var(--pulse-white-color);
  }
  to {
    box-shadow: 0 0 0 0 var(--pulse-white-color);
  }
}
.pulse-white-animation {
  border-radius: 8px;
  animation: pulse-white 2s infinite;
  box-shadow: 0 0 0 10px var(--pulse-white-color3);
}

/* Styles */

.css-16jbr75 {
  position: fixed;
  z-index: 10000;
  -webkit-box-align: center;
  align-items: center;
  top: 30px;
  margin: 0px auto;
  left: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  gap: 10px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(90, 90, 90, 0.3) transparent;
}

.css-nzkglu {
  cursor: pointer;
  pointer-events: all;
  border-radius: 1000px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: fit-content;
  background: rgb(255, 255, 255);
  border: none;
  padding: 4px;
  box-shadow: rgb(230, 230, 230) 0px 2px 0px 0px;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
  display: none !important;
}

.css-nzkglu svg {
  width: 24px;
  height: 24px;
}

.css-1orfhrc {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  gap: 24px;
  -webkit-box-pack: center;
  justify-content: center;
}

.css-1hv5c21 {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden scroll;
  min-height: 100vh;
  padding: 252px 16px 16px;
  background-image: url("/assets/listing-claim-bg.svg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgb(38, 25, 23);
  gap: 24px;
}

.css-nzkglu {
  cursor: pointer;
  pointer-events: all;
  border-radius: 1000px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: fit-content;
  background: rgb(255, 255, 255);
  border: none;
  padding: 4px;
  box-shadow: rgb(230, 230, 230) 0px 2px 0px 0px;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
}

.css-1orfhrc {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  gap: 24px;
  -webkit-box-pack: center;
  justify-content: center;
}

body {
  margin: 0px;
}

.css-1nxdbrw {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  color: rgb(244, 240, 235);
  -webkit-text-stroke-width: 0px;
  text-shadow: rgb(133, 100, 71) -2px -2px 0px, rgb(133, 100, 71) 0px -2px 0px,
    rgb(133, 100, 71) 2px -2px 0px, rgb(133, 100, 71) 2px 0px 0px,
    rgb(133, 100, 71) 2px 2px 0px, rgb(133, 100, 71) 0px 2px 0px,
    rgb(133, 100, 71) -2px 2px 0px, rgb(133, 100, 71) -2px 0px 0px;
  filter: drop-shadow(rgb(159, 119, 86) 0px 3px 0px);
  text-align: center;
}

.css-hiamfs {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
  justify-content: center;
}

.css-1m9oz87 {
  all: unset;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 6px 12px;
  gap: 4px;
  border-radius: 100px;
  background: rgb(86, 62, 41);
  border-width: 1.5px;
  border-style: solid;
  border-color: rgb(93, 67, 45);
  border-image: initial;
}

.css-ri91il {
  margin: 0px;
  font-style: normal;
  font-family: NUNITO, sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  letter-spacing: 0px;
  line-height: 21px;
  color: rgb(255, 213, 153);
}

.css-8e9njr {
  position: absolute;
  right: -6px;
  top: -12px;
}

.css-8e9njr {
  position: absolute;
  right: -6px;
  top: -12px;
}

.css-18xkqeg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.css-hp68mp {
  display: flex;
  flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
  align-items: center;
}

.css-1nxdbrw {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  color: rgb(244, 240, 235);
  -webkit-text-stroke-width: 0px;
  text-shadow: rgb(133, 100, 71) -2px -2px 0px, rgb(133, 100, 71) 0px -2px 0px,
    rgb(133, 100, 71) 2px -2px 0px, rgb(133, 100, 71) 2px 0px 0px,
    rgb(133, 100, 71) 2px 2px 0px, rgb(133, 100, 71) 0px 2px 0px,
    rgb(133, 100, 71) -2px 2px 0px, rgb(133, 100, 71) -2px 0px 0px;
  filter: drop-shadow(rgb(159, 119, 86) 0px 3px 0px);
  text-align: center;
}

.css-1nxdbrw {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  color: rgb(244, 240, 235);
  -webkit-text-stroke-width: 0px;
  text-shadow: rgb(133, 100, 71) -2px -2px 0px, rgb(133, 100, 71) 0px -2px 0px,
    rgb(133, 100, 71) 2px -2px 0px, rgb(133, 100, 71) 2px 0px 0px,
    rgb(133, 100, 71) 2px 2px 0px, rgb(133, 100, 71) 0px 2px 0px,
    rgb(133, 100, 71) -2px 2px 0px, rgb(133, 100, 71) -2px 0px 0px;
  filter: drop-shadow(rgb(159, 119, 86) 0px 3px 0px);
  text-align: center;
}

.css-1x53979 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  box-shadow: rgb(76, 55, 36) 0px 3px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.css-1x53979 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  box-shadow: rgb(76, 55, 36) 0px 3px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.css-18i04bi {
  font-size: 48px;
}

.css-p7jrbs {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  align-items: start;
  gap: 12px;
  background: rgb(69, 50, 33);
}

.css-p7jrbs {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  align-items: start;
  gap: 12px;
  background: rgb(69, 50, 33);
}

.css-1twubor {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  -webkit-text-stroke-width: 0px;
  color: rgb(244, 240, 235);
  text-shadow: rgb(133, 100, 71) -1px -1px 0px, rgb(133, 100, 71) 0px -1px 0px,
    rgb(133, 100, 71) 1px -1px 0px, rgb(133, 100, 71) 1px 0px 0px,
    rgb(133, 100, 71) 1px 1px 0px, rgb(133, 100, 71) 0px 1px 0px,
    rgb(133, 100, 71) -1px 1px 0px, rgb(133, 100, 71) -1px 0px 0px;
  filter: drop-shadow(rgb(133, 100, 71) 0px 1px 0px);
  text-transform: uppercase;
  font-size: 17px;
  width: 100%;
}

.css-1ufvsq {
  margin: 0px;
  font-style: normal;
  font-family: NUNITO, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(201, 177, 156);
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  letter-spacing: 0px;
  line-height: 21px;
}

.css-ovt1sn {
  font-size: 24px;
  align-self: center;
}

.css-1l0uucg {
  transform: none;
}

.css-18jqfyr {
  display: flex;
  flex-direction: column;
  position: relative;
}

.css-94h93h {
  background: url("/assets/stripe-orange-long.svg")
    center center no-repeat;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  height: 35px;
  transform: rotate(6deg);
  width: 136px;
  right: -6px;
  top: -10px;
}

.css-8i7c1c {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(86, 62, 41);
  padding: 12px 8px 14px;
  width: 100%;
}

.css-xn42jj {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}

.css-1nxdbrw {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  color: rgb(244, 240, 235);
  -webkit-text-stroke-width: 0px;
  text-shadow: rgb(133, 100, 71) -2px -2px 0px, rgb(133, 100, 71) 0px -2px 0px,
    rgb(133, 100, 71) 2px -2px 0px, rgb(133, 100, 71) 2px 0px 0px,
    rgb(133, 100, 71) 2px 2px 0px, rgb(133, 100, 71) 0px 2px 0px,
    rgb(133, 100, 71) -2px 2px 0px, rgb(133, 100, 71) -2px 0px 0px;
  filter: drop-shadow(rgb(159, 119, 86) 0px 3px 0px);
  text-align: center;
}

.css-e9wjuz {
  font-style: normal;
  background: unset;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  font-family: BANGOPRO, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px rgb(167, 90, 11);
  text-shadow: rgb(167, 90, 11) 0px 1px 0px;
  color: rgb(255, 255, 255);
  filter: drop-shadow(rgb(167, 90, 11) 0px 0.7px 0px);
  margin: 0px auto;
  padding-bottom: 7px;
  letter-spacing: 0.1px;
}

.css-e9wjuz {
  font-style: normal;
  background: unset;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  font-family: BANGOPRO, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px rgb(167, 90, 11);
  text-shadow: rgb(167, 90, 11) 0px 1px 0px;
  color: rgb(255, 255, 255);
  filter: drop-shadow(rgb(167, 90, 11) 0px 0.7px 0px);
  margin: 0px auto;
  padding-bottom: 7px;
  letter-spacing: 0.1px;
}

.css-1x53979 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  box-shadow: rgb(76, 55, 36) 0px 3px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.css-1y9ld1f {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 16px;
  gap: 12px;
  align-self: stretch;
  opacity: 0.5;
}

.css-18i04bi {
  font-size: 48px;
}

.css-p7jrbs {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  align-items: start;
  gap: 12px;
  background: rgb(69, 50, 33);
}

.css-1kkt86i {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.css-1twubor {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  -webkit-text-stroke-width: 0px;
  color: rgb(244, 240, 235);
  text-shadow: rgb(133, 100, 71) -1px -1px 0px, rgb(133, 100, 71) 0px -1px 0px,
    rgb(133, 100, 71) 1px -1px 0px, rgb(133, 100, 71) 1px 0px 0px,
    rgb(133, 100, 71) 1px 1px 0px, rgb(133, 100, 71) 0px 1px 0px,
    rgb(133, 100, 71) -1px 1px 0px, rgb(133, 100, 71) -1px 0px 0px;
  filter: drop-shadow(rgb(133, 100, 71) 0px 1px 0px);
  text-transform: uppercase;
  font-size: 17px;
  width: 100%;
}

.css-1ufvsq {
  margin: 0px;
  font-style: normal;
  font-family: NUNITO, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(201, 177, 156);
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  letter-spacing: 0px;
  line-height: 21px;
}

.css-ovt1sn {
  font-size: 24px;
  align-self: center;
}

.css-1l0uucg {
  transform: none;
}

.css-1x53979 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  box-shadow: rgb(76, 55, 36) 0px 3px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.css-1x9w91q {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: transparent;
}

.css-18jqfyr {
  display: flex;
  flex-direction: column;
  position: relative;
}

.css-1x9w91q {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: transparent;
}

.css-g7e4lh {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  border-radius: 20px;
}

.css-yj35mx {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 16px;
  gap: 12px;
  align-self: stretch;
  opacity: 1;
}

.css-8i7c1c {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(86, 62, 41);
  padding: 12px 8px 14px;
  width: 100%;
}

.css-18i04bi {
  font-size: 48px;
}

.css-1kkt86i {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.css-ovt1sn {
  font-size: 24px;
  align-self: center;
}

.css-1twubor {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  -webkit-text-stroke-width: 0px;
  color: rgb(244, 240, 235);
  text-shadow: rgb(133, 100, 71) -1px -1px 0px, rgb(133, 100, 71) 0px -1px 0px,
    rgb(133, 100, 71) 1px -1px 0px, rgb(133, 100, 71) 1px 0px 0px,
    rgb(133, 100, 71) 1px 1px 0px, rgb(133, 100, 71) 0px 1px 0px,
    rgb(133, 100, 71) -1px 1px 0px, rgb(133, 100, 71) -1px 0px 0px;
  filter: drop-shadow(rgb(133, 100, 71) 0px 1px 0px);
  text-transform: uppercase;
  font-size: 17px;
  width: 100%;
}

.css-1ufvsq {
  margin: 0px;
  font-style: normal;
  font-family: NUNITO, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(201, 177, 156);
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  letter-spacing: 0px;
  line-height: 21px;
}

.css-1l0uucg {
  transform: none;
}

.css-8i7c1c {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(86, 62, 41);
  padding: 12px 8px 14px;
  width: 100%;
}

.css-14us560 {
  font-size: 28px;
  position: relative;
}

.css-8i7c1c {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(86, 62, 41);
  padding: 12px 8px 14px;
  width: 100%;
}

.css-ic3f1f {
  margin: 0px;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  font-family: NUNITO, sans-serif;
  color: rgb(201, 177, 156);
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  letter-spacing: 0.24px;
}

.css-8i7c1c {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(86, 62, 41);
  padding: 12px 8px 14px;
  width: 100%;
}

.css-1gyppm1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 16px;
  font-size: 16px;
  border-radius: 20px;
  background-color: rgb(86, 62, 41);
}

.css-1x9w91q::before {
  content: "";
  flex: 1 1 0%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(76, 55, 36, 0) 0%,
    rgb(76, 55, 36) 100%
  );
}

.css-1ni8v5 {
  color: rgb(255, 213, 153);
  position: relative;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  font-family: Nunito;
}

.css-1x9w91q::after {
  content: "";
  flex: 1 1 0%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgb(76, 55, 36) 0%,
    rgba(76, 55, 36, 0) 100%
  );
}

.css-hsso6e {
  background: url("/assets/stripe-pink-long.svg")
    center center no-repeat;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  height: 35px;
  transform: rotate(6deg);
  width: 120px;
  right: -8px;
  top: -12px;
}

.css-2cuhf {
  font-style: normal;
  background: unset;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-family: BANGOPRO, sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px rgb(157, 22, 65);
  text-shadow: rgb(157, 22, 65) 0px 1px 0px;
  color: rgb(255, 255, 255);
  filter: drop-shadow(rgb(157, 22, 65) 0px 0.7px 0px);
  margin: 0px auto;
  padding-bottom: 7px;
  letter-spacing: 0.1px;
}

.css-1x53979 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  box-shadow: rgb(76, 55, 36) 0px 3px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.css-yj35mx {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 16px;
  gap: 12px;
  align-self: stretch;
  opacity: 1;
}

.css-18i04bi {
  font-size: 48px;
}

.css-p7jrbs {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  align-items: start;
  gap: 12px;
  background: rgb(69, 50, 33);
}

.css-1kkt86i {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.css-1twubor {
  margin: 0px;
  font-family: BANGOPRO, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  -webkit-text-stroke-width: 0px;
  color: rgb(244, 240, 235);
  text-shadow: rgb(133, 100, 71) -1px -1px 0px, rgb(133, 100, 71) 0px -1px 0px,
    rgb(133, 100, 71) 1px -1px 0px, rgb(133, 100, 71) 1px 0px 0px,
    rgb(133, 100, 71) 1px 1px 0px, rgb(133, 100, 71) 0px 1px 0px,
    rgb(133, 100, 71) -1px 1px 0px, rgb(133, 100, 71) -1px 0px 0px;
  filter: drop-shadow(rgb(133, 100, 71) 0px 1px 0px);
  text-transform: uppercase;
  font-size: 17px;
  width: 100%;
}

.css-1ufvsq {
  margin: 0px;
  font-style: normal;
  font-family: NUNITO, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(201, 177, 156);
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  letter-spacing: 0px;
  line-height: 21px;
}

.css-ovt1sn {
  font-size: 24px;
  align-self: center;
}

.css-1l0uucg {
  transform: none;
}

.css-1x9w91q {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: transparent;
}

.css-1ni8v5 {
  color: rgb(255, 213, 153);
  position: relative;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  font-family: Nunito;
}

.css-1x9w91q::after {
  content: "";
  flex: 1 1 0%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgb(76, 55, 36) 0%,
    rgba(76, 55, 36, 0) 100%
  );
}

.css-1bth379 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 20px;
}

.css-1d3xk3w {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  gap: 12px;
  background: rgb(69, 50, 33);
  opacity: 1;
}

.css-18i04bi {
  font-size: 48px;
}

.css-wpyqz6 {
  margin: 0px;
  font-style: normal;
  font-family: NUNITO, sans-serif;
  font-weight: 700;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  letter-spacing: 0px;
  line-height: 21px;
  color: rgb(244, 240, 235);
  font-size: 16px;
  width: 100%;
}

.css-wpyqz6 {
  margin: 0px;
  font-style: normal;
  font-family: NUNITO, sans-serif;
  font-weight: 700;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  letter-spacing: 0px;
  line-height: 21px;
  color: rgb(244, 240, 235);
  font-size: 16px;
  width: 100%;
}

.css-1l0uucg {
  transform: none;
}

.css-1l0uucg {
  transform: none;
}

.css-1bth379 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 20px;
}

.css-1hv5c21 {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden scroll;
  min-height: 100vh;
  padding: 252px 16px 16px;
  background-image: url("/assets/listing-claim-bg.svg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgb(38, 25, 23);
  gap: 24px;
}

.css-hzhe18 {
  margin: 0px;
  font-style: normal;
  -webkit-text-fill-color: unset;
  font-size: 15px;
  font-weight: 700;
  font-family: NUNITO, sans-serif;
  -webkit-text-stroke-width: 0px;
  background: unset;
  filter: unset;
  line-height: 23px;
  letter-spacing: 0px;
  color: rgb(244, 240, 235);
}

.css-ovt1sn {
  font-size: 24px;
  align-self: center;
}

.css-p7jrbs {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  align-items: start;
  gap: 12px;
  background: rgb(69, 50, 33);
}

.css-yj35mx {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 16px;
  gap: 12px;
  align-self: stretch;
  opacity: 1;
}

.css-1x53979 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  box-shadow: rgb(76, 55, 36) 0px 3px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.css-1bth379 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 20px;
}

.css-g7e4lh {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  background: rgb(69, 50, 33);
  border: 2px solid rgb(76, 55, 36);
  border-radius: 20px;
}
