:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  object-fit: fill;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section {
  background-color: #292929;
  min-height: 100vh;
}

.section.about {
  background-color: #040410;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.section.white.team {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 51%, #000), url('../images/stars-webflow.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 160px 80px 120px;
  display: flex;
  position: relative;
}

.section.white.team.hide {
  display: none;
}

.section.mint {
  grid-column-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .67) 0%, rgba(0, 0, 0, .2) 66%, #000 100%, rgba(0, 0, 0, 0));
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 120px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.mint.hide {
  display: none;
}

.section.trailer {
  display: flex;
  position: relative;
}

.section.footer {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  padding: 10px;
  display: flex;
}

.section.pending {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.claim {
  background-color: #efe2de;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.section.claim.hide {
  display: none;
}

.section.city {
  min-height: 50vh;
}

.section.city.hide {
  padding-bottom: 0;
}

.section.faq {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
  background-image: linear-gradient(#000, #000 84%, rgba(0, 0, 0, 0)), url('../images/stars-webflow.png'), linear-gradient(#000, #040410);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, contain, auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.section.faq.hide, .section.hide {
  display: none;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav {
  z-index: 20;
  filter: saturate(0%);
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-label {
  color: #fff;
  letter-spacing: 1px;
  align-self: center;
  margin-right: 2px;
  font-family: Depixelhalbfett, sans-serif;
  font-size: 8px;
  text-decoration: none;
}

.nav-label.hide {
  display: none;
}

.nav-label.hidden {
  display: flex;
}

.nav-link-icon {
  cursor: pointer;
  text-decoration: none;
}

.nav-link-icon.hide {
  display: none;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.nav-link-item {
  cursor: pointer;
  align-items: baseline;
  text-decoration: none;
  display: flex;
}

.nav-link-item.hide-link {
  display: flex;
}

.nav-link-item.show {
  display: block;
}

.nav-link-item.hide {
  display: none;
}

.nav-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.heading {
  color: #000;
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 0;
  font-family: Depixelklein, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: .8em;
}

.heading.white {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.white.mint-wrap {
  white-space: nowrap;
  align-self: center;
  width: 100%;
  min-width: 0;
  font-size: 33px;
  line-height: 1em;
}

.heading.white.left {
  text-align: left;
  width: 100%;
  max-width: 1280px;
}

.heading.black {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 650px;
  line-height: 1em;
}

.heading.black._2 {
  margin-bottom: 25px;
  font-size: 45px;
}

.heading.black.claim {
  margin-bottom: 30px;
  line-height: 1.1em;
}

.heading.right {
  color: #fff;
  text-align: left;
}

.heading.intro {
  color: #fff;
  mix-blend-mode: difference;
  max-width: 740px;
  line-height: 1.1em;
  display: inline-block;
}

.paragraph {
  max-width: 350px;
  font-family: "Swiss 721 Bt Roman", sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.paragraph.white {
  color: #fff;
  text-align: center;
  max-width: none;
  font-family: Depixelklein, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  position: static;
}

.paragraph.black {
  color: #fff;
  max-width: 650px;
  font-family: Depixelklein, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.paragraph.black.claim {
  margin-bottom: 60px;
  line-height: 1.8em;
}

.paragraph.intro {
  color: #fff;
  background-color: #040410;
  max-width: 960px;
  margin-top: 0;
  font-family: Depixelklein, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.team-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-5 {
  background-color: #ebebeb;
  background-image: url('../images/team_caleb.png');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  padding-bottom: 100%;
  position: relative;
}

.div-block-5:hover {
  background-color: #b4b4b4;
  border-color: #000 #fff #fff #000;
}

.div-block-5.raf {
  background-image: url('../images/team_raf.png');
}

.div-block-5.nick {
  background-image: url('../images/Nick-2000x2000.png');
}

.div-block-5.jaime {
  background-image: url('../images/team_jaime.png');
}

.div-block-5.detroit {
  background-image: url('../images/detroit.png');
}

.div-block-5.answer {
  background-image: url('../images/answer.png');
}

.div-block-5.dogu {
  background-image: url('../images/Dogu.png');
}

.div-block-5.melissa {
  background-image: url('../images/Melissa.png');
}

.div-block-5.et {
  background-image: url('../images/ET.png');
}

.div-block-5.cosa {
  background-image: url('../images/bucket-hat-nobg.png');
}

.div-block-5.hide {
  display: none;
}

.div-block-5.sketchy {
  background-image: url('../images/sketchy.png');
}

.div-block-5.eleanor {
  background-image: url('../images/Eleanor.png');
}

.div-block-5.monkee {
  background-image: url('../images/monkeemoto.png');
}

.image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.member-role {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #888;
  text-transform: none;
  flex-wrap: wrap;
  width: 100%;
  font-family: Depixelhalbfett, sans-serif;
  font-size: 10px;
  line-height: 1.3em;
  display: flex;
}

.member-name {
  color: #000;
  text-transform: uppercase;
  font-family: Depixelhalbfett, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.team-member {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #dbdbdb;
  border: 3px solid #000;
  border-color: #fff #000 #000 #fff;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 150px;
  max-width: 200px;
  padding-top: 0;
  display: flex;
}

.team-member:hover {
  background-color: #9e9e9e;
  border-color: #000 #fff #fff #000;
}

.team-member.top-padding {
  padding-top: 40px;
}

.key {
  height: 20vw;
  max-height: 400px;
  position: absolute;
}

.key.big {
  width: 260px;
  height: 260px;
  display: none;
  top: auto;
  bottom: -213px;
  right: 46px;
  transform: none;
}

.key.mid {
  width: 260px;
  height: 260px;
  top: 82px;
  left: -130px;
  transform: none;
}

.key.mid.aa {
  display: none;
  left: auto;
  right: 220px;
}

.key.small {
  width: 260px;
  height: 260px;
  top: -186px;
  left: -33px;
  transform: none;
}

.key.small.left {
  width: 17vw;
  max-width: none;
  height: 17vw;
  margin-right: 0;
}

.key.other {
  display: block;
  top: 128px;
  right: 85px;
  transform: none;
}

.key.other.mid {
  display: none;
  left: auto;
}

.key._1 {
  z-index: 20;
  top: 10vw;
  left: 10svw;
}

.key._2 {
  z-index: 20;
  top: 0;
  right: 5svw;
}

.key._3 {
  z-index: 20;
  top: 50svh;
  left: 50svw;
}

.key._4 {
  z-index: 20;
  bottom: 0;
  left: 20svw;
}

.section-2 {
  background-color: #000;
}

.text-block-4 {
  color: #fff;
  font-family: "Swiss 721 Bt Roman", sans-serif;
  font-size: 10px;
  line-height: 1em;
}

.image-3 {
  height: 100%;
  margin-left: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mint-wrap-section {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.button {
  text-align: center;
  cursor: pointer;
  background-color: #dbdbdb;
  border: 3px solid #444;
  border-color: #fff #444 #444 #fff;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: baseline;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: #9e9e9e;
  border-color: #444 #fff #fff #444;
}

.button-text {
  z-index: 2;
  color: #0e0e0e;
  -webkit-text-stroke-color: #ff4800;
  align-self: baseline;
  font-family: Depixelhalbfett, sans-serif;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.corners {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.corner-top-right {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.corner-top-left {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.corner-bottom-left {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.corner-bottom-right {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.logo-link {
  position: relative;
}

.game.section {
  min-height: 100vh;
  display: none;
  position: relative;
}

.game.section.drdv1 {
  min-height: 92vh;
  padding: 12px;
  display: flex;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.html-embed {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.html-embed-2 {
  background-color: #282828;
  height: 80px;
}

.section-3 {
  z-index: 4;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  z-index: 10;
  background-color: #000;
  padding: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-text {
  color: #fff;
  font-family: Depixelklein, sans-serif;
}

.html-embed-3 {
  height: 0;
  display: block;
  overflow: hidden;
}

.html-embed-4 {
  width: 0;
  height: 0;
  margin-bottom: 0;
  position: absolute;
  overflow: visible;
}

.div-block-7 {
  width: 20px;
  height: 20px;
}

.div-block-7.hidden {
  display: block;
}

.text-block-5 {
  color: #fff;
  font-family: Depixelklein, sans-serif;
}

.highscores {
  background-color: #000;
}

.keys {
  flex: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.footer {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  background-color: #efe2de;
  height: 90px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-large {
  font-size: 20px;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, rgba(239, 226, 222, 0) 91%, #efe2de), linear-gradient(270deg, #efe2de, rgba(239, 226, 222, 0) 9%);
  flex: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.icon {
  width: 65%;
}

.icon-container-alt {
  background-color: #0500ff;
  background-image: url('../images/Skateboard.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px rgba(175, 177, 179, .3);
}

.icon-container-alt._1 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/Skateboard_1.png');
  width: 400px;
  height: 400px;
}

.icon-container-alt._2 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/782.png');
  width: 400px;
  height: 400px;
}

.icon-container-alt._3 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/Trucker-Hat.png');
  width: 400px;
  height: 400px;
}

.icon-container-alt._4 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/897.png');
  width: 400px;
  height: 400px;
}

.icon-container-alt._5 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/Safe.png');
  width: 400px;
  height: 400px;
}

.icon-container-alt._6 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/1520.png');
  width: 400px;
  height: 400px;
}

.icon-container-alt._7 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/3310.png');
  width: 400px;
  height: 400px;
}

.icon-container-alt._8 {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/image-2.png');
  width: 400px;
  height: 400px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flip-svp {
  flex: 0 auto;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.container-2 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-2.flex-vertical {
  width: 50%;
  max-width: none;
  margin-right: 4%;
  padding-left: 0;
  padding-right: 0;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.claim-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #040410;
  background-image: url('../images/stars-webflow.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row-reverse;
  width: 100%;
  padding: 120px 80px;
  display: flex;
}

.headingline {
  background-color: #040410;
  align-items: center;
  display: flex;
  position: relative;
}

.headingline.full {
  width: 170%;
  height: 62px;
}

.intro-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/stars-webflow.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 120px 80px;
  display: flex;
}

.mint-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  align-self: flex-end;
  align-items: center;
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/game0bg-webflow.png');
  background-position: 50% 100%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 50vh;
  min-height: 540px;
  display: flex;
}

.image-4 {
  width: 12%;
}

.body {
  overflow: scroll;
}

.div-block-12 {
  z-index: 4;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
  box-shadow: 0 20px 40px 5px #000;
}

.div-block-12.hide {
  display: none;
}

.link-block-4 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-4.hide {
  display: none;
}

.flex-block {
  flex: 1;
}

.link-block-5 {
  flex: 1;
  width: 50%;
  max-width: 48%;
  text-decoration: none;
  display: flex;
}

.link-block-5.hide {
  display: none;
}

.link-block-6 {
  flex: 1;
  align-self: center;
  align-items: baseline;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.link-block-6.hide {
  display: none;
}

.section-5 {
  min-height: 100vh;
  position: relative;
}

.video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-block-7 {
  flex: 1;
}

.link-block-7.team-member-link {
  flex: none;
  width: 200px;
  text-decoration: none;
  display: flex;
}

.link-block-7.team-member-link.hide {
  display: block;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  width: 750px;
}

.div-block-14 {
  background-image: url('../images/output-onlinegiftools.gif');
  background-position: 50%;
}

.image-6 {
  width: 180px;
}

.image-7 {
  width: 160px;
}

.image-8 {
  width: 170px;
}

.faq {
  background-color: rgba(255, 255, 255, .95);
  max-width: 840px;
  padding: 100px;
  box-shadow: 0 20px 100px rgba(196, 202, 227, .25);
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-paragraph {
  margin-bottom: 40px;
}

.accordion-item {
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
}

.accordion-item.stroke {
  -webkit-text-stroke-width: 0px;
  border-bottom: 1px solid #303030;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-icon {
  color: #fff;
  position: relative;
}

.text-block {
  color: #fff;
  white-space: normal;
  flex: 1;
  width: 100%;
  font-family: Depixelklein, sans-serif;
}

.text-block.secondary {
  color: #ccc;
  line-height: 1.8em;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 32px;
  display: block;
  position: static;
}

.image-9 {
  align-self: flex-start;
  width: 1.1em;
  max-width: 100%;
  margin-left: 4px;
}

.image-10 {
  width: .7em;
}

.container-3 {
  align-self: stretch;
  width: 40%;
}

@media screen and (max-width: 991px) {
  .section.about {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .section.white.team, .section.faq {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading.white, .heading.black {
    font-size: 56px;
  }

  .heading.black.claim {
    max-width: none;
  }

  .heading.right, .heading.intro {
    font-size: 56px;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .key {
    height: 0%;
    max-height: none;
  }

  .key.big {
    bottom: -81px;
    right: -15px;
  }

  .key.mid {
    top: -97px;
    left: -121px;
  }

  .key.small {
    left: 43px;
  }

  .key._1, .key._2, .key._3, .key._4 {
    height: 20vw;
  }

  .image-3 {
    width: 100%;
    height: auto;
    position: relative;
    top: 49%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mint-wrap-section {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .game.section {
    min-height: 100vh;
  }

  .keys {
    flex: none;
  }

  .container-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.flex-vertical {
    width: 100%;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0%;
  }

  .claim-content {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .mint-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .div-block-11 {
    background-size: cover;
  }

  .div-block-12 {
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .container-3 {
    flex: 0 auto;
    align-self: stretch;
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .section.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section.white.team, .section.mint {
    padding: 60px;
  }

  .heading {
    font-size: 60px;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .game.section.drmv1 {
    display: block;
  }

  .game.section.drdv1 {
    display: none;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .container-2 {
    width: 100%;
  }

  .intro-wrap {
    padding: 120px 20px 107px;
  }

  .link-block-7.team-member-link {
    width: 30%;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    width: 40%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .section.white.team, .section.mint {
    padding: 60px 20px;
  }

  .section.footer {
    display: none;
  }

  .section.faq {
    background-position: 0 0, 50% 0;
    background-size: auto, 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    z-index: 20;
    padding: 10px;
  }

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

  .nav-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-end;
    align-items: center;
  }

  .heading {
    font-size: 40px;
  }

  .heading.white {
    text-align: left;
    width: 100%;
    font-size: 26px;
    line-height: 1.2em;
  }

  .heading.black {
    font-size: 26px;
    line-height: 1.2em;
  }

  .heading.black._2 {
    font-size: 26px;
  }

  .heading.black.claim {
    line-height: 1.2em;
  }

  .heading.right {
    font-size: 26px;
    line-height: 1.2em;
  }

  .heading.intro {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.2em;
  }

  .paragraph.white, .paragraph.black {
    font-size: 12px;
  }

  .paragraph.intro {
    margin-top: 0;
    font-size: 12px;
  }

  .team-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .member-name {
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 10px;
    line-height: 1.2em;
  }

  .team-member {
    cursor: pointer;
    min-width: 0;
  }

  .key.big {
    bottom: -124px;
    right: -71px;
    transform: none;
  }

  .key.mid {
    top: -51px;
    left: -133px;
    transform: none;
  }

  .key.mid.aa {
    top: -86px;
    left: -112px;
  }

  .key.small {
    top: -119px;
    left: -26px;
    transform: none;
  }

  .key.small.left {
    display: none;
  }

  .key._1 {
    height: 40vw;
    left: 0;
  }

  .key._2 {
    height: 40vw;
    right: 0;
  }

  .key._3 {
    height: 40vw;
    left: 37.9svw;
  }

  .key._4 {
    height: 40vw;
  }

  .mint-wrap-section {
    grid-row-gap: 60px;
  }

  .button {
    cursor: pointer;
  }

  .buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .game.section {
    min-height: 100vh;
    display: none;
  }

  .game.section.drmv1 {
    min-height: 100vh;
    display: block;
  }

  .game.section.drdv1 {
    min-height: 100vh;
    display: none;
  }

  .marquee-horizontal-large {
    height: 200px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(270deg, rgba(239, 226, 222, 0) 70%, #efe2de), linear-gradient(270deg, #efe2de, rgba(239, 226, 222, 0) 30%);
    display: none;
  }

  .icon-container-alt {
    width: 200px;
    height: 200px;
  }

  .icon-container-alt._1, .icon-container-alt._2, .icon-container-alt._3, .icon-container-alt._4, .icon-container-alt._5 {
    box-shadow: none;
    width: 200px;
    height: 200px;
  }

  .icon-container-alt._6 {
    width: 200px;
    height: 200px;
  }

  .icon-container-alt._7, .icon-container-alt._8 {
    box-shadow: none;
    width: 200px;
    height: 200px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.flex-vertical {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .claim-content {
    justify-content: flex-start;
    padding: 60px 20px 40px;
  }

  .headingline {
    line-height: 10px;
  }

  .headingline.full {
    height: 24px;
  }

  .intro-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
  }

  .mint-wrap {
    width: 100vw;
    min-width: auto;
  }

  .div-block-11 {
    height: 80vw;
  }

  .image-4 {
    width: 80px;
  }

  .section-5 {
    min-height: 80vw;
  }

  .link-block-7.team-member-link {
    width: 100%;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-5 {
    width: 180px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -3%;
  }

  .accordion-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-icon {
    position: relative;
  }

  .text-block {
    flex: 1;
  }

  .dropdown-list {
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Depixelklein';
  src: url('../fonts/depixelklein.woff2') format('woff2'), url('../fonts/depixelklein.woff') format('woff'), url('../fonts/DePixelKlein.ttf') format('truetype'), url('../fonts/DePixelKlein.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721 Bt Roman';
  src: url('../fonts/Swiss721BT-Roman.woff2') format('woff2'), url('../fonts/Swiss721BT-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Depixelhalbfett';
  src: url('../fonts/DePixelHalbfett.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}