.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Euclid, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 4em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 7em;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.05em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.section {
  width: 100%;
  height: auto;
  padding-top: 20vh;
}

.section.is--collection {
  position: relative;
  z-index: 2;
  padding-top: 15vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section.is--artist {
  position: relative;
  padding-top: 15vh;
}

.section.is--purpose {
  position: relative;
  z-index: 2;
  padding-top: 15vh;
  padding-bottom: 106px;
  text-align: right;
}

.section.is--launch {
  position: relative;
  z-index: 88;
  padding-top: 20vh;
}

.section.is--team {
  position: relative;
  z-index: 2;
  padding-top: 20vh;
}

.section.is--faq {
  position: relative;
  z-index: 2;
  padding-top: 5vh;
}

.section.is--footer {
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 30vh;
  padding-bottom: 10vh;
}

.section.is--support {
  display: block;
  overflow: hidden;
  padding-top: 15vh;
}

.section.is--schema {
  position: relative;
  z-index: 2;
  padding-top: 0vh;
  text-align: right;
}

.section.is--artist {
  position: relative;
  display: block;
  padding-top: 0vh;
  padding-bottom: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.is--footer {
  position: relative;
  z-index: 2;
  display: none;
  height: auto;
  padding-top: 30vh;
  padding-bottom: 10vh;
}

.section.is--purpose {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 106px;
  text-align: right;
}

.section.is--launch {
  position: relative;
  z-index: 88;
  display: none;
  padding-top: 20vh;
}

.section.is--artist {
  position: relative;
  display: block;
  padding-top: 0vh;
  padding-bottom: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.is--support {
  display: none;
  overflow: hidden;
  padding-top: 15vh;
}

.section.is--provenance {
  position: relative;
  z-index: 2;
  padding-top: 15vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section.is--onetruth {
  position: relative;
  z-index: 2;
  padding-top: 15vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 0vh;
  margin-left: -5.8em;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 50%;
  background-color: #1f1f1f;
  background-image: url('../images/mark-zuravski-MmC7VSkNTwI-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: auto;
}

.box.is--2 {
  z-index: 3;
  width: 100px;
  height: 100px;
  margin-top: 15vh;
  margin-left: 9em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/IMG_0067.jpeg');
  cursor: auto;
}

.box.is--3 {
  z-index: 4;
  width: 100px;
  height: 100px;
  margin-top: 12vh;
  margin-left: 41em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nft13.png');
}

.box.is--4 {
  z-index: 5;
  width: 100px;
  height: 100px;
  margin-top: 9vh;
  margin-left: 55em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/IMG-0095.JPG');
}

.box.is--5 {
  z-index: 20;
  width: 100px;
  height: 100px;
  margin-top: 70vh;
  margin-left: 47vw;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nft12.png');
}

.box.is--6 {
  z-index: 7;
  width: 100px;
  height: 100px;
  margin-top: 75vh;
  margin-left: 20.6em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nft4.png');
}

.box.is--7 {
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 43vh;
  margin-left: 22em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nftprojectmuertos.jpg');
}

.box.is--8 {
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 90vh;
  margin-left: 35em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nft14.png');
}

.box.is--9 {
  left: auto;
  top: 0%;
  right: 6%;
  bottom: 0%;
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 12vh;
  margin-right: 26px;
  margin-left: 0em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nft6.png');
}

.box.is--10 {
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 112vh;
  margin-left: 64em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/IMG-0091.JPG');
}

.box.is--11 {
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 86vh;
  margin-left: 5em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/IMG-0078.JPG');
}

.box.is--14 {
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 50vh;
  margin-left: 20em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/IMG-0083.JPG');
}

.box.is--15 {
  z-index: 20;
  width: 100px;
  height: 100px;
  margin-top: 130vh;
  margin-left: 28em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nft10.png');
}

.box.is--12 {
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 8vh;
  margin-left: 30em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/nft8.png');
}

.box.is--13 {
  left: 0vw;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  width: 100px;
  height: 100px;
  margin-top: 36vh;
  margin-right: 13em;
  margin-left: 0em;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/IMG-0080.JPG');
}

.box.is--16 {
  left: 12vw;
  top: 30vh;
  z-index: 0;
  display: none;
  width: 100px;
  height: 100px;
  margin-left: 2em;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/logo-title.svg');
  background-size: contain;
}

.box.is--17 {
  left: 42vw;
  top: 86vh;
  z-index: 2;
  display: none;
  width: 150px;
  height: 150px;
  margin-left: 38em;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/logo-title.svg');
  background-size: contain;
}

.box.is--18 {
  left: 28vw;
  top: -20vh;
  z-index: 30;
  display: none;
  width: 350px;
  height: 400px;
  margin-left: 2em;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/logo-title.svg');
  background-size: contain;
}

.box.is--19 {
  left: 7vw;
  top: 60vh;
  z-index: 2;
  width: 80px;
  height: 80px;
  margin-left: 2em;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/skull.svg');
  background-size: contain;
}

.box.is--20 {
  left: 88vw;
  top: 20vh;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-left: 2em;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/skull.svg');
  background-size: contain;
}

.box.is--21 {
  left: 46vw;
  top: 20vh;
  z-index: 30;
  width: 300px;
  height: 300px;
  margin-left: 2em;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/From-selection-1.png');
  background-size: contain;
}

.box.is--22 {
  left: 12vw;
  top: 70vh;
  z-index: 30;
  width: 150px;
  height: 180px;
  margin-left: 2em;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/Inserted-Image-1.png');
  background-size: contain;
}

.work {
  position: relative;
  left: 30vw;
  top: -150vh;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 75%;
  height: 150vh;
}

.is--work {
  overflow: visible;
  background-color: #fff;
  font-family: E, sans-serif;
  color: #000;
}

.box_link {
  display: none;
}

.abs-div {
  position: relative;
  left: 0%;
  right: auto;
  bottom: auto;
  z-index: 55;
  width: 100%;
  height: 100vh;
  color: transparent;
}

.centered-container {
  position: relative;
  display: block;
  max-width: 1000px;
  margin-top: 0px;
  text-align: left;
}

.link-cta-1 {
  position: relative;
  left: 50%;
  top: -30px;
  right: auto;
  bottom: 0%;
  display: block;
  width: 414px;
  height: 149px;
  margin-left: -15px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.link-cta-1.gtm-discord {
  top: 67px;
}

.link-cta-1.gtm-discord {
  position: relative;
  top: -60px;
  text-align: center;
}

.header-desktop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 900;
  width: 100%;
  height: 80px;
  margin-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  mix-blend-mode: normal;
}

.logo-img {
  position: relative;
  top: -1%;
  display: block;
  margin-right: 14px;
  border-radius: 0px;
}

.navbar-desktop {
  display: inline-block;
  width: auto;
  height: 80px;
  background-color: transparent;
}

.container-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  top: 50%;
  display: inline-block;
  overflow: visible;
  width: 110px;
  height: 54px;
  margin-right: 22px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-menu {
  display: inline-block;
  mix-blend-mode: normal;
}

.nav-link {
  height: 80px;
  margin-right: 24px;
  padding-top: 26px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  border-bottom: 1px none #000;
  font-family: E, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.nav-link.gtm-collection {
  margin-right: 20px;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-roadmap {
  margin-right: 15px;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-utilities {
  display: none;
  margin-right: 15px;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-launch {
  display: none;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-team {
  display: none;
  margin-right: 15px;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-faq {
  display: none;
  margin-right: 15px;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-provenance {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-mint {
  display: none;
  margin-right: 15px;
  font-size: 16px;
  text-transform: none;
}

.nav-link.gtm-onetruth {
  margin-right: 20px;
  font-size: 16px;
  text-transform: none;
}

.right-content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: 30px;
  margin-left: 0px;
  opacity: 1;
}

.launch-date-nav {
  position: relative;
  top: 3px;
  display: none;
  font-family: E, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.join-discord-nav {
  position: relative;
  top: 2px;
  display: none;
  margin-left: 30px;
}

.grid-collection {
  grid-column-gap: 100px;
  grid-template-areas: "Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nft-gif {
  width: 380px;
}

.grid-artist {
  grid-column-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 4fr;
  grid-template-columns: 1fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.yescka-art {
  margin-top: 115px;
  text-align: center;
}

.yescka-img {
  margin-right: 34px;
}

.yescka-img.gal-1 {
  width: 260px;
  height: 234px;
}

.yescka-img.gal-2 {
  width: 260px;
  height: 234px;
}

.yescka-img.gal-3 {
  width: 260px;
  height: 234px;
}

.centered-container-collection {
  position: relative;
  max-width: 1000px;
  margin-top: 0px;
  text-align: center;
}

.socials-nav {
  display: inline-block;
  margin-left: 30px;
}

.grid-culture {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 4fr;
  grid-template-columns: 1fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  display: none;
  text-decoration: underline;
}

.multi-p {
  position: relative;
  margin-bottom: 0px;
}

.grid-purpose {
  position: relative;
  margin-bottom: 0vh;
  grid-column-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-2 {
  position: relative;
}

.cta-2.decaled {
  left: 8px;
}

.link-cta-2 {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
}

.link-cta-2.lastchild {
  left: 0px;
  top: 0px;
}

.grid-launch {
  grid-column-gap: 80px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1.25fr 80px 1.75fr;
  grid-template-columns: 1.25fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-cta-3 {
  position: relative;
  left: -93px;
  top: 40px;
  margin-left: 0px;
}

.link-cta-3.gtm-whitelist {
  left: -32px;
  top: -8px;
}

.cta-3 {
  position: relative;
}

.bg-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
  background-image: url('../images/spray-1--4x.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-1.luxy-el {
  top: -5vh;
  z-index: -1;
  display: none;
  width: 150%;
  height: 130vh;
  margin-top: 0px;
  background-image: url('../images/bg-1.png');
  background-position: 0% -100px;
  background-size: 600px;
  background-repeat: no-repeat;
}

.bg-2 {
  position: absolute;
  left: auto;
  top: -150px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100vh;
  background-image: url('../images/spray-1--4x.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-2.luxy-el {
  top: 450px;
  z-index: -1;
  display: none;
  height: 240vh;
  background-image: url('../images/spray-2--4x.png');
  background-position: 100% 50%;
  background-size: contain;
}

.hover-el-small {
  position: absolute;
  left: auto;
  top: 94px;
  right: 200px;
  bottom: 0%;
}

.hover-el-big {
  position: absolute;
  left: auto;
  top: 80px;
  right: 189px;
  bottom: 0%;
}

.gif-wrap {
  position: relative;
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.art-wrap {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 234px;
  max-height: 380px;
  max-width: 380px;
  margin-right: 17px;
  margin-left: 17px;
}

.cursor-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 56;
  display: block;
  width: 100vw;
  height: 100%;
}

.cursor {
  position: relative;
  left: 0%;
  top: 0%;
  display: inline-block;
  width: 250px;
  height: 250px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 200vh;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.hover-el-small-2 {
  position: absolute;
  left: auto;
  top: 94px;
  right: 32px;
  bottom: auto;
}

.hover-el-big-2 {
  position: absolute;
  left: auto;
  top: 75px;
  right: 44px;
  bottom: auto;
}

.icon {
  position: relative;
  left: auto;
  display: block;
  width: 100%;
  height: 88px;
  margin-bottom: 24px;
  margin-left: 0px;
  border-radius: 0%;
  background-image: url('../images/own-vote.png');
  background-position: 0% 50%;
  background-size: auto 88px;
  background-repeat: no-repeat;
}

.div-block-4 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 400px;
  height: 100%;
  min-width: 400px;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 350px;
  height: 500px;
  margin-top: 92px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  overflow: hidden;
}

.slide-nav {
  left: 455px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  font-size: 8px;
}

.slider {
  left: 50%;
  z-index: 56;
  height: 600px;
  max-width: 1000px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 70%;
  margin-left: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.link-2 {
  position: relative;
  display: inline-block;
  background-image: url('../images/ownership-underline.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  mix-blend-mode: normal;
}

.hover-el-small-discord {
  position: absolute;
  left: auto;
  top: 78px;
  right: 63px;
  bottom: 0%;
}

.hover-el-big-discord {
  position: absolute;
  left: auto;
  top: 54px;
  right: 55px;
  bottom: 0%;
}

.bold-text {
  display: block;
  font-size: 1.119em;
}

.grid-2col {
  margin-top: 20vh;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-2col.is-ownnnn {
  margin-top: 5vh;
  margin-bottom: 0px;
  padding-bottom: 140px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.culture-img {
  display: block;
  width: 88px;
  height: 88px;
  background-image: url('../images/culture-img-wood.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.culture-img-2 {
  display: block;
  width: 62px;
  height: 88px;
  background-image: url('../images/culture-img-skull.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.purpose-wrap {
  position: relative;
  z-index: 0;
  height: auto;
}

.logo-title {
  position: absolute;
  top: -80px;
  min-width: 96px;
}

.intro {
  position: absolute;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.faq-plus-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-wrap {
  padding-right: 30px;
}

.faq-wrap.hidden {
  display: none;
}

.faq-answer {
  overflow: hidden;
  padding-left: 0px;
  border-bottom: 1px none rgba(45, 62, 80, 0.12);
}

.icon-revenue {
  position: relative;
  left: auto;
  display: block;
  width: 100%;
  height: 88px;
  margin-bottom: 24px;
  margin-left: 0px;
  border-radius: 0%;
  background-image: url('../images/own-revenue.png');
  background-position: 0% 50%;
  background-size: auto 88px;
  background-repeat: no-repeat;
}

.icon-featured {
  position: relative;
  left: auto;
  display: block;
  width: 100%;
  height: 88px;
  margin-bottom: 24px;
  margin-left: 0px;
  border-radius: 0%;
  background-image: url('../images/own-diamond.png');
  background-position: 0% 50%;
  background-size: auto 82px;
  background-repeat: no-repeat;
}

.icon-commercial {
  position: relative;
  left: auto;
  display: block;
  width: 100%;
  height: 88px;
  margin-bottom: 24px;
  margin-left: 0px;
  border-radius: 0%;
  background-image: url('../images/own-comm.png');
  background-position: 0% 0%;
  background-size: auto 88px;
  background-repeat: no-repeat;
}

.link-cta-hiw {
  position: relative;
  left: -62px;
  display: none;
  width: 734px;
  height: 149px;
}

.grid-purpose-copy {
  position: relative;
  display: none;
  margin-top: 10vh;
  margin-bottom: 10vh;
  grid-template-areas: "Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.schema {
  position: relative;
  left: 50%;
  display: none;
  width: 880px;
  padding: 40px;
  border: 1px none #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.schema-full {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #000;
  background-color: #fff;
}

.schema--half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #000;
  background-color: #fff;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  text-align: right;
}

.artist {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  text-align: left;
}

.schema-holder {
  position: relative;
  top: 50%;
  z-index: 2;
  height: 200px;
  margin-right: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.schema-streetartist {
  position: relative;
  top: 50%;
  height: 200px;
  margin-left: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.s-right {
  position: relative;
  height: 100%;
  background-image: url('../images/a-right.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat-x;
}

.s-top {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 100%;
  background-image: url('../images/a-top.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-y;
}

.s-right-wrap {
  position: absolute;
  width: 140px;
  height: 22px;
  margin-left: -140px;
}

.s-top-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 22px;
  height: 140px;
  margin-left: -22px;
}

.s-bottom-wrap {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 22px;
  height: 140px;
  margin-top: -140px;
  margin-left: -11px;
}

.s-bottom {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 100%;
  background-image: url('../images/a-bottom.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-y;
}

.s-left-wrap {
  position: absolute;
  width: 140px;
  height: 22px;
  margin-left: -140px;
}

.s-left {
  position: relative;
  height: 100%;
  background-image: url('../images/a-left.svg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.s-top-wrap-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 22px;
  height: 140px;
  margin-top: -118px;
  margin-left: -22px;
}

.lab {
  position: relative;
}

.grid-steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-3 {
  display: none;
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.mask-2 {
  overflow: visible;
}

.right-arrow-3 {
  display: block;
  color: #000;
}

.left-arrow-3 {
  display: none;
  color: #000;
}

.text-span {
  font-size: 16px;
}

.italic-text-2 {
  font-size: 14px;
  line-height: 1em;
}

.link-5 {
  text-decoration: underline;
}

.link-team {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 40px;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/insta-black.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-team.is--twitter {
  background-image: url('../images/social-twitter.svg');
}

.link-team.is--linkedin {
  background-image: url('../images/social-twitter.svg');
  background-size: cover;
}

.link-team.is--linkedin.gtm-julienbessaguet {
  display: none;
}

.grid-2 {
  padding: 30px;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  -ms-grid-columns: minmax(450px, 450px) 1fr;
  grid-template-columns: minmax(450px, 450px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  display: none;
}

.cta-2-mobile {
  position: relative;
  display: none;
}

.preloader {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/skull.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.header-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 900;
  display: none;
  width: 100%;
  height: 80px;
  margin-right: 30px;
  padding-left: 30px;
  mix-blend-mode: normal;
}

.image-11 {
  display: none;
}

.lightbox-link-2 {
  display: none;
}

.m-nav-toggle-open {
  position: absolute;
  bottom: 55px;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.mobile-nav {
  position: relative;
  display: none;
}

.m-nav-toggle {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.m-nav-list {
  z-index: 2;
  display: block;
  width: 100%;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.m-nav-link {
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  font-weight: 400;
  text-decoration: none;
}

.m-nav-close-icon {
  width: 23px;
  padding: 1px;
}

.m-nav-link-item {
  text-align: center;
}

.m-nav-link-item.first-item {
  padding-top: 65px;
}

.m-nav-link-item.last-item {
  padding-bottom: 135px;
}

.m-nav-toggle-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99em;
  background-color: #000;
  box-shadow: none;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 250ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 250ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 250ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 250ms cubic-bezier(.215, .61, .355, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.m-nav-toggle-inner:active {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}

.m-nav-toggle-inner.close {
  padding: 18px;
}

.nav-overlay-gradient-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  height: 65px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #242423), to(rgba(36, 36, 35, 0)));
  background-image: linear-gradient(180deg, #242423 15%, rgba(36, 36, 35, 0));
}

.m-nav-toggle-bg {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 125px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0)), color-stop(98%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0), #fff 98%);
}

.m-nav-toggle-close {
  position: absolute;
  bottom: 55px;
  z-index: 1;
  display: none;
  text-decoration: none;
}

.m-nav-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-overlay-gradient-bottom {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 4;
  height: 130px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #242423), to(rgba(36, 36, 35, 0)));
  background-image: linear-gradient(0deg, #242423 15%, rgba(36, 36, 35, 0));
}

.m-nav-overlay {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 95;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 90%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #242423;
}

.mob-s {
  display: inline-block;
  margin-left: 30px;
}

.bold-text-4 {
  font-size: 1.119em;
}

.splash-final {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.legend {
  position: relative;
  top: 2px;
  display: none;
  font-family: 'Futura lt pro', sans-serif;
  font-size: 14px;
  text-align: left;
}

.flow {
  display: inline-block;
  margin-right: 50px;
}

.anchor-utilities {
  position: relative;
  height: 1px;
  margin-top: 50px;
}

.open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.91);
  color: hsla(0, 0%, 100%, 0.84);
}

.close {
  position: fixed;
  top: 5vh;
  right: 5vw;
  z-index: 3;
  width: 100px;
  height: 100px;
  background-color: #000;
  background-image: url('../images/Vector.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inner-content {
  display: block;
  width: 80vw;
  height: 100%;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.inner-content.overlay-content {
  width: 1000px;
  margin-bottom: 10vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ov-p {
  margin-bottom: 100px;
  font-family: E, sans-serif;
  font-size: 16px;
}

.ov-p.last {
  padding-bottom: 10vh;
}

.ov-title {
  font-family: 'Futura lt pro', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
}

.youtube {
  position: relative;
  top: 0px;
  display: block;
  width: 100%;
  margin-bottom: 80px;
}

.slidouze {
  display: none;
}

.column {
  padding-right: 60px;
  padding-left: 0px;
}

.column-2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns {
  margin-bottom: 80px;
}

.hidemeifyoucan {
  display: none;
}

.text-span-3 {
  display: none;
}

.gtm-twitter {
  margin-right: 8px;
}

.gtm-opensea {
  margin-right: 8px;
}

.gtm-coinbase {
  margin-right: 0px;
}

.gtm-discord {
  margin-right: 8px;
}

.text-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 48px;
  font-style: italic;
  font-weight: 900;
  mix-blend-mode: difference;
}

.bold-text-6 {
  font-size: 1.119em;
}

.bold-text-7 {
  font-size: 1.119em;
}

.bold-text-9 {
  font-size: 1.119em;
}

.grid-4 {
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-23 {
  position: relative;
  left: -2px;
  top: -40px;
  text-align: center;
}

.circle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  max-height: 100vw;
  max-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
}

.circle-text {
  position: relative;
  z-index: 10;
  overflow: visible;
  width: 60px;
  margin-right: 5px;
  font-family: 'Futura lt pro', sans-serif;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.circle {
  position: absolute;
  width: 80%;
  height: 80%;
  border: 2px solid #000;
  border-radius: 10000px;
}

.logo-img-footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: 14px;
}

.div-block-24 {
  position: relative;
  top: -65px;
  width: 860px;
  height: 456px;
  margin-left: 140px;
}

.schema-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.schema-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.schema-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.schema-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.n1 {
  position: absolute;
  left: 47px;
  top: 142px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  opacity: 1;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  cursor: pointer;
}

.n1.zoomee {
  -webkit-filter: none;
  filter: none;
}

.n2 {
  position: absolute;
  left: 349px;
  top: 291px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}

.n2.zoomee {
  -webkit-filter: none;
  filter: none;
}

.n3 {
  position: absolute;
  left: 797px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}

.n3.zoomee {
  -webkit-filter: none;
  filter: none;
}

.n4 {
  position: absolute;
  left: 832px;
  top: 268px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}

.n4.zoomee {
  -webkit-filter: none;
  filter: none;
}

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

.collection-item {
  text-align: center;
}

.grid-5 {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-advisor {
  display: none;
}

.collection-list-wrapper {
  display: none;
}

.img-adv {
  text-align: left;
}

.youtube-2 {
  position: relative;
  top: 0px;
  display: none;
  width: 100%;
  margin-bottom: 80px;
}

.img-adv-copy {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-25 {
  position: absolute;
  left: 0%;
  top: 70px;
  right: 0%;
  bottom: 0%;
  z-index: 88;
  width: 80%;
  height: 370px;
  max-width: 1200px;
  margin-top: 0px;
  padding: 0px 100px 60px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
}

.text-block-11-copy-2 {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 50px;
  font-style: italic;
  font-weight: 900;
}

.desc-adv-copy-2 {
  display: block;
  font-family: E, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: underline;
}

.img-splash-2 {
  position: absolute;
  left: auto;
  top: -28px;
  right: 5%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 450px;
  margin-top: 96px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.head-adv-2 {
  margin-top: 10px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.3em;
  text-align: center;
}

.text-block-18 {
  display: inline-block;
  font-family: E, sans-serif;
  color: #000;
}

.h2-left-2 {
  position: relative;
  overflow: visible;
  width: auto;
  margin-bottom: 65px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
}

.h2-left-2.mobileh2 {
  left: 64px;
  z-index: 1;
  margin-top: -59px;
  margin-bottom: 34px;
  font-family: 'Futura lt pro', sans-serif;
  font-style: italic;
  font-weight: 900;
}

.h2-left-2.mobileh2 {
  left: 64px;
  z-index: 1;
  margin-top: -59px;
  margin-bottom: 34px;
  font-family: 'Futura lt pro', sans-serif;
  font-style: italic;
  font-weight: 900;
}

.h2-team-2 {
  position: relative;
  overflow: visible;
  width: auto;
  margin-bottom: 0px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
}

.clock-time {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #858585;
}

.cta-1-2 {
  position: relative;
  top: auto;
}

.clock-unit-subbox {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.h2-artist-2 {
  overflow: visible;
  width: auto;
  margin-bottom: 105px;
  background-image: url('../images/yescka-underline_1yescka-underline.png');
  background-position: -4px 20px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
}

.launch-date-nav-2 {
  position: relative;
  top: 3px;
  display: none;
  font-family: E, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.schema-text-2 {
  position: relative;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: E, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.paragraph-3 {
  margin-top: 50px;
  margin-left: 0px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}

.faq-answer-text-2 {
  margin-bottom: 30px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.15em;
  text-align: left;
}

.h2-purpose-2 {
  position: relative;
  overflow: visible;
  width: auto;
  margin-top: 25vh;
  margin-bottom: 0px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
}

.clock-number {
  color: #575757;
  font-size: 69px;
  line-height: 70px;
}

.clock-number.small {
  margin-bottom: -5px;
  margin-left: -2px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  background-color: transparent;
  font-family: E, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
}

.clock-number.small {
  margin-bottom: 0px;
  margin-left: -2px;
  font-family: E, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.clock-number.small {
  margin-bottom: -5px;
  margin-left: -2px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  background-color: transparent;
  font-family: E, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
}

.jumbo-sub-header {
  position: absolute;
  top: 210px;
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.abs-div-2 {
  position: relative;
  z-index: 55;
  width: 100%;
  height: 100vh;
  color: transparent;
}

.text-block-19 {
  position: static;
  left: 106px;
  top: 320px;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  max-width: 380px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
}

.faq-plus-l-2 {
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 3px;
  background-color: #000;
}

.wallet-connect {
  display: none;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wallet-connect.is--provenance {
  display: none;
}

.h2-test-2 {
  overflow: visible;
  width: 800px;
  margin-bottom: 105px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.15;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
}

.slide-nav-5 {
  display: none;
  background-color: transparent;
  color: #000;
}

.text-block-20 {
  display: inline-block;
  margin-right: 6px;
  padding-top: 0px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 16px;
}

.text-block-21 {
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.right-arrow-5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 60px;
  font-family: E, sans-serif;
  color: #000;
}

.paragraph-ownership-2 {
  position: relative;
  left: 60px;
  top: -3px;
  display: inline-block;
  height: 70px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.119em;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.04em;
}

.readmore-2 {
  display: none;
}

.link-cta-1-copy-2 {
  position: relative;
  display: inline-block;
  width: 414px;
  height: 149px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: left;
}

.heading-6-copy {
  position: static;
  left: 106px;
  top: 210px;
  display: block;
  margin-bottom: 10px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 26px;
}

.h2-faq-2 {
  overflow: visible;
  width: auto;
  margin-bottom: 105px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
}

.div-block-26 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  text-align: center;
}

.faq-plus---2 {
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background-color: #000;
}

.h2-style-2 {
  overflow: visible;
  width: auto;
  margin-bottom: 105px;
  padding-top: 20vh;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
}

.faq-q-text-2 {
  position: relative;
  top: 51px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

.paragraph-4 {
  position: relative;
  left: 0px;
  background-color: transparent;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.15em;
  line-height: 1.6;
  text-align: left;
}

.paragraph-4.thisfckinp {
  left: 64px;
  min-width: 550px;
}

.paragraph-4.showme {
  display: none;
}

.socials-nav-2 {
  display: inline-block;
  margin-right: 12px;
  margin-left: 30px;
}

.left-arrow-5 {
  left: auto;
  top: 0%;
  right: 100px;
  bottom: auto;
  height: 60px;
  font-family: E, sans-serif;
  color: #000;
}

.clock-unit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 95px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-unit-box.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: auto;
  padding-bottom: 0px;
}

.clock-unit-box.small {
  display: inline-block;
  width: 60px;
  height: 71px;
}

.text-block-22 {
  position: relative;
  top: 51px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.15em;
  font-style: italic;
}

.h2-howitworks-2 {
  display: inline-block;
  overflow: visible;
  width: auto;
  margin-top: 10vh;
  margin-bottom: 30px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
}

.h1-splash-2 {
  position: static;
  z-index: 1;
  display: block;
  max-width: 760px;
  margin-top: 0px;
  margin-bottom: 0em;
  margin-left: 0px;
  background-color: transparent;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 1.15;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.h2-left-nomargin-2 {
  overflow: visible;
  width: auto;
  margin-bottom: 65px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
}

.h2-left-nomargin-2.mob-date {
  position: relative;
  top: 6px;
  font-size: 24px;
  line-height: 45px;
}

.wrap-img-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.heading-7 {
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translate(-110%, -50%);
  -ms-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 26px;
}

.desc-adv-2 {
  font-family: E, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: underline;
}

.h2-left-copy-copy-2 {
  position: relative;
  overflow: visible;
  width: auto;
  margin-top: 0vh;
  margin-bottom: 65px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
}

.countdown-fixed {
  position: fixed;
  bottom: 0px;
  z-index: 97;
  display: none;
  width: 100%;
  height: 65px;
  padding-top: 5px;
  background-color: #fff;
}

.jumbo-sub-header-copy {
  position: static;
  top: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.fixed-clock-time {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #858585;
}

.fixed-clock-unit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 95px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.fixed-clock-unit-box.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: auto;
  padding-bottom: 0px;
}

.fixed-clock-number {
  margin-bottom: -5px;
  margin-left: -2px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
}

.fixed-clock-unit {
  display: block;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: E, sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.drop-mechanics-text {
  margin-bottom: 10px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 16px;
}

.heading-11 {
  padding: 0em;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.div-block-28 {
  max-width: 54%;
  padding: 1em 0.4em;
  border: 1px dashed #000;
  border-radius: 10px;
}

.heading-13 {
  margin: 1rem auto;
  color: #000;
  font-size: 1.2rem;
}

.paragraph-5 {
  display: none;
  font-family: E, sans-serif;
  color: #952923;
  font-size: 0.8rem;
  text-align: center;
}

.div-block-31 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  text-align: right;
}

.pargraph-ownership-3 {
  height: 250px;
  max-width: 400px;
  min-height: 200px;
  padding-right: 40px;
  padding-left: 0px;
  background-color: transparent;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.15em;
  line-height: 1.4;
  text-align: left;
}

.copyright-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: E, sans-serif;
  color: #000;
  text-align: right;
}

.heading-14 {
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translate(-110%, -50%);
  -ms-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 26px;
}

.div-block-30 {
  height: auto;
}

.column-17 {
  padding-top: 20px;
  padding-left: 40px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px dashed #000;
  border-radius: 0px;
}

.container-4 {
  max-width: 85%;
}

.image-21 {
  text-align: center;
}

.clock-label-3 {
  display: block;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: E, sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.image-22 {
  position: absolute;
  left: -14.3vw;
  top: -130px;
  display: block;
  min-width: 750px;
}

.columns-3 {
  padding-top: 100px;
}

.public-sale-text {
  font-family: E, sans-serif;
  color: #000;
  font-size: 0.9rem;
  line-height: 16px;
}

.splash-2 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.container-1 {
  max-width: 85%;
}

.bold {
  font-weight: 700;
}

.section-6 {
  display: none;
  margin-bottom: 80px;
  padding-top: 80px;
}

.section-7 {
  padding-top: 8vw;
  padding-bottom: 6vw;
}

.column-16 {
  padding-top: 20px;
}

.heading-16 {
  margin-top: 10px;
  border: 0px solid #000;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  text-align: center;
}

.container-3 {
  display: none;
  max-width: 85%;
}

.priavte-sale-text {
  font-family: E, sans-serif;
  color: #000;
  font-size: 0.9rem;
  line-height: 16px;
}

.container-2 {
  position: relative;
  max-width: 95%;
}

.paragraph-6 {
  font-family: E, sans-serif;
  color: #000;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
}

.bold-text-13 {
  line-height: 20px;
}

.bold-text-14 {
  line-height: 20px;
}

.div-block-32 {
  text-align: center;
}

.shaker {
  position: relative;
}

.drop-mechanics-text-li {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 0.9rem;
  line-height: 14px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: E, sans-serif;
  color: #000;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-37 {
  display: none;
}

.div-block-38 {
  margin-top: 10px;
}

.paragraph-7 {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.centered-container-provenance {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  text-align: center;
}

.heading-supply {
  margin-top: 0px;
  border: 0px solid #000;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  text-align: center;
}

.heading-17 {
  text-align: left;
}

.paragraph-8 {
  font-size: 0.9rem;
  text-align: justify;
}

.link-6 {
  margin-top: 5px;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.image-23 {
  display: none;
}

.gtm-looksrare {
  margin-right: 8px;
}

.link-7 {
  text-decoration: underline;
  cursor: pointer;
}

.link-8 {
  text-decoration: underline;
  cursor: pointer;
}

.h2-onetruth {
  overflow: visible;
  width: 800px;
  margin-bottom: 37px;
  font-family: 'Futura lt pro', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.15;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.04em;
}

.onetruth-img {
  width: 380px;
}

.link-9 {
  text-decoration: underline;
  cursor: pointer;
}

.wrap-img-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.paragraph-9 {
  position: relative;
  left: 0px;
  background-color: transparent;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.15em;
  line-height: 1.6;
  text-align: left;
}

.paragraph-9.thisfckinp {
  left: 64px;
  min-width: 550px;
}

.paragraph-9.showme {
  display: none;
}

.text-block-23 {
  position: relative;
  top: 51px;
  font-family: E, sans-serif;
  color: #000;
  font-size: 1.15em;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .section.is--purpose {
    display: block;
  }

  .section.is--artist {
    padding-top: 5vh;
  }

  .section.is--purpose {
    display: block;
  }

  .section.is--artist {
    padding-top: 5vh;
  }

  .work {
    left: 30vw;
    width: 75vw;
  }

  .link-cta-1 {
    top: -30px;
  }

  .launch-date-nav {
    top: 1px;
  }

  .icon {
    background-position: 0% 50%;
  }

  .grid-2col.is-ownnnn {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon-revenue {
    background-position: 0% 50%;
  }

  .icon-featured {
    background-position: 0% 50%;
  }

  .icon-commercial {
    background-position: 0% 0%;
  }

  .grid-2 {
    -ms-grid-columns: minmax(450px, 450px) 1fr;
    grid-template-columns: minmax(450px, 450px) 1fr;
  }

  .legend {
    position: relative;
    top: 0px;
    text-align: left;
  }

  .flow {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    text-align: left;
  }

  .grid-4 {
    grid-row-gap: 20px;
  }

  .text-block-18 {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: E, sans-serif;
    color: #000;
  }

  .cta-1-2 {
    position: static;
  }

  .launch-date-nav-2 {
    top: 1px;
  }

  .paragraph-ownership-2 {
    text-align: left;
  }

  .h2-howitworks-2 {
    text-align: left;
  }

  .pargraph-ownership-3 {
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }

  .heading-16 {
    font-size: 1.2rem;
  }

  .heading-supply {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1920px) {
  .section.is--purpose {
    padding-bottom: 138px;
  }

  .section.is--purpose {
    padding-bottom: 138px;
  }

  .work {
    left: 28vw;
  }

  .centered-container {
    max-width: 1280px;
  }

  .link-cta-1 {
    top: 0px;
  }

  .grid-collection {
    margin-bottom: 10px;
    justify-items: center;
    grid-column-gap: 0px;
  }

  .centered-container-collection {
    max-width: 1280px;
  }

  .gif-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    font-size: 19px;
    line-height: 1.4;
  }

  .grid-2 {
    -ms-grid-columns: minmax(600px, 600px) 1fr;
    grid-template-columns: minmax(600px, 600px) 1fr;
  }

  .legend {
    top: 0px;
  }

  .bold-text-7 {
    font-size: 19px;
  }

  .bold-text-9 {
    font-size: 19px;
  }

  .div-block-24 {
    left: 277px;
  }

  .bold-text-12 {
    font-size: 19px;
  }

  .grid-5 {
    justify-items: stretch;
  }

  .block-advisor {
    display: block;
    width: 100%;
  }

  .collection-list-wrapper {
    display: none;
  }

  .img-adv {
    position: relative;
    left: 50%;
    display: block;
    width: 220px;
    height: 92px;
    margin-left: -110px;
  }

  .img-adv-copy {
    position: relative;
    display: block;
  }

  .div-block-25 {
    left: 15%;
    top: 278px;
    width: 100%;
    max-width: 1280px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .desc-adv-copy-2 {
    font-size: 16px;
  }

  .img-splash-2 {
    top: 44px;
    right: 13.5%;
    width: 675px;
  }

  .head-adv-2 {
    margin-top: 10px;
    font-size: 19px;
  }

  .text-block-18 {
    top: 0px;
    font-size: 16px;
  }

  .faq-answer-text-2 {
    font-size: 16px;
  }

  .text-block-19 {
    left: 7px;
  }

  .paragraph-ownership-2 {
    font-size: 19px;
  }

  .link-cta-1-copy-2 {
    left: -29px;
  }

  .heading-6-copy {
    left: 7px;
  }

  .faq-q-text-2 {
    font-size: 19px;
  }

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

  .text-block-22 {
    top: 130px;
    font-size: 16px;
  }

  .heading-7 {
    left: 7px;
  }

  .desc-adv-2 {
    font-size: 16px;
  }

  .pargraph-ownership-3 {
    font-size: 16px;
  }

  .heading-14 {
    left: 7px;
  }

  .image-22 {
    left: -11.3vw;
    top: -155px;
    min-width: 1000px;
  }

  .centered-container-provenance {
    max-width: 1280px;
  }

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

  .text-block-23 {
    top: 130px;
    font-size: 16px;
    font-style: normal;
  }

  .text-block-24 {
    text-align: left;
  }
}

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

  p {
    font-size: 15px;
  }

  .box.is--3 {
    margin-top: 89vh;
    margin-left: 42.1em;
  }

  .box.is--4 {
    margin-top: 20vh;
    margin-left: 34.5em;
  }

  .box.is--5 {
    margin-top: 58vh;
    margin-left: 9.2em;
  }

  .box.is--6 {
    margin-top: 106vh;
    margin-left: 19.1em;
  }

  .box.is--7 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--8 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--9 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--10 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--11 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--14 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--15 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--12 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--13 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--16 {
    margin-left: -1.5em;
  }

  .box.is--17 {
    margin-left: -1.5em;
  }

  .box.is--18 {
    margin-left: -1.5em;
  }

  .box.is--19 {
    margin-left: -1.5em;
  }

  .box.is--20 {
    margin-left: -1.5em;
  }

  .box.is--21 {
    margin-left: -1.5em;
  }

  .box.is--22 {
    margin-left: -1.5em;
  }

  .open {
    width: 30vw;
  }

  .close {
    width: 20vw;
  }

  .inner-content {
    height: 100%;
  }

  .img-splash-2 {
    right: -19%;
  }

  .h1-splash-2 {
    position: static;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2vw;
  }

  .box.is--3 {
    margin-top: 68vh;
    margin-left: 23.6em;
  }

  .box.is--4 {
    margin-top: 36vh;
    margin-left: 32.6em;
  }

  .box.is--5 {
    margin-top: 51vh;
    margin-left: 6em;
  }

  .box.is--6 {
    margin-top: 98vh;
    margin-left: 25em;
  }

  .box.is--7 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--8 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--9 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--10 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--11 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--14 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--15 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--12 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .box.is--13 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .open {
    width: 40vw;
  }

  .close {
    width: 25vw;
  }

  .inner-content.overlay-content {
    font-size: 14px;
  }

  .h1-splash-2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2.5vw;
  }

  .section.is--collection {
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--artist {
    padding-top: 20vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--purpose {
    overflow: hidden;
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--launch {
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--team {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--faq {
    top: -5vh;
    padding-top: 0vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--footer {
    padding-top: 20vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--support {
    display: block;
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--schema {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--artist {
    padding-top: 20vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--footer {
    padding-top: 20vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--purpose {
    overflow: hidden;
    padding: 10vh 6vw 0px;
  }

  .section.is--launch {
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--artist {
    padding: 10vh 6vw 0vh;
  }

  .section.is--support {
    display: none;
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--provenance {
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.is--onetruth {
    padding-top: 10vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .box.is--2 {
    width: 60px;
    height: 60px;
  }

  .box.is--3 {
    width: 60px;
    height: 60px;
    margin-top: 64vh;
    margin-left: 18em;
  }

  .box.is--4 {
    width: 60px;
    height: 60px;
    margin-left: 22.3em;
  }

  .box.is--5 {
    width: 60px;
    height: 60px;
    margin-top: 47vh;
    margin-left: 2.5em;
  }

  .box.is--6 {
    width: 60px;
    height: 60px;
    margin-top: 85vh;
    margin-left: 2.4em;
  }

  .box.is--7 {
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 16.5em;
  }

  .box.is--8 {
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 6em;
  }

  .box.is--9 {
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 9em;
  }

  .box.is--10 {
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 24em;
  }

  .box.is--11 {
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 36em;
  }

  .box.is--14 {
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 12em;
  }

  .box.is--15 {
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 2em;
  }

  .box.is--12 {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 4em;
  }

  .box.is--13 {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: 103vh;
    margin-left: 8em;
  }

  .box.is--16 {
    display: none;
    width: 60px;
    height: 60px;
  }

  .box.is--17 {
    left: 20vw;
    top: 0vh;
    display: none;
    width: 150px;
  }

  .box.is--18 {
    left: 80vw;
    display: none;
    width: 60px;
    height: 60px;
  }

  .box.is--19 {
    display: block;
    width: 44px;
    height: 44px;
  }

  .box.is--20 {
    display: block;
    width: 30px;
    height: 30px;
  }

  .box.is--21 {
    z-index: 30;
    display: block;
    width: 150px;
    height: 150px;
  }

  .box.is--22 {
    left: 15vw;
    top: 50vh;
    z-index: 30;
    display: block;
    width: 105px;
    height: 105px;
  }

  .work {
    left: auto;
    width: 100%;
  }

  .is--work {
    overflow: visible;
    height: auto;
    max-width: 100vw;
  }

  .link-cta-1 {
    top: -70px;
    margin-left: -2vw;
  }

  .link-cta-1.gtm-discord {
    margin-left: -1vw;
  }

  .link-cta-1.gtm-discord {
    margin-left: -1vw;
  }

  .header-desktop {
    display: none;
    padding-left: 3vw;
  }

  .logo-img {
    top: 17%;
    margin-left: 8vw;
  }

  .logo-img.mobileee {
    position: absolute;
    top: 15px;
    z-index: 97;
    display: block;
  }

  .right-content {
    margin-right: 4vw;
  }

  .launch-date-nav {
    display: none;
  }

  .grid-collection {
    overflow: visible;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-artist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .yescka-art {
    display: none;
    margin-top: 60px;
    text-align: center;
  }

  .centered-container-collection {
    max-width: 100%;
  }

  .socials-nav {
    margin-left: 0px;
    background-color: #fff;
  }

  .grid-culture {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .multi-p {
    text-align: center;
  }

  .multi-p.mobeale {
    display: none;
  }

  .grid-purpose {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-2 {
    display: block;
  }

  .link-cta-2 {
    left: 0px;
    top: 0px;
  }

  .link-cta-2.lastchild {
    top: -26px;
  }

  .grid-launch {
    grid-row-gap: 30px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .link-cta-3 {
    left: auto;
    top: 0px;
  }

  .link-cta-3.gtm-whitelist {
    left: -3px;
  }

  .bg-1.luxy-el {
    display: none;
  }

  .bg-2.luxy-el {
    display: none;
  }

  .hover-el-small {
    display: none;
  }

  .hover-el-big {
    display: none;
  }

  .gif-wrap {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .art-wrap {
    margin-right: auto;
    margin-bottom: 6vw;
    margin-left: auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .lightbox-link {
    display: none;
  }

  .hover-el-small-2 {
    display: none;
  }

  .hover-el-big-2 {
    display: none;
  }

  .icon {
    margin-bottom: 12px;
    background-position: 0% 50%;
    background-size: auto 75px;
  }

  .div-block-4 {
    position: relative;
    width: 80px;
    min-width: 80px;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-13 {
    width: 80px;
    height: 400px;
  }

  .div-block {
    position: relative;
    top: -35px;
  }

  .slide-nav {
    left: auto;
    top: -25px;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .div-block-5 {
    max-width: 70%;
    margin-left: 20px;
  }

  .image-4 {
    top: 0px;
    display: block;
  }

  .bold-text {
    font-size: 13px;
  }

  .grid-2col {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2col.is-ownnnn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .culture-img {
    width: 70px;
    height: 70px;
  }

  .culture-img-2 {
    width: 49px;
    height: 70px;
  }

  .purpose-wrap {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
  }

  .purpose-wrap.islegend {
    display: none;
  }

  .intro {
    display: none;
  }

  .faq-question {
    height: 100px;
  }

  .icon-revenue {
    margin-bottom: 12px;
    background-position: 0% 50%;
    background-size: auto 75px;
  }

  .icon-featured {
    margin-bottom: 12px;
    background-position: 0% 70%;
    background-size: auto 65px;
  }

  .icon-commercial {
    margin-bottom: 12px;
    background-position: 0% 50%;
    background-size: auto 75px;
  }

  .text-span {
    font-size: 12px;
  }

  .italic-text-2 {
    font-size: 12px;
  }

  .grid-2 {
    padding: 0px 0vw;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(100%, 1fr);
    grid-template-columns: minmax(100%, 1fr);
  }

  .image-8 {
    width: 160px;
    margin-top: 40px;
  }

  .italic-text-4 {
    font-size: 12px;
  }

  .cta-2-mobile {
    left: -1vw;
    display: none;
  }

  .preloader {
    display: none;
    background-position: 50% 45%;
    background-size: 50px;
  }

  .header-mobile {
    display: none;
    padding-left: 3vw;
  }

  .image-10 {
    display: inline-block;
    text-align: center;
  }

  .image-11 {
    display: none;
    width: 220px;
    padding-left: 8vw;
  }

  .lightbox-link-2 {
    display: block;
  }

  .m-nav-toggle-open {
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    display: block;
    width: 50px;
  }

  .mobile-nav {
    display: block;
  }

  .m-nav-toggle {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-nav-link {
    font-family: E, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }

  .m-nav-link.gtm-launch {
    display: none;
  }

  .m-nav-link.gtm-faq {
    display: inline;
  }

  .m-nav-link.gtm-provenance {
    display: inline;
  }

  .m-nav-close-icon {
    width: 24px;
    max-width: 24px;
  }

  .m-nav-link-item.last-item {
    padding-bottom: 0px;
  }

  .m-nav-link-item.last-item.hidden {
    display: none;
  }

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

  .m-nav-toggle-inner {
    width: 50px;
    height: 50px;
    padding: 12px 6px;
    border-radius: 0em;
  }

  .m-nav-toggle-inner.close {
    position: relative;
    top: 0vh;
    right: 0vw;
    width: 50px;
    padding: 12px 6px;
    background-image: none;
  }

  .nav-overlay-gradient-top {
    height: 130px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #000), to(rgba(36, 36, 35, 0)));
    background-image: linear-gradient(180deg, #000 15%, rgba(36, 36, 35, 0));
  }

  .m-nav-toggle-bg {
    display: none;
  }

  .m-nav-toggle-close {
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    display: none;
    width: 50px;
  }

  .m-nav-content {
    top: -40px;
    z-index: 8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-overlay-gradient-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #000), to(rgba(36, 36, 35, 0)));
    background-image: linear-gradient(0deg, #000 15%, rgba(36, 36, 35, 0));
  }

  .m-nav-overlay {
    z-index: 98;
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .image-13 {
    width: 26px;
  }

  .mob-s {
    margin-top: 20px;
    margin-left: 0px;
  }

  .link-block-4 {
    margin-left: 5px;
    padding-right: 5px;
  }

  .link-block-4.gtm-coinbase {
    display: none;
  }

  .bold-text-4 {
    text-align: left;
  }

  .text-block-8 {
    position: absolute;
    left: 113px;
    top: 73px;
    right: auto;
    bottom: auto;
    display: block;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-family: E, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    text-decoration: none;
  }

  .flow {
    position: relative;
    margin-bottom: 10px;
  }

  .anchor-utilities {
    margin-top: 0px;
  }

  .open {
    display: none;
    width: 80vw;
  }

  .overlay {
    display: none;
  }

  .close {
    width: 90vw;
  }

  .inner-content.overlay-content {
    width: 70vw;
    font-size: 14px;
  }

  .youtube {
    display: block;
    margin-bottom: 20px;
  }

  .bold-text-5 {
    display: none;
  }

  .image-16 {
    position: relative;
    left: 50%;
    width: 234px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .slidouze {
    display: none;
    height: 260px;
    margin-top: 30px;
    background-color: transparent;
  }

  .left-arrow-4 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .slide-nav-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -10px;
  }

  .hidemeifyoucan {
    position: relative;
    left: 50%;
    display: block;
    width: 100%;
    max-width: none;
    margin-left: 0vw;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .text-span-3 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    font-family: E, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 400;
  }

  .bold-text-6 {
    font-size: 13px;
  }

  .bold-text-7 {
    font-size: 13px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-23 {
    top: 13px;
  }

  .logo-img-footer {
    left: 50%;
    top: 26%;
    width: 120px;
    margin-right: 0px;
    margin-left: -60px;
  }

  .div-block-24 {
    display: none;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .youtube-2 {
    display: block;
    margin-bottom: 20px;
  }

  .text-block-16 {
    position: absolute;
    left: 113px;
    top: 73px;
    display: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    font-family: E, sans-serif;
    font-size: 16px;
  }

  .div-block-25 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0px 5vw 4vh 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }

  .desc-adv-copy-2 {
    font-size: 1.5em;
  }

  .img-splash-2 {
    left: -10%;
    top: 7vh;
    right: auto;
    width: 300px;
    max-width: 650px;
    margin-top: 0px;
  }

  .head-adv-2 {
    font-size: 1.8em;
  }

  .h2-left-2 {
    margin-top: auto;
    margin-bottom: 50px;
    font-size: 18px;
    text-align: left;
  }

  .h2-left-2.mobileh2 {
    left: 0px;
    margin-top: 202px;
  }

  .h2-left-2.mobileh2 {
    left: 0px;
    margin-top: 150px;
  }

  .h2-team-2 {
    font-size: 24px;
    text-align: left;
  }

  .clock-time {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.5vw;
  }

  .cta-1-2 {
    position: static;
    left: -23px;
    top: -10px;
    display: block;
    max-width: 100%;
  }

  .h2-artist-2 {
    height: 80px;
    margin-bottom: 10px;
  }

  .launch-date-nav-2 {
    display: none;
  }

  .paragraph-3 {
    margin-top: 5px;
    font-size: 14px;
  }

  .faq-answer-text-2 {
    font-size: 12px;
    line-height: 1.7em;
  }

  .h2-purpose-2 {
    margin-top: 10vh;
    margin-bottom: 35px;
    font-size: 18px;
    text-align: left;
  }

  .clock-number.small {
    font-size: 28px;
  }

  .clock-number.small {
    font-size: 28px;
  }

  .clock-number.small {
    font-size: 28px;
  }

  .jumbo-sub-header {
    position: relative;
    top: -15px;
  }

  .abs-div-2 {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-19 {
    position: relative;
    left: 0px;
    top: -5px;
    height: auto;
    font-family: E, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
  }

  .h2-test-2 {
    width: auto;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .text-block-21 {
    font-size: 18px;
  }

  .right-arrow-5 {
    display: none;
    color: transparent;
  }

  .paragraph-ownership-2 {
    left: 0px;
    margin-bottom: 0px;
    padding-right: 12vw;
    padding-left: 0vw;
    font-size: 13px;
  }

  .readmore-2 {
    position: relative;
    display: block;
    margin-top: 30px;
    font-family: 'Futura lt pro', sans-serif;
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    text-align: left;
    text-decoration: underline;
  }

  .link-cta-1-copy-2 {
    position: static;
    left: auto;
    top: -30px;
    display: block;
    width: 414px;
    height: auto;
    max-width: 100%;
    margin-top: -25px;
    margin-bottom: -5px;
    margin-left: -23px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .heading-6-copy {
    position: static;
    left: 0px;
    top: -10px;
    right: 0%;
    bottom: 0%;
    max-width: 380px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .h2-faq-2 {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .h2-style-2 {
    margin-bottom: 50px;
    text-align: left;
  }

  .faq-q-text-2 {
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  }

  .paragraph-4 {
    position: relative;
    left: 0px;
    width: auto;
    min-width: 100%;
    font-size: 12px;
    text-align: left;
  }

  .paragraph-4.mob-pp {
    font-size: 12px;
    text-align: left;
  }

  .paragraph-4.thisfckinp {
    left: 0px;
    min-width: 100%;
  }

  .paragraph-4.showme {
    display: none;
  }

  .paragraph-4.mob-launch {
    display: none;
  }

  .socials-nav-2 {
    margin-left: 0px;
    background-color: #fff;
  }

  .left-arrow-5 {
    display: none;
  }

  .clock-unit-box {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clock-unit-box.small {
    width: 40px;
    height: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .clock-unit-box.small {
    width: 40px;
    height: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-block-22 {
    top: 24px;
    font-size: 12px;
  }

  .h2-howitworks-2 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 24px;
    font-style: italic;
  }

  .h1-splash-2 {
    padding-bottom: 0px;
    font-size: 24px;
    text-transform: none;
  }

  .h2-left-nomargin-2 {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }

  .h2-left-nomargin-2.mob-date {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
  }

  .wrap-img-2 {
    max-width: 100%;
  }

  .heading-7 {
    position: static;
    left: 0px;
    top: -10px;
    right: 0%;
    bottom: 0%;
    display: none;
    max-width: 380px;
    font-size: 16px;
  }

  .desc-adv-2 {
    font-size: 1.5em;
  }

  .h2-left-copy-copy-2 {
    margin-top: auto;
    margin-bottom: 60px;
    font-size: 24px;
    text-align: left;
  }

  .fixed-clock-time {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.5vw;
  }

  .fixed-clock-unit-box {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fixed-clock-unit-box.small {
    width: 40px;
    height: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .drop-mechanics-text {
    font-size: 14px;
    text-align: center;
  }

  .heading-11 {
    font-size: 1rem;
  }

  .div-block-28 {
    max-width: 100%;
  }

  .paragraph-5 {
    font-size: 0.8rem;
  }

  .div-block-31 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
  }

  .pargraph-ownership-3 {
    height: auto;
    padding: 4vw;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    font-size: 12px;
    text-align: left;
  }

  .copyright-3 {
    position: relative;
    bottom: -10px;
    text-align: center;
  }

  .heading-14 {
    position: static;
    left: 0px;
    top: -10px;
    right: 0%;
    bottom: 0%;
    display: none;
    max-width: 380px;
    font-size: 16px;
  }

  .div-block-30 {
    margin-top: 20px;
    text-align: center;
  }

  .column-17 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-18 {
    padding-right: 5px;
    padding-left: 0px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-4 {
    display: block;
  }

  .image-22 {
    position: absolute;
    left: 50%;
    top: -90px;
    display: block;
    min-width: 420px;
    margin-left: -210px;
  }

  .public-sale-text {
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: -1px;
  }

  .columns-6 {
    display: none;
  }

  .section-6 {
    margin-top: 30px;
  }

  .heading-15 {
    display: none;
    margin-top: 20px;
    font-family: 'Futura lt pro', sans-serif;
    color: #000;
    font-size: 16px;
    text-align: center;
  }

  .column-16 {
    display: none;
  }

  .heading-16 {
    font-size: 16px;
    text-align: center;
  }

  .priavte-sale-text {
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: -1px;
  }

  .bold-text-13 {
    text-align: center;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 5px;
  }

  .drop-mechanics-text-li {
    text-align: center;
  }

  .div-block-33 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .centered-container-provenance {
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-supply {
    font-size: 16px;
    text-align: center;
  }

  .paragraph-8 {
    display: block;
    font-size: 0.8rem;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .provenance-box {
    overflow: auto;
  }

  .h2-onetruth {
    width: auto;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .wrap-img-3 {
    max-width: 100%;
  }

  .paragraph-9 {
    position: relative;
    left: 0px;
    width: auto;
    min-width: 100%;
    font-size: 12px;
    text-align: left;
  }

  .paragraph-9.mob-pp {
    font-size: 12px;
    text-align: left;
  }

  .paragraph-9.thisfckinp {
    left: 0px;
    min-width: 100%;
  }

  .paragraph-9.showme {
    display: none;
  }

  .paragraph-9.mob-launch {
    display: none;
  }

  .text-block-23 {
    top: 24px;
    font-size: 12px;
  }
}

#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d1d-673e5af3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-artist>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-culture>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-purpose>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-launch>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-purpose-copy>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-cffafc48-899d-22ca-8650-89a51821770e-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-artist>#w-node-cffafc48-899d-22ca-8650-89a51821770e-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-culture>#w-node-cffafc48-899d-22ca-8650-89a51821770e-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-purpose>#w-node-cffafc48-899d-22ca-8650-89a51821770e-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-launch>#w-node-cffafc48-899d-22ca-8650-89a51821770e-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-purpose-copy>#w-node-cffafc48-899d-22ca-8650-89a51821770e-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-e74eafdb-a308-9f15-4419-b303026bf391-673e5af3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9798e034-5623-06a4-0ff3-ec5a52c88deb-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-artist>#w-node-_9798e034-5623-06a4-0ff3-ec5a52c88deb-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-culture>#w-node-_9798e034-5623-06a4-0ff3-ec5a52c88deb-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-purpose>#w-node-_9798e034-5623-06a4-0ff3-ec5a52c88deb-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-launch>#w-node-_9798e034-5623-06a4-0ff3-ec5a52c88deb-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-purpose-copy>#w-node-_9798e034-5623-06a4-0ff3-ec5a52c88deb-673e5af3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-d68d7b82-3c7c-cd9d-9dc2-46815d9325cd-673e5af3 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d68d7b82-3c7c-cd9d-9dc2-46815d9325d1-673e5af3 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d68d7b82-3c7c-cd9d-9dc2-46815d9325d3-673e5af3 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30929b13-3056-883b-90ca-d9ee4ea75893-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30929b13-3056-883b-90ca-d9ee4ea7589c-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30929b13-3056-883b-90ca-d9ee4ea758a7-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30929b13-3056-883b-90ca-d9ee4ea758b0-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30929b13-3056-883b-90ca-d9ee4ea758c8-673e5af3 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e3f2900e-c6fa-b9f6-db61-0dd936ec5b39-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3f2900e-c6fa-b9f6-db61-0dd936ec5b3f-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3f2900e-c6fa-b9f6-db61-0dd936ec5b45-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3f2900e-c6fa-b9f6-db61-0dd936ec5b4b-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3f2900e-c6fa-b9f6-db61-0dd936ec5b51-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b84e5e4a-4ca8-11a9-4e23-8f7ba7823a7b-673e5af3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d7758af3-079a-a9d8-db9a-b51ebbae9b02-869f0b3e {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_48a185a7-ec08-ffed-20ff-8358045c9d1d-673e5af3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-artist>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-culture>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-purpose>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-launch>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-purpose-copy>#w-node-_48a185a7-ec08-ffed-20ff-8358045c9d20-673e5af3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-cffafc48-899d-22ca-8650-89a51821770e-673e5af3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_30929b13-3056-883b-90ca-d9ee4ea7589c-673e5af3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3f2900e-c6fa-b9f6-db61-0dd936ec5b39-673e5af3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3f2900e-c6fa-b9f6-db61-0dd936ec5b4b-673e5af3 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b84e5e4a-4ca8-11a9-4e23-8f7ba7823a7b-673e5af3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d7758af3-079a-a9d8-db9a-b51ebbae9b02-869f0b3e {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e74eafdb-a308-9f15-4419-b303026bf391-673e5af3 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d68d7b82-3c7c-cd9d-9dc2-46815d9325cb-673e5af3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d68d7b82-3c7c-cd9d-9dc2-46815d9325d1-673e5af3 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d68d7b82-3c7c-cd9d-9dc2-46815d9325d3-673e5af3 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_30929b13-3056-883b-90ca-d9ee4ea758c8-673e5af3 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@font-face {
  font-family: 'E';
  src: url('../fonts/TT2020StyleE-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'B';
  src: url('../fonts/TT2020StyleB-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura lt pro';
  src: url('../fonts/Futura-LT-Pro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura lt pro';
  src: url('../fonts/Futura-LT-Pro-Heavy-Oblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
