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

body {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20vw;
  font-weight: 900;
  line-height: 90%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.6vw;
  font-weight: 900;
  line-height: 120%;
}

p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 140%;
}

.body {
  background-color: #bdb4b4;
}

.hero {
  width: 100vw;
  background-color: #ff8fb9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 8vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero.pink-background {
  background-color: #ff8fb9;
  padding-top: 0;
}

.wide-container {
  width: 100%;
  max-width: 90vw;
  display: none;
  position: static;
}

.wide-container.for-navbar {
  width: 93vw;
  max-width: 100vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wide-container.for-main-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
  position: relative;
}

.wide-container.for-slider {
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 0;
}

.wide-container.for-faq {
  flex-direction: column;
  display: flex;
}

.wide-container.center, .hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper {
  z-index: 2;
  position: relative;
}

.wrapper.overflow-hidden {
  overflow: hidden;
}

.wrapper.overflow-hidden.with-margin {
  margin-right: 5vw;
}

.heading-1.for-moving-header {
  line-height: 77%;
}

.heading-1.for-hero {
  width: 100vw;
  height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 7vw;
  display: flex;
}

.hero-slider {
  width: 80px;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image.rotated {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider-and-socials {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  top: -7vh;
}

.hero-socials {
  align-items: center;
  display: flex;
  position: absolute;
  transform: translate(-50%)rotate(-90deg);
}

.social {
  margin-left: 18px;
  margin-right: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-social-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
}

.infinite-words-container {
  z-index: 1;
  width: 100%;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #a0ffaa;
  margin-top: 2vh;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: -6vw;
  left: auto;
  right: 0%;
}

.infinite-words-container.hero-infinite-words {
  height: 6vw;
  margin-top: 0;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.infinite-words-inner {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.words {
  height: 100%;
  align-items: center;
  display: flex;
}

.words.smaller {
  height: 4vw;
}

.word {
  height: 100%;
  align-items: center;
  margin-left: 3vw;
  display: flex;
}

.small-text {
  white-space: nowrap;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
}

.small-star-container {
  width: 6vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 3vw;
  margin-right: 8px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.navbar {
  z-index: 10;
  width: 100%;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.44vw;
  padding-bottom: 1.44vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.logo {
  width: 9vw;
  max-width: 145px;
  position: relative;
}

.navbar-links-container {
  width: 80vw;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-link {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-link.navlink1 {
  width: 13vw;
  margin-top: 2vh;
  margin-left: 0;
}

.navbar-link.navlink2 {
  width: 14vw;
  margin-left: 5vw;
}

.navbar-link.navlink3 {
  width: 22vw;
  margin-top: 1vh;
  margin-left: 5vw;
}

.navbar-link.navlink4 {
  width: 13vw;
  margin-left: 5vw;
}

.navbar-link-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.hero-slider-container {
  align-self: flex-start;
}

.menu-button, .menu {
  display: none;
}

.sticky-section {
  height: 200vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-row {
  overflow: hidden;
}

.heading-2.info {
  mix-blend-mode: difference;
  font-size: 7vw;
  line-height: 80%;
  position: relative;
}

.heading-2.for-slider {
  font-size: 7vw;
}

.heading-2.black {
  color: #000;
}

.heading-2.black.desktop {
  z-index: 1;
  position: absolute;
}

.sticky-info {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-info.cyan-background {
  color: #fff;
  background-color: #6bfdfd;
}

.absolute-underlay {
  z-index: -1;
  width: 100%;
  height: 0%;
  background-color: #000;
  display: block;
  position: absolute;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14vh;
  padding-bottom: 14vh;
  display: flex;
}

.section.for-slider-section {
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 16vh;
  overflow: hidden;
}

.section.for-roadmap {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.section.for-roadmap.orange-background {
  background-color: #ffab76;
}

.section.for-roadmap.lilac-background {
  background-color: #c6b0fc;
}

.section.for-main-info {
  padding-top: 9vh;
  padding-bottom: 6vh;
}

.section.for-team {
  overflow: hidden;
}

.section.for-faq {
  background-color: #000;
  padding-bottom: 0;
}

.section.for-style-guide {
  padding-top: 10vh;
  padding-bottom: 0;
  overflow: hidden;
}

.section.for-template-page {
  background-color: #000;
  padding-top: 10vh;
  padding-bottom: 18vh;
  overflow: visible;
}

.section.age {
  width: 93vw;
  height: 100vh;
  max-width: 1200px;
  min-height: 830px;
  text-align: center;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin: auto auto 0;
  padding-top: 8vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: auto;
}

.big-text {
  color: rgba(255, 255, 255, .6);
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 140%;
}

.big-text.white {
  color: #fff;
}

.big-text-container {
  max-width: 85%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10%;
  display: flex;
}

.big-text-container.mobile {
  display: none;
}

.big-text-container.team {
  max-width: 90%;
  padding-top: 7vh;
  padding-bottom: 14vh;
  padding-left: 20vw;
}

.line-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.line-wrapper.absolute {
  width: 0%;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}

.paragraph-star-container {
  width: 2.5vw;
  min-width: 2.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .7vw;
  margin-right: .7vw;
  display: flex;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav-2 {
  display: none;
}

.slide {
  width: 70vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide.for-mobile {
  display: none;
}

.rarity-image-and-stars-container {
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
  position: relative;
}

.rarity-image-wrapper {
  width: 30vw;
  height: 69vh;
}

.stars-container {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-left: 28px;
  display: flex;
}

.rate-star {
  width: 52px;
  height: 52px;
}

.circular-image-wrapper {
  width: 11.5vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 26%);
}

.mask {
  width: 70vw;
  overflow: visible;
}

.slider-arrow {
  width: 62px;
  height: 62px;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto auto 0 0;
  display: flex;
  bottom: 0;
  left: 0;
  transform: translate(0, 150%);
}

.slider-arrow.right {
  transform: translate(140%, 150%);
}

.slider-arrow-inner {
  width: 42px;
  height: 42px;
}

.slider-arrow-inner.right {
  transform: rotate(180deg);
}

.huge-moving-heading {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.moving-heading-inner {
  display: flex;
}

.moving-heading-inner.inverted {
  transform: translate(-50%);
}

.huge-text-row, .huge-word {
  align-items: center;
  display: flex;
}

.huge-star-wrapper {
  width: 5vw;
  height: 5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
  position: relative;
}

.roadmap-item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 26vh;
  display: flex;
}

.roadmap-item.first {
  margin-top: 17.5vh;
}

.roadmap-item.for-template-page {
  mix-blend-mode: difference;
}

.roadmap-item.for-template-page.first {
  margin-top: 0;
}

.roadmap-heading-container {
  white-space: nowrap;
  margin-bottom: 18px;
  padding-left: 20vw;
}

.roadmap-percentage-and-paragraph {
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph {
  font-size: 3.05vw;
}

.paragraph.extra-bold {
  color: #fff;
  font-weight: 800;
  line-height: 130%;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph.lower-opac {
  color: rgba(255, 255, 255, .8);
  font-weight: 400;
}

.paragraph.lower-opac.for-faq {
  margin-bottom: 32px;
  font-size: 2vw;
}

.paragraph.for-404 {
  width: 70%;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 18px;
}

.roadmap-paragraph {
  padding-left: 28vw;
}

.roadmap-paragraph.for-template-page {
  min-height: 18vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.roadmap-ellipse-image {
  width: 29vw;
  position: absolute;
  left: -5vw;
}

.roadmap-percentage-and-ellipse-mobile {
  display: none;
}

.desktop-team-images {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.team-member {
  flex-direction: column;
  align-items: center;
  margin-left: .75vw;
  margin-right: .75vw;
  display: flex;
}

.team-member-image-wrapper {
  width: 37.5vw;
  height: 85vh;
}

.desktop-team-images-outer {
  display: block;
  transform: rotate(5deg);
}

.desktop-team-images-outer.inverted {
  margin-top: 24vh;
  transform: rotate(-5deg);
}

.mobile-team-image-outer {
  display: none;
}

.faq-title {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  margin-bottom: 17vh;
  display: flex;
  position: relative;
}

.question-mark {
  z-index: -1;
  color: rgba(255, 255, 255, .5);
  font-size: 25vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  left: 0;
}

.question-mark.no1 {
  left: 5%;
  transform: translate(0, 15%);
}

.question-mark.no2 {
  left: auto;
  right: 3%;
}

.question-mark.no3 {
  font-size: 9vw;
  top: 0;
  left: 28%;
  transform: translate(0, -42%);
}

.question-mark.no4 {
  font-size: 20vw;
  left: 30%;
  transform: translate(0, 40%);
}

.question-mark.no5 {
  font-size: 9vw;
  left: 49%;
  transform: translate(0, -50%);
}

.question-mark.no6 {
  font-size: 9vw;
  bottom: 0;
  left: 61%;
  transform: translate(0, 60%);
}

.question-mark.no7 {
  font-size: 20vw;
  left: 57%;
  transform: translate(0, -35%);
}

.faq-container {
  width: 90%;
  align-self: center;
}

.faq {
  width: 100%;
  mix-blend-mode: difference;
  border-bottom: 2px solid rgba(255, 255, 255, .6);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq.first {
  border-top: 2px solid rgba(255, 255, 255, .6);
}

.faq-header {
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.faq-content {
  width: 100%;
  max-width: 88%;
  overflow: hidden;
}

.faq-star {
  width: 2.5vw;
  min-width: 2.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  width: 100%;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 20vh;
  display: flex;
  overflow: hidden;
}

.footer-links {
  margin-top: 18vh;
  margin-bottom: 23vh;
}

.absolute-huge-star {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.absolute-huge-star.light {
  opacity: 1;
}

.footer-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-center-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-main-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-link-text {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 7.6vw;
  font-weight: 900;
  line-height: 130%;
}

.to-hero-button-container {
  width: 25vw;
  height: 25vw;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.to-hero-button-container.for-404 {
  width: 8vw;
  height: 8vw;
}

.huge-footer-star {
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
}

.footer-star-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-star-arrow.dark {
  opacity: 1;
}

.footer-star-arrow.dark.for-404 {
  transform: rotate(-90deg);
}

.footer-star-arrow.light {
  opacity: 0;
}

.footer-star-arrow-container {
  width: 9vw;
  height: 9vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.footer-star-arrow-container.for-404 {
  width: 3vw;
  height: 3vw;
}

.template-pages-container {
  align-items: center;
  margin-top: 1.5vw;
  display: flex;
}

.footer-small-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-small-text {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 2.25vw;
  font-weight: 800;
  line-height: 140%;
}

.footer-credits-container {
  width: 100%;
}

.footer-line {
  width: 100%;
  height: 2px;
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, .6);
}

.credits {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.credit {
  color: rgba(255, 255, 255, .8);
  mix-blend-mode: difference;
  font-size: 1.35vw;
  font-weight: 500;
  line-height: 140%;
}

.credit-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.loader {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader-content {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.navbar-star {
  width: 16px;
  height: 16px;
  opacity: 0;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  transform: translate(120%);
}

.navbar-star.left {
  left: 0;
  transform: translate(-120%);
}

.navbar-star.left.for-footer-link {
  width: 3vw;
  height: 3vw;
}

.navbar-star.for-template-link {
  width: 20px;
  height: 20px;
}

.navbar-star.for-footer-link {
  width: 3vw;
  height: 3vw;
}

.credit-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.credit-wrapper {
  align-items: center;
  margin-right: 8vw;
  display: flex;
  position: relative;
}

.style-guide-item {
  mix-blend-mode: difference;
  margin-bottom: 10vh;
}

.style-guide-item.last {
  margin-bottom: 0;
}

.bold-span {
  color: #fff;
  font-weight: 900;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label {
  display: none;
}

.text-field {
  width: 550px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 30px 24px;
  font-size: 26px;
  line-height: 140%;
}

.text-field:focus {
  border-width: 1px;
  border-color: #fff;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .6);
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  font-weight: 700;
}

.submit-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2 {
  display: none;
}

.error-message {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  font-size: 24px;
  line-height: 100%;
}

.div-block {
  width: 13vw;
  position: absolute;
}

.heading-3 {
  font-size: 100vw;
}

.image-4 {
  object-fit: contain;
  font-size: 100%;
}

.section-2 {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  background-color: #ff94bd;
  position: fixed;
}

.body-2 {
  height: 100vh;
  text-align: center;
  object-fit: cover;
  background-color: #ff94bd;
  display: flex;
  overflow: visible;
}

.image-5 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.div-block-2 {
  display: flex;
}

.text-block {
  text-transform: uppercase;
  font-family: Sk webfont, sans-serif;
  font-size: 4vw;
  font-style: normal;
  line-height: 1em;
}

.button {
  color: #000;
  text-transform: uppercase;
  font-family: Sk webfont, sans-serif;
  text-decoration: underline;
  position: relative;
}

.text-block-2 {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: Sk webfont, sans-serif;
  font-size: 3.7vw;
  line-height: 1em;
}

.image-6 {
  z-index: 0;
  width: 180px;
  height: 100%;
  max-width: 180px;
  min-width: 0;
  float: none;
  text-align: center;
  display: block;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  width: 14vw;
  height: 180px;
  max-width: 180px;
  clear: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
  position: relative;
}

.div-block-4 {
  width: 14vw;
  height: 180px;
  max-width: 180px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: relative;
}

.div-block-5 {
  width: 16vw;
  max-width: 200px;
  margin-bottom: 6vw;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 100%;
  height: 100%;
  max-width: 180px;
  min-width: 0;
  position: relative;
}

.image-7:hover {
  display: block;
}

.div-block-6 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: Sk webfont, sans-serif;
  font-size: 4vw;
  font-style: normal;
  line-height: 1em;
}

.image-8 {
  width: 100%;
  max-width: 100%;
}

.div-block-7 {
  width: 31vw;
  max-width: 430px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  transform: translate(0);
}

.image-9 {
  transform: translate(0, -1.5vw);
}

.div-block-8 {
  width: 36vw;
  max-width: 450px;
}

.text-block-3 {
  width: 100vw;
  height: 1em;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  color: #000;
  object-fit: contain;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: rotate(0);
}

.image-11.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.image-11.hover:hover {
  opacity: 1;
}

.nav.nav2 {
  width: 15vw;
  height: 4vw;
  max-height: 63px;
  max-width: 230px;
  overflow: hidden;
}

.nav.nav1 {
  width: 15vw;
  height: 4vw;
  max-height: 63px;
  max-width: 230px;
  position: relative;
  overflow: hidden;
}

.nav.nav3 {
  width: 23vw;
  height: 4vw;
  max-height: 63px;
  max-width: 365px;
  position: relative;
  overflow: hidden;
}

.nav.nav4 {
  width: 15vw;
  height: 4vw;
  max-height: 63px;
  max-width: 230px;
  position: relative;
  overflow: hidden;
}

.hero-title {
  z-index: 1;
  width: 60%;
  height: 70vh;
  max-height: 60vh;
  max-width: 1040px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.scrolldown {
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-can.hero-can1 {
  z-index: 0;
  width: 26vw;
  max-width: 340px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: absolute;
  top: 16vw;
  bottom: auto;
  left: 0;
}

.hero-can.hero-can2 {
  width: 26vw;
  max-width: 340px;
  position: absolute;
  bottom: 6vw;
  right: 0;
}

.div-block-9 {
  width: 20vw;
  max-width: 260px;
}

.div-block-10 {
  width: 27vw;
  max-width: 350px;
}

.scroll-reveal {
  z-index: 2;
  width: 32vw;
  height: 32vw;
  opacity: 0;
  margin-bottom: -12vh;
  display: block;
  position: absolute;
  top: auto;
  bottom: -1vw;
}

.scroll-reveal.great-taste {
  z-index: 5;
  top: 8vw;
  bottom: auto;
  left: 0;
}

.section2 {
  width: 100vw;
  min-width: 100vw;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-14 {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-4 {
  text-transform: uppercase;
}

.div-block-11 {
  z-index: 1;
  width: 80vw;
  max-width: 980px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  font-family: Sk webfont, sans-serif;
  font-size: 5vw;
  line-height: 1em;
  display: flex;
  position: relative;
}

.skinny-whale-logo {
  width: 15vw;
  max-height: 100px;
  max-width: 100px;
  min-width: 50px;
  position: absolute;
  top: auto;
  bottom: 5vw;
  right: 0;
}

.image-15 {
  position: absolute;
  bottom: auto;
  right: auto;
}

.low-calories.scroll-reveal {
  z-index: 5;
  top: 10vw;
  bottom: auto;
  right: 13vw;
}

.maximum-ha.scroll-reveal {
  z-index: 5;
  bottom: 2vw;
  left: 16vw;
}

.image-18 {
  position: relative;
}

.section3 {
  width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  width: 100vw;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.div-block-13 {
  width: 34vw;
  order: -1;
  align-self: center;
  position: relative;
}

.image-19 {
  position: relative;
}

.paragraph-3 {
  width: 58vw;
  color: #000;
  order: 1;
  align-self: center;
  padding-left: 4vw;
  font-family: Sk webfont, sans-serif;
  font-size: 2.7vw;
  position: relative;
}

.background1 {
  width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-21 {
  width: 100%;
}

.background2 {
  width: 100vw;
  min-height: 100vh;
  background-color: #6bfdfd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.background3 {
  z-index: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #c6b0fc;
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.section4 {
  width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background4 {
  z-index: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #ffab76;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-22 {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-14 {
  width: 100vw;
  align-items: flex-start;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.div-block-15 {
  width: 34vw;
  align-self: center;
  position: relative;
}

.image-23 {
  position: relative;
}

.paragraph-4 {
  width: 58vw;
  color: #000;
  order: 1;
  align-self: center;
  padding-left: 4vw;
  font-family: Sk webfont, sans-serif;
  font-size: 2.7vw;
  position: relative;
}

.section5 {
  width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fe93bc;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background5 {
  min-height: 100vh;
  min-width: 100vw;
  position: relative;
}

.image-24 {
  width: 100%;
  position: relative;
}

.paragraph-5 {
  color: #000;
  white-space: nowrap;
  font-family: Rakesly rg, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.div-block-16 {
  margin-top: 11vw;
  margin-left: 17vw;
  position: absolute;
}

.paragraph-6 {
  text-transform: uppercase;
  font-family: Sk webfont, sans-serif;
  font-size: 7vw;
  line-height: 1em;
}

.link-block-2 {
  width: 40vw;
  position: relative;
  transform: translate(0, -2vw);
}

.sw-footer {
  z-index: 5;
  width: 100vw;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-18 {
  width: 7vw;
  max-width: 158px;
  position: absolute;
  bottom: 2vw;
  right: 3vw;
}

.paragraph-7 {
  color: #000;
  font-family: Sk webfont, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}

.link-block-3 {
  position: absolute;
  bottom: 3.3vw;
  right: 12vw;
}

.link-block-4 {
  width: 4vw;
  height: 4vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
  margin-left: 9vw;
  display: flex;
  position: relative;
}

.link-block-5 {
  width: 4vw;
  height: 4vw;
  align-items: center;
  margin-left: 3vw;
  display: flex;
}

.image-25 {
  position: relative;
}

.lemon.infinite-words-container, .orange.infinite-words-container {
  bottom: 0;
  overflow: hidden;
}

.div-block-19 {
  position: absolute;
  bottom: 0;
}

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

.show-on-mobile {
  display: none;
}

.image-27 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-30, .image-31, .image-32, .image-33, .image-34 {
  display: none;
}

.image-35 {
  display: none;
  position: static;
}

.image-36 {
  width: 100%;
  height: 100%;
}

.image-37 {
  z-index: 2;
  max-width: 150%;
  position: absolute;
  left: -10vw;
}

.image-38 {
  z-index: 2;
  max-width: 150%;
  position: absolute;
  top: 4vw;
  left: -8vw;
}

.link {
  color: #000;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: baseline;
  font-family: Sk webfont, sans-serif;
  font-size: 1.7vw;
  line-height: 1em;
  display: block;
  position: absolute;
  bottom: .5vw;
  left: 9vw;
}

.body-3 {
  background-color: #ff8fb9;
}

.image-39 {
  z-index: 2;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
}

.image-39:hover {
  opacity: 1;
  display: block;
}

.image-40 {
  z-index: 2;
  opacity: 0;
  display: block;
  position: absolute;
}

.image-40:hover {
  opacity: 1;
  display: block;
}

.div-block-20 {
  width: 100%;
  margin: auto;
}

.div-block-21 {
  z-index: 10;
  width: 90vw;
  height: 70vh;
  max-width: 1200px;
  position: relative;
}

.div-block-22 {
  width: 9vw;
  height: 100%;
}

.image-44 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .hero {
    padding-top: 8vh;
    padding-bottom: 15vh;
  }

  .infinite-words-container.hero-infinite-words {
    height: 6vw;
    margin-top: 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .infinite-words-inner {
    height: 100%;
    overflow: visible;
  }

  .words, .word {
    height: 100%;
  }

  .navbar {
    z-index: 20;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .navbar-link.navlink2 {
    align-items: center;
    margin-left: 5vw;
    display: flex;
  }

  .navbar-link.navlink3 {
    margin-top: 2vh;
    margin-left: 5vw;
  }

  .navbar-link.navlink4 {
    margin-left: 5vw;
  }

  .heading-2 {
    color: #fff;
  }

  .section.age {
    width: 93vw;
    height: 100vh;
    min-height: 850px;
  }

  .paragraph.for-404 {
    color: #fff;
  }

  .text-block {
    font-size: 3.5vw;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    width: 27vw;
  }

  .hero-title {
    width: 60%;
    height: 87%;
    max-height: none;
    justify-content: center;
    margin: 0% auto 2%;
  }

  .scrolldown {
    height: 8%;
    margin: auto auto 0;
    position: relative;
    bottom: auto;
  }

  .hero-can.hero-can1 {
    z-index: 0;
    width: 27%;
    max-width: 350px;
    top: auto;
    bottom: 10vw;
  }

  .hero-can.hero-can2 {
    width: 27%;
    max-width: 350px;
    bottom: 5vw;
  }

  .scroll-reveal {
    display: none;
  }

  .section2 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .text-block-4 {
    font-family: Sk webfont, sans-serif;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
  }

  .div-block-11 {
    width: 90vw;
    max-width: 1240px;
    margin-right: auto;
    font-size: 5vw;
    line-height: 1.3em;
    left: 2vw;
  }

  .background1, .background2 {
    height: 100%;
    min-height: 0;
  }

  .link-block-5 {
    display: flex;
  }

  .show-on-mobile {
    display: none;
  }

  .image-27 {
    height: 100%;
  }

  .image-28 {
    position: relative;
  }

  .image-36 {
    object-fit: fill;
    position: relative;
  }

  .link {
    justify-content: space-around;
    align-items: baseline;
    font-size: 1.7vw;
    line-height: 1em;
    display: block;
    position: absolute;
  }

  .div-block-20 {
    margin: auto;
  }

  .div-block-21 {
    width: 80vw;
    height: 80vh;
    max-width: 1350px;
    flex: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 0;
    top: 6vh;
    overflow: visible;
  }

  .div-block-22 {
    width: 9vw;
    height: 100%;
    position: relative;
  }

  .image-44 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    overflow: visible;
  }

  .hero {
    width: 100vw;
    min-height: 100vh;
    text-align: left;
    object-fit: fill;
    background-color: #ff8fb9;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 15vh;
    display: block;
    position: relative;
    overflow: visible;
  }

  .wide-container {
    display: none;
  }

  .wide-container.for-navbar {
    max-width: 93vw;
  }

  .social {
    margin-left: 1.2vw;
    margin-right: 1.2vw;
  }

  .hero-social-text {
    font-size: .85vw;
  }

  .infinite-words-container {
    z-index: 1;
    color: #000;
    background-color: #a0ffaa;
    border-bottom: 3px solid #000;
    margin-top: 2vh;
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate3d(0, 0, -10px);
  }

  .infinite-words-container.cyan {
    background-color: #6bfdfd;
  }

  .infinite-words-container.hero-inifinite {
    bottom: -6vw;
  }

  .infinite-words-container.hero-infinite-words {
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .words {
    height: 6vw;
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .words.smaller {
    height: 4vw;
  }

  .word {
    margin-left: 3vw;
  }

  .small-text {
    font-size: 2.65vw;
  }

  .small-star-container {
    width: 6vw;
    height: auto;
    max-width: 100px;
    margin-left: 3vw;
    margin-right: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: none;
  }

  .small-star-container.small {
    width: 4vw;
  }

  .navbar {
    z-index: 20;
    padding-top: 1vw;
    padding-bottom: 1vw;
    position: fixed;
  }

  .logo {
    width: 145px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-links-container {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .navbar-link {
    margin-left: 3vw;
  }

  .navbar-link.navlink1 {
    margin-top: 2vh;
  }

  .navbar-link.navlink2 {
    margin-left: 6vw;
  }

  .navbar-link.navlink3 {
    margin-top: 2vh;
    margin-left: 6vw;
  }

  .navbar-link.navlink4 {
    margin-left: 6vw;
  }

  .navbar-link-text {
    font-size: .95vw;
  }

  .navbar-link-text.for-template-page {
    color: #000;
    text-transform: uppercase;
    font-family: Sk webfont, sans-serif;
  }

  .menu {
    display: block;
  }

  .heading-2 {
    color: #fff;
    font-family: Sk webfont, sans-serif;
    position: static;
  }

  .section.age {
    width: 1200px;
    height: 100vh;
    min-height: 850px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-self: auto;
    padding-top: 8vh;
    overflow: visible;
  }

  .rarity-image-and-stars-container {
    margin-top: .42vw;
  }

  .stars-container {
    margin-top: 1.77vw;
    margin-left: 1.47vw;
  }

  .rate-star {
    width: 2.73vw;
    height: 2.73vw;
  }

  .slider-arrow {
    width: 3.26vw;
    height: 3.26vw;
  }

  .slider-arrow-inner {
    width: 2.33vw;
    height: 2.33vw;
  }

  .roadmap-heading-container {
    margin-bottom: .95vw;
  }

  .paragraph {
    font-size: 2.6vw;
  }

  .paragraph.extra-bold {
    font-size: 3.05vw;
  }

  .paragraph.lower-opac.for-faq {
    margin-bottom: 1.75vw;
    font-size: 1.8vw;
  }

  .paragraph.for-404 {
    color: #fff;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-family: Sk webfont, sans-serif;
  }

  .roadmap-paragraph {
    width: 90%;
  }

  .faq-header {
    padding-top: 1.75vw;
    padding-bottom: 1.75vw;
  }

  .footer-link {
    margin-top: .4vw;
    margin-bottom: .4vw;
  }

  .footer-small-link {
    margin-right: 5vw;
  }

  .credits {
    margin-top: 1.9vw;
    margin-bottom: 1.9vw;
  }

  .credit {
    font-size: 1.2vw;
  }

  .navbar-star {
    width: .85vw;
    height: .85vw;
  }

  .navbar-star.for-template-link {
    width: 1.3vw;
    height: 1.3vw;
  }

  .utility-page-wrap {
    font-size: 1.68vw;
  }

  .text-field {
    width: 30vw;
    margin-top: 1.26vw;
    margin-bottom: 1.26vw;
    padding: 1.6vw 1.26vw;
    font-size: 1.36vw;
  }

  .submit-button {
    font-size: 1.68vw;
  }

  .error-message {
    font-size: 1.25vw;
  }

  .div-block {
    z-index: 10;
    width: 15vw;
    position: absolute;
    top: 0;
  }

  .image-3 {
    width: 100%;
  }

  .image-5 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-2 {
    margin-bottom: 6vh;
  }

  .text-block, .text-block-2 {
    font-size: 60px;
  }

  .image-6 {
    z-index: 0;
    width: 100%;
  }

  .div-block-3 {
    width: 180px;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-4 {
    z-index: 10;
    width: 180px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .div-block-5 {
    width: 200px;
    margin-bottom: 8vh;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-6 {
    width: 830px;
    margin-bottom: 0;
  }

  .div-block-7 {
    width: 430px;
    max-width: 430px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
    position: relative;
  }

  .image-9 {
    position: relative;
    transform: translate(0, -23px);
  }

  .div-block-8 {
    width: 450px;
  }

  .text-block-3 {
    width: 100vh;
    height: 1em;
    perspective-origin: 100% 0;
    transform-origin: 100% 0;
    color: #000;
    text-align: center;
    object-fit: cover;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1.5vw;
    font-family: Rakesly rg, sans-serif;
    font-size: 16px;
    line-height: 1em;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: rotate(-90deg);
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .link-block {
    z-index: 1;
    width: 233px;
    position: relative;
    overflow: hidden;
  }

  .image-10 {
    z-index: 0;
    opacity: 1;
    display: block;
    position: relative;
  }

  .image-11 {
    z-index: 1;
    position: absolute;
    left: 0;
  }

  .image-11.hover {
    opacity: 0;
    border-radius: 0;
    margin-top: 0;
    top: 0;
  }

  .image-11.hover:hover {
    z-index: 6;
    opacity: 1;
    border-radius: 0;
    top: 0;
  }

  .nav {
    width: 230px;
    height: 63px;
    position: relative;
    overflow: hidden;
  }

  .nav.nav3 {
    width: 365px;
  }

  .background-shape {
    z-index: 0;
    min-height: 100vh;
    min-width: 100vw;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-title {
    z-index: 1;
    width: 60%;
    max-height: none;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .scrolldown {
    text-align: center;
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-can {
    width: 26vw;
    max-width: 480px;
    position: absolute;
    top: 7vw;
    bottom: auto;
    left: 7vw;
    right: auto;
  }

  .hero-can.hero-can1 {
    z-index: 2;
    width: 25%;
    max-width: 335px;
    top: auto;
    bottom: 20vh;
    left: 0;
  }

  .hero-can.hero-can2 {
    z-index: 2;
    width: 25%;
    top: auto;
    bottom: 12vh;
    left: auto;
    right: 1vw;
  }

  .image-12 {
    position: static;
  }

  .div-block-9 {
    width: 20vw;
    max-width: 370px;
  }

  .div-block-10 {
    width: 27vw;
    max-width: 500px;
  }

  .scroll-reveal {
    z-index: 5;
    width: 32vw;
    max-width: 600px;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4vw;
    display: block;
    position: absolute;
    top: auto;
    bottom: -1vw;
    left: auto;
  }

  .scroll-reveal.whale {
    z-index: 2;
    width: 39vw;
    height: 10vw;
    opacity: 0;
    border-radius: 20px;
    padding-bottom: 2vw;
  }

  .scroll-reveal.great-taste {
    height: 11vw;
    opacity: 0;
    border-radius: 20px;
    margin-top: 6vw;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0;
    top: auto;
    left: auto;
    right: 5vw;
  }

  .image-13 {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    display: inline-block;
    position: relative;
    bottom: 0;
  }

  .section2 {
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    object-fit: contain;
    background-color: #6bfdfd;
    flex-direction: column;
    align-items: center;
    padding-top: 10vw;
    font-family: Sk webfont, sans-serif;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-14 {
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    opacity: 1;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-4 {
    z-index: 0;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 2vw;
    font-family: Sk webfont, sans-serif;
    font-size: 85px;
    line-height: 1.2em;
    position: relative;
    top: auto;
    left: auto;
  }

  .div-block-11 {
    z-index: 1;
    width: 90vw;
    max-width: 1400px;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 5vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 1vw;
    font-size: 85px;
    position: relative;
  }

  .skinny-whale-logo {
    z-index: 4;
    width: 9vw;
    height: 9vw;
    max-height: 150px;
    max-width: 158px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(71px);
  }

  .image-15 {
    position: relative;
  }

  .image-16 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .image-17 {
    position: relative;
  }

  .low-calories.scroll-reveal {
    height: 20vw;
    opacity: 0;
    margin-top: 6vw;
    top: auto;
    right: 6vw;
  }

  .maximum-ha.scroll-reveal {
    height: 14vw;
    opacity: .22;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 6vw;
  }

  .image-18 {
    border-radius: 0;
    display: none;
  }

  .section3 {
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    background-color: #c6b0fc;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-block-12 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 0;
    padding-left: 9vw;
    display: flex;
    position: absolute;
  }

  .div-block-13 {
    width: 30vw;
    flex: 0 auto;
    order: -1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .image-19 {
    position: relative;
  }

  .paragraph-2 {
    width: 10vw;
    color: #000;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-family: Sk webfont, sans-serif;
    font-size: 40px;
    line-height: 1.3em;
    display: block;
    position: relative;
  }

  .paragraph-3 {
    width: 47vw;
    color: #000;
    order: 1;
    align-self: center;
    padding-left: 4vw;
    font-family: Sk webfont, sans-serif;
    font-size: 40px;
    position: relative;
  }

  .background1 {
    z-index: 0;
    width: 100vw;
    min-height: 0;
    min-width: 100vw;
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-20 {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    text-align: left;
    object-fit: fill;
    margin-left: 0;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    overflow: visible;
  }

  .image-21 {
    width: 100%;
  }

  .background2 {
    width: 100vw;
    min-height: 100vh;
    flex-direction: row;
    justify-content: flex-end;
    align-self: stretch;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .background3 {
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    object-fit: fill;
    background-color: #c6b0fc;
    position: relative;
  }

  .section4 {
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    background-color: #ffab76;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .background4 {
    min-height: 100vh;
    min-width: 100vw;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-22 {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }

  .div-block-14 {
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    padding-left: 9vw;
    display: flex;
    position: absolute;
  }

  .div-block-15 {
    width: 30vw;
    align-self: center;
    position: relative;
  }

  .image-23 {
    position: relative;
  }

  .paragraph-4 {
    width: 47vw;
    color: #000;
    order: 1;
    align-self: center;
    padding-left: 4vw;
    font-family: Sk webfont, sans-serif;
    font-size: 40px;
  }

  .section5 {
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    background-color: #ff8fb9;
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .background5 {
    min-height: 100vh;
    min-width: 100vw;
    position: relative;
  }

  .image-24 {
    z-index: 4;
    height: 100%;
    max-width: none;
    min-width: 100vw;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(0);
  }

  .paragraph-5 {
    white-space: nowrap;
    font-family: Sk webfont, sans-serif;
    font-size: 30px;
  }

  .div-block-16 {
    text-transform: uppercase;
    white-space: normal;
    margin-top: 11vw;
    margin-left: 17vw;
    text-decoration: none;
    position: absolute;
  }

  .paragraph-6 {
    text-transform: uppercase;
    font-family: Sk webfont, sans-serif;
    font-size: 130px;
    line-height: 1em;
    position: relative;
  }

  .link-block-2 {
    transform: translate(0, -1.7vw);
  }

  .sw-footer {
    z-index: 5;
    width: 100vw;
    color: rgba(0, 0, 0, 0);
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-18 {
    width: 7vw;
    max-width: 158px;
    position: absolute;
    bottom: 2vw;
    right: 3vw;
  }

  .paragraph-7 {
    color: #000;
    font-family: Sk webfont, sans-serif;
    font-size: 2vw;
    text-decoration: underline;
    position: relative;
  }

  .link-block-3 {
    position: absolute;
    bottom: 3.3vw;
    right: 12vw;
  }

  .link-block-4 {
    width: 4vw;
    height: 4vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    margin-left: 9vw;
    display: flex;
    position: relative;
  }

  .link-block-5 {
    width: 4vw;
    height: 4vw;
    align-items: center;
    margin-left: 3vw;
    display: flex;
  }

  .image-25 {
    padding-bottom: 10vw;
  }

  .orange.infinite-words-container {
    margin-top: 0;
    top: auto;
  }

  .div-block-19 {
    min-width: 100vw;
    position: absolute;
    bottom: 0;
  }

  .image-26 {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
  }

  .show-on-mobile {
    display: none;
    position: absolute;
    overflow: visible;
  }

  .image-28 {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .image-29 {
    width: 100%;
  }

  .image-30 {
    display: none;
    position: static;
  }

  .image-31, .image-32, .image-33, .image-34 {
    display: none;
  }

  .image-37 {
    max-width: 150%;
    position: absolute;
    top: 6.7vw;
    bottom: 0%;
    left: -8vw;
    right: 0%;
  }

  .image-38 {
    z-index: 2;
    max-width: 150%;
    display: inline-block;
    position: absolute;
    top: 5vw;
    left: -8vw;
  }

  .link {
    color: #000;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    margin-top: auto;
    font-family: Sk webfont, sans-serif;
    font-size: 25px;
    text-decoration: underline;
    display: flex;
    position: absolute;
    bottom: 1vw;
    left: 10vw;
  }

  .body-3 {
    background-color: #ff8fb9;
  }

  .image-39:hover {
    opacity: 1;
    display: block;
  }

  .div-block-20 {
    width: 100%;
    margin: auto;
    position: relative;
  }

  .div-block-21 {
    height: 80vh;
    min-height: 1px;
    text-align: center;
    flex: 1;
    align-self: center;
    display: block;
    top: 12vh;
  }

  .image-42 {
    position: relative;
  }

  .div-block-22 {
    width: 9vw;
  }

  .image-44 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .wide-container.for-navbar {
    max-width: 100%;
  }

  .wide-container.for-main-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wide-container.for-slider {
    padding-left: 30px;
  }

  .hero-slider {
    width: 70vw;
    align-self: flex-end;
  }

  .slider-and-socials {
    top: -40px;
  }

  .social {
    margin-left: 24px;
    margin-right: 24px;
  }

  .infinite-words-container {
    margin-top: 40px;
  }

  .navbar {
    z-index: 9999;
  }

  .logo {
    width: 13vw;
  }

  .logo-wrapper.w--current {
    margin-left: auto;
    position: relative;
  }

  .navbar-links-container {
    display: none;
  }

  .navbar-links-container.for-template-pages {
    display: flex;
  }

  .navbar-link-text {
    color: #fff;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 68px;
    font-weight: 900;
    line-height: 90%;
    text-decoration: none;
    display: block;
  }

  .navbar-link-text.for-template-page {
    font-size: 18px;
  }

  .menu-button {
    cursor: pointer;
    display: block;
  }

  .menu-open-icon {
    width: 30px;
    height: 30px;
  }

  .menu {
    width: 100%;
    height: 100vh;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-close-icon {
    width: 34px;
  }

  .menu-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vh;
    display: flex;
  }

  .menu-socials {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 14vh;
  }

  .menu-social {
    color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
    text-decoration: none;
  }

  .menu-underlay {
    z-index: -1;
    width: 100%;
    height: 200vh;
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .heading-2.info {
    font-size: 18vw;
  }

  .heading-2.for-slider {
    font-size: 10vw;
  }

  .smaller-on-mobile {
    font-size: 8vw;
  }

  .absolute-underlay {
    bottom: -1px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.for-slider-section {
    padding-top: 110px;
    padding-bottom: 180px;
  }

  .section.for-main-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.for-team {
    padding-top: 100px;
  }

  .section.for-style-guide {
    padding-top: 40px;
  }

  .section.for-template-page {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.age {
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .big-text {
    font-size: 6.3vw;
  }

  .big-text-container {
    max-width: 100%;
    padding-left: 0%;
  }

  .big-text-container.team {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .paragraph-star-container {
    width: 4vw;
    min-width: 4vw;
  }

  .slide {
    width: 80vw;
  }

  .rarity-image-wrapper {
    width: 50vw;
    height: 50vh;
  }

  .circular-image-wrapper {
    width: 20vw;
  }

  .mask {
    width: 80vw;
  }

  .huge-star-wrapper {
    width: 7.25vw;
    height: 7.25vw;
  }

  .roadmap-item {
    margin-top: 120px;
  }

  .roadmap-item.first {
    margin-top: 110px;
  }

  .roadmap-heading-container {
    margin-bottom: 4px;
  }

  .paragraph {
    font-size: 3.75vw;
  }

  .paragraph.lower-opac.for-faq {
    margin-bottom: 24px;
    font-size: 3.25vw;
  }

  .paragraph.for-404 {
    width: 80%;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .roadmap-paragraph {
    padding-left: 35vw;
  }

  .roadmap-paragraph.for-template-page {
    min-height: 28vw;
  }

  .roadmap-ellipse-image {
    width: 35vw;
    left: -30px;
  }

  .team-member {
    margin-left: 8px;
    margin-right: 8px;
  }

  .team-member-image-wrapper {
    width: 60vw;
    height: 50vh;
  }

  .desktop-team-images-outer {
    display: none;
  }

  .mobile-team-image-outer {
    width: 100%;
    margin-top: 60px;
    display: block;
    transform: rotate(5deg);
  }

  .mobile-team-image-outer.inverted {
    margin-top: 120px;
    margin-bottom: 120px;
    transform: rotate(-5deg);
  }

  .mobile-team-images {
    align-items: center;
    display: flex;
  }

  .faq-title {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .faq-container {
    width: 100%;
  }

  .faq-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .faq-star {
    width: 3.25vw;
    min-width: 3.25vw;
    margin-left: 32px;
    display: flex;
  }

  .footer {
    padding-top: 130px;
  }

  .footer-links {
    margin-top: 100px;
    margin-bottom: 130px;
  }

  .footer-link-text {
    font-size: 10vw;
  }

  .to-hero-button-container.for-404 {
    width: 13vw;
    height: 13vw;
  }

  .footer-star-arrow-container.for-404 {
    width: 5vw;
    height: 5vw;
  }

  .footer-small-text {
    font-size: 3vw;
  }

  .credit {
    font-size: 2.1vw;
  }

  .style-guide-item {
    margin-bottom: 60px;
  }

  .text-field {
    width: 400px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 22px;
  }

  .submit-button {
    font-size: 28px;
  }

  .text-block {
    font-size: 5vw;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    width: 38vw;
  }

  .div-block-8 {
    margin-top: auto;
  }

  .hero-title {
    width: 60%;
    max-width: 85vw;
  }

  .hero-can.hero-can1 {
    top: 0;
  }

  .hero-can.hero-can2 {
    bottom: 12vw;
  }

  .image-12 {
    display: block;
  }

  .scroll-reveal {
    display: none;
  }

  .div-block-11 {
    width: 85vw;
  }

  .image-25 {
    display: none;
  }

  .image-39 {
    height: 100%;
    top: auto;
  }

  .image-40 {
    height: 100%;
  }

  .div-block-20 {
    width: 100%;
    height: 55vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin: auto;
    display: block;
    position: relative;
  }

  .div-block-21 {
    width: 100vw;
    height: 70vw;
    margin-bottom: auto;
    top: 0;
  }

  .image-43 {
    display: none;
    position: relative;
  }

  .image-44 {
    height: 100%;
    display: block;
  }

  .image-45, .image-46 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 0;
    padding-bottom: 5vh;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wide-container.for-navbar {
    text-align: right;
  }

  .wide-container.for-main-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wide-container.for-slider {
    padding-left: 24px;
  }

  .hero-slider {
    width: 88vw;
    height: 60vw;
  }

  .slider-and-socials {
    top: -30px;
  }

  .infinite-words-container {
    margin-top: 30px;
  }

  .infinite-words-container.hero-infinite-words {
    position: relative;
  }

  .small-text {
    font-size: 42px;
  }

  .small-star-container {
    width: 20px;
    height: 20px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    width: 20vw;
    max-width: 100px;
  }

  .logo-wrapper.w--current {
    margin-left: auto;
    position: relative;
    right: 0;
  }

  .navbar-link-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;
  }

  .hero-slider-container {
    align-self: flex-end;
    position: relative;
    right: -24px;
  }

  .menu-open-icon {
    width: 26px;
    height: 26px;
  }

  .menu-close-icon {
    width: 30px;
  }

  .menu-social {
    margin-left: 21px;
    margin-right: 21px;
  }

  .heading-2.info {
    font-size: 16vh;
  }

  .smaller-on-mobile {
    font-size: 7vh;
  }

  .section.for-slider-section {
    padding-top: 50px;
    padding-bottom: 160px;
  }

  .section.for-main-info {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section.for-team {
    padding-top: 70px;
  }

  .section.for-faq {
    padding-top: 0;
  }

  .section.for-style-guide {
    padding-top: 20px;
  }

  .section.for-template-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.age {
    height: 100vw;
  }

  .rarity-image-wrapper {
    height: 50vw;
  }

  .stars-container {
    margin-top: 24px;
    margin-left: 8px;
  }

  .rate-star {
    width: 40px;
    height: 40px;
  }

  .roadmap-item {
    margin-top: 100px;
  }

  .roadmap-item.first {
    margin-top: 90px;
  }

  .roadmap-ellipse-image {
    left: -24px;
  }

  .team-member-image-wrapper {
    height: 55vw;
  }

  .mobile-team-image-outer {
    margin-top: 40px;
  }

  .mobile-team-image-outer.inverted {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-links {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .footer-small-text {
    font-size: 3.25vw;
  }

  .credits {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .credit {
    font-size: 2.4vw;
  }

  .text-block {
    font-size: 6vw;
  }

  .text-block-3 {
    right: 5px;
  }

  .hero-title {
    width: 60vw;
    height: 60vw;
    max-height: 100vh;
    max-width: 440px;
    justify-content: center;
    margin-bottom: auto;
    top: 10vw;
  }

  .scrolldown {
    z-index: 2;
    width: 100vw;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-can.hero-can1 {
    width: 34vw;
    max-width: 230px;
    top: 0;
  }

  .hero-can.hero-can2 {
    width: 34vw;
    max-width: 230px;
    min-height: 0;
    bottom: 0;
  }

  .image-12 {
    display: block;
  }

  .scroll-reveal {
    z-index: 2;
  }

  .show-on-mobile {
    width: 100%;
    height: 14vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .image-27 {
    display: block;
  }

  .image-28, .image-30 {
    display: none;
  }

  .image-31 {
    width: 100%;
    display: none;
    position: static;
  }

  .div-block-20 {
    height: 60vw;
  }

  .div-block-21 {
    height: 100vw;
    max-width: 100%;
  }

  .image-45, .image-46 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100vw;
    min-height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

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

  .wide-container.for-navbar {
    width: 100vw;
  }

  .wide-container.for-main-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wide-container.for-slider {
    padding-left: 16px;
  }

  .hero-slider {
    width: 85vw;
    height: 60vh;
  }

  .slider-and-socials {
    top: -24px;
  }

  .hero-socials {
    white-space: nowrap;
  }

  .social {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-social-text {
    font-size: 14px;
  }

  .infinite-words-container {
    margin-top: 26px;
  }

  .infinite-words-container.hero-infinite-words {
    z-index: 7;
    height: 12vw;
    position: relative;
    bottom: 0;
    right: auto;
    overflow: hidden;
  }

  .infinite-words-inner {
    display: flex;
    overflow: hidden;
  }

  .word {
    margin-left: 6vw;
  }

  .small-text {
    font-size: 36px;
  }

  .small-star-container {
    width: 10vw;
    height: 10vw;
  }

  .small-star-container.small {
    width: 13vw;
    height: 13vw;
    margin-right: 0;
  }

  .navbar {
    object-fit: contain;
    display: block;
    position: fixed;
    overflow: visible;
  }

  .logo {
    width: 31vw;
    margin-left: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .logo-wrapper {
    position: relative;
    right: 0;
  }

  .logo-wrapper.w--current {
    z-index: 6;
    width: 31vw;
    max-width: 145px;
    margin-right: 0;
    position: relative;
    top: 7vw;
    bottom: auto;
    right: 5vw;
    transform: rotate(20deg);
  }

  .navbar-links-container {
    display: none;
  }

  .navbar-link-text {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 54px;
  }

  .navbar-link-text.for-template-page {
    font-size: 16px;
  }

  .hero-slider-container {
    right: -16px;
  }

  .menu-social {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px;
  }

  .heading-2 {
    font-size: 13vw;
  }

  .heading-2.info {
    font-size: 18vw;
  }

  .heading-2.for-slider {
    font-size: 13vw;
  }

  .heading-2.black.desktop {
    display: none;
  }

  .heading-2.black.absolute {
    position: absolute;
  }

  .smaller-on-mobile {
    font-size: 8vw;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.for-slider-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .section.for-main-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.for-team {
    padding-bottom: 80px;
  }

  .section.for-style-guide {
    padding-bottom: 20px;
  }

  .section.for-template-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.age {
    width: 100vw;
    height: 100vh;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20vw;
    display: block;
    overflow: hidden;
  }

  .big-text {
    font-size: 10vw;
  }

  .big-text-container {
    display: none;
  }

  .big-text-container.mobile {
    display: block;
  }

  .big-text-container.mobile.for-team {
    margin-top: 20px;
  }

  .paragraph-star-container {
    width: 7vw;
    min-width: 7vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .slider-rarity-container {
    display: none;
  }

  .slide.for-mobile {
    margin-bottom: 70px;
    display: flex;
  }

  .rarity-image-wrapper {
    width: 80vw;
    height: 50vh;
  }

  .circular-image-wrapper {
    width: 30vw;
  }

  .huge-star-wrapper {
    width: 8.5vw;
    height: 8.5vw;
  }

  .roadmap-item {
    margin-top: 60px;
  }

  .roadmap-item.first {
    margin-top: 80px;
  }

  .roadmap-heading-container {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0;
  }

  .paragraph {
    font-size: 6.3vw;
  }

  .paragraph.lower-opac.for-faq {
    margin-bottom: 18px;
    font-size: 6.3vw;
  }

  .paragraph.for-404 {
    width: 100%;
  }

  .roadmap-paragraph {
    padding-left: 0;
  }

  .roadmap-paragraph.for-template-page {
    min-height: auto;
  }

  .roadmap-ellipse-image {
    display: none;
  }

  .roadmap-percentage-and-ellipse-mobile {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .ellipse-mobile-image {
    width: 50vw;
    position: relative;
    left: -16px;
  }

  .team-member-image-wrapper {
    width: 75vw;
    height: 50vh;
  }

  .mobile-team-image-outer {
    margin-top: 50px;
  }

  .faq-title {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .faq.first {
    border-top-style: none;
  }

  .faq.last {
    border-bottom-style: none;
  }

  .faq-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .faq-star {
    display: none;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-links {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .footer-link-text {
    font-size: 13vw;
  }

  .to-hero-button-container {
    display: none;
  }

  .to-hero-button-container.for-404 {
    width: 22vw;
    height: 22vw;
    display: flex;
  }

  .footer-star-arrow-container.for-404 {
    width: 9vw;
    height: 9vw;
  }

  .footer-small-link {
    margin-right: 7vw;
  }

  .footer-small-text {
    font-size: 4.2vw;
  }

  .credits {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .credit {
    font-size: 3.25vw;
  }

  .style-guide-item {
    margin-bottom: 40px;
  }

  .text-field {
    width: 100%;
  }

  .body-2 {
    display: block;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    z-index: 5;
    width: 100vw;
    display: block;
    position: relative;
  }

  .text-block {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    position: relative;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    position: static;
  }

  .div-block-3 {
    z-index: 10;
    width: 25vw;
    height: 25vw;
    max-height: 120px;
    max-width: 120px;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 15vw;
    overflow: hidden;
  }

  .div-block-4 {
    z-index: 10;
    width: 26vw;
    height: 26vw;
    max-width: 120px;
    flex: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 15vw;
  }

  .div-block-5 {
    width: 35vw;
    max-width: 165px;
    margin-bottom: 10vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image-7 {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    left: 15vw;
  }

  .div-block-6 {
    z-index: 5;
    width: 100vw;
    height: 80vw;
    position: relative;
  }

  .div-block-7 {
    width: 70vw;
    max-width: 300px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .image-9 {
    width: 100%;
    min-height: 100%;
    display: inline-block;
    position: relative;
  }

  .div-block-8 {
    width: 81vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-3 {
    width: 95vw;
    height: 2.3em;
    flex: none;
    order: -1;
    margin-top: 2vw;
    margin-bottom: 10vw;
    font-family: Rakesly rg, sans-serif;
    font-size: 13px;
    display: block;
    position: absolute;
  }

  .hero-title {
    z-index: 5;
    width: 75vw;
    height: 80vh;
    max-width: 85vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
    top: auto;
    bottom: 0;
  }

  .scrolldown {
    z-index: 6;
    width: 90vw;
    height: 15vw;
    position: relative;
    top: auto;
    bottom: 5vh;
    left: 0%;
    right: 0%;
  }

  .hero-can.hero-can1 {
    z-index: 4;
    width: 46vw;
    max-width: 220px;
  }

  .hero-can.hero-can2 {
    z-index: 4;
    width: 47vw;
    max-width: 250px;
    top: auto;
    bottom: 15vh;
    right: -6vw;
  }

  .image-12 {
    display: block;
  }

  .div-block-9 {
    width: 50vw;
    align-self: center;
  }

  .div-block-10 {
    width: 60vw;
  }

  .scroll-reveal {
    z-index: 7;
    width: 80vw;
    height: 80vw;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section2 {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .image-14 {
    min-height: auto;
    display: none;
    position: absolute;
  }

  .text-block-4 {
    font-size: 9vw;
    line-height: 1em;
    position: relative;
  }

  .low-calories.scroll-reveal {
    width: 60vw;
    height: 40vw;
    opacity: 0;
    line-height: 20px;
    top: 68vw;
  }

  .maximum-ha.scroll-reveal {
    height: 40vw;
    opacity: 0;
    line-height: 20px;
    bottom: 0;
    left: 0;
  }

  .section3 {
    z-index: 0;
    display: block;
    overflow: visible;
  }

  .div-block-12 {
    padding-bottom: 5vw;
    display: block;
    position: relative;
  }

  .div-block-13 {
    width: 80vw;
    flex: none;
    order: 1;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15vw;
    display: block;
  }

  .image-19 {
    display: block;
  }

  .paragraph-3 {
    width: 100vw;
    object-fit: fill;
    flex-direction: column;
    flex: none;
    order: -1;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 10vw;
    padding-left: 9vw;
    padding-right: 9vw;
    font-size: 6vw;
    display: flex;
  }

  .background1 {
    z-index: 2;
    height: 101%;
    min-height: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-21 {
    width: 0%;
    height: 0;
    max-width: none;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .background2 {
    height: 100%;
    min-height: 0;
  }

  .section4 {
    display: block;
  }

  .image-22 {
    display: none;
  }

  .div-block-14 {
    padding-top: 10vw;
    padding-bottom: 15vw;
    display: block;
    position: relative;
  }

  .div-block-15 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .paragraph-4 {
    width: 100vw;
    padding-top: 0;
    padding-left: 9vw;
    padding-right: 9vw;
    font-size: 6vw;
  }

  .section5 {
    overflow: hidden;
  }

  .background5 {
    position: absolute;
    bottom: 0;
  }

  .image-24 {
    height: 100%;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .div-block-16 {
    width: 100vw;
    margin: 40vw auto auto;
    padding-left: 9vw;
    padding-right: 9vw;
    position: relative;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 17vw;
  }

  .link-block-2 {
    width: 100vw;
  }

  .sw-footer {
    height: 77vw;
    position: absolute;
  }

  .div-block-18 {
    width: 20vw;
    height: 20vw;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 7vw;
    left: 0%;
    right: 0%;
  }

  .paragraph-7 {
    font-size: 7vw;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .link-block-3 {
    width: 100vw;
    text-align: center;
    top: 10vw;
    bottom: auto;
    right: auto;
  }

  .link-block-4 {
    width: 13vw;
    margin-bottom: 9vw;
    margin-left: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 5vw;
    left: 5vw;
    right: auto;
  }

  .link-block-5 {
    width: 13vw;
    height: 13vw;
    margin-bottom: 5vw;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 5vw;
  }

  .image-25 {
    display: block;
  }

  .lemon.infinite-words-container, .orange.infinite-words-container {
    height: 10vw;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .div-block-19 {
    height: 50vw;
  }

  .image-26 {
    display: none;
    top: 0;
  }

  .show-on-mobile {
    width: 100%;
    height: 18vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .show-on-mobile.mobile-title {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .image-27 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .image-28 {
    display: none;
  }

  .image-29 {
    width: auto;
    height: 100%;
    max-width: none;
    position: relative;
  }

  .image-30 {
    width: 100vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-31 {
    width: 100%;
    display: inline-block;
  }

  .image-32 {
    height: 100%;
    max-width: none;
    text-align: left;
    margin-left: auto;
    display: inline-block;
    position: absolute;
    right: 0;
  }

  .image-33 {
    height: 100%;
    max-width: none;
    margin-left: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .image-34 {
    height: 100%;
    max-width: none;
    margin-left: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .image-35 {
    display: block;
  }

  .image-36 {
    display: none;
  }

  .image-37 {
    z-index: 1;
    max-width: 100vw;
    top: 25vw;
    left: -17vw;
  }

  .image-38 {
    max-width: 100vw;
    position: absolute;
    top: 12vw;
    left: -16vw;
  }

  .link {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    bottom: 2vw;
    left: 0;
    right: 0;
  }

  .div-block-21 {
    height: 100vh;
  }

  .image-44, .image-45, .image-46 {
    display: block;
  }
}


@font-face {
  font-family: 'Sk webfont';
  src: url('../fonts/sk-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rakesly rg';
  src: url('../fonts/rakesly-rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}