:root {
  --black: #1f2024;
  --crimson: #fe1f4f;
  --steel-blue: #2377d3;
}

body {
  color: var(--black);
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Right Grotesk, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Right Grotesk, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 10px;
  font-family: Right Grotesk, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  line-height: 1.8em;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

li {
  padding-bottom: 8px;
}

.hero-letters {
  display: flex;
  position: relative;
}

.hero-section {
  color: #fff;
  text-align: center;
  background-color: #eb0d18;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.dark {
  color: #000;
  background-color: #fff;
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  padding: 100px 24px 100px;
}

.hero-section.dark.auth, .hero-section.dark.profile {
  padding-bottom: 100px;
}

.hero-heading {
  z-index: 1;
  text-shadow: -17px 17px 0 var(--black);
  cursor: crosshair;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16vw;
  position: relative;
}

.hero-heading:hover {
  color: #eedf39;
}

.hero-heading._2 {
  z-index: 2;
}

.hero-heading._2:hover {
  color: #5879ff;
}

.hero-heading._3 {
  z-index: 3;
}

.hero-heading._3:hover {
  color: #ff2cb2;
}

.primary-button {
  border: 4px solid var(--black);
  background-color: var(--crimson);
  box-shadow: -3px 3px 0 0 var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Right Grotesk, sans-serif;
  font-size: 1.25em;
  transition: background-color .2s, transform .2s, box-shadow .2s;
}

.primary-button:hover {
  box-shadow: -6px 6px 0 0 var(--black);
  background-color: #e42c7f;
  transform: translate(4px, -4px);
}

.primary-button.hero {
  z-index: 1000;
  box-shadow: -6px 6px 0 0 var(--black);
  color: var(--black);
  background-color: #ace5d7;
  border-width: 8px;
  border-radius: 12px;
  align-self: center;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 20px 40px;
  font-size: 1.5em;
  transition: color .2s, background-color .2s, transform .2s, box-shadow .2s;
}

.primary-button.hero:hover {
  z-index: 4;
  box-shadow: -11px 11px 0 0 var(--black);
  color: #fff;
  background-color: #ff00a1;
  position: relative;
}

.primary-button.hero:active {
  box-shadow: -6px 6px 0 0 var(--black);
  transform: translate(0);
}

.primary-button.footer {
  background-color: #672fcf;
  border-width: 4px;
  border-color: #461a97;
  align-self: center;
  padding: 20px 32px;
  font-size: 1.5em;
  box-shadow: -6px 6px #461a97;
}

.primary-button.footer:hover {
  background-color: #ff0d11;
}

.primary-button.dark {
  background-color: #00da49;
}

.primary-button.dark.auth {
  background-color: #00c7da;
}

.primary-button.plus-minus {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-bar {
  z-index: 9999;
  background-color: var(--black);
  border-radius: 16px;
  justify-content: space-around;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: 12px 0% auto;
}

.nav-bar.license {
  max-width: 420px;
}

.nav-bar.your-stuff {
  max-width: 520px;
}

.link-block {
  color: #fff;
  padding: 20px 16px;
  text-decoration: none;
}

.link-block:hover {
  color: #74f97d;
}

.link-block.w--current {
  color: #c6dd42;
}

.link-block.last {
  padding-right: 24px;
}

.button {
  background-color: #ff3979;
  border-radius: 8px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #0f6;
}

.button.nav {
  margin-left: 8px;
}

.mint-section {
  background-color: #f9e174;
  background-image: url('../images/pattern-bg.png');
  background-position: 50%;
  background-size: auto;
  padding: 120px 24px 180px;
  position: relative;
}

.price {
  color: #1f2024cc;
  letter-spacing: 1px;
  background-color: #f3f2ed;
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: .9em;
  line-height: 1.5em;
}

.minting-container {
  border: 5px solid var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding: 58px 58px 32px;
  display: flex;
}

.minting-container.left {
  text-align: left;
}

.minting-container.signup, .minting-container.login {
  display: flex;
}

.image {
  z-index: 1;
  width: 14vw;
  min-width: 160px;
  max-width: 300px;
  position: absolute;
  inset: auto auto -20px -20px;
  transform: rotate(-23deg);
}

.image.bl1 {
  bottom: 21%;
  left: 10vw;
  transform: rotate(20deg);
}

.image.cl2 {
  width: 16vw;
  top: 23%;
  bottom: auto;
  left: 18%;
  transform: rotate(-18deg);
}

.image.cl1 {
  z-index: 0;
  top: 20%;
  bottom: auto;
  left: -1%;
  transform: rotate(20deg);
}

.image.tl {
  z-index: 0;
  width: 12vw;
  top: -3%;
  bottom: auto;
  left: 12%;
  transform: rotate(8deg);
}

.image.bc {
  left: auto;
  transform: rotate(-11deg);
}

.image.br {
  left: auto;
  right: 0;
  transform: rotate(14deg);
}

.image.br1 {
  bottom: 25%;
  left: auto;
  right: 10vw;
  transform: scale(.8)rotate(-14deg);
}

.image.cr2 {
  z-index: 2;
  inset: 23% 24% auto auto;
  transform: rotate(10deg);
}

.image.tr {
  z-index: 0;
  width: 12vw;
  inset: -2% 12% auto auto;
  transform: rotate(8deg);
}

.image.cr1 {
  z-index: 6;
  inset: 18% -1% auto auto;
  transform: rotate(20deg);
}

.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.intermission {
  background-color: var(--black);
  margin-bottom: -100px;
  position: relative;
}

.center-image-block {
  position: relative;
  top: -100px;
}

.center-image-block._2 {
  margin-top: -100px;
  top: -100px;
}

.image-3 {
  margin-bottom: -100px;
}

.rarity-section {
  border: 16px solid var(--black);
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
  position: relative;
}

.rarity-section.white {
  background-color: #fff;
}

.rarity-chart {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  border: 8px solid var(--black);
  box-shadow: -11px 11px 0 -4px var(--black);
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 740px;
  padding: 32px;
  display: grid;
  position: relative;
}

.rarity-row {
  border-radius: 4px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
}

.rarity-row.blue {
  background-color: #cafad0;
}

.rarity-row.roboto-type {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  background-color: #cafad480;
  border: 3px dashed #cafad0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rarity-number {
  width: 50%;
  font-weight: 700;
}

.rarity-heading {
  margin-top: 10px;
  font-size: 1em;
}

.faq-section {
  background-color: #cae9fa;
  flex-direction: column;
  align-items: center;
  padding: 200px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.question {
  padding-top: 48px;
  padding-bottom: 48px;
}

.question.last {
  padding-bottom: 0;
}

.question.first {
  padding-top: 64px;
}

.faq-container {
  max-width: 720px;
}

.footer-section {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.domo-text {
  font-family: Right Grotesk, sans-serif;
  font-size: 16vw;
  line-height: .8em;
}

.domo-text:hover {
  color: #f9e174;
}

.domo-text.purple {
  padding-bottom: 32px;
}

.domo-text.purple:hover {
  color: #a774f9;
}

.follow-test {
  padding: 16px;
}

.bold-white-link {
  color: #fff;
}

.bold-white-link:hover {
  color: #08ff00;
}

.faq-left {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq-img {
  max-width: 160px;
  transform: rotate(-10deg);
}

.faq-img._1 {
  transform: translate(32px)rotate(10deg);
}

.faq-img._2 {
  transform: translate(-32px)rotate(-10deg)rotate(20deg);
}

.faq-img._3 {
  transform: translate(0)rotate(-5deg);
}

.faq-right {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-bottom {
  justify-content: space-around;
  width: 68%;
  display: flex;
  position: absolute;
  inset: auto auto -24px;
}

.faq-top {
  justify-content: space-around;
  width: 68%;
  display: flex;
  position: absolute;
  inset: -24px auto auto;
}

.rarity-image {
  padding: 16px;
}

.div-block {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mint-card-image {
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 5%;
  width: 200px;
  margin: -120px auto 16px;
}

.mint-card-image.v2 {
  width: auto;
  margin-top: 0;
}

.mint-card-image.no-height {
  margin-top: 0;
}

.paragraph {
  width: 710px;
  max-width: 100%;
  margin-bottom: 24px;
}

.hero-price {
  z-index: 999;
  background-color: #ec0f18;
  border-radius: 8px;
  padding: 8px 12px;
  position: relative;
}

.your-roboto-name {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1.5em;
}

.your-roboto-card {
  border: 4px solid var(--black);
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 12px 16px;
  overflow: hidden;
}

.your-roboto-card:hover {
  box-shadow: -6px 6px 0 0 var(--black);
  transform: translate(4px, -4px);
}

.your-roboto-image {
  border: 2px solid #c9c9c9;
  border-radius: 12px;
  padding: 12px;
}

.yourstuff-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 8px solid var(--black);
  box-shadow: -3px 3px 0 0 var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1200px;
  padding: 58px 58px 32px;
  display: grid;
}

.your-roboto-asseet {
  border: 4px none var(--black);
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 12px 16px;
  overflow: hidden;
}

.your-roboto-card-image {
  border-radius: 12px;
}

.nav-link {
  color: #fff;
  padding: 16px;
}

.nav-link.w--current {
  color: #ffee31;
}

.nav-link.logo {
  padding-left: 4px;
}

.brand {
  background-color: var(--black);
  color: #fff;
  border-right: 1px solid #494949;
  border-radius: 8px 0 0 8px;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: var(--black);
  color: #fff;
  border-radius: 0 8px 8px 0;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.container {
  justify-content: center;
  padding: 8px;
  display: flex;
}

.container.flexed {
  justify-content: space-between;
  max-width: 1200px;
  display: block;
}

.image-6 {
  margin-right: 8px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9e174;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch stretch;
  width: 100%;
  padding: 96px 32px 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section.bw {
  background-color: #0000;
}

.parts-subtitle {
  text-transform: none;
  font-family: Space Mono, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Right Grotesk, sans-serif;
  font-size: 2.25em;
}

.spec-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 8px solid var(--black);
  background-color: #0000001a;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-self: center;
  place-items: center;
  max-width: 800px;
  height: 100%;
  padding: 24px;
  display: grid;
}

.spec-details {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 88vh;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0;
}

.tech-part-container {
  text-align: center;
}

.tech-part-container.bw {
  filter: brightness(131%) grayscale() contrast(200%);
}

.tech-description {
  padding-top: 4px;
}

.download {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  max-width: 520px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 32px;
}

.tech-message {
  padding-bottom: 8px;
}

.spec-grid-flex {
  border: 8px solid var(--black);
  background-color: #0000001a;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-self: center;
  place-items: center;
  max-width: 800px;
  padding: 24px;
  display: flex;
}

.spec-row {
  align-items: center;
  display: flex;
}

.tech-part-container-row {
  text-align: center;
  margin: 16px;
}

.heading {
  width: 100%;
  position: fixed;
}

.bw {
  filter: contrast(163%) grayscale() brightness(108%);
}

.properties {
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin-bottom: 24px;
}

.properties.centered {
  text-align: center;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.padded {
  text-align: right;
  padding-left: 8px;
}

.grid-box {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-box.auth {
  margin-top: 20px;
}

.grid-box.auth.login {
  grid-template-columns: 1fr;
}

.grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  width: 100%;
}

.special-sub-paragraph {
  background-color: #2377d31a;
  border: 3px dashed #2377d380;
  border-radius: 4px;
  padding: 8px;
}

.comic-book {
  border: 16px solid var(--black);
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
  position: relative;
}

.comic-book.white {
  background-color: #fff;
}

.comic {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6";
  width: 100%;
}

.roboto-card {
  border: 8px solid var(--black);
  box-shadow: -3px 3px 0 0 var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding: 58px 58px 32px;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.roboto-card:hover {
  box-shadow: -6px 6px 0 0 var(--black);
}

.roboto-card.left {
  text-align: left;
}

.new-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.volume-selector-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-amount {
  text-align: center;
  font-size: 30px;
  line-height: 1.75em;
}

.div-select-heading {
  width: 800px;
  max-width: 100%;
}

.select-heading {
  text-align: left;
  margin-top: 10px;
  font-size: 1em;
}

.signup-title {
  font-size: 2.5em;
}

.form-block {
  margin-bottom: 0;
}

.text-field {
  color: #000;
  text-align: center;
  border: 4px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 1.25em;
  box-shadow: -3px 3px #000;
}

.toggle-signup {
  margin-top: 20px;
}

.text-span, .text-span-2 {
  text-decoration: underline;
}

.text-block-10 {
  font-size: 20px;
}

.team-circles {
  border-bottom: 1px #e4ebf3;
  padding: 8em 30px 80px;
  position: relative;
}

.container-nft {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  border: 5px solid #000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  display: flex;
  box-shadow: -3px 3px #000;
}

.team-card:hover {
  transform: translate(4px, -4px);
  box-shadow: -6px 6px #000;
}

.team-member-image {
  object-fit: cover;
  border-radius: 10%;
  width: 7em;
  height: 7em;
  margin-bottom: 20px;
}

.team-member-name {
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.button-amount {
  background-color: gray;
  border-radius: 10px;
}

.div-user {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wallet-image {
  width: 2em;
  margin-right: 5px;
}

.wallet-address-text {
  font-family: Right Grotesk, sans-serif;
}

.text-block-11 {
  color: red;
  margin-top: 20px;
}

.paragraph-description {
  width: 75%;
}

.div-no-nfts {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.no-nfts-text {
  text-align: center;
  display: block;
}

.here {
  color: #03f;
  text-decoration: underline;
}

.paragraph-signup {
  font-family: Space Mono, sans-serif;
}

@media screen and (min-width: 1440px) {
  .button:hover {
    background-color: #0f6;
  }

  .centered-subheading {
    font-family: Right Grotesk, sans-serif;
  }

  .team-member-image {
    width: 7em;
    height: 7em;
    max-height: none;
  }

  .team-member-name {
    font-family: Oswald, sans-serif;
  }

  .team-member-position {
    font-family: Oswald, sans-serif;
    font-weight: 300;
  }

  .wallet-address-text:hover {
    color: #1f2024;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .hero-heading {
    text-shadow: -11px 11px 0 var(--black);
  }

  .mint-section {
    overflow: hidden;
  }

  .price {
    font-size: 1em;
  }

  .minting-container {
    max-width: 100%;
    padding: 40px;
  }

  .image {
    min-width: 140px;
    max-width: 200px;
  }

  .rarity-section {
    overflow: hidden;
  }

  .rarity-chart {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rarity-row.roboto-type {
    grid-column-gap: 0px;
    margin-bottom: 0;
  }

  .faq-left {
    display: none;
  }

  .faq-img {
    max-width: 120px;
  }

  .faq-right {
    display: none;
  }

  .faq-bottom {
    width: 100%;
    bottom: 0;
  }

  .faq-top {
    width: 100%;
    top: 0;
  }

  .rarity-image {
    order: -1;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .yourstuff-container {
    padding: 40px;
  }

  .container {
    max-width: 530px;
  }

  .section {
    padding-top: 88px;
  }

  .download {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .spec-grid-flex {
    max-width: none;
  }

  .heading {
    position: relative;
  }

  .properties {
    width: 100%;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .padded {
    padding-left: 0;
  }

  .grid-box {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .comic-book {
    overflow: hidden;
  }

  .roboto-card {
    padding: 40px;
  }

  .container-nft {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 7em;
    height: 7em;
  }

  .wallet-address-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .hero-letters {
    flex-direction: column;
    align-items: center;
  }

  .hero-section {
    height: auto;
  }

  .hero-heading {
    text-shadow: -8px 8px 0 var(--black);
    margin-top: 0;
    font-size: 37vw;
    line-height: .75em;
  }

  .primary-button.hero {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar {
    max-width: 400px;
  }

  .button.nav {
    width: 100%;
    margin-left: auto;
  }

  .minting-container {
    border-width: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image {
    min-width: 120px;
    max-width: 180px;
  }

  .image.cl2, .image.cr2 {
    top: 10%;
  }

  .hero-container {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .intermission {
    display: none;
  }

  .center-image-block {
    top: auto;
  }

  .center-image-block._2 {
    position: relative;
    top: auto;
  }

  .rarity-section {
    border-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rarity-chart {
    padding: 24px;
  }

  .faq-img {
    max-width: 100px;
  }

  .faq-img._1 {
    transform: rotate(10deg);
  }

  .faq-img._3 {
    max-width: 80px;
  }

  .faq-bottom {
    bottom: 24px;
  }

  .faq-top {
    top: 24px;
  }

  .rarity-image {
    width: 100%;
  }

  .yourstuff-container {
    border-width: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    padding-left: 0;
  }

  .nav-link.logo {
    display: none;
  }

  .brand {
    border-radius: 8px;
    order: -1;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
  }

  .nav-menu {
    background-color: var(--black);
    border-radius: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    border-radius: 8px;
    justify-content: space-between;
    max-width: 100%;
  }

  .image-6 {
    margin-right: 0;
  }

  .menu-button {
    background-color: #000;
    border-radius: 16px;
    order: 1;
  }

  .menu-button.w--open {
    background-color: #ff3979;
  }

  .icon {
    color: #fff;
  }

  .section {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .spec-grid {
    width: 100%;
  }

  .spec-details {
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .download {
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    bottom: auto;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .comic-book {
    border-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .comic {
    flex-direction: column;
    display: flex;
  }

  .roboto-card {
    border-width: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-circles {
    padding: 8em 15px 60px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-description {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  .hero-section.dark {
    padding-left: 12px;
    padding-right: 12px;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar {
    margin-left: 16px;
    margin-right: 16px;
  }

  .link-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-block.w--current, .link-block.rarity {
    display: none;
  }

  .mint-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .minting-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .minting-container.signup, .minting-container.login {
    display: flex;
  }

  .image {
    min-width: 100px;
    max-width: 160px;
  }

  .rarity-section {
    background-image: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rarity-chart {
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .rarity-number.full {
    width: 100%;
  }

  .faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-container {
    max-width: 100%;
  }

  .mint-card-image {
    width: 100%;
  }

  .heading-2 {
    text-align: center;
  }

  .text-block-8 {
    display: none;
  }

  .your-roboto-name {
    margin-top: 8px;
    font-size: 1em;
  }

  .your-roboto-card {
    padding: 9px;
  }

  .yourstuff-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .license-container {
    max-width: 100%;
  }

  .your-roboto-asseet {
    padding: 9px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spec-grid, .spec-grid-flex {
    padding: 12px;
  }

  .comic-book {
    background-image: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .roboto-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-nft {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .wallet-address-text {
    font-size: 16px;
  }

  .paragraph-description {
    width: 90%;
  }
}


@font-face {
  font-family: 'Right Grotesk';
  src: url('../fonts/PPRightGrotesk-SpatialBlack.woff2') format('woff2'), url('../fonts/PPRightGrotesk-SpatialBlack.eot') format('embedded-opentype'), url('../fonts/PPRightGrotesk-SpatialBlack.woff') format('woff'), url('../fonts/PPRightGrotesk-SpatialBlack.ttf') format('truetype'), url('../fonts/PPRightGrotesk-SpatialBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}