:root {
  --green: #05ff00;
  --white: white;
  --black: black;
  --color: white;
}

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

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

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

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

.body {
  color: #fff;
  background-color: #121212;
  font-family: Degular, sans-serif;
}

.hero-section {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  padding: 0 1vw;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.spline-scene {
  z-index: 2;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.navbar {
  display: none;
}

.text-block {
  color: #fff;
  font-size: 8em;
  font-weight: 700;
}

.about-container {
  z-index: 100;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #e0ded8;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 90vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.about-container._2 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.about-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #e0ded8cc;
  text-align: left;
  text-transform: capitalize;
  flex-flow: column;
  width: 40vw;
  padding-top: 40px;
  font-size: 3.5rem;
  line-height: 3.5rem;
  display: flex;
  overflow: visible;
}

.about-text._2 {
  color: #e0ded8a6;
  text-align: right;
  width: 42vw;
  font-size: 3rem;
  line-height: 3rem;
}

.text-block-3, .text-block-4 {
  width: 40vw;
}

.press {
  z-index: 100;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 20vw;
  display: flex;
  position: relative;
}

.raodmap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.div-block-2 {
  width: 40vw;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-6 {
  width: 40vw;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #e0ded8;
  border: 1px solid #fff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.5rem;
  font-weight: 700;
}

.div-block-3 {
  z-index: 1000;
  text-align: center;
  margin-bottom: 100px;
  position: fixed;
  inset: auto 0% 0%;
}

.text-span {
  color: #a050b4;
}

.call-to-action-title-text {
  text-transform: uppercase;
  overflow-wrap: normal;
  font-size: 10rem;
  font-weight: 700;
  line-height: 8rem;
}

.call-to-action-title-text._2 {
  color: #2b2b2b;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.roadmap-title {
  font-weight: 700;
}

.text-block-7 {
  height: 60vh;
}

.back-hero-text {
  z-index: -100;
  position: relative;
}

.text-block-8 {
  color: #964bd0;
  font-size: 8rem;
  font-weight: 700;
}

.hero-text {
  font-size: 8rem;
  font-weight: 700;
}

.hero-text._2 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--green);
  overflow-wrap: normal;
  border: 1px #05ff00;
  border-radius: 0;
}

.hero-image-from-letf {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 100vw;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image-from-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100vw;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.hero-images-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.hero-image-wrapper {
  min-width: 100%;
  padding: 10px 0;
}

.test-loop-wapper {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 100vw;
  min-height: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.text-block-9 {
  font-size: 10rem;
  font-weight: 700;
}

.tx1 {
  overflow: visible;
}

.body-2 {
  color: #e0ded8;
  -webkit-text-fill-color: inherit;
  background-color: #2b2b2b;
  background-image: linear-gradient(90deg, #121212, #202020);
  background-clip: border-box;
  font-family: Degular, sans-serif;
}

.marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 3rem;
  flex: 0 auto;
  justify-content: space-between;
  min-width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 3rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-content.press {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
}

.marquee-content.press.scroll {
  width: auto;
}

.marquee-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
}

.marquee-section.press {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: auto;
  height: auto;
}

.image, .marquee-image {
  flex: 0 auto;
}

.spline-scene-2 {
  z-index: 1000;
  height: 100vh;
  display: none;
  position: sticky;
}

.spline-scene-3 {
  z-index: 0;
  height: 100vh;
  display: block;
  position: static;
  top: 0;
}

.track-section {
  padding-bottom: 0;
  position: static;
  top: 0;
  overflow: visible;
}

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

.press-section.mobile {
  display: none;
}

.press-logo {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.press-text {
  color: #e0ded88c;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5rem;
}

.call-to-action {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: #e0ded8;
  background-image: linear-gradient(90deg, #e0ded8, #ddd);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: static;
}

.call-to-action-title {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 80vw;
  display: flex;
}

.h1 {
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 700;
}

.call-to-action-text {
  font-size: 2rem;
  line-height: 2.2rem;
}

.call-to-action-text-content {
  color: #2b2b2bcc;
  text-align: center;
  width: 60vw;
  font-size: 2rem;
  line-height: 2.5rem;
}

.section-dark {
  border-top: 1px solid var(--white);
  color: #fff;
  background-color: #11121200;
  overflow: hidden;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.link-dark {
  opacity: .6;
  color: #fff;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: .9;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.home-footer-socicon {
  opacity: .6;
}

.home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.privacy {
  padding-left: 20px;
  padding-right: 20px;
}

.social-links {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-left: 40px;
  display: flex;
}

.text-block-24 {
  border-top: 1px #e0ded9;
  font-size: 2em;
}

.text-block-25 {
  color: #00000080;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8em;
}

.footer {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.langue-drop-down-wrap {
  color: #00000080;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-4 {
  opacity: .5;
  color: #00000052;
  -webkit-text-stroke-color: #0003;
  background-color: #0000;
  font-size: .8em;
}

.icon {
  opacity: .5;
  color: #00000080;
  margin-left: auto;
  padding-left: 20px;
}

.right-content {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-wrap {
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-toggle {
  padding-left: 5px;
  padding-right: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
}

.call-to-action-button {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.call-to-action-button._2 {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  height: 10vh;
  margin-top: -120px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  position: static;
  top: 0;
}

.button-2 {
  text-transform: uppercase;
}

.call-to-action-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #2b2b2b;
  border: 2px solid #2b2b2b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 55px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.logo-spin {
  width: 35px;
  height: 35px;
}

.button-text {
  padding-right: 0;
  font-style: normal;
}

.text-block-26 {
  color: #e2e0da;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  font-size: 2rem;
}

.text-block-26:hover {
  text-decoration: none;
}

.sticky-hero {
  z-index: 50;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.sticky-hero._2 {
  z-index: 500;
  height: 10vh;
  margin-top: -100vh;
  top: 0;
}

.buttom-text {
  color: #e2e0da;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-5 {
  z-index: 200;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  height: 8vh;
  display: flex;
  position: relative;
}

.header {
  display: none;
}

.page-loader_noise {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-size: 30vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_marquee-text {
  flex: none;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 30vmin;
  display: flex;
  position: relative;
}

.page-loader_text-style {
  display: block;
}

.page-loader_component {
  z-index: 999;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_marquee {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.page-loader_marquee.is-bottom {
  display: none;
  inset: auto 0% 0%;
}

.page-loader_marquee.is-top {
  display: none;
  inset: 0% 0% auto;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-size: 30vmin;
  font-weight: 700;
  line-height: 1;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-title-wrapper, .about-text-wrapper {
  overflow: hidden;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  position: static;
  overflow: scroll;
}

.spline-scene-4 {
  height: 100vh;
  display: none;
}

.start-your-journey {
  color: #1f1f1f;
  font-size: 8rem;
  font-weight: 700;
  line-height: 8rem;
}

.press-section-mobile {
  display: none;
}

._154-mouse-wrapper {
  z-index: 60;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 20px;
}

._154-mouse {
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 50px;
  display: flex;
}

._154-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

._154-scroll-text {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-right: -10px;
  font-family: Degular, sans-serif;
  font-size: .8em;
}

@media screen and (min-width: 1920px) {
  .about-container {
    max-width: 80vw;
  }

  .about-text, .about-text._2 {
    width: 35vw;
  }
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 4rem;
  }

  .about-container {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-container._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .about-text, .about-text._2 {
    text-align: center;
    width: 80vw;
    font-size: 2rem;
    line-height: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .call-to-action-title-text {
    text-align: center;
    font-size: 8rem;
    line-height: 8rem;
  }

  .press-section.mobile {
    display: none;
  }

  .press-text {
    min-width: 10rem;
    font-size: 1rem;
  }

  .call-to-action-text-content {
    line-height: 2.2rem;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .text-block-24 {
    text-align: left;
    font-size: 1.2em;
  }

  .social-icon {
    width: 25px;
    height: 25px;
  }

  .start-your-journey {
    font-size: 6rem;
    line-height: 6rem;
  }

  .press-section-mobile {
    padding-bottom: 40px;
    display: none;
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-logo-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 35vw;
    display: flex;
  }

  ._154-mouse-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 3rem;
  }

  .press.mobile {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .call-to-action-title-text {
    font-size: 5rem;
    line-height: 5rem;
  }

  .marquee.mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .marquee-content.press.scroll {
    flex-flow: row;
  }

  .marquee-content.press.scroll.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .marquee-section.press.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .press-section {
    display: none;
  }

  .press-section.mobile {
    display: block;
  }

  .press-logo.mobile {
    width: 15rem;
    height: 10rem;
  }

  .call-to-action-text-content {
    width: 80vw;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

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

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .social-links {
    margin-left: 0;
  }

  .footer-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .start-your-journey {
    font-size: 4rem;
    line-height: 4rem;
  }

  .press-section-mobile {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: none;
  }

  .grid-wrapper-mobile {
    display: flex;
  }

  .contain-wrapper {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    z-index: 1;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .about-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .about-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .about-text._2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .press.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .container {
    max-width: none;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .call-to-action-title-text {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .marquee-content.scroll {
    flex: none;
  }

  .marquee-content.press.scroll.mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-section {
    display: none;
  }

  .marquee-section.press.mobile {
    display: flex;
  }

  .marquee-image {
    height: 30vh;
  }

  .track-section {
    flex-flow: column;
    display: flex;
  }

  .press-section.mobile {
    display: block;
  }

  .press-text {
    min-width: 17rem;
  }

  .call-to-action-text-content {
    font-size: 1rem;
    line-height: 1.2rem;
  }

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

  .social-links {
    margin-left: 0;
  }

  .text-block-24 {
    text-align: center;
    font-size: 1em;
  }

  .footer {
    height: auto;
  }

  .call-to-action-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 250px;
    height: 50px;
    padding-right: 20px;
  }

  .sticky-hero {
    z-index: -1;
  }

  .buttom-text {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .header {
    justify-content: center;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .header.mobile {
    z-index: 200;
    background-color: #121212;
    position: sticky;
    top: 0;
  }

  .page-loader_component {
    display: none;
  }

  .start-your-journey {
    font-size: 3rem;
    line-height: 3rem;
  }

  .press-section-mobile {
    padding: 4rem 10px;
    display: none;
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: stretch;
    padding-left: 0;
    padding-right: 10px;
  }

  .grid-logo-image-wrapper {
    width: 15rem;
  }

  .grid-text-wrapper {
    min-width: 75vw;
    margin-right: 40px;
  }

  .grid-wrapper-mobile {
    display: flex;
    overflow: visible;
  }

  .contain-wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_33a3c3bc-c4a9-0284-79f5-557706d69041-0acc63a0, #w-node-_5ad09a7f-a99e-10b4-4cbb-abd60fb6ede9-0acc63a0, #w-node-_87790fb1-a99b-d721-4977-9c7e0016245d-0acc63a0 {
    align-self: auto;
  }

  #w-node-ec32a4b0-600a-b71b-cd0d-b88c0e6c1ce4-0acc63a0 {
    place-self: auto;
  }

  #w-node-_99850037-bb47-8bdf-22ca-c14068f454b6-0acc63a0, #w-node-_1f1fd0ff-3c6e-8b7c-83ca-759dca6d588d-0acc63a0, #w-node-c04e3d01-49cd-e223-238b-6f5b218c98c7-0acc63a0, #w-node-_93a0f29d-c710-dc64-8f28-af1c5a10699e-0acc63a0, #w-node-_93a0f29d-c710-dc64-8f28-af1c5a1069a0-0acc63a0, #w-node-_93a0f29d-c710-dc64-8f28-af1c5a1069a2-0acc63a0 {
    align-self: auto;
  }

  #w-node-_93a0f29d-c710-dc64-8f28-af1c5a1069a4-0acc63a0 {
    place-self: auto;
  }

  #w-node-_93a0f29d-c710-dc64-8f28-af1c5a1069a6-0acc63a0, #w-node-_93a0f29d-c710-dc64-8f28-af1c5a1069a8-0acc63a0, #w-node-_93a0f29d-c710-dc64-8f28-af1c5a1069aa-0acc63a0 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}