:root {
  --dark: #1a1a1a;
  --_navigation---nav-dark: #242424;
  --_navigation---nav-white: #fff;
  --_navigation---nav-padding: 0px;
  --white: #fff;
  --blue: #3985ff;
  --_navigation---nav-bar-radius: 18px;
}

body {
  background-color: var(--dark);
  color: #333;
  font-variation-settings: "slnt" 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: TT Firs Neue, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
}

a {
  color: var(--dark);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-bar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_navigation---nav-dark);
  background-color: #ffffff0d;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 12px 12px 22px;
  display: flex;
}

.nav-bar-logo {
  aspect-ratio: 96 / 16;
  color: var(--_navigation---nav-dark);
  justify-content: center;
  align-items: flex-start;
  width: 110px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.nav-bar-time-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.nav-bar-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar-logo-wrapper.w--current {
  overflow: visible;
}

.nav-bar-time-text {
  min-width: 43px;
  font-size: 10px;
}

.nav-bar-sound-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.nav-bar-sound {
  cursor: pointer;
  mix-blend-mode: difference;
  background-color: #ededed00;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 15px;
  display: flex;
}

.nav-bar-divider {
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 16px;
  display: flex;
}

.nav-bar-cta {
  background-color: var(--_navigation---nav-dark);
  color: var(--_navigation---nav-white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12px;
  margin-left: 0;
  margin-right: auto;
  padding: 14px 36px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.nav-bar-cta:hover {
  color: var(--_navigation---nav-white);
}

.nav {
  z-index: 999;
  pointer-events: auto;
  position: absolute;
  inset: 30px auto auto 30px;
}

.nav-menu-button-lottie {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.nav-menu-button-text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
}

.nav-menu-button-text.alternate {
  position: absolute;
  top: 11px;
}

.nav-menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: -4px;
  margin-left: 2px;
  padding: 14px 28px 12px;
  display: inline-flex;
  position: absolute;
}

.nav-menu-button-shape {
  color: var(--_navigation---nav-white);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 42px;
  display: flex;
}

.nav-menu-button-wrapper {
  color: var(--_navigation---nav-dark);
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
  top: -.5px;
  left: 10%;
}

.nav-bar-wrapper {
  padding-top: var(--_navigation---nav-padding);
  padding-right: var(--_navigation---nav-padding);
  padding-left: var(--_navigation---nav-padding);
  background-color: var(--_navigation---nav-white);
  border-radius: 18px;
  overflow: visible;
}

.nav-menu-wrapper {
  color: var(--_navigation---nav-dark);
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.nav-menu {
  padding: 10px 20px 20px;
  line-height: 1em;
  position: relative;
}

.nav-menu-link-arrow {
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 14px;
  display: flex;
}

.nav-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .8;
  color: var(--_navigation---nav-dark);
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 24px 24px 14px;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.nav-links:hover {
  opacity: 1;
  font-variation-settings: "wght" 450;
  padding-left: 32px;
}

.nav-links.is-submenu {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 34px;
  font-size: 13px;
}

.nav-links.is-submenu:hover {
  padding-left: 40px;
}

.nav-links.is-ch {
  padding-bottom: 20px;
}

.nav-menu-link-underline {
  opacity: .38;
  opacity: .38;
  inset: 0% auto auto 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-meny-button-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero {
  color: var(--dark);
  width: 100vw;
  max-width: 2560px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.hero.is-test {
  z-index: 1;
  position: relative;
}

.about-webgl {
  z-index: 1;
  aspect-ratio: 8 / 9;
  background-color: #2e2e2e;
  background-image: url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e7000d8_fg-static.webp");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  min-height: 80svh;
  max-height: 80svh;
  display: flex;
  position: relative;
  -webkit-mask-image: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67a484ce7e99554aea68fdee_maskfold.svg");
  mask-image: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67a484ce7e99554aea68fdee_maskfold.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.wohmi {
  z-index: 3;
  border-radius: 28px;
  width: 100vw;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
}

.body {
  background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
  background-position: 0 0, 0 0;
  background-size: auto, 25px;
}

.body.is-ch {
  font-variation-settings: "wght" 450;
}

.body.is-ch.is-internal {
  font-size: 16px;
}

.body.is-test {
  background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
  background-position: 0 0, 0 0;
}

.about-content-wrapperss {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: calc(50vw - 10px);
  display: flex;
  position: absolute;
}

.about-headline-text {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2em;
}

.about-headline {
  margin-top: -10px;
  margin-bottom: -10px;
  overflow: hidden;
}

.about-headline.first {
  margin-left: -160px;
}

.about-headline-wrapper {
  margin-bottom: 150px;
}

.about-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 460px;
  margin-left: 6vw;
  display: flex;
}

.about-text {
  text-align: left;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.cta-text-wrapper {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
}

.cta-text-wrapper.is-dark {
  background-color: var(--_navigation---nav-dark);
  color: var(--white);
}

.cta-text-wrapper.is-ms-close {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  background-color: #0f0f0f;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(.6875rem, .8333vw, 13333rem) clamp(.9rem, 1.6667vw, 26667rem);
  font-size: clamp(.6875rem, .8333vw, 13333rem);
  display: flex;
}

.cta-text-wrapper.is-full-screen {
  padding: clamp(.6875rem, .8333vw, 1.3333rem) clamp(.9rem, 1.6667vw, 2.6667rem);
  font-size: clamp(.6875rem, .8333vw, 1.3333rem);
}

.cta-blob-shape {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 16px;
  display: flex;
}

.cta-blob-shape.is-ms-cta {
  width: clamp(2.25rem, 4.1667vw, 6.6667rem);
  height: clamp(.6875rem, 1.1111vw, 1.7778rem);
}

.cta-blob-shape.is-dark {
  color: var(--dark);
}

.cta-blob.is-dark, .cta-blob.is-top {
  color: var(--white);
}

.cta-blob {
  color: var(--dark);
  justify-content: center;
  align-items: flex-start;
  margin-top: -2px;
  display: inline-flex;
  position: relative;
  right: 20%;
}

.cta-blob.is-dark, .cta-blob.is-top {
  color: var(--white);
}

.cta-blob.is-hh-plus-icon {
  z-index: 10;
  pointer-events: none;
  color: var(--white);
  z-index: 10;
  pointer-events: none;
  right: auto;
}

.cta {
  color: var(--dark);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.cta.is-dark {
  color: var(--white);
}

.cta-arrow {
  aspect-ratio: 8 / 10;
  justify-content: center;
  align-items: center;
  width: 9px;
  margin-top: -6px;
  display: flex;
  position: absolute;
  transform: rotate(-45deg);
}

.cta-arrow.is-top {
  bottom: -2.25px;
}

.cta-arrow.is-about-lets-talk {
  color: var(--white);
  margin-top: 0;
  position: absolute;
  bottom: 7px;
  transform: rotate(-45deg);
}

.cta-arrow.is-ms-slider {
  width: clamp(.5rem, .725vw, 1rem);
  margin-top: 0;
  position: relative;
  top: -4px;
  left: -52%;
  transform: rotate(0);
}

.cta-arrow.is-ms-close {
  width: clamp(.5rem, .725vw, 1000rem);
  margin-top: 0;
  position: relative;
  transform: rotate(0);
}

.cta-arrow.is-no-tarnsform {
  transform: none;
}

.about-headline-highlight {
  color: var(--blue);
}

.pre-loader {
  z-index: 2147483647;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.pre-loader.hide {
  display: none;
}

.preloader-text {
  opacity: 1;
  text-transform: uppercase;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}

.preloader-text.fade {
  opacity: .5;
}

.preloader-text.enter {
  text-align: center;
}

.preloader-text.number {
  opacity: 1;
  color: #ffffff1a;
  letter-spacing: -.03em;
  height: auto;
  font-size: 360px;
  line-height: 1em;
}

.preloader-india-icon {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 30px;
}

.preloader-center {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.preloader-center-animation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-line {
  transform-origin: 0%;
  background-color: #8b8b8b;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 1px;
  display: flex;
}

.preloader-line._1 {
  transform-origin: 100%;
}

.preloader-logo {
  aspect-ratio: 1;
  width: 200px;
  position: relative;
  overflow: hidden;
}

.preloader-name {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30px 0% auto;
}

.preloader-name.bottom {
  inset: auto 30px 30px auto;
}

.preloader-counter-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader-center-text-wrapper {
  overflow: hidden;
}

.pre-loader-close {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0 0 0%;
}

.barcode {
  position: absolute;
  inset: 30px 30px auto auto;
}

.hero-barcode-code {
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 18px;
  display: flex;
}

.hero-barcode-text {
  border-bottom: 1px solid var(--dark);
  font-variation-settings: "wght" 450;
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 8px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.by-nz {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--dark);
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 30px 30px;
}

.by-nz.white {
  color: var(--white);
}

.by-nz.is-preloader {
  position: relative;
  bottom: auto;
  left: auto;
}

.hero-nz-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 10px;
  line-height: 1em;
  display: flex;
}

.hero-nz-logo {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 25px;
  display: flex;
}

.hero-nz-logo.is-small {
  width: 11px;
  height: 20px;
}

.hero-tagline {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 450px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 30px 30px auto;
}

.hero-tagline.is-test {
  z-index: 10;
  z-index: 10;
}

.hero-tagline-wrapper {
  transform-origin: 50% 100%;
  letter-spacing: -.01em;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.4em;
  display: flex;
  overflow: hidden;
}

.hero-tagline-cta-wrapper {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
  right: 10%;
}

.her-tagline-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--dark);
  cursor: pointer;
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  margin-left: 2px;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
}

.hero-tagline-cta-text {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
}

.hero-tagline-cta-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  transform: rotate(45deg);
}

.nero-tagline-cta-shape {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 42px;
  display: flex;
}

.nero-tagline-cta-shape.is-new {
  margin-top: -2px;
}

.hero-tagline-text {
  width: 100%;
}

.hero-tagline-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  display: flex;
  overflow: hidden;
}

.hero-tagline-cta-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.hero-tagline-cta-block-mask {
  overflow: hidden;
}

.hero-block-tagline-text-mask {
  width: 460px;
  padding: 28px;
}

.about {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 2560px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.about-content-scroller {
  width: 50%;
}

.about-webgl-wrapper {
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: calc(100vh - 20px);
  display: flex;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.about-webgl-wrapper.is-test {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.about-content-container {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: calc(20px - 100vh);
  display: flex;
  position: relative;
}

.about-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: calc(100vh - 20px);
  display: flex;
}

.wohmi-wrapper {
  background-color: #e5e5e5;
  border-radius: 28px;
}

.wohmi-headline {
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  width: 450px;
  font-size: 60px;
  font-weight: 500;
  line-height: .8em;
}

.wohmi-navigation-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #33333354;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.wohmi-headline-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px dashed #1a1a1a33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.wohmi-container {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wohmi-content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(45%, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  display: grid;
}

.wohmi-highlighted-article {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  min-height: 310px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 100px;
}

.wohmi-article-cotnainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.wohmi-highlighted-article-thumbnail {
  aspect-ratio: 340 / 420;
  background-color: #0000000d;
  background-image: url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700074_67aa22996d2fe7a298c08df7_image%20(8).webp");
  background-position: 100%;
  background-size: cover;
  border-radius: 18px;
  flex: 0 auto;
  height: 100%;
  overflow: hidden;
}

.wohmi-highlighted-article-content-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wohmi-highlighted-article-name {
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

.wohmi-hgihglighted-article-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wohmi-article-content-type {
  font-size: 11px;
  line-height: 1.3em;
}

.wohmi-article-thumbnail {
  aspect-ratio: 250 / 140;
  background-color: #0000000d;
  border-radius: 18px;
  flex: 0 auto;
  width: 250px;
  overflow: hidden;
}

.wohmi-article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-decoration: none;
  display: flex;
}

.wohmi-article-content-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
}

.wohmi-article-content-name {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
}

.whomi-custom-shape-block-1 {
  aspect-ratio: 560 / 44;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.wohmi-custom-shape {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wohmi-custom-shape.left {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -1px;
  padding-right: 10%;
}

.wohmi-custom-shape.left.abot-mobile {
  display: none;
}

.wohmi-custom-shape.left.about-desktop {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
}

.wohmi-custom-shape.left.about-desktop.reverse {
  margin-top: -1px;
  margin-bottom: 0;
  transform: rotate(180deg);
}

.wohmi-custom-shape._100 {
  margin-top: -99px;
}

.wohmi-custom-shape._100.tilt {
  color: #f2f2f2;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.whomi-custom-shape-block-2 {
  aspect-ratio: 1001 / 71;
  color: #e5e5e5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.wohmi-custom-shape-negetive-block {
  background-color: #e5e5e5;
  width: 100px;
  height: 100px;
  margin-bottom: -2px;
}

.footer {
  color: var(--white);
  width: 100vw;
  max-width: 2560px;
  height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.footer-flex {
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 20px);
  display: flex;
}

.footer-bottom-flex {
  flex: none;
  display: flex;
}

.footer-tfl {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-tfl-container {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 28px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: 1fr min-content;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: min-content;
  place-items: stretch stretch;
  width: 100%;
  height: 750px;
  padding: 30px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.footer-bottom-flex-left {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  padding: 4% 50px;
  font-size: 14px;
  line-height: 1.44em;
  display: flex;
}

.footer-bfl-logo {
  aspect-ratio: 9 / 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  min-width: 150px;
  display: flex;
}

.footer-bfl-text {
  flex: 1;
  max-width: 460px;
  font-weight: 300;
}

.footer-bfl-text-container {
  flex: none;
  padding-right: 10%;
}

.footer-top-flex {
  flex-flow: row;
  flex: 1;
  display: flex;
}

.footer-cta {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-cta-shape {
  z-index: 1;
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-cta-text-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-left: -6%;
  display: flex;
  position: relative;
}

.footer-cta-arrow {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-cta-arrow.prev {
  cursor: pointer;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer-cta-arrow.is-hh {
  width: 1.5vw;
  height: 1.5vw;
}

.footer-cta-text {
  text-transform: uppercase;
  font-size: 18px;
}

.footer-form-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 65%;
  padding: 60px 60px 34px 20px;
  display: flex;
  position: relative;
}

.footer-links-container {
  grid-column-gap: 5%;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: min-content;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: flex-end start;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.footer-form-titile {
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}

.footer-form-content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.footer-form-subtext {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
}

.footer-bynz {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.footer-bynz-logo {
  width: 13px;
  height: 26px;
}

.footer-tfl-bottom-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  padding: 60px 60px 30px 20px;
  display: flex;
  position: relative;
}

.footer-bynz-text-container {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  font-size: 10px;
  display: flex;
}

.footer-email {
  color: var(--white);
  text-decoration: none;
}

.footer-tfl-bottom-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 60px 30px 30px;
  display: flex;
  position: relative;
}

.footer-link-flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer-barcode {
  width: 112px;
  display: flex;
  position: static;
  left: 30px;
}

.footer-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-form-textfield {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  height: 70px;
  margin-bottom: 0;
  padding: 18px 21px 18px 32px;
  line-height: 1.2em;
}

.footer-form-textfield-wrapper {
  background-color: #363636;
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
}

.footer-form-submit-shape {
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-form-submit {
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 11px;
  width: 52%;
  font-size: 11px;
  position: absolute;
}

.footer-form-submit:hover {
  background-color: #ffffff0d;
}

.footer-form-submit-wrapper {
  aspect-ratio: 146 / 42;
  justify-content: center;
  align-items: flex-start;
  width: 170px;
  margin-right: 20%;
  display: flex;
  position: relative;
}

.footer-form-link-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  display: flex;
}

.footer-tfl-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-line {
  opacity: .1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-line.smaller {
  width: 50%;
}

.footer-line-vertical {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  inset: auto -20px 0% auto;
}

.footer-barcode-container {
  flex: 1;
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}

.footer-tfl-shape-container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-tfl-shape-svg {
  aspect-ratio: 1001 / 298;
  width: 100%;
  display: flex;
}

.footer-tfl-shape-block {
  background-color: #262626;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  flex: 1;
  width: 100%;
  margin-top: -1px;
}

.clock-container {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: none;
}

.analog-clock {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hour {
  background-color: var(--_navigation---nav-dark);
  transform-origin: 50% 100%;
  width: 1px;
  height: 50%;
  margin-top: -50%;
  margin-right: -1px;
}

.minute {
  background-color: var(--_navigation---nav-dark);
  transform-origin: 50% 100%;
  width: 1px;
  height: 50%;
  margin-top: -50%;
  position: absolute;
}

.footer-link {
  color: var(--white);
  flex: 1;
  text-decoration: none;
}

.footer-link.hide {
  opacity: .51;
  cursor: not-allowed;
}

.footer-link.faded {
  opacity: .41;
}

.footer-bynz-text.faded {
  opacity: .5;
  opacity: .5;
  opacity: .5;
}

.wohmi-navigation-text {
  color: #333;
  font-weight: 500;
}

.wohmi-cta {
  color: #e5e5e5;
  cursor: pointer;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.wohmi-cta-text {
  text-transform: uppercase;
  font-size: 12px;
}

.wohmi-cta-arrow {
  width: 12px;
  height: 12px;
  display: flex;
}

.wohmi-cta-shape {
  color: var(--dark);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wohmi-cta-text-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  display: flex;
  position: relative;
}

.footer-link-wrap {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.wohmi-navigation-button {
  cursor: pointer;
  text-decoration: none;
}

.success-message {
  background-color: #ddd0;
  border-radius: 20px;
  padding-left: 5px;
}

.text-block {
  opacity: .36;
  text-align: left;
  padding-left: 5px;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2em;
}

.error-message {
  background-color: #cc5252;
  border-radius: 14px;
  padding: 15px 17px;
}

.moonshot {
  color: var(--white);
  padding: 10px;
}

.footer-tfr {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-lottie {
  aspect-ratio: 520 / 800;
  width: 100%;
}

.footer-lottie.is-concept {
  display: block;
  transform: scale(2);
}

.footer-lottie-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
  transform: none;
}

.device-frame {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  background-color: #000;
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 10px 30px 2px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.device-frame.rg, .device-frame.nf, .device-frame.nz, .device-frame.nftf {
  display: none;
}

.device--overlay {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  width: 74.5%;
  height: 75%;
  position: absolute;
  top: 10.937%;
  left: 11.939%;
}

.device-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 75%;
  display: flex;
}

.device-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.device-back-button-arrow {
  aspect-ratio: 20 / 28;
  width: 12px;
  height: 12px;
}

.device-text {
  opacity: .89;
  text-transform: none;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2em;
}

.device-text.is-rg {
  margin-top: 2px;
}

.device-text.is-nz {
  margin-top: 9px;
}

.device-text.is-nf {
  margin-top: -4px;
}

.device-inside-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2px;
  font-size: 10px;
  line-height: 1.2;
  text-decoration: underline;
  display: flex;
}

.device-inside-link.is-rg {
  margin-left: 6px;
}

.device-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.device-image {
  height: 100%;
}

.moonshot-cover {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 20px);
  display: flex;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.canvas {
  opacity: .8;
  mix-blend-mode: screen;
  width: 60%;
  margin-top: 8%;
  position: absolute;
}

.canvas.large {
  width: 80%;
  margin-top: 0%;
}

.canvas.is-first {
  opacity: .8;
  mix-blend-mode: screen;
  opacity: .8;
  mix-blend-mode: screen;
  inset: 0%;
  width: 100%;
  margin-top: 0%;
  inset: 0%;
}

.div-block-6 {
  aspect-ratio: 500 / 120;
  width: 500px;
  overflow: hidden;
  transform: translate(-20%);
}

.div-block-6.right {
  transform: translate(0%);
}

.div-block-7 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  width: 500px;
  display: flex;
  transform: translate(20%);
}

.text-block-2 {
  width: 100%;
  font-size: 15px;
  line-height: 1.5em;
}

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

.moonshot-card-container {
  z-index: 2;
  grid-column-gap: 35vh;
  grid-row-gap: 35vh;
  pointer-events: none;
  perspective: 1000px;
  perspective-origin: 0 0;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 35vh;
  display: flex;
  position: relative;
  transform: rotateX(18deg)rotateY(-27deg)rotateZ(0);
}

.moonshot-card {
  aspect-ratio: 480 / 343;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  cursor: none;
  background-color: #ffffff08;
  border-top: 1px solid #ffffff47;
  border-bottom: 1px solid #fff0;
  border-left: 1px solid #ffffff0f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
  position: sticky;
  top: 25vh;
  transform: skew(0deg, -10deg);
  -webkit-mask-image: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67a8d3c9d96b29b63d14225a_moonshot-shape.svg");
  mask-image: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67a8d3c9d96b29b63d14225a_moonshot-shape.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.moonshot-card.is-test {
  z-index: 1;
  aspect-ratio: 513 / 353;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  pointer-events: auto;
  transform-style: preserve-3d;
  border-top-color: #ffffffa3;
  border-left-color: #ffffff80;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transform: translate3d(-15px, 0, -30px);
  -webkit-mask-image: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67e0bbb941031a9384964872_moonshot-shape-new.svg");
  mask-image: url("https://cdn.prod.website-files.com/67a325294e5fbb80fd507882/67e0bbb941031a9384964872_moonshot-shape-new.svg");
}

.moonshot-card._2 {
  transform: translate(20px, 20px)skew(0deg, -10deg);
}

.moonshot-card._2.is-test {
  z-index: 2;
  transform-style: preserve-3d;
  z-index: 2;
  top: 26vh;
  transform: translate3d(0, 0, -20px);
}

.moonshot-card._3 {
  transform: translate(40px, 40px)skew(0deg, -10deg);
}

.moonshot-card._3.is-test {
  z-index: 3;
  transform-style: preserve-3d;
  z-index: 3;
  top: 27vh;
  transform: translate3d(15px, 0, -10px);
}

.moonshot-card-glass {
  opacity: .22;
  filter: brightness(32%);
  mix-blend-mode: color-dodge;
  background-image: url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e70007f_Shape%20Layer.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.background-video {
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  display: none;
}

.moonshot-marquee {
  flex-flow: column;
  width: 100vw;
  display: flex;
  position: absolute;
}

.moonshot-marquee-wrapper._2, .moonshot-marquee-wrapper._3 {
  position: absolute;
}

.moonshot-marquee-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  transform-origin: 50%;
  letter-spacing: -.04em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: row;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1em;
  display: inline-flex;
  overflow: visible;
  transform: rotate(0);
}

.moonshot-marquee-wrapper._2, .moonshot-marquee-wrapper._3, .moonshot-marquee-wrapper._2, .moonshot-marquee-wrapper._3 {
  position: absolute;
}

.moonshot-marquee-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-video-border-fader {
  background-image: linear-gradient(#eee, #e5e5e500);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-video-border-fader.bottom {
  background-image: linear-gradient(#eee, #e5e5e500);
  top: auto;
  bottom: 0%;
  transform: rotate(180deg);
}

.hero-video-border-fader.left {
  background-image: linear-gradient(90deg, #eee, #eee 0%, #e5e5e500);
  width: 13%;
  height: 100%;
}

.hero-video-border-fader.right {
  background-image: linear-gradient(270deg, #eee, #eee0);
  width: 13%;
  height: 100%;
  inset: 0% 0% auto auto;
}

.hero-slider-container {
  z-index: 2;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  transform: translate(0, -4vh);
}

.hero-slider-container.is-hero-new {
  height: 80%;
  margin-top: 5%;
}

.fluted-glass-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flutted-glass-bar-wrapper {
  flex-flow: row;
  flex: 1;
  display: flex;
}

.flutted-glass-bar-wrapper.odd {
  flex: none;
  width: 30%;
}

.flutted-glass-bar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff03;
  width: 5%;
  box-shadow: 0 1px 1px #fff;
}

.custom-cursor {
  z-index: 9999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: inline-flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.moonshot-tooltip {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.moonshot-tooltip-arrow {
  aspect-ratio: 8 / 10;
  justify-content: center;
  align-items: center;
  width: 8px;
  display: flex;
  transform: rotate(-45deg);
}

.container {
  max-width: 90.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
}

.container.is-large {
  max-width: 120rem;
}

.container.is-large.is-very-large {
  max-width: 2560px;
}

.container.is-large.is-very-large.is-concept {
  position: static;
}

.navbar-clock {
  display: none;
}

.message {
  z-index: 999999999;
  background-color: var(--dark);
  color: var(--white);
  z-index: 999999999;
  background-color: var(--dark);
  inset: 0% auto auto 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.top-secret {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  text-transform: uppercase;
  background-color: #f1595c;
  border-radius: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 500;
  display: none;
  position: relative;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.footer-contact-form {
  z-index: 9999999;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form-closer {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.form-block {
  z-index: 2;
  position: absolute;
}

.text-field {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 12px;
  width: 400px;
  padding: 24px 28px;
}

.text-field::placeholder {
  text-transform: capitalize;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 12px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 28px;
  padding: 40px 23px 23px;
}

.text-block-7 {
  letter-spacing: -.02em;
  margin-bottom: 30px;
  padding-left: 14px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-8 {
  width: 100%;
}

.loader-bar-container {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.loader-bar-mask {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.loader-bar {
  background-color: #141414;
  width: 110%;
  height: 100%;
}

.code-embed-5 {
  width: 100%;
  height: 100%;
  display: block;
}

.hide {
  display: none;
}

.success-message-2 {
  color: var(--dark);
  background-color: #fff;
  border-radius: 8px;
}

.wohmi-highlighted-article-thumbnail-wrapper {
  aspect-ratio: 340 / 420;
  -webkit-clip-path: url("#clipListCollection");
  clip-path: url("#clipListCollection");
  background-color: #0000000d;
  border-radius: 18px;
  flex: 0 auto;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav-wrapper {
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0 0% auto;
}

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

.nav-wrapper.show {
  opacity: 1;
}

.nav-submenu {
  background-color: #ffffff05;
  border-radius: 12px;
  margin-bottom: 6px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.moonshot-new-img {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.moonshot-new-img.additive {
  z-index: 1;
  opacity: .6;
  filter: brightness(200%);
  mix-blend-mode: screen;
  border-top: 1px solid #000;
  display: none;
  position: absolute;
}

.moonshot-new-img.additive.is-3rd {
  filter: brightness(200%);
  mix-blend-mode: screen;
}

.moonshot-slide-popup {
  z-index: 1000;
  background-color: #0f0f0f;
  width: 100vw;
  height: 100vh;
  transition: opacity .35s;
  display: none;
  position: fixed;
  inset: 0%;
}

.moonshot-slide-popup.is-active {
  display: block;
}

.swiper.home-moonshot-swiper {
  width: 100vw;
  height: 100%;
  padding: 20px;
  position: relative;
}

.swiper.home-hero-new {
  width: 150px;
  height: 38px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.swiper.home-hero-new.is-focus {
  opacity: 1;
  color: var(--white);
  opacity: 1;
  background-color: #1a1a1a;
  border-radius: 8px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper.hh-swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-active {
  background-color: var(--blue);
}

.swiper-wrapper.home-moonshot-swiper {
  -webkit-clip-path: url("#swiperMask");
  clip-path: url("#swiperMask");
  background-color: #0f0f0f;
  background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
  background-position: 0 0, 0 0;
  background-size: auto, 25px 25px;
  flex-flow: row;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper.home-hero-new-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 38px;
  display: flex;
}

.swiper-wrapper.hh-swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide.home-moonshot-swiper {
  opacity: 0;
  -webkit-clip-path: url("#swiperMask");
  clip-path: url("#swiperMask");
  background-color: #1a1a1a;
  background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
  background-position: 0 0, 0 0;
  background-size: auto, 25px 25px;
  flex: none;
  width: 100%;
  padding: 7vh 5vw 5vw;
  transition-property: opacity;
  transition-duration: .35s;
  transition-timing-function: ease-in-out;
  position: relative;
}

.swiper-slide.home-moonshot-swiper.swiper-slide-active {
  opacity: 1;
}

.swiper-slide.home-hero-new-slide {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.swiper-slide.home-hero-new-slide.is-dark {
  background-color: #000;
}

.swiper-slide.hh-swiper-slide {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.swiper-slide.hh-swiper-slide.swiper-slide-active {
  opacity: 1;
}

.barcode-city-wrapper {
  width: 60px;
  height: 10px;
  overflow: hidden;
}

.barcode-slider {
  pointer-events: none;
  background-color: #ddd0;
  width: 60px;
  height: 10px;
  overflow: hidden;
}

.barcode-city-slide {
  text-align: left;
  width: 60px;
  height: 10px;
}

.footer-bynz-text-wrapper {
  width: 150px;
  height: 12px;
  overflow: hidden;
}

.footer-bynz-text-slide {
  text-align: left;
  width: 150px;
  height: 12px;
}

.footer-bynz-text-slider-2 {
  pointer-events: none;
  background-color: #ddd0;
  width: 150px;
  height: 12px;
  display: none;
  overflow: hidden;
}

.ms-slide-txt-wrap {
  z-index: 1000;
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: column;
  max-width: 30%;
  display: flex;
  position: absolute;
  inset: auto auto 2vw 5vw;
}

.ms-slide-heading {
  max-width: 80%;
  font-size: clamp(1.2rem, 1.8vw, 3.5556rem);
  font-weight: 600;
  line-height: 1.1;
}

.ms-slide-para {
  font-size: clamp(.725rem, .9722vw, 1.5556rem);
  line-height: 1.3;
}

.ms-slide-cta-wrap {
  z-index: 10;
  position: absolute;
  inset: auto 7vw 3vw auto;
}

.ms-slider-close {
  z-index: 1000001;
  position: absolute;
  inset: 1.2vw 1.2vw auto auto;
}

.ms-slide-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.ms-slide1 {
  z-index: 270;
  aspect-ratio: 1.44;
  -webkit-clip-path: url("#swiperMask1");
  clip-path: url("#swiperMask1");
  border-top: 1px solid #fff6;
  border-bottom: 1px solid #fff6;
  width: 52%;
  position: relative;
}

.ms-slide1-bg.is-slide-left, .ms-slide1-bg.is-slide-lright {
  -webkit-backdrop-filter: blur(94px);
  backdrop-filter: blur(94px);
}

.ms-slide1-bg {
  opacity: .6;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  mix-blend-mode: screen;
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e70007f_Shape%20Layer.webp");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ms-slide1-bg.is-slide-left, .ms-slide1-bg.is-slide-lright, .ms-slide1-bg.is-slide-left, .ms-slide1-bg.is-slide-lright {
  -webkit-backdrop-filter: blur(94px);
  backdrop-filter: blur(94px);
}

.ms-slide1-image-wrap {
  aspect-ratio: 16 / 9;
  opacity: .95;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: relative;
}

.ms-slide1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ms-slide1-image.additive {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.ms-slide1-image.is-ms1 {
  opacity: .8;
  position: relative;
}

.ms-slide1-image.is-ms1.additive {
  opacity: .2;
  filter: brightness(200%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: screen;
  opacity: .2;
  mix-blend-mode: screen;
  inset: 0%;
  position: absolute;
  inset: 0%;
}

.ms-slide2 {
  z-index: 270;
  aspect-ratio: 1.44;
  -webkit-clip-path: url("#swiperMask2");
  clip-path: url("#swiperMask2");
  border-bottom: 1px solid #ffffff4d;
  border-left: 1px solid #ffffff52;
  width: 23%;
  position: absolute;
  top: 28%;
  left: 9%;
}

.ms-slide3 {
  z-index: 270;
  aspect-ratio: 1.44;
  -webkit-clip-path: url("#swiperMask3");
  clip-path: url("#swiperMask3");
  border-top: 1px solid #fff6;
  border-right: 1px solid #ffffff52;
  width: 25%;
  position: absolute;
  top: 40%;
  left: auto;
  right: 6%;
}

.ms-close-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.ms-close-cta:hover {
  background-color: #272727;
}

.ms-slider-prev-btn {
  z-index: 10000;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: clamp(1.8rem, 3.3333vw, 53333rem);
  height: clamp(1.8rem, 3.3333vw, 53333rem);
  transition-property: background-color, transform;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
}

.ms-slider-prev-btn:hover {
  background-color: #ffffff0f;
  transform: translate(0, -50%);
}

.ms-slider-next-btn {
  z-index: 10000;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: clamp(1.8rem, 3.3333vw, 53333rem);
  height: clamp(1.8rem, 3.3333vw, 53333rem);
  transition-property: background-color, transform;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
}

.ms-slider-next-btn:hover {
  background-color: #ffffff0f;
}

.ms-cover-gradient {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.ms-cta-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -250px;
}

.bg-holder {
  z-index: -1;
  opacity: .7;
  pointer-events: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.bg-holder.show {
  display: block;
}

.show-mobile-portrait, .moonshot-home-tab-text-wrapper {
  display: none;
}

.footer-logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-by-non-zero-link {
  color: #fffc;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-left: 41px;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.footer-by-non-zero-link:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-bynz-text-container {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-transform: uppercase;
  flex-flow: column;
  font-size: 10px;
  display: flex;
}

.new-hero-wrapper {
  background-color: #ededed;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-hero-bg-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-hero-bg-embed-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hh-popup-wrapper {
  z-index: 10000;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  padding: 1vw;
  transition: opacity .3s cubic-bezier(1, 0, 0, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.hh-popup-wrapper.active, .hh-popup-wrapper.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hh-popup-wrapper.show {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.hh-popup-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.hh-popup-close {
  z-index: 1000;
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .2vw 1.5vw;
  font-size: .65vw;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: .2vw;
  left: 50%;
  transform: translate(-50%);
}

.hh-popup-slide-content {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.hh-popup-arrow.popup-prev {
  z-index: 1000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 41.5vh auto auto -.5vw;
  transform: translate(0, -50%);
}

.hh-popup-arrow.popup-prev:hover {
  background-color: #ececec0d;
}

.hh-popup-arrow.popup-next {
  z-index: 1000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 41.5vh -.5vw auto auto;
  transform: translate(0, -50%);
}

.hh-popup-arrow.popup-next:hover {
  background-color: #ececec0d;
}

.hh-slide-content-top {
  z-index: 1;
  -webkit-clip-path: url("#hh-swiper-mask");
  clip-path: url("#hh-swiper-mask");
  background-color: #e8e8e8b3;
  background-image: none;
  background-size: auto;
  border-radius: 30px;
  flex: 1;
  position: relative;
}

.hh-slide-content-btm {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 20vh;
  padding: 2vw 2vw 1vw;
  display: flex;
}

.hh-popup-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6875vw;
  font-weight: 500;
  line-height: 1;
}

.hh-thumb-wrapper {
  flex: 1;
  justify-content: flex-end;
  min-width: 18vw;
  height: 100%;
  display: flex;
}

.hh-thumb-inner {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: flex-end;
  width: 25vw;
  height: 100%;
  display: flex;
}

.hh-thumb {
  cursor: pointer;
  background-color: #e8e8e8;
  border-radius: 10px;
  width: 25%;
  height: 100%;
  transition: width .2s cubic-bezier(1, 0, 0, 1);
  position: relative;
  overflow: hidden;
}

.hh-thumb:hover {
  outline-color: var(--blue);
  outline-offset: 0px;
  outline-width: .75px;
  outline-style: solid;
}

.hh-thumb.is-current {
  outline-offset: 0px;
  outline: 1px solid #1a1a1a;
  width: 50%;
}

.hh-thumb.thumb-1 {
  transition: width .2s cubic-bezier(1, 0, 0, 1);
}

.hh-thumb.thumb-3 {
  display: block;
}

.hh-popup-decr {
  max-width: 45%;
  margin-top: 0;
  font-size: 1vw;
  line-height: 1.4;
  display: block;
}

.hh-popup-close-icon {
  width: .5vw;
  height: .5vw;
}

.hh-inner-video-wrapper {
  z-index: 50;
  aspect-ratio: 1000 / 443;
  filter: saturate(120%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: auto;
  max-height: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: clip;
  transform: translate(-50%, -50%);
}

.hh-hero-inner-video-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.hh-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hh-main-swiper-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: relative;
  top: 5px;
}

.code-embed {
  height: 0;
}

.device-control-dpad-right {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  mix-blend-mode: hue;
  background-color: #000;
  width: 9.5%;
  position: absolute;
  inset: 31% auto auto 22.5%;
}

.device-control-dpad-right:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(158%);
  backdrop-filter: saturate(158%);
  background-color: #0000;
}

.code-embed-device {
  display: none;
}

.gameboy-logo-img {
  mix-blend-mode: difference;
  max-width: 50%;
}

.gameboy-logo-img.is-max-60 {
  max-width: 60%;
}

.gameboy-logo-img.is-max-70 {
  max-width: 70%;
}

.social-behance {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 6% 35%;
}

.device-control-dpad-up {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  width: 9.5%;
  position: absolute;
  inset: 18% auto auto 14%;
}

.device-control-dpad-up:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
  border-radius: 15px;
}

.back-btn {
  color: #fff;
  cursor: pointer;
  flex: none;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 2px;
  position: relative;
  inset: auto;
}

.back-btn.is-nz {
  margin-top: 9px;
  margin-right: 6px;
}

.back-btn.is-nf {
  margin-top: 7px;
  margin-right: 7px;
}

.back-btn.is-nff {
  margin-right: 4px;
}

.device-control-dpad-left {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  mix-blend-mode: hue;
  width: 9.5%;
  position: absolute;
  inset: 33% auto auto 7%;
}

.device-control-dpad-left:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.social-linkedin {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 6% 55%;
}

.device-control-dpad-down {
  aspect-ratio: 1;
  opacity: 0;
  cursor: pointer;
  width: 9.5%;
  position: absolute;
  inset: 50% auto auto 15%;
}

.device-control-dpad-down:hover {
  opacity: 1;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.device-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.device-button.active {
  color: #000;
  background-color: #fff;
  border-color: #fff3;
}

.device-button-container {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  aspect-ratio: 30 / 31.5;
  background-color: #000;
  border-radius: 11px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 63.2%;
  margin-left: 1.8%;
  padding: 2%;
  display: grid;
  position: absolute;
  inset: 9.5% auto auto 17.5%;
  overflow: hidden;
  transform: scale(1);
}

.device-button-container.hide {
  display: none;
}

.device-button-container.is-device-open {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  opacity: 1;
  filter: contrast(90%);
  width: 62%;
  top: 10%;
  left: 18%;
  transform: skew(.5deg)scale(1);
}

.device-button-container.is-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 30 / 30;
  background-color: #0000;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  display: grid;
  top: 1%;
  left: 3%;
}

.device-button-container.is-footer.is-preloader {
  display: block;
}

.social-instagram {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 6% 45%;
}

.device-control-o {
  aspect-ratio: 1;
  opacity: 1;
  cursor: pointer;
  mix-blend-mode: hue;
  border-radius: 50px;
  width: 12%;
  position: absolute;
  inset: 21% 7.5% auto auto;
}

.device-control-o:hover {
  opacity: .5;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.device-control-x {
  aspect-ratio: 1;
  opacity: 1;
  cursor: pointer;
  mix-blend-mode: hue;
  border-radius: 50px;
  width: 12%;
  position: absolute;
  inset: 46% 20% auto auto;
}

.device-control-x:hover {
  opacity: 100;
  -webkit-backdrop-filter: saturate(170%);
  backdrop-filter: saturate(170%);
}

.device-overlay {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3%;
  transition: all .3s ease-in-out;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate(50%);
}

.device-overlay.show {
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  transform: none;
}

.device-control-button {
  width: 56%;
  margin-top: 65.7%;
  margin-left: 5.27%;
  display: block;
  position: absolute;
}

.device-control-button.hide {
  display: none;
}

.device-control-button.is-device-open {
  opacity: .95;
  filter: saturate();
  margin-top: 67%;
  margin-left: 1%;
}

.device-control-button.is-footer {
  z-index: 10;
  opacity: .9;
  filter: saturate();
  width: 86.5%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 2.7%;
  left: 10.85%;
}

.gameboy-btn-lottie-animation {
  z-index: -2;
  width: 100%;
  position: relative;
  top: 7px;
  left: 0;
}

.gameboy-ctrl-lottie-blur {
  z-index: 30;
  -webkit-backdrop-filter: blur(.35px);
  backdrop-filter: blur(.35px);
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.device--inside-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  width: 25%;
  margin-right: 10%;
  display: flex;
}

.device--inside-logo-wrapper.is-nz {
  transform: translate(0, -10px);
}

.device-inside-link-arrow {
  width: 8px;
}

.text-block-8 {
  flex: none;
}

.footer-lottie-frame {
  perspective: 1000px;
  width: 100%;
  height: auto;
  position: relative;
}

.footer-lottie-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: none;
  position: relative;
  left: auto;
  right: auto;
  overflow: clip;
  transform: translate(0, -6.5px)scale(1.056);
}

.footer-lottie-image.is-concept {
  transform: scale(2);
}

.device-button-container-preloader-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.code-embed-6 {
  width: 20px;
  height: 21px;
}

.device-preloader-container {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  aspect-ratio: 30 / 31;
  background-color: #0000;
  border-radius: 11px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  padding: 2%;
  display: block;
  position: absolute;
  inset: 28px auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.footer-lottie-fallback {
  width: 100%;
  height: 30vw;
  display: none;
  position: relative;
  transform: scale(1.9);
}

.preloader-logo-image {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    width: 100%;
    padding-left: 22px;
    padding-right: 12px;
    font-size: 13px;
  }

  .nav-bar-logo {
    width: 80px;
    height: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-sound {
    width: 40px;
  }

  .nav-bar-cta {
    padding: 10px 20px;
  }

  .nav {
    width: calc(100vw - 40px);
    top: 20px;
    left: 20px;
  }

  .nav-menu-button-lottie {
    width: 9px;
    height: 9px;
  }

  .nav-menu-button-text {
    font-size: 10px;
  }

  .nav-menu-button {
    border-radius: 10px;
    margin-top: -14px;
    padding: 12px 16px;
  }

  .nav-menu-button-shape {
    width: 180px;
    height: 37px;
  }

  .nav-bar-wrapper, .nav-menu-wrapper {
    width: 100%;
  }

  .nav-menu {
    padding: 10px 10px 20px;
  }

  .nav-links {
    font-size: 12px;
  }

  .nav-links.is-submenu {
    font-size: 11px;
  }

  .hero {
    height: auto;
    padding: 5px;
    overflow: hidden;
  }

  .hero.is-new {
    height: 100vh;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .about-webgl {
    aspect-ratio: 8 / 9;
    background-color: #3f3f3f;
    background-image: none;
    background-size: auto;
    width: 100%;
    max-width: 100%;
    max-height: 90svh;
  }

  .wohmi {
    overflow: hidden;
  }

  .body {
    background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0, 0 0;
    background-size: auto, 25px;
  }

  .body.is-test {
    background-image: url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0;
  }

  .about-content-wrapperss {
    width: 100%;
    display: block;
    position: static;
  }

  .about-headline-text {
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .about-headline.first {
    margin-left: 0;
  }

  .about-headline-wrapper {
    margin-bottom: 0;
  }

  .about-text-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .about-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .cta-text-wrapper {
    padding: 10px 18px;
    font-size: 10px;
  }

  .cta-text-wrapper.is-full-screen, .cta-text-wrapper.is-ms-close, .cta-text-wrapper.is-full-screen, .cta-text-wrapper.is-ms-close {
    padding: 10px 18px;
  }

  .cta-blob-shape.is-ms-cta {
    width: 60px;
    height: 16px;
  }

  .cta-arrow {
    width: 8px;
    margin-top: -4px;
  }

  .about-content {
    padding: 90px 30px;
  }

  .pre-loader, .preloader-text {
    font-size: 12px;
  }

  .preloader-text.enter {
    inset: auto 0% 0%;
    font-weight: 400;
    position: absolute;
    inset: auto 0% 0%;
    transform: translate(0%);
  }

  .preloader-india-icon {
    height: 40px;
    bottom: 20px;
    left: 20px;
  }

  .preloader-center-animation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .preloader-line {
    display: none;
  }

  .preloader-logo {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .preloader-name {
    top: 20px;
    left: 20px;
  }

  .preloader-name.bottom {
    bottom: 20px;
    right: 20px;
  }

  .preloader-counter-wrapper {
    right: 20px;
  }

  .preloader-center-text-wrapper.move-right {
    text-align: left;
    text-align: left;
    transform: translate(40px);
  }

  .barcode, .by-nz {
    display: none;
  }

  .by-nz.is-preloader {
    display: flex;
  }

  .hero-tagline {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .hero-tagline.is-test {
    position: absolute;
    right: auto;
  }

  .hero-tagline-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-tagline-cta-wrapper {
    right: 0%;
  }

  .hero-tagline-text {
    display: inline;
  }

  .hero-tagline-text-wrapper {
    width: 100%;
    font-size: 13px;
    display: inline;
  }

  .hero-block-tagline-text-mask {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    margin-top: 0;
    display: flex;
    overflow: hidden;
  }

  .about-content-scroller {
    width: 100%;
  }

  .about-webgl-wrapper {
    height: calc(100vh - 20px);
    top: auto;
    bottom: 18px;
  }

  .about-content-container {
    margin-top: 0;
  }

  .about-content-wrapper {
    height: auto;
  }

  .wohmi-wrapper {
    border-radius: 16px;
  }

  .wohmi-headline {
    width: 80vw;
    font-size: 9vw;
    font-weight: 500;
  }

  .wohmi-headline-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wohmi-container {
    min-width: auto;
  }

  .wohmi-content-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wohmi-highlighted-article {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .wohmi-article-cotnainer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .wohmi-highlighted-article-thumbnail {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .wohmi-highlighted-article-content-container {
    width: 100%;
  }

  .wohmi-highlighted-article-name {
    margin-bottom: -15px;
    font-size: 24px;
  }

  .wohmi-hgihglighted-article-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wohmi-article-content-type {
    font-size: 9px;
  }

  .wohmi-article-thumbnail {
    border-radius: 6px;
    flex: 0 auto;
    width: 35%;
  }

  .wohmi-article {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wohmi-article-content-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wohmi-article-content-name {
    font-size: 13px;
  }

  .whomi-custom-shape-block-1 {
    width: 80%;
  }

  .wohmi-custom-shape.left {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .wohmi-custom-shape.left.abot-mobile {
    display: flex;
  }

  .wohmi-custom-shape.left.about-desktop {
    display: none;
  }

  .whomi-custom-shape-block-2 {
    width: 100%;
  }

  .owhmi-highlighted-article-subtext {
    font-size: 12px;
    line-height: 1.5em;
  }

  .footer, .footer-flex {
    height: auto;
    max-height: none;
  }

  .footer-bottom-flex {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .footer-tfl {
    width: 100%;
  }

  .footer-tfl-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-flex-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 60px 30px;
  }

  .footer-bfl-logo {
    width: 50%;
  }

  .footer-bfl-text {
    width: 100%;
    max-width: none;
  }

  .footer-bfl-text-container {
    width: 100%;
    padding-right: 0%;
  }

  .footer-top-flex {
    flex-flow: column;
  }

  .footer-cta {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 130px;
    margin-left: 30px;
  }

  .footer-cta-shape {
    margin-left: 0;
  }

  .footer-cta-text-container {
    width: 70%;
    margin-left: 40px;
  }

  .footer-cta-arrow {
    width: 16px;
    height: 16px;
  }

  .footer-cta-text {
    font-size: 15px;
  }

  .footer-form-container {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-container {
    border-top: 1px solid #ffffff1a;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
  }

  .footer-form-titile {
    font-size: 30px;
  }

  .footer-form-content-container {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 10px;
  }

  .footer-form-subtext {
    width: 280px;
  }

  .footer-bynz-logo {
    width: 16px;
  }

  .footer-tfl-bottom-left {
    border-top: 1px solid #ffffff1a;
    width: 100%;
    padding: 30px 20px;
  }

  .footer-tfl-bottom-right {
    border-top: 1px solid #ffffff1a;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px;
  }

  .footer-link-wrapper {
    border-right: 1px solid #ffffff1a;
    padding-left: 20px;
  }

  .footer-link-wrapper.right {
    border-right-style: none;
    padding-left: 20px;
  }

  .footer-form-link-flex {
    flex-flow: column;
  }

  .footer-tfl-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-line, .footer-line-vertical {
    display: none;
  }

  .footer-barcode-container {
    padding-top: 10px;
    padding-left: 10px;
  }

  .clock-container {
    display: none;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-link, .footer-link.hide, .footer-link.hide {
    flex: 0 auto;
  }

  .wohmi-cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-tfr {
    flex: none;
    order: -1;
  }

  .footer-lottie.is-concept {
    display: none;
  }

  .device--overlay {
    width: 74%;
    height: 74.5%;
    top: 11.5%;
    left: 12.5%;
  }

  .device-text {
    font-size: 13px;
    line-height: 1.5em;
  }

  .device-text.is-nf {
    margin-top: 23px;
  }

  .div-block-6 {
    width: 75vw;
    transform: translate(0%);
  }

  .div-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translate(0%);
  }

  .text-block-2 {
    width: 70%;
    font-size: 13px;
  }

  .moonshot-content-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .moonshot-card-container {
    padding-top: 0;
  }

  .moonshot-card {
    width: 80vw;
    height: auto;
    top: 32.5vh;
  }

  .moonshot-card._2 {
    transform: translate(10px, 10px)skew(0deg, -10deg);
  }

  .moonshot-card._2.is-test {
    top: 33vh;
  }

  .moonshot-card._3 {
    transform: translate(20px, 20px)skew(0deg, -10deg);
  }

  .background-video {
    object-fit: cover;
    display: block;
  }

  .moonshot-marquee-wrapper {
    font-size: 7vw;
  }

  .hero-video {
    aspect-ratio: auto;
    width: 100%;
    height: 450px;
    margin-top: 0%;
  }

  .hero-slider-container {
    transform: translate(0, -60px);
  }

  .slide {
    width: 120px;
  }

  .slider-text {
    font-size: 10px;
  }

  .slider-mask, .slider {
    width: 120px;
  }

  .slider.alternate.first, .slider.alternate.last, .slider.alternate.first, .slider.alternate.last, .slider.alternate.first, .slider.alternate.last {
    display: none;
  }

  .fluted-glass-container {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .flutted-glass-bar-wrapper {
    flex: 0 auto;
    justify-content: flex-end;
    width: 30%;
    overflow: hidden;
  }

  .flutted-glass-bar-wrapper.odd {
    width: 40%;
  }

  .flutted-glass-bar-wrapper.right {
    justify-content: flex-start;
  }

  .flutted-glass-bar {
    flex: none;
    width: 10px;
  }

  .custom-cursor, .ch-hero-ftr-item-h1, .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-style-4-lines, .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-tablet-only {
    max-width: 100%;
    font-size: 3rem;
    display: block;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-mobile-only {
    max-width: 100%;
    font-size: 3rem;
    display: none;
  }

  .ch-hero-ftr-item-h1.text-style-4-lines {
    display: none;
  }

  .ch-list-collection-list {
    max-height: none;
  }

  .ch-list-heading-wrap {
    min-width: 240px;
    font-size: .75rem;
    top: -50px;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up {
    height: 49.8px;
    left: 30px;
    right: auto;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up.is-concept {
    display: none;
    top: 10px;
    transform: none;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up {
    height: 49.8px;
    left: 220px;
    right: auto;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up.is-concept {
    display: none;
    top: 10px;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up.is-concept.hide-tablet {
    display: none;
  }

  .ch-list-heading-wrap.is-articles-scaled-up {
    left: 410px;
    right: auto;
  }

  .ch-list-heading-wrap.is-articles-scaled-up.is-concept {
    display: none;
    top: 10px;
  }

  .ch-list-heading-wrap.is-articles-scaled-up.is-concept.hide-tablet {
    display: none;
  }

  .ch-list-heading-wrap.is-articles {
    left: 410px;
    right: auto;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-articles.is-active {
    height: 51px;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-articles.is-concept.is-active {
    top: 10px;
    left: 30px;
  }

  .ch-list-heading-wrap.is-articles.is-concept.hide-tablet, .ch-list-heading-wrap.is-articles.is-concept.hide-tablet.w--current {
    display: none;
  }

  .ch-list-heading-wrap.is-moonshots {
    top: -50px;
    left: 30px;
    right: auto;
  }

  .ch-list-heading-wrap.is-moonshots.is-active {
    height: 51px;
  }

  .ch-list-heading-wrap.is-moonshots.is-concept {
    color: #000;
    background-color: #e5e5e5;
    top: 11px;
  }

  .ch-list-heading-wrap.is-casestudy {
    left: 220px;
    right: auto;
  }

  .ch-list-heading-wrap.is-casestudy.is-active {
    height: 51px;
  }

  .ch-list-heading-wrap.is-casestudy.is-concept.is-active {
    top: 10px;
    left: 30px;
  }

  .ch-list-heading-wrap.is-casestudy.is-concept.hide-tablet, .ch-list-collection-ftr-descr {
    display: none;
  }

  .ch-list-component {
    transform: none;
  }

  .ch-list-wrapper.is-concept {
    padding-bottom: 0;
  }

  .ch-list-item-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .ch-list-component-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ch-list-component-wrapper.is-concept {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px #000;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .ch-list-collection-ftr-content-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ch-list-collection-ftr-item {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .ch-list-item-heading.text-style-4-lines {
    font-size: 1.1rem;
  }

  .ch-list-collection-ftr-heading {
    font-size: 1.5rem;
  }

  .ch-list-item-category {
    font-size: .75rem;
  }

  .ch-list-collection-item {
    grid-column-gap: 24px;
    grid-template-columns: minmax(120px, 43fr) minmax(240px, 57fr);
  }

  .ch-section {
    padding-top: 80px;
  }

  .ch-section.is-ch-list {
    margin-top: 48px;
  }

  .ch-section.is-concept {
    position: relative;
  }

  .ch-list-collection-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 40fr 60fr;
  }

  .ch-list-collection-ftr-image {
    max-width: none;
  }

  .ch-list-collection-ftr-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ch-internal-explore-list {
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(364px, 1fr));
  }

  .ch-internal-post-body-rt {
    max-width: none;
  }

  .ch-internal-hero-img {
    max-width: 580px;
  }

  .ch-internal-hero-comp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 100px;
  }

  .read-more-cta-wrapper {
    padding-right: 0%;
  }

  .ch-internal-post-body-top-copy {
    bottom: 86px;
  }

  .ch-internal-post-body-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: minmax(auto, 200px) 1fr;
    max-width: 100%;
  }

  .ch-internal-hero-content {
    padding-top: 50px;
  }

  .ch-internal-post-body-top {
    top: 26px;
  }

  .ch-internal-post-body-comp {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 19px;
    grid-template-columns: minmax(auto, 200px) 1fr;
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-hero-wrapper {
    flex-flow: column;
    height: auto;
    position: static;
  }

  .about-hero-content {
    flex-flow: column;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .about-hero-headline {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-hero-flex {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .about-hero-flex.left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-hero-shape {
    width: 80vw;
    height: auto;
  }

  .about-hero-text {
    order: 1;
    max-width: 100%;
  }

  .about-comp-shape-wrapper {
    display: none;
  }

  .about-comp-content {
    border-radius: 18px;
    flex-flow: column;
    height: auto;
  }

  .about-hero-shape-wrapper {
    margin-bottom: 0;
  }

  .join-team {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .about-comp-shape-svg.mobile {
    inset: 0% auto auto 0%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 7vw;
  }

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

  .div-block-27 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .div-block-29 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
    margin-left: 0;
    transform: translate(0);
  }

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

  .div-block-31 {
    padding-left: 0;
  }

  .div-block-32 {
    width: 100%;
    position: static;
  }

  .div-block-39 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .div-block-40 {
    width: 80vw;
    height: auto;
    position: relative;
  }

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

  .div-block-45 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .message, .message.home, .message.about, .message.home, .message.about {
    display: none;
  }

  .form-block {
    width: 90%;
  }

  .text-field {
    width: 100%;
  }

  .heading-2 {
    font-variation-settings: "slnt" 0, "wght" 450;
    letter-spacing: -.05em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20vw;
    font-weight: 400;
    line-height: .75em;
  }

  .div-block-48 {
    z-index: 1;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: -15vw;
    display: flex;
    position: relative;
  }

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

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

  .div-block-50.left {
    justify-content: flex-end;
    align-items: center;
  }

  .lottie-animation-3 {
    width: 100%;
    height: 100%;
  }

  .test-video {
    aspect-ratio: auto;
    width: 100%;
    height: 450px;
    margin-top: 0%;
  }

  .about-active-brand-wrap {
    display: none;
  }

  .about-webgl-test {
    z-index: 11000;
    aspect-ratio: 8 / 16;
    background-color: #52525200;
    width: 100%;
    min-height: 400px;
    overflow: visible;
  }

  .wohmi-highlighted-article-thumbnail-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .ch-cta-text {
    font-size: .75rem;
  }

  .privacy-policy-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    margin-top: 0;
    display: flex;
    overflow: hidden;
  }

  .ms-close-cta {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    top: 8px;
  }

  .ms-cta-wrapper {
    top: -300px;
  }

  .bg-holder, .ch-list-item-descr {
    display: none;
  }

  .ch-list-item-descr.text-style-3-lines {
    font-size: .75rem;
  }

  .moonshot-home-tab-text-wrapper {
    z-index: 1000;
    font-variation-settings: "slnt" 0, "wght" 480;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .moonshot-home-tab-text {
    opacity: .7;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }

  .moonshot-home-tab-text.is-blur {
    opacity: .5;
    filter: brightness(200%) blur(12px);
    width: 100%;
    position: absolute;
    bottom: 1px;
  }

  .moonshot-home-tab-text._2nd {
    padding-bottom: 26px;
  }

  .moonshot-home-tab-text._3rd {
    padding-bottom: 42px;
  }

  .footer-by-non-zero-link {
    margin-left: 0;
  }

  .new-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .hh-popup-wrapper, .hh-popup-wrapper.show, .hh-popup-wrapper.show {
    z-index: 1000001;
  }

  .hh-popup-close {
    font-size: .625rem;
  }

  .hh-popup-arrow.popup-prev, .hh-popup-arrow.popup-next, .hh-popup-arrow.popup-prev, .hh-popup-arrow.popup-next {
    top: 34.5vh;
  }

  .hh-slide-content-btm {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    height: 35vh;
    min-height: 35vh;
    max-height: 35vh;
    padding-top: 24px;
    position: relative;
  }

  .hh-popup-heading {
    font-size: 2rem;
  }

  .hh-thumb-wrapper {
    flex: 0 auto;
    min-width: 0;
  }

  .hh-thumb-inner {
    z-index: 40;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    outline-offset: 0px;
    background-color: #ffffff1f;
    border-radius: 20px;
    outline: 1px solid #1a1a1a14;
    width: 40vw;
    height: 90px;
    padding: 6px;
    position: absolute;
    inset: -100px 10px auto auto;
  }

  .hh-thumb {
    outline-offset: 0px;
    border-radius: 16px;
    outline: 1px solid #1a1a1a33;
  }

  .hh-popup-decr {
    max-width: none;
    margin-right: auto;
    font-size: .9rem;
  }

  .hh-popup-close-icon {
    width: .5rem;
    height: .5rem;
  }

  .hh-inner-video-wrapper {
    width: 85vw;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  .ch-section-viewport {
    max-height: none;
  }

  .ch-trigger-wrapper {
    display: block;
  }

  .ch-overflow-hidden {
    border: 1px #000;
    max-height: none;
    box-shadow: 0 -4px 24px #0000001f;
  }

  .device-control-dpad-right {
    z-index: 10;
  }

  .device-control-dpad-up:hover {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .device-control-dpad-left, .device-control-dpad-down {
    z-index: 10;
  }

  .device-button-container.is-footer {
    width: 100%;
    top: .75%;
    left: 2%;
  }

  .device-control-o, .device-control-x {
    z-index: 10;
  }

  .device-control-button.is-footer {
    opacity: 1;
    opacity: 1;
    width: 82.5%;
    bottom: 4.5%;
    left: 12.25%;
  }

  .gameboy-btn-lottie-animation {
    display: none;
  }

  .footer-lottie-frame {
    aspect-ratio: 520 / 800;
    width: 100%;
  }

  .footer-lottie-image {
    aspect-ratio: 2 / 3;
    display: block;
  }

  .device-preloader-container {
    width: 100%;
    top: .75%;
    left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0, 0 0;
  }

  .ch-hero-ftr-article-about {
    font-size: 1.5rem;
  }

  .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up, .ch-list-heading-wrap.is-articles, .ch-list-heading-wrap.is-casestudy, .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up, .ch-list-heading-wrap.is-articles, .ch-list-heading-wrap.is-casestudy {
    left: 30px;
  }

  .ch-list-component {
    position: relative;
    top: 0;
  }

  .ch-scroll-down-arrow {
    display: none;
  }

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

  .ch-list-collection-wrapper {
    grid-template-columns: 1fr;
  }

  .ch-hero-ftr-cs-heading, .ch-hero-ftr-ms-heading {
    font-size: 1.5rem;
  }

  .ch-internal-post-body-top-copy {
    bottom: -15px;
    right: 42px;
  }

  .ch-internal-post-body-left {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .ch-internal-post-body-wrap {
    grid-template-columns: auto;
  }

  .ch-internal-post-body-top {
    top: -14px;
    left: 32px;
  }

  .ch-internal-post-body-comp {
    grid-template-columns: auto;
  }

  .div-block-33 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    margin-top: -49px;
    padding-top: 80px;
  }

  .div-block-34 {
    border-top-left-radius: 30px;
    order: -1;
    overflow: hidden;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .div-block-37 {
    width: 60%;
  }

  .ms-slide-txt-wrap {
    max-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 12px;
  }

  .nav-bar-logo-wrapper {
    margin-right: 4px;
  }

  .nav-bar-sound-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-bar-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-button {
    margin-top: -6px;
    top: -3px;
  }

  .nav-bar-wrapper {
    opacity: 1;
  }

  .nav-menu {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-links.is-submenu {
    padding-left: 30px;
  }

  .about-webgl {
    min-height: auto;
  }

  .body {
    background-image: linear-gradient(#1a1a1a80, #1a1a1a80), url("https://cdn.prod.website-files.com/6855382e0864164c8e6fffec/6855382e0864164c8e700010_background-dot.svg");
    background-position: 0 0, 0 0;
  }

  .preloader-name {
    right: 20px;
  }

  .hero-tagline.is-test {
    position: absolute;
    right: auto;
  }

  .about-webgl-wrapper {
    height: auto;
    max-height: calc(70vh - 20px);
  }

  .wohmi-content-grid {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    width: 100%;
    margin-left: 0;
  }

  .footer-cta-arrow.prev.is-hh {
    color: var(--_navigation---nav-white);
    width: 10px;
    height: 10px;
  }

  .footer-cta-arrow.is-hh {
    width: 10px;
    height: 10px;
  }

  .footer-bynz {
    margin-right: 8px;
  }

  .footer-tfl-bottom-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .device-frame {
    padding-top: 2px;
  }

  .device-image-wrapper {
    height: 67%;
  }

  .device-text {
    font-size: 11px;
    line-height: 1.2em;
  }

  .device-text.is-nf {
    margin-top: 10px;
  }

  .device-inside-link {
    margin-left: -4px;
  }

  .moonshot-card.is-test {
    aspect-ratio: 513 / 400;
    aspect-ratio: 513 / 400;
    width: 90vw;
  }

  .hero-slider-container.is-hero-new {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }

  .fluted-glass-container.is-hh-new {
    width: auto;
    left: 1px;
    right: 1px;
    overflow: hidden;
  }

  .flutted-glass-bar-wrapper.odd {
    width: 60%;
  }

  .flutted-glass-bar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 1px 1px #fff;
  }

  .flutted-glass-bar.hide-mobile-portrait {
    display: none;
  }

  .ch-hero-ftr-cs-img {
    aspect-ratio: 16 / 9;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-tablet-only {
    display: none;
  }

  .ch-hero-ftr-item-h1.text-align-right.text-style-4-lines.is-mobile-only {
    color: #fff;
    margin-top: 132px;
    margin-bottom: 32px;
    display: block;
  }

  .ch-hero-ftr-comp {
    min-width: 90%;
    height: 100%;
  }

  .ch-hero-ftr-item.is-articles {
    -webkit-clip-path: url("#clipShapeFtrArticle");
    clip-path: url("#clipShapeFtrArticle");
  }

  .ch-hero-ftr-article-about.text-align-right {
    font-size: 1.25rem;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up, .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up {
    min-width: 180px;
    display: none;
    top: -37px;
  }

  .ch-list-heading-wrap.is-moonshots-scaled-up, .ch-list-heading-wrap.is-casestudy-scaled-up, .ch-list-heading-wrap.is-articles-scaled-up {
    min-width: 180px;
    display: none;
    top: -37px;
  }

  .ch-list-heading-wrap.is-articles {
    min-width: 180px;
    height: 32px;
    top: -32px;
    left: 17px;
  }

  .ch-list-heading-wrap.is-articles.is-active {
    font-variation-settings: "wght" 500;
    height: auto;
  }

  .ch-list-heading-wrap.is-articles.is-concept.is-active {
    top: 23px;
  }

  .ch-list-heading-wrap.is-moonshots {
    min-width: 180px;
    height: 32px;
    top: -32px;
    left: 17px;
  }

  .ch-list-heading-wrap.is-moonshots.is-active {
    font-variation-settings: "wght" 500;
    height: auto;
  }

  .ch-list-heading-wrap.is-moonshots.is-concept {
    top: 28px;
  }

  .ch-list-heading-wrap.is-casestudy {
    min-width: 180px;
    height: 32px;
    top: -32px;
    left: 17px;
  }

  .ch-list-heading-wrap.is-casestudy.is-active {
    font-variation-settings: "wght" 500;
    height: auto;
  }

  .ch-list-heading-wrap.is-casestudy.is-concept.is-active {
    top: 24px;
  }

  .ch-hero-ftr-category {
    margin-right: 12px;
    font-size: clamp(.675rem, .75vw, 2rem);
  }

  .ch-hero-ftr-card1 {
    aspect-ratio: auto;
    min-width: 90%;
    padding-top: 0;
  }

  .ch-list-component {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 12px;
  }

  .ch-list-component.is-concept {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ch-list-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .ch-list-descr {
    margin-left: 8px;
    font-size: 1.1rem;
  }

  .ch-hero-ftr-cs-comp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: right;
    -webkit-clip-path: url("#clipShapeFtrArticle");
    clip-path: url("#clipShapeFtrArticle");
    aspect-ratio: 464 / 490;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    height: auto;
    padding-top: 3%;
  }

  .ch-list-component-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 2rem 1rem 0 1.1rem;
  }

  .text-style-4-lines.hide-mobile-portrait {
    display: none;
  }

  .ch-list-collection-ftr-item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ch-list-item-heading {
    font-size: 1.125rem;
  }

  .ch-list-collection-item {
    grid-template-columns: 1fr;
  }

  .ch-hero-ftr-cs-about {
    display: none;
  }

  .ch-hero-ftr-ms-comp {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    text-align: right;
    -webkit-clip-path: url("#clipShapeFtrArticle");
    clip-path: url("#clipShapeFtrArticle");
    aspect-ratio: 464 / 490;
    flex-flow: column-reverse wrap-reverse;
    height: 100%;
    padding-top: 3%;
  }

  .ch-hero-ftr-card2 {
    aspect-ratio: 1 / 1.07;
    min-width: 90%;
    height: 100%;
  }

  .ch-list-collection-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .ch-hero-ftr-cs-heading {
    margin-top: 8%;
    font-size: 1.25rem;
  }

  .ch-hero-ftr-cs-heading.text-style-3-lines {
    margin-top: 6%;
    margin-bottom: 18px;
  }

  .ch-hero-ftr-ms-heading {
    font-size: 1.25rem;
  }

  .ch-list-collection-ftr-image {
    max-width: 100%;
  }

  .ch-list-collection-ftr-content-wrap {
    max-width: none;
  }

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

  .ch-hero-ftr-wrapper.grid {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: scroll;
  }

  .ch-internal-explore-list {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .ch-internal-post-body-rt {
    width: 100%;
  }

  .ch-internal-post-body-right {
    max-width: 100%;
  }

  .ch-internal-hero-descr {
    text-align: center;
  }

  .ch-internal-hero-comp {
    padding-top: 120px;
  }

  .ch-internal-hero-top-row {
    flex-flow: column;
  }

  .ch-internal-post-body-top-copy {
    width: 80%;
    bottom: 99px;
    right: 17px;
  }

  .ch-internal-post-body-left.is-pp {
    max-width: 80%;
  }

  .ch-internal-hero-content {
    padding-top: 20px;
  }

  .ch-internal-post-body-top {
    width: 80%;
    top: 39px;
    left: 50%;
    transform: translate(-50%);
  }

  .ch-internal-hero-h1 {
    text-align: center;
    font-size: 1.8rem;
  }

  .ch-internal-post-body-comp {
    padding: 48px 20px;
  }

  .div-block-34 {
    min-height: auto;
  }

  .div-block-38 {
    margin-right: 0%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .loader-bar {
    width: 100%;
  }

  .ch-list-collection-comp-wrapper {
    max-height: none;
  }

  .nav-wrapper {
    display: block;
  }

  .nav-submenu {
    margin-left: -10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .moonshot-slide-popup {
    z-index: 1000001;
    display: none;
  }

  .swiper.home-hero-new {
    flex: none;
    width: 120px;
  }

  .swiper-wrapper.home-moonshot-swiper {
    -webkit-clip-path: url("#swiperMobileMask");
    clip-path: url("#swiperMobileMask");
  }

  .swiper-wrapper.home-hero-new-wrapper {
    width: 120px;
  }

  .swiper-slide.home-moonshot-swiper {
    -webkit-clip-path: url("#swiperMobileMask");
    clip-path: url("#swiperMobileMask");
  }

  .swiper-slide.home-hero-new-slide {
    width: 120px;
  }

  .ch-hero-ftr-cs-img-wrapper {
    width: 70%;
  }

  .privacy-policy-rt {
    max-width: 320px;
    overflow: visible;
  }

  .privacy-policy-rt h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .privacy-policy-rt ol {
    padding-left: 25px;
  }

  .privacy-policy-rt.is-toc {
    max-width: none;
  }

  .privacy-policy-rt.is-main {
    max-width: 81vw;
  }

  .privacy-policy-section {
    max-width: 100vw;
    height: 230px;
  }

  .pp-code-embed {
    width: 100%;
    margin-left: -21px;
    margin-right: -26px;
    padding-left: 26px;
    padding-right: 26px;
    overflow: scroll;
  }

  .ms-slide-txt-wrap {
    z-index: 10;
    justify-content: space-between;
    max-width: 90%;
    height: 100%;
    padding-top: 11vh;
    padding-bottom: 25vh;
  }

  .ms-slide-heading {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }

  .ms-slide-para {
    text-align: center;
  }

  .ms-slide-cta-wrap {
    z-index: 100;
    bottom: 16vh;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .ms-slider-close {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .ms-slide-main {
    z-index: 40;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
    overflow: scroll;
  }

  .ms-slide1 {
    flex: none;
    width: 90%;
  }

  .ms-slide2 {
    flex: none;
    width: 90%;
    position: relative;
    top: 14px;
    left: auto;
  }

  .ms-slide3 {
    flex: none;
    width: 90%;
    position: relative;
    top: -16px;
    right: auto;
  }

  .ms-close-cta {
    font-size: 12px;
  }

  .ms-slider-prev-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #363636;
    border-radius: 100px 12px 12px 100px;
    width: 103px;
    height: 48px;
    position: absolute;
    top: auto;
    bottom: 5vh;
    left: 50%;
    transform: translate(-110px, -50%);
  }

  .ms-slider-prev-btn:hover {
    transform: translate(-110px, -50%);
  }

  .ms-slider-next-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #363636;
    border-radius: 12px 100px 100px 12px;
    width: 103px;
    height: 48px;
    position: absolute;
    inset: auto 50% 5vh auto;
    transform: translate(110px, -50%);
  }

  .show-mobile-portrait {
    display: block;
  }

  .moonshot-home-tab-text {
    font-variation-settings: "slnt" 0, "wght" 500;
    text-wrap: balance;
    padding-bottom: 37px;
    padding-left: 12%;
    padding-right: 12%;
    line-height: 22px;
  }

  .moonshot-home-tab-text._2nd {
    padding-bottom: 35px;
  }

  .moonshot-home-tab-text._3rd {
    padding-bottom: 38px;
  }

  .new-hero-wrapper {
    padding-top: 0;
  }

  .home-hero-bg-embed {
    width: auto;
    height: auto;
    top: 9%;
    overflow: visible;
  }

  .home-hero-bg-embed-wrapper {
    max-height: 70vh;
    top: 5%;
    overflow: visible;
  }

  .hh-popup-wrapper {
    z-index: 1000001;
    opacity: 0;
    pointer-events: none;
    max-height: 100dvh;
    padding: 12px;
  }

  .hh-popup-wrapper.show {
    padding-top: 16px;
  }

  .hh-popup-close {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: .6rem;
    top: -1.1vw;
    bottom: auto;
    right: auto;
  }

  .hh-popup-slide-content {
    max-height: calc(100dvh - 24px);
  }

  .hh-popup-arrow.popup-prev {
    background-color: #363636;
    border: 4px solid #242424;
    border-radius: 20px 0 0 20px;
    width: 78px;
    height: 36px;
    top: auto;
    bottom: 2vh;
    left: 50%;
    transform: translate(-100%);
  }

  .hh-popup-arrow.popup-prev:hover {
    background-color: #363636;
  }

  .hh-popup-arrow.popup-next {
    color: var(--_navigation---nav-white);
    background-color: #363636;
    border: 4px solid #242424;
    border-radius: 0 20px 20px 0;
    width: 78px;
    height: 36px;
    top: auto;
    bottom: 2vh;
    right: 50%;
    transform: translate(100%);
  }

  .hh-popup-arrow.popup-next:hover {
    background-color: #363636;
  }

  .hh-slide-content-top {
    -webkit-clip-path: url("#hh-popup-mob-mask");
    clip-path: url("#hh-popup-mob-mask");
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: clip;
  }

  .hh-slide-content-btm {
    grid-row-gap: 10px;
    height: 40vh;
    padding-top: 20px;
  }

  .hh-popup-heading {
    font-size: 1.5rem;
  }

  .hh-thumb-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .hh-thumb-inner {
    border-radius: 10px;
    width: 190px;
    height: 60px;
    position: absolute;
    top: -73px;
    right: auto;
  }

  .hh-thumb {
    border-radius: 8px;
  }

  .hh-popup-decr {
    font-size: .9rem;
    line-height: 1.4;
  }

  .hh-popup-close-icon {
    width: 8px;
    height: 8px;
  }

  .hh-inner-video-wrapper {
    width: 150%;
    max-width: 150%;
    left: auto;
    right: auto;
    transform: translate(0%, -50%);
  }

  .device-control-button.is-footer {
    bottom: 4%;
  }

  .device--inside-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 23%;
  }

  .device--inside-logo-wrapper.is-nz {
    margin-right: 12px;
  }
}

#w-node-_7c3793ac-f1eb-a895-f23a-e01f9e76b0b5-9e76b098 {
  place-self: stretch stretch;
}

#w-node-_7c3793ac-f1eb-a895-f23a-e01f9e76b0e6-9e76b098 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4e678fb7-dfcd-c267-69de-9336abf15e54-8e6fffda {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e28dd1a2-2d51-05ee-9547-9cde22caa875-8e6fffda {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a7bc7ec2-e40b-40fa-8308-de2f9fb33b08-8e6fffda {
    grid-area: 3 / 1 / 4 / 2;
  }
}
