/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-family: MessinaSansMono;
  src: url(../../fonts/MessinaSansMonoWeb-Regular.woff2) format("woff2"),
    url(../../fonts/MessinaSansMonoWeb-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: FK Screamer;
  src: url(../../fonts/FKScreamerLegacy-Upright.woff2) format("woff2"),
    url(../../fonts/FKScreamerLegacy-Upright.woff) format("woff"),
    url(../../fonts/FKScreamerLegacy-Upright.otf)
      format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Druk;
  src: url(../../fonts/DrukWide-Medium-Web.woff2) format("woff2"),
    url(../../fonts/DrukWide-Medium-Web.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
:root {
  --green: #7dd796;
  --red: #d4423b;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: MessinaSansMono;
  font-size: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html.--locked {
  overflow: hidden;
}
html.--progress,
html.--progress * {
  cursor: progress;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25rem;
  background: #000;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  color: #fff;
}
#__layout,
#__nuxt,
body {
  display: block;
  position: relative;
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.u-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page {
  width: 100%;
  height: auto;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.is-smooth.has-transforms .page {
  position: fixed;
}
.is-smooth.has-transforms .page .bounding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.content {
  width: 100%;
  max-width: 80%;
  margin: auto;
}
@media (min-width: 1024px) {
  .content {
    max-width: 100%;
    padding: 0 11.25rem;
  }
}
@media (min-width: 1800px) {
  .content {
    max-width: 63.75rem;
    padding: 0;
  }
}
.mint {
  --mint-background: #0a0a0a;
  --mint-color: #fff;
  background: var(--mint-background);
  color: var(--mint-color);
  opacity: 0;
  visibility: hidden;
}
.mint.--none {
  --mint-background: #fff;
  --mint-color: #0a0a0a;
}
.mint.--none .mint__address,
.mint.--none .mint__back {
  mix-blend-mode: difference;
}
.mint__logo {
  position: absolute;
  top: 2.25rem;
  left: 1.25rem;
  z-index: 5;
}
.mint__logo .xs {
  display: block;
}
.mint__logo .sm {
  display: none;
}
@media (min-width: 700px) {
  .mint__logo {
    top: 2.6875rem;
    left: 50%;
    margin-left: -5.0625rem;
  }
  .mint__logo .xs {
    display: none;
  }
  .mint__logo .sm {
    display: block;
  }
}
.mint__back.button {
  display: none;
  position: absolute;
  top: 2.0625rem;
  left: 2.1875rem;
  z-index: 5;
}
@media (min-width: 700px) {
  .mint__back.button {
    display: flex;
  }
}
.mint__address.button {
  position: absolute;
  top: 1.5625rem;
  right: 1.25rem;
  z-index: 5;
}
@media (min-width: 700px) {
  .mint__address.button {
    top: 2.0625rem;
    right: 2.1875rem;
  }
}
.mint__steps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  color: currentColor;
  text-decoration: none;
}
strong {
  font: 800 1rem/1.25 MessinaSansMono;
}
p {
  display: block;
  font: 400 0.75rem/140% MessinaSansMono;
  margin-bottom: 1.875rem;
}
@media (min-width: 700px) {
  p {
    font-size: 0.9375rem;
  }
}
.line {
  position: relative;
  display: block;
  overflow: hidden;
}
.line__animation {
  --delay: 0.25s;
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.line__animation.In-view {
  transform: none;
  transition-delay: var(--delay);
}
.line.--underline {
  padding-bottom: 10px;
}
.line.--underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}
.line.--underline.In-view:before {
  transform: scaleX(1);
}
ul {
  padding-left: 0;
  list-style-type: none;
}
ul li a {
  font: 400 1.125rem/130% Druk;
  text-transform: uppercase;
}
ul li a:hover {
  opacity: 0.4;
}
@-webkit-keyframes noise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
@keyframes noise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes marquee-reverse {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes marquee-reverse {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card:before {
  content: "Choose your provider";
  padding: 35px 0 30px;
  text-decoration: none;
  font-family: Druk;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 108%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-wrapper {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-container {
  display: block;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  #WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
  }
}
#WEB3_CONNECT_MODAL_ID
  .web3modal-modal-card
  .web3modal-provider-container:after {
  content: "";
  clear: both;
  display: block;
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-icon {
  float: left;
  width: 45px !important;
  height: 45px !important;
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-name {
  font-family: Druk;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 108%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-description,
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-name {
  float: right;
  width: calc(100% - 50px);
  margin-top: 5px;
  text-align: left;
  padding-left: 20px;
  color: #151416;
}
#WEB3_CONNECT_MODAL_ID .web3modal-modal-card .web3modal-provider-description {
  margin-top: 5px;
  font-family: MessinaSansMono;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
}
#walletconnect-wrapper .walletconnect-modal__headerLogo {
  width: auto;
}
#walletconnect-wrapper .walletconnect-connect__buttons__wrapper__wrap {
  margin-top: 20px;
}
#walletconnect-wrapper .walletconnect-connect__button__text {
  font-size: 16px !important;
}
.logo {
  display: none;
  position: fixed;
  top: 2.5rem;
  left: 2.5rem;
  overflow: hidden;
  z-index: 100;
}
@media (min-width: 700px) {
  .logo {
    display: block;
  }
}
.logo svg {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.logo svg.--visible {
  transform: none;
}
.socials {
  display: none;
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 100;
}
@media (min-width: 700px) {
  .socials {
    display: flex;
    align-items: center;
  }
}
.socials span {
  font-family: Druk;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.5);
  margin-right: 10px;
}
.socials div,
.socials div a {
  display: flex;
  align-items: center;
}
.socials div a {
  padding: 0 7px;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.socials div a:hover {
  opacity: 0.7;
}
footer {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  height: 1.875rem;
  bottom: 1.875rem;
  left: 2.25rem;
  right: 2.25rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
  z-index: 100;
}
@media (min-width: 700px) {
  footer {
    display: flex;
  }
}
footer svg {
  margin-right: 0.75rem;
}
footer > div {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
footer > div > span {
  display: inline-block;
  font: 400 0.5625rem/1 MessinaSansMono;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
footer > div > span > span {
  opacity: 0.4;
}
footer > div > span:not(:last-child) {
  margin-right: 1.875rem;
}
footer .color {
  cursor: pointer;
}
.aside {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.8125rem;
  width: 11.5625rem;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  overflow: hidden;
  z-index: 50;
}
.aside,
.aside:before {
  top: 0;
  right: 0;
  height: 100%;
}
.aside:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--tint);
  opacity: 0.95;
}
.aside__close {
  position: absolute;
  top: 1.875rem;
  right: 1.5625rem;
  cursor: pointer;
}
.aside__close svg {
  display: block;
}
.aside__content {
  position: relative;
}
.aside__content span {
  display: block;
  font: 400 0.875rem/130% Druk;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5625rem;
}
.aside__theme {
  position: relative;
  aspect-ratio: 1/0.8;
  border-radius: 0.5625rem;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0.9375rem;
  border: 1px solid hsla(0, 0%, 100%, 0);
  filter: drop-shadow(0 3.42243px 3.42243px #3f4f44);
  cursor: pointer;
}
.aside__theme.--current {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  color: #fff;
  left: 50%;
  bottom: 5.9375rem;
  height: 2.6875rem;
  padding: 0 1.5625rem;
  border-radius: 0.1875rem;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.notification.--error {
  background: var(--red);
}
.notification.--success {
  background: var(--green);
}
.notification span {
  font: 400 0.625rem/1 MessinaSansMono;
}
.loader {
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: var(--background);
  cursor: progress;
}
.loader > div {
  opacity: 0;
  visibility: hidden;
}
.loader > div,
.loader svg {
  display: block;
  width: 100%;
}
.loader svg {
  height: auto;
}
