html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: NTNeussMedium;
  src: url("NTNeuss-Medium.7642bbdf.woff2") format("woff2"), url("NTNeuss-Medium.56128f7b.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TobiasLight;
  src: url("Tobias-TRIAL-Light.c0f8d78c.woff2") format("woff2"), url("Tobias-TRIAL-Light.764447b6.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tobias;
  src: url("Tobias-TRIAL-Regular.69abb46e.woff2") format("woff2"), url("Tobias-TRIAL-Regular.fef56f83.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TobiasBold;
  src: url("Tobias-TRIAL-Bold.e186ed09.woff2") format("woff2"), url("Tobias-TRIAL-Bold.13ef01b7.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NTNeuss;
  src: url("NTNeuss-Regular.f6c86b29.woff2") format("woff2"), url("NTNeuss-Regular.e2643b06.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TWKLausanne;
  src: url("TWKLausanne-0500.584507e8.woff2") format("woff2"), url("TWKLausanne-0500.9aa66dee.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --smooth: cubic-bezier(.15, .9, .34, .95);
  --custom: cubic-bezier(.76, 0, .24, 1);
}

html {
  font-size: 10px;
}

html, body {
  scroll-behavior: auto !important;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: NTNeussMedium, Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

a, a:hover {
  text-decoration: none;
}

.full {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
}

img {
  max-width: 100%;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}

.container {
  width: 1250px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (width <= 991px) {
  .container {
    max-width: 100%;
    padding: 0 2.4rem;
  }
}

.header {
  opacity: 0;
  mix-blend-mode: difference;
  backdrop-filter: blur(5px);
  z-index: 1000;
  isolation: isolate;
  width: 61rem;
  height: 4.8rem;
  transition: background-color 1s var(--smooth);
  background-color: #ffffff1f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: fixed;
  top: 1.6rem;
  left: 0;
  right: 0;
  transform: translateZ(0);
}

@media screen and (width <= 991px) {
  .header {
    backdrop-filter: none;
    width: calc(100% - 4.8rem);
  }
}

.header__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.header__icon {
  pointer-events: none;
  z-index: 2;
  filter: invert();
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header p {
  color: #ffffffd9;
  font-family: TobiasBold;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (width <= 991px) {
  .header p {
    font-size: 1.6rem;
  }
}

.header p.is-instruction {
  font-family: NtNeuss;
}

.share-tooltip {
  z-index: 9999;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  background: #111;
  border-radius: 999px;
  align-items: center;
  padding: .5rem .7rem;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  transform: translateY(0);
  box-shadow: 0 6px 24px #0000002e;
}

.share-tooltip__btn {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: .4rem;
  padding: .2rem;
  display: inline-flex;
}

.share-tooltip svg {
  display: block;
}

.share-toast {
  color: #fff;
  opacity: 0;
  z-index: 10000;
  background: #111;
  border-radius: 10px;
  padding: .7rem 1rem;
  transition: opacity .2s, transform .2s;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 16px);
}

.share-toast.is-visible {
  opacity: 1;
  transform: translate(-50%);
}

.share-modal {
  z-index: 500;
  display: none;
  position: fixed;
  inset: 0;
}

.share-modal__backdrop {
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .2s var(--smooth);
  background: #0009;
  position: absolute;
  inset: 0;
}

.share-modal__content {
  opacity: 1;
  background: #fff;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.share-modal__close {
  color: #fff;
  cursor: pointer;
  z-index: 5;
  background: #000;
  border: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 1.6rem;
  right: 3rem;
}

@media screen and (width <= 991px) {
  .share-modal__close {
    top: 7rem;
  }
}

.share-carousel {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.share-carousel__viewport {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.share-carousel__track {
  width: 100%;
  height: 100%;
  position: relative;
}

.share-slide {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  width: auto;
  max-width: 1100px;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.share-slide__inner {
  will-change: transform, opacity;
  max-height: inherit;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 48px;
  overflow: hidden;
}

.share-slide__media {
  max-height: inherit;
}

.share-slide__media img, .share-slide__media canvas {
  max-width: 100%;
  max-height: inherit;
  width: 100%;
  height: auto;
  display: block;
}

.share-carousel__nav {
  color: #fff;
  cursor: pointer;
  z-index: 5;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.share-carousel__nav svg {
  width: 20px;
  height: 20px;
}

.share-carousel__nav.share-carousel__nav--next svg {
  transform: rotate(180deg);
}

.share-carousel__nav--prev {
  left: 16px;
}

.share-carousel__nav--next {
  right: 3rem;
}

.share-footer {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 1250px;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.share-footer__buttons {
  align-items: center;
  gap: 2.4rem;
  display: flex;
}

.share-footer__buttons .btn {
  cursor: pointer;
  appearance: none;
  color: #a9a9a9;
  transition: color .4s var(--smooth);
  background-color: #0000;
  border: none;
  padding: 0;
  font-size: 1.2rem;
}

.share-footer__buttons .btn:hover {
  color: #000;
}

.share-footer__form .form {
  justify-content: center;
  display: flex;
  position: relative;
}

.share-footer__form .form__email {
  appearance: none;
  color: #000;
  border: 1px solid #f4f4f4;
  border-radius: 2.7rem;
  align-items: center;
  width: 37rem;
  height: 5.4rem;
  padding: 0 13rem 0 2rem;
  font-family: NTNeussMedium;
  font-size: 1.2rem;
  display: flex;
}

.share-footer__form .form__email.error {
  border-color: #cb1616;
}

.share-footer__form .form__email::placeholder {
  color: #a9a9a9;
  font-family: NTNeuss;
  font-size: 1.2rem;
}

.share-footer__form .form__submit {
  cursor: pointer;
  width: 12rem;
  height: 4.8rem;
  transition: all .3s var(--smooth);
  letter-spacing: -.14px;
  background-color: #f5f5f5;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  font-family: NTNeussMedium;
  font-size: 1.2rem;
  display: flex;
  position: absolute;
  top: 3px;
  right: 3px;
}

.share-footer__form .form__submit:hover {
  color: #fff;
  background-color: #000;
}

.share-footer__form .success {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #000;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: all .6s var(--smooth);
  background-color: #fff;
  padding-top: 20vh;
  position: fixed;
  inset: 0;
  pointer-events: none !important;
}

.share-footer__form .success__copy {
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  padding-top: 2rem;
  display: flex;
}

.share-footer__form .success__copy input {
  color: #fff;
  appearance: none;
  background-color: #000;
  border: 1px solid #272727;
  border-radius: 12px 0 0 12px;
  width: 36rem;
  height: 4rem;
  padding: 0 2rem;
}

@media screen and (width <= 991px) {
  .share-footer__form .success__copy input {
    width: 31rem;
    padding: 0 .8rem;
    font-size: 1.1rem;
  }
}

.share-footer__form .success__copy button {
  appearance: none;
  cursor: pointer;
  background-color: #272727;
  border: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
}

.share-footer__form .success__copy button .clipboard {
  opacity: .8;
  width: 1.8rem;
  height: 1.8rem;
  transition: all .2s var(--smooth);
  display: block;
}

.share-footer__form .success__copy button .check {
  transition: all .2s var(--smooth) .3s;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.share-footer__form .success__copy button:hover .clipboard {
  opacity: 1;
}

.share-footer__form .success__copy button.copied .clipboard {
  opacity: 0;
}

.share-footer__form .success__copy button.copied .check {
  opacity: 1;
}

.share-footer__form .success__logo {
  opacity: 0;
  visibility: hidden;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  display: block;
}

.share-footer__form .success__close {
  appearance: none;
  cursor: pointer;
  z-index: 555;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  width: 4rem;
  height: 4rem;
  transition: opacity .3s var(--smooth), visibility .3s var(--smooth);
  background: #000;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 1.6rem;
  right: 3rem;
}

.share-footer__form .success h3 {
  opacity: 0;
  visibility: hidden;
  margin-top: 1.4rem;
  margin-bottom: 20rem;
  font-size: 1.6rem;
}

@media screen and (width <= 991px) {
  .share-footer__form .success h3 {
    margin-bottom: 10rem;
  }
}

.share-footer__form .success__position {
  color: #1e1e1c;
  background-color: #dedede;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
}

.share-footer__form .success h4 {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media screen and (width <= 991px) {
  .share-footer__form .success h4 {
    width: 80%;
    margin: 0 auto;
  }
}

.share-footer__form .success__share {
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  border: none;
}

.share-footer__form .success .share {
  justify-content: center;
  padding-top: 2.4rem;
  display: flex;
}

.share-footer__form .success .share > div {
  opacity: 0;
  visibility: hidden;
  width: 17.8rem;
  height: 11.4rem;
  margin: 0 7px;
  transform: translate3d(0, 6rem, 0);
}

@media screen and (width <= 991px) {
  .share-footer__form .success .share > div {
    width: 22%;
    margin: 0 7px 8px;
  }
}

.share-footer__form .success .share > div > * {
  width: 100%;
  height: 100%;
  transition: border-color .4s var(--smooth);
  border: 1px solid #272727;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-footer__form .success .share > div > :hover {
  border-color: #000;
}

.share-footer__form .success .share > div > :hover svg path {
  fill: #000;
}

.share-footer__form .success .share > div > * svg path {
  transition: fill .4s var(--smooth);
}

.share-footer__form .success.show {
  opacity: 1;
  visibility: visible;
  transition: all .6s var(--smooth);
  pointer-events: initial !important;
}

.share-footer__form .success.show .success__logo, .share-footer__form .success.show h3, .share-footer__form .success.show h4, .share-footer__form .success.show .success__copy, .share-footer__form .success.show .success__close {
  opacity: 1;
  visibility: visible;
  transition: all .6s var(--smooth) .7s;
}

.share-footer__form .success.show h3 {
  transition-delay: .8s;
}

.share-footer__form .success.show h4 {
  transition-delay: 1s;
}

.share-footer__form .success.show .success__copy {
  transition-delay: 1.1s;
}

.share-footer__form .success.show .share > div {
  opacity: 1;
  visibility: visible;
  transition: all .6s var(--smooth);
  transform: translate3d(0, 0, 0);
}

.share-footer__form .success.show .share > div:first-child {
  transition-delay: 1.2s;
}

.share-footer__form .success.show .share > div:nth-child(2) {
  transition-delay: 1.3s;
}

.share-footer__form .success.show .share > div:nth-child(3) {
  transition-delay: 1.4s;
}

.share-footer__form .success.show .share > div:nth-child(4) {
  transition-delay: 1.5s;
}

@media screen and (width <= 991px) {
  .share-footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
  }

  .share-footer__buttons {
    order: 1;
    justify-content: center;
    width: 100%;
  }

  .share-footer__form {
    order: 2;
    width: 100%;
  }

  .share-footer__form .form, .share-footer__form .form__email {
    width: 100%;
  }
}

.footer {
  text-align: center;
  background-color: #fffdf9;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.footer__bottom {
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  right: 0;
}

.footer__bottom .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (width <= 991px) {
  .footer__bottom .container {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.footer__main {
  width: 45rem;
}

@media screen and (width <= 991px) {
  .footer__main {
    width: 80%;
  }
}

.footer__main__title {
  margin: 0 0 4.8rem;
  font-family: TobiasLight;
  font-size: 3vw;
  line-height: 1;
}

@media screen and (width <= 991px) {
  .footer__main__title {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}

.footer__main p {
  color: #a9a9a9;
  margin-bottom: 3.2rem;
  font-family: NTNeuss;
  font-size: 2rem;
  line-height: 2.6rem;
}

@media screen and (width <= 991px) {
  .footer__main p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.footer__main__investors {
  color: #fff;
  will-change: width;
  background-color: #1c1c1c;
  border-radius: 2.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4.4rem;
  padding: 0 1.6rem;
  font-family: NTNeussMedium;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.footer__main__investors span {
  white-space: nowrap;
  pointer-events: none;
  will-change: transform, opacity;
  display: block;
}

.footer__main__investors__email {
  text-align: center;
  opacity: 0;
  width: 100%;
  padding: 0 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
}

.footer .form {
  justify-content: center;
  display: flex;
  position: relative;
}

.footer .form__email {
  appearance: none;
  color: #000;
  border: 1px solid #f4f4f4;
  border-radius: 2.7rem;
  align-items: center;
  width: 37rem;
  height: 5.4rem;
  padding: 0 13rem 0 2rem;
  font-family: NTNeussMedium;
  font-size: 1.2rem;
  display: flex;
}

.footer .form__email.error {
  border-color: #cb1616;
}

.footer .form__email::placeholder {
  color: #a9a9a9;
  font-family: NTNeuss;
  font-size: 1.2rem;
}

.footer .form__submit {
  cursor: pointer;
  width: 12rem;
  height: 4.8rem;
  transition: all .3s var(--smooth);
  letter-spacing: -.14px;
  background-color: #f5f5f5;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  font-family: NTNeussMedium;
  font-size: 1.2rem;
  display: flex;
  position: absolute;
  top: 3px;
  right: 3px;
}

.footer .form__submit:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (width <= 991px) {
  .footer .form {
    width: 100%;
  }
}

.footer__social {
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.footer__social a {
  color: #a9a9a9;
  transition: color .4s var(--smooth);
  font-size: 1.2rem;
}

.footer__social a:hover {
  color: #000;
}

@media screen and (width <= 991px) {
  .footer__social {
    width: 100%;
  }
}

.footer .success {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #000;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: all .6s var(--smooth);
  background-color: #fff;
  padding-top: 20vh;
  position: fixed;
  inset: 0;
  pointer-events: none !important;
}

.footer .success__copy {
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  padding-top: 2rem;
  display: flex;
}

.footer .success__copy input {
  color: #fff;
  appearance: none;
  background-color: #000;
  border: 1px solid #272727;
  border-radius: 12px 0 0 12px;
  width: 36rem;
  height: 4rem;
  padding: 0 2rem;
}

@media screen and (width <= 991px) {
  .footer .success__copy input {
    width: 31rem;
    padding: 0 .8rem;
    font-size: 1.1rem;
  }
}

.footer .success__copy button {
  appearance: none;
  cursor: pointer;
  background-color: #272727;
  border: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
}

.footer .success__copy button .clipboard {
  opacity: .8;
  width: 1.8rem;
  height: 1.8rem;
  transition: all .2s var(--smooth);
  display: block;
}

.footer .success__copy button .check {
  transition: all .2s var(--smooth) .3s;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.footer .success__copy button:hover .clipboard {
  opacity: 1;
}

.footer .success__copy button.copied .clipboard {
  opacity: 0;
}

.footer .success__copy button.copied .check {
  opacity: 1;
}

.footer .success__logo {
  opacity: 0;
  visibility: hidden;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  display: block;
}

.footer .success__close {
  appearance: none;
  cursor: pointer;
  z-index: 555;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  width: 4rem;
  height: 4rem;
  transition: opacity .3s var(--smooth), visibility .3s var(--smooth);
  background: #000;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 1.6rem;
  right: 3rem;
}

.footer .success h3 {
  opacity: 0;
  visibility: hidden;
  margin-top: 1.4rem;
  margin-bottom: 20rem;
  font-size: 1.6rem;
}

@media screen and (width <= 991px) {
  .footer .success h3 {
    margin-bottom: 10rem;
  }
}

.footer .success__position {
  color: #1e1e1c;
  background-color: #dedede;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
}

.footer .success h4 {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media screen and (width <= 991px) {
  .footer .success h4 {
    width: 80%;
    margin: 0 auto;
  }
}

.footer .success__share {
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  border: none;
}

.footer .success .share {
  justify-content: center;
  padding-top: 2.4rem;
  display: flex;
}

.footer .success .share > div {
  opacity: 0;
  visibility: hidden;
  width: 17.8rem;
  height: 11.4rem;
  margin: 0 7px;
  transform: translate3d(0, 6rem, 0);
}

@media screen and (width <= 991px) {
  .footer .success .share > div {
    width: 22%;
    margin: 0 7px 8px;
  }
}

.footer .success .share > div > * {
  width: 100%;
  height: 100%;
  transition: border-color .4s var(--smooth);
  border: 1px solid #272727;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer .success .share > div > :hover {
  border-color: #000;
}

.footer .success .share > div > :hover svg path {
  fill: #000;
}

.footer .success .share > div > * svg path {
  transition: fill .4s var(--smooth);
}

.footer .success.show {
  opacity: 1;
  visibility: visible;
  transition: all .6s var(--smooth);
  pointer-events: initial !important;
}

.footer .success.show .success__logo, .footer .success.show h3, .footer .success.show h4, .footer .success.show .success__copy, .footer .success.show .success__close {
  opacity: 1;
  visibility: visible;
  transition: all .6s var(--smooth) .7s;
}

.footer .success.show h3 {
  transition-delay: .8s;
}

.footer .success.show h4 {
  transition-delay: 1s;
}

.footer .success.show .success__copy {
  transition-delay: 1.1s;
}

.footer .success.show .share > div {
  opacity: 1;
  visibility: visible;
  transition: all .6s var(--smooth);
  transform: translate3d(0, 0, 0);
}

.footer .success.show .share > div:first-child {
  transition-delay: 1.2s;
}

.footer .success.show .share > div:nth-child(2) {
  transition-delay: 1.3s;
}

.footer .success.show .share > div:nth-child(3) {
  transition-delay: 1.4s;
}

.footer .success.show .share > div:nth-child(4) {
  transition-delay: 1.5s;
}

.footer .form__email {
  background-color: #fffdf9;
}

.floatingVideo {
  aspect-ratio: 16 / 9;
  z-index: 10;
  cursor: grab;
  border-radius: 8px;
  place-items: center;
  width: 250px;
  display: grid;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transform: scale(0);
  box-shadow: 0 8px 24px #00000040;
}

.floatingVideo:active {
  cursor: grabbing;
}

.floatingVideo video {
  object-fit: cover;
  pointer-events: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

@supports not (aspect-ratio: 16/9) {
  .floatingVideo {
    height: 140.625px;
  }
}

@media screen and (width <= 991px) {
  .floatingVideo {
    display: none;
  }
}

.floatingVideo.is-open {
  cursor: zoom-out;
  width: min(1250px, 100vw - 32px);
  max-height: calc(100vh - 32px);
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

@supports not (aspect-ratio: 16/9) {
  .floatingVideo.is-open {
    height: calc(min(1250px, 100vw - 32px) / 1.77778);
  }
}

.continue-modal {
  z-index: 500;
  display: none;
  position: fixed;
  inset: 0;
}

.continue-modal__backdrop {
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .2s var(--smooth);
  background: #0009;
  position: absolute;
  inset: 0;
}

.continue-modal__content {
  opacity: 1;
  background: #fff;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  width: 100%;
  height: 100%;
  padding-bottom: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.continue-modal__content .page__content h2 {
  margin: 9.2rem 0 4.8rem;
  font-family: NTNeussMedium;
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.continue-modal__content .page__content p {
  margin-bottom: 4.8rem;
  font-family: NTNeuss;
  font-size: 1.6rem;
  line-height: 2rem;
}

.continue-modal__content::-webkit-scrollbar {
  display: none;
}

.continue-modal__close {
  color: #fff;
  cursor: pointer;
  z-index: 5;
  background: #000;
  border: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 1.6rem;
  right: 3rem;
}

@media screen and (width <= 991px) {
  .continue-modal__close {
    top: 7rem;
  }
}

.continueReadingBtn {
  cursor: pointer;
  appearance: none;
  letter-spacing: -.16px;
  color: #000;
  width: 16.6rem;
  height: 4.4rem;
  transition: all .6s var(--smooth);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 2.2rem;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 10rem;
  padding: 0;
  font-family: NTNeuss;
  font-size: 1.4rem;
  display: inline-flex;
}

.continueReadingBtn:hover {
  color: #fff;
  background-color: #000;
}

.continueReadingBtn:hover svg {
  filter: invert();
}

.home {
  background-color: #000;
  height: 100vh;
  position: relative;
}

@media screen and (width <= 991px) {
  .home {
    height: 100dvh;
  }
}

.home__bottom {
  pointer-events: none;
  opacity: 0;
  backdrop-filter: blur(5px);
  z-index: 10;
  mix-blend-mode: difference;
  background-color: #ffffff1f;
  border-radius: 10px;
  width: 61rem;
  height: 4.8rem;
  margin: auto;
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  right: 0;
}

@media screen and (width <= 991px) {
  .home__bottom {
    backdrop-filter: none;
    width: calc(100% - 4.8rem);
  }
}

.home__bottom .slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.home__bottom .slide {
  color: #fff;
  letter-spacing: -.15px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all .4s var(--smooth);
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.95)translateZ(0);
}

@media screen and (width <= 991px) {
  .home__bottom .slide {
    font-size: 1.6rem;
  }
}

.home__bottom .slide.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1)translateZ(0);
}

.home__slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 991px) {
  .home__slider {
    height: 100dvh;
  }
}

.home__slider__nav {
  cursor: pointer;
  appearance: none;
  z-index: 4;
  border: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home__slider__nav.js-prev {
  left: 1%;
}

.home__slider__nav.js-next {
  right: 1%;
}

.home__slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.edgeNav {
  pointer-events: none;
  z-index: 30;
  mix-blend-mode: difference;
  position: fixed;
  inset: 0;
}

.edgeNav__goo {
  filter: url("#relativeSelectGoo");
  opacity: 0;
  width: 220px;
  height: 220px;
  transition: opacity .16s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.edgeNav.live .edgeNav__goo {
  opacity: 1;
}

.edgeNav--right .edgeNav__goo {
  right: 0;
}

.edgeNav--left .edgeNav__goo {
  left: 0;
}

.edgeNav__pillar {
  background: #fff;
  width: 8px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.edgeNav--right .edgeNav__pillar {
  right: 0;
}

.edgeNav--left .edgeNav__pillar {
  left: 0;
}

.edgeNav__dot {
  opacity: .6;
  will-change: transform, opacity, border-radius;
  transform-origin: 50%;
  cursor: pointer;
  pointer-events: none;
  background: #fff;
  border: 0;
  border-radius: 6%;
  width: 52px;
  height: 52px;
  padding: 0;
  transition: transform .3s cubic-bezier(.2, .7, .2, 1), opacity .22s, border-radius .3s cubic-bezier(.2, .7, .2, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%)scale(.28, 1.15);
}

.edgeNav.live .edgeNav__dot {
  pointer-events: auto;
}

.edgeNav--right .edgeNav__dot {
  right: -72px;
}

.edgeNav--left .edgeNav__dot {
  left: -72px;
}

.edgeNav--right .edgeNav__dot svg {
  transform: rotate(180deg);
}

@media (hover: none), (pointer: coarse) {
  .edgeNav__dot {
    color: #000;
    width: 40px;
    height: 40px;
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1), opacity .44s, border-radius 1.2s cubic-bezier(.2, .7, .2, 1);
  }

  .edgeNav__dot svg {
    width: 20px;
    height: 20px;
  }

  .edgeNav__goo {
    transition: opacity .32s;
  }
}

.page {
  background-color: #fffdf9;
  position: relative;
  overflow: hidden;
}

.page__intro {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.page__intro h1 {
  color: #000;
  letter-spacing: -.15px;
  opacity: 0;
  font-family: TobiasLight;
  font-size: 7.2rem;
  line-height: 1;
}

@media screen and (width <= 991px) {
  .page__intro h1 {
    font-size: 2.8rem;
  }
}

.page__next {
  text-align: center;
  justify-content: center;
  height: 80vh;
  padding-top: 20vh;
  display: flex;
}

.page__next svg {
  margin: 0 auto 1.6rem;
  display: block;
}

.page__next h2 {
  letter-spacing: -.96px;
  font-family: NTNeussMedium;
  font-size: 3.7rem;
  line-height: 1;
}

@media screen and (width <= 991px) {
  .page__next h2 {
    font-size: 2.6rem;
  }
}

.page__head {
  padding-top: 12rem;
}

.page__head h3 {
  font-family: Tobias;
  font-size: 4.2rem;
  line-height: 4.6rem;
}

@media screen and (width <= 991px) {
  .page__head h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.page__head--short {
  max-width: 582px;
}

.page__content {
  width: 61rem;
  max-width: 100%;
  padding-top: 10rem;
}

.page__content.noPaddingTop {
  padding-top: 2rem;
}

.page__content strong {
  margin-bottom: 2.6rem;
  font-family: Tobias;
  font-size: 2.2rem;
  line-height: 2.6rem;
  display: block;
}

@media screen and (width <= 991px) {
  .page__content strong {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.page__content p {
  margin-bottom: 2.4rem;
  font-family: NTNeuss;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.page__content p em {
  font-style: italic;
}

.page__content p:last-child {
  margin-bottom: 0;
}

@media screen and (width <= 991px) {
  .page__content p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.page__content ul {
  margin: 0 0 2.4rem;
  padding-left: 2.4rem;
  list-style: outside;
}

.page__content ul li {
  margin-bottom: 1.2rem;
  font-family: NTNeuss;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.page__content ul li:last-child {
  margin-bottom: 0;
}

@media screen and (width <= 991px) {
  .page__content ul li {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.page__content--full {
  width: 100%;
  max-width: none;
}

.page__text-icon {
  text-align: center;
  width: 61rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 34rem 0 30rem;
}

.page__text-icon svg {
  margin: 0 auto 1rem;
  display: block;
}

.page__text-icon h3 {
  margin-bottom: .6rem;
  font-family: NTNeussMedium;
  font-size: 3.7rem;
  line-height: 5.2rem;
}

.page__text-icon div {
  font-family: TobiasLight;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

@media screen and (width <= 991px) {
  .page__text-icon {
    padding: 14rem 0 10rem;
  }

  .page__text-icon h3 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .page__text-icon div {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.page__content--right {
  margin-left: auto;
  margin-right: 1.6rem;
}

.page__two-images {
  margin: 10rem 0 0;
  padding: 0 2.4rem;
}

@media screen and (width >= 992px) {
  .page__two-images {
    align-items: center;
    padding: 0 1.5rem;
    display: flex;
  }

  .page__two-images--left .page__two-images__item:first-child {
    width: 50%;
  }

  .page__two-images--left .page__two-images__item:first-child img {
    width: 100%;
  }

  .page__two-images--left .page__two-images__item:last-child {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .page__two-images--left .page__two-images__item:last-child img {
    width: 61rem;
    max-width: 60%;
  }

  .page__two-images--right .page__two-images__item:first-child {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .page__two-images--right .page__two-images__item:first-child img {
    width: 61rem;
    max-width: 60%;
  }

  .page__two-images--right .page__two-images__item:last-child {
    width: 50%;
  }

  .page__two-images--right .page__two-images__item:last-child img {
    width: 100%;
  }
}

.page__two-images .page__image__caption {
  font-family: NTNeuss;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.page__image {
  margin-top: 10rem;
  padding: 0 1.5rem;
}

@media screen and (width <= 991px) {
  .page__image {
    padding: 0 2.4rem;
  }
}

.page__image img, .page__image video {
  width: 100%;
  display: block;
}

.page__image__caption {
  width: 61rem;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

@media screen and (width <= 991px) {
  .page__image__caption {
    width: 80%;
    font-size: 1.4rem;
  }
}

.page-wrap .container:first-child .page__head {
  margin-bottom: 9.2rem;
}

.page-wrap .container:first-child .page__head h3 {
  position: relative;
}

.page-wrap .container:first-child .page__head h3:before {
  content: "";
  background: url("logo.efab416a.svg") center / contain no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: -5.6rem;
  left: 50%;
}
/*# sourceMappingURL=index.css.map */
