@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-SemiboldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --midnight-blue: #372174;
  --aquamarine: #7fd;
  --medium-orchid: #c020ff;
  --dark-grey: #a3abac;
  --dark-slate-blue: #4c3c8c;
  --medium-violet-red: #c3367a;
  --crimson: #da2b53;
  --red: #f3232c;
  --dark-orange: #f97f12;
  --pale-turquoise: #b1ebd3;
  --light-coral: #ec7570;
}

.div-block {
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  display: flex;
}

.div-block._2 {
  flex-direction: column;
  margin-top: 0;
}

.btn {
  color: #000;
  background-color: #fff;
  padding: 5px 20px;
  font-family: Uncutsans, sans-serif;
  font-weight: 600;
  box-shadow: 4px 4px 0 1px #c020ff;
}

.btn.in-card {
  background-color: var(--white);
  width: 98.5%;
  transition: box-shadow .2s;
  box-shadow: 6px 6px 0 1px #c020ff;
}

.btn.in-card:hover {
  box-shadow: 4px 4px 0 1px #86ff77;
}

.h1 {
  color: #fff;
  font-family: Uncutsans, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 84px;
}

.h2 {
  color: #fff;
  font-family: Uncutsans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 67.2px;
}

.h3 {
  color: #000;
  font-family: Uncutsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50.4px;
}

.h3.white {
  color: #fff;
}

.p {
  color: #000;
  font-family: Uncutsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-decoration: none;
}

.p.bold {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.p.secondary {
  color: #fff;
  font-family: Bitter, serif;
}

.p.in-card {
  color: #fff;
  font-weight: 500;
}

.p.up {
  color: #fff;
}

.p.up:hover {
  color: #ff02af;
}

.p.white {
  color: #fff;
}

.p.white.coord {
  height: 20px;
}

.h4 {
  color: #000;
  font-family: Uncutsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 31.2px;
}

.section {
  background-color: #0000;
  background-image: url('../images/niklas-liniger-mccesgxmTYQ-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.main {
  background-color: var(--midnight-blue);
  background-image: url('../images/kristall-und-sterne2.png');
  background-size: cover;
  overflow: hidden;
}

.section.regular {
  background-color: #000;
  background-image: none;
}

.section.regular.scroll {
  height: 100vh;
}

.section.regular.green {
  background-color: #3ec49b;
}

.section.regular.test {
  width: 100%;
}

.navbar {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  max-height: 70px;
  display: flex;
  position: fixed;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo-wrapper {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/1785d33da4e3ea5ef5c1f3818dc0b4f7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100%;
  max-width: 100px;
  min-height: 70px;
  margin-left: -15px;
  padding-left: 0;
  transition: filter .2s;
}

.logo-wrapper:hover {
  filter: blur(1px);
}

.nav-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
}

.nav-link-wrapper.mobile {
  display: none;
}

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

.link-wrap:hover {
  color: #0000;
}

.nav-link {
  z-index: 2;
  background-color: #0000;
  padding: 0 5px;
  font-family: Uncutsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25.2px;
  position: relative;
}

.nav-link:hover {
  color: #ff02af;
}

.div-block-2 {
  height: 100%;
}

.v-wrapper {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.v-wrapper.scroll-card {
  height: 100vh;
  position: relative;
}

.h-wrapper {
  width: 100%;
  height: 80%;
  margin-top: 0;
  padding: 80px 40px;
  overflow: visible;
}

.h-wrapper.weg {
  overflow: visible;
}

.h-wrapper._2 {
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  display: flex;
}

.container {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container.small {
  height: auto;
}

.container.clean {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.main-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 30%;
  display: flex;
}

.main-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 20%;
  display: flex;
}

.chevron {
  filter: invert();
  background-color: #0000;
  width: 30px;
  height: 30px;
}

.div-block-3 {
  background-image: linear-gradient(to top, #000 16%, #0000);
  width: 100%;
  height: 15%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3._2 {
  background-image: linear-gradient(to top, #3ec49b, #0000 76%);
}

.div-block-3._2._3 {
  top: 0%;
  bottom: auto;
}

.div-block-3._3 {
  top: 0%;
}

.div-block-3._3._2 {
  bottom: 0%;
}

.cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.big-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: 6px 6px 0 1px var(--aquamarine);
  background-color: #fff3;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 80%;
  padding: 20px;
  transition: box-shadow .25s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.big-card:hover {
  box-shadow: 6px 6px 0 1px var(--white);
}

.big-card._1 {
  box-shadow: 4px 4px 0 1px var(--medium-orchid);
  border-radius: 0;
  transition: box-shadow .2s;
}

.big-card._1:hover {
  box-shadow: 0 0 13px -4px var(--medium-orchid);
}

.big-card._2 {
  border-radius: 0;
  transition: box-shadow .2s;
}

.big-card._2:hover {
  box-shadow: 0 0 13px -4px var(--medium-orchid);
}

.big-card._3 {
  border-radius: 0;
  transition: box-shadow .2s;
}

.big-card._3:hover {
  box-shadow: 0 0 13px -4px var(--medium-orchid);
}

.big-card-img {
  background-image: url('../images/niklas-liniger-mccesgxmTYQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 60%;
}

.big-card-img._1 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
}

.big-card-img._2 {
  background-image: url('../images/3.jpg');
}

.big-card-img._3 {
  background-image: url('../images/11.jpg');
}

.big-card-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 40%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.sphere {
  z-index: 1;
  background-color: #111;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.noise {
  z-index: 0;
  opacity: .7;
  mix-blend-mode: overlay;
  background-image: url('../images/noise_1noise.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-field {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff4d;
  border-radius: 0;
  width: 22em;
  height: 4em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0;
  font-size: 1.5em;
}

.text-field:hover {
  border-bottom-color: #ffffffd6;
}

.text-field:active {
  border-bottom-color: #ffffff91;
}

.text-field:focus {
  border-bottom-color: #ffffffad;
}

.text-field::placeholder {
  color: #474747;
}

.founded {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.div-text {
  color: #696969;
  font-size: .9em;
  font-weight: 500;
}

.div-block-4 {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8em;
  display: flex;
  position: relative;
  transform: translate(0, -.3em);
}

.div-footer-bottom {
  justify-content: flex-start;
  width: 90em;
  margin-left: 8em;
  display: flex;
}

.fade-up {
  z-index: 2;
  color: #000;
  text-align: left;
  width: 14em;
  margin-top: 0;
  margin-left: 0;
  font-size: 4.3em;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
  inset: 0 auto auto 0;
}

.fade-up.tricks {
  width: auto;
  margin-bottom: 0;
  margin-right: .2em;
  font-size: 3.9em;
}

.fourth {
  z-index: 2;
  background-color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 60em;
  padding-top: 6.5em;
  display: flex;
  position: static;
  transform: translate(0)translate(0);
}

.learnmorediv.bottom {
  width: 16em;
}

.menutext {
  color: #000;
  font-size: .84em;
  font-weight: 600;
  line-height: 1em;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  width: 17em;
  height: 16em;
  display: flex;
}

.imagearrow {
  width: 2em;
  height: auto;
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-between;
  width: 26em;
  height: 16em;
  display: flex;
}

.herodivsecound {
  align-items: stretch;
  height: 20em;
  margin-top: 6.3em;
  display: flex;
}

.div-block-7 {
  margin-left: 15.1em;
  margin-right: 15.1em;
}

.social {
  cursor: pointer;
  width: 3em;
  margin-right: 2.4em;
}

.text-block-3 {
  align-items: center;
  margin-left: 27em;
  display: flex;
}

.social-white {
  cursor: pointer;
  width: 4em;
  margin-right: 3.2em;
}

.logo {
  color: #000;
  margin-left: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1em;
}

.foundedn-two-div {
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.learnmorediv-2 {
  cursor: pointer;
  flex: 0 auto;
  justify-content: space-between;
  width: 12em;
  display: flex;
  position: relative;
}

.div-block-8 {
  margin-top: 3.8em;
}

.hero {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60em;
  margin-top: -8em;
  display: flex;
  position: relative;
  overflow: visible;
}

.secound {
  z-index: 40;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 8.9em;
  display: flex;
  position: relative;
}

.herodiv {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  width: 14em;
  height: auto;
  margin-right: 6.3em;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.4em;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: 2200px;
  height: auto;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-11.top {
  flex-direction: row;
  justify-content: center;
  width: 90em;
}

.menu {
  z-index: 70;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 8em;
  display: flex;
  position: relative;
}

.menu.hover {
  z-index: 69;
  border-width: 0;
  width: 100vw;
  position: relative;
  overflow: hidden;
  transform: translate(0, -7.99em);
}

.div-footer-top {
  justify-content: space-between;
  width: 90em;
  height: 40em;
  margin-left: 8em;
  display: flex;
}

.div-block-12 {
  background-color: #000;
  width: 16em;
  position: absolute;
}

.heroheadertwo {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.form {
  align-items: center;
  height: 6em;
  margin-top: 2.2em;
  display: flex;
}

.footer {
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: 10vh;
  margin-left: 0;
  display: flex;
}

.footer.right {
  border: 0 solid #0000;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.footerdiv {
  width: 15em;
}

.webgl {
  z-index: 0;
  filter: blur();
  width: 75em;
  height: 75em;
  display: block;
  position: absolute;
  inset: 0% auto 0% 18.1em;
  overflow: visible;
}

.text {
  font-size: 1.2em;
  line-height: 1.1em;
}

.text.herotext {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.3em;
}

.learn-more {
  font-size: .8em;
  font-weight: 700;
}

.learn-more.footertext {
  color: #ebebeb;
  cursor: pointer;
  mix-blend-mode: normal;
  margin-top: 1.1em;
  font-size: 1em;
  font-weight: 300;
}

.foundeddiv {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-left: 8em;
  display: flex;
}

.menuelement {
  border: 0 solid #000;
  height: 100%;
}

.menuelement.joinus {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.menuelement.joinus.hover {
  background-color: #000;
}

.menuelement.logo {
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  margin-left: 0;
  padding-left: 6em;
  display: flex;
}

.menuelement.menupoint {
  cursor: pointer;
  border-width: 0 1px;
  justify-content: center;
  align-items: center;
  width: 17%;
  display: flex;
  transform: translate(0);
}

.menuelement.menupoint.middle {
  border-left-width: 0;
  border-right-width: 0;
}

.menuelement.menupoint.middle.hover {
  width: 17.1%;
}

.menuelement.menupoint.hover {
  background-color: #0a0a0a;
  transform: translate(0, 7.9em);
}

.image-2 {
  cursor: pointer;
  width: 2em;
  height: 2em;
  transform: translate(-2.2em);
}

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

.our-story {
  font-weight: 700;
}

.third {
  z-index: 6;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 40em;
  margin-top: 8.9em;
  display: flex;
  position: relative;
}

.textdiv {
  align-items: center;
  height: 7em;
  display: flex;
}

._3d-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.free-block {
  width: 50%;
  height: 100%;
}

._3d-text-wrapper {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.html-embed {
  width: 50%;
  height: 100%;
}

.footer-wrapper {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.marquee-section {
  width: 100%;
  height: 100vh;
}

.moving-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 100vh;
  display: flex;
}

.all-links-div {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-section {
  justify-content: space-between;
  width: 90%;
  height: 100%;
  display: flex;
}

.hamburger-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.navmenu-paragraph-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-2 {
  background-color: var(--dark-grey);
  justify-content: space-between;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.paragraph {
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

.single-text-div {
  width: 20%;
  height: 100%;
}

.single-text-div._2x {
  background-color: var(--dark-slate-blue);
  color: #0d1415;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .4s;
  display: flex;
}

.single-text-div._2x:hover {
  color: var(--medium-violet-red);
  background-color: #0d1415;
}

.single-text-div._3x {
  background-color: var(--crimson);
  color: #0d1415;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .4s;
  display: flex;
}

.single-text-div._3x:hover {
  color: var(--red);
  background-color: #0d1415;
}

.single-text-div._4x {
  background-color: var(--dark-orange);
  color: #0d1415;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .4s;
  display: flex;
}

.single-text-div._4x:hover {
  color: #f8d700;
  background-color: #0d1415;
}

.single-text-div._1x {
  background-color: var(--pale-turquoise);
  color: #0d1415;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding-bottom: 0;
  transition: all .4s;
  display: flex;
}

.single-text-div._1x:hover {
  color: var(--midnight-blue);
  background-color: #0d1415;
}

.single-text-div._5x {
  color: #0d1415;
  background-color: #f2ddaf;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .4s;
  display: flex;
}

.single-text-div._5x:hover {
  color: #ff2f00;
  background-color: #0d1415;
}

.link-text {
  flex: none;
}

.link-text._1.pause-on-hover {
  flex: none;
  font-family: Uncutsans, sans-serif;
}

.moving-text-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20vw;
  line-height: 1;
  display: flex;
  transform: rotate(-90deg);
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 2fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 10%;
  height: 100%;
  display: grid;
}

.paragraph-rotate-div {
  grid-column-gap: 20px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 10.5em;
  padding: 10px 0;
  display: flex;
  transform: rotate(180deg);
}

.hamburger-icon-div {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 4vw;
  height: 4vw;
  display: flex;
}

.humburger-single-bar {
  background-color: #e8e2d6;
  flex: none;
  width: .5vw;
  height: 100%;
}

.humburger-single-bar.sec-line {
  height: 70%;
}

.humburger-single-bar.third-line {
  height: 80%;
}

.here-link {
  color: #5c72ff;
  cursor: cell;
  text-decoration: none;
}

.here-link:hover {
  color: #90fbff;
}

.chilli-marquee {
  border: 1px solid #fcf3f3;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  padding-top: 2.639vw;
  padding-bottom: 2.639vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  align-items: center;
  display: flex;
}

.marquee-text {
  margin-bottom: 0;
  margin-left: 2vw;
  margin-right: 2vw;
  font-size: 1.2vw;
  font-weight: 700;
  display: block;
}

.contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4vw;
  position: relative;
}

.contain.is--hero-left-top {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contain.is--story-tl {
  border: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 220px;
  max-height: 220px;
  padding: 3.4vw 2.4vw;
  display: flex;
}

.contain.is--border {
  border: .0666667px solid #000;
}

.contain.is--border.only-left {
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

.absolute-img {
  z-index: 0;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
}

.link-block {
  width: 100px;
}

.coordinate-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.left-coord {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: auto;
  display: flex;
}

.right-coord {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.lava-java {
  border: .0666667px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4vw 2vw;
  display: flex;
}

.scorpio-left {
  transform: rotate(0);
}

.title-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  line-height: 1.12;
}

.title-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 1.12;
}

.title-medium.p.white {
  font-size: 46px;
  font-weight: 600;
}

.title-medium.p.white._3 {
  color: #949494;
}

.title-medium.p.white._2 {
  color: #cacaca;
}

.title-medium.p.white._1 {
  color: #e4e4e4;
}

.title-medium._4 {
  color: #646464;
  font-size: 46px;
}

.line-con {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.hero-hand-bottle {
  width: 100%;
  max-height: 500px;
}

.slider {
  display: none;
}

.image-3 {
  max-width: 600px;
  max-height: 100%;
}

.div-block-14, .navmenu-mobile {
  display: none;
}

@media screen and (min-width: 1920px) {
  .humburger-single-bar {
    width: .6vw;
  }
}

@media screen and (max-width: 991px) {
  .nav-link:hover, .nav-link:active {
    color: #fff;
  }

  .nav-link:focus {
    color: #ff02af;
  }

  .container.slider-container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .main-left {
    justify-content: flex-start;
    align-items: flex-start;
    height: 60%;
  }

  .cards-wrapper {
    display: none;
  }

  .big-card {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 520px;
    max-height: 100%;
  }

  .section-2 {
    display: none;
  }

  .hero-section {
    width: 85%;
  }

  .paragraph {
    font-size: 12px;
    line-height: 1;
  }

  .link-text {
    font-size: 136px;
  }

  .navbar-2 {
    width: 15%;
  }

  .humburger-single-bar {
    width: 4px;
  }

  .marquee-text {
    font-size: 2vw;
  }

  .contain.is--hero-left-top {
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
  }

  .contain.is--story-tl {
    justify-content: center;
    align-items: flex-start;
    min-height: 200px;
  }

  .title-medium.p.white._1 {
    word-break: break-all;
  }

  .slider {
    background-color: #0000;
    width: 100%;
    height: 100%;
    margin-top: 40px;
    display: flex;
  }

  .slide-nav {
    display: none;
  }

  .slide {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .btn.in-card {
    font-size: 18px;
  }

  .h2 {
    font-size: 40px;
  }

  .section.regular.test {
    height: 110vh;
    min-height: 120vh;
  }

  .nav-link-wrapper {
    display: none;
    position: static;
  }

  .nav-link-wrapper.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .link-wrap.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .v-wrapper {
    height: 100vh;
    min-height: 110vh;
  }

  .h-wrapper {
    height: 70%;
    padding: 60px 20px;
  }

  .big-card {
    max-width: 80%;
  }

  .hero-section {
    width: 100%;
  }

  .hamburger-div {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-text {
    font-size: 85px;
  }

  .navbar-2 {
    width: 20%;
  }

  .humburger-single-bar {
    width: 3px;
  }

  .chilli-marquee {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .contain.is--story-tl {
    justify-content: center;
    align-items: flex-start;
  }

  .contain.is--story-tl._3 {
    color: #919191;
  }

  .lava-java {
    border-color: #fff;
  }

  .scorpio-left, .scorpio-right {
    width: 140px;
  }

  .title-medium {
    color: #a8a7a7;
    font-size: 32px;
  }

  .title-medium.p.white._3 {
    color: #b6b3b3;
    font-size: 32px;
  }

  .title-medium.p.white._2 {
    color: #dadada;
    font-size: 32px;
  }

  .title-medium.p.white._1 {
    word-break: normal;
    font-size: 32px;
  }

  .title-medium._4 {
    color: #696969;
  }

  .icon {
    max-width: 20px;
    max-height: 20px;
  }

  .text-span {
    color: #482bb1;
  }

  .right-arrow {
    width: 30px;
    display: none;
  }

  .left-arrow {
    max-width: 30px;
    display: none;
  }

  .navmenu-mobile {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .dropdown-toggle {
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
  }

  .dropdown.w--open {
    z-index: 2;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
    position: absolute;
  }

  .dropdown-link {
    color: #fff;
  }

  .mobile-nav-entry {
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 40px;
    padding: 20px;
    display: flex;
  }

  .mobile-nav-entry.last {
    border-bottom-style: none;
  }

  .icon-2 {
    display: none;
  }
}

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

  .h-wrapper {
    height: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-card {
    max-width: none;
  }

  .moving-text-div {
    padding-bottom: 103vh;
  }

  .hero-section {
    width: 100%;
  }

  .paragraph {
    font-size: 6px;
  }

  .link-text {
    font-size: 21.5px;
  }

  .navbar-2 {
    width: 16%;
  }

  .hamburger-icon-div {
    width: 30px;
    height: 30px;
  }

  .humburger-single-bar {
    width: 3px;
  }

  .contain, .contain.is--hero-left-top, .contain.is--story-tl {
    padding: 3.4vw;
  }

  .contain.is--border.only-left {
    border-left-width: 0;
    padding: 3.4vw;
  }

  .lava-java {
    flex-direction: column;
  }

  .title-large {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .title-medium.p.white._3, .title-medium.p.white._2, .title-medium.p.white._1 {
    font-size: 32px;
  }

  .image-3 {
    max-width: 400px;
  }

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

  .dropdown {
    width: 100%;
    min-width: 300px;
    height: auto;
    position: absolute;
  }
}


@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}