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

@font-face {
  font-family: Soviet2b;
  src: url('../fonts/Soviet2bi.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Myla;
  src: url('../fonts/Myla-BlackItalic1.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Myla;
  src: url('../fonts/Myla-Bold1.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myla;
  src: url('../fonts/Myla-BoldItalic1.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Myla;
  src: url('../fonts/Myla-Italic1.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Myla;
  src: url('../fonts/Myla-Black1.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-family: Soviet2b, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-medium.text-color-white {
  color: #fff;
}

.heading-medium.text-color-white.slanted {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
}

.heading-large {
  font-size: 3rem;
  line-height: 1.2;
}

.heading-large.text-color-white {
  color: #fff;
  font-family: Soviet2b, sans-serif;
  line-height: 1;
}

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

.text-size-large {
  font-family: din-condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-size-large.margin-vertical.margin-huge.text-color-white, .text-size-large.text-color-white {
  color: #fff;
}

.text-size-large.text-color-grey {
  color: #a7a7a7;
}

.text-size-large.text-color-grey.padding-left.padding-large.not-bold {
  font-weight: 300;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-family: din-condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.margin-left.margin-large.text-color-white, .text-size-regular.margin-left.margin-medium.text-color-white {
  color: #fff;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

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

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-family: din-condensed, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-color-grey {
  color: #c5c5c5;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-family: din-condensed, sans-serif;
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-family: din-condensed, sans-serif;
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.margin-vertical.margin-xxhuge {
  max-width: 65rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  color: #fff;
  width: 4rem;
  height: 4rem;
  padding: 0;
}

.icon-1x1-large.padding {
  padding: 3px;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 707007179;
  position: static;
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-family: Soviet2b, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-small.din {
  letter-spacing: 1.15px;
  text-transform: uppercase;
  font-family: din-condensed, sans-serif;
}

.heading-small.text-color-white {
  color: #fff;
  letter-spacing: 1.2px;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.hero-absolute {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.aspect-ratio {
  background-color: #dee8eb;
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio._16-9 {
  padding-top: 56.25%;
}

.aspect-ratio._16-9.mobile-height {
  background-color: #0000;
  border-radius: 0;
}

.project_video_div {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  display: block;
  position: absolute;
  inset: 0%;
}

.project_video_div.show-mobile-portrait {
  display: none;
}

.section-project-hero {
  height: 100vh;
  position: relative;
}

.section-project-hero.background-color-black {
  width: 100vw;
  overflow: visible;
}

.vimeo_video {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.sticky-nav {
  z-index: 100;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: 0;
  padding: 1rem;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.section {
  z-index: 2;
  -webkit-backdrop-filter: contrast(200%) blur(20px);
  backdrop-filter: contrast(200%) blur(20px);
  background-color: #000000bf;
  width: 100vw;
  height: auto;
  position: relative;
  top: auto;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.social-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-grid.vert {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.section-project-description {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px) contrast(200%);
  backdrop-filter: blur(20px) contrast(200%);
  background-color: #000000bf;
  position: relative;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Soviet2b, sans-serif;
}

.hero-content-div {
  z-index: 8;
  border: 1px #fff;
  border-radius: 0;
  margin: 2rem;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.name-top-div {
  width: auto;
}

.heading-jumbo {
  font-family: Soviet2b, sans-serif;
  font-size: 6rem;
  font-weight: 400;
}

.bio-bottom-right {
  width: 25%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-text {
  text-transform: uppercase;
  font-weight: 400;
}

.horizontal-div {
  opacity: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  width: 50%;
}

.vertical-flex {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.section-about {
  z-index: 5;
  position: relative;
}

.lottie_scrolldown {
  z-index: 4;
  width: 100%;
  position: static;
  inset: auto 47% 10% auto;
}

.lottie_scrolldown-div {
  z-index: 4;
  width: 5%;
  height: auto;
  position: absolute;
  inset: auto 47% 10% auto;
}

.promo-video {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  box-shadow: 12px 12px 14px #0006;
}

.credit-div {
  align-items: flex-end;
  display: flex;
}

.content-block-about {
  background-image: url('../images/unnamed-5.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-block-about._5 {
  background-image: url('../images/tjgl_B4h-1.png');
}

.content-block-about._2 {
  background-image: url('../images/Aether-95.png');
}

.content-block-about._3 {
  background-image: url('../images/Aether-99.png');
}

.content-block-about._1 {
  background-image: url('../images/Aether-98.png');
}

.content-block-about._4 {
  background-image: url('../images/Aether-96.png');
}

.ratio-box {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-box._8-5 {
  border-radius: 0;
  padding-top: 62.5%;
}

.slider-component {
  z-index: 200;
  background-color: #0000;
  border: 0 #f1eeff;
  width: 100%;
  max-width: none;
  height: 75vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  top: auto;
  overflow: visible;
}

.collection-item {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.slider-mask-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.slider-arrow {
  z-index: 3000;
  color: #fff;
  background-color: #0000;
  display: flex;
}

.slide-nav-2 {
  z-index: 3000;
  color: #e2a97d;
  justify-content: center;
  display: flex;
  bottom: -40px;
}

.slider-slide {
  width: 100%;
}

.slider-slide.with-interaction.the-thing {
  z-index: 500;
  width: 33%;
  height: 100%;
  margin: 0;
  padding: 20px 0 20px 20px;
}

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

.jumbo {
  text-transform: uppercase;
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 42px;
  line-height: 100%;
}

.jumbo.center {
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-clip: border-box;
}

.jumbo.center.hero {
  mix-blend-mode: overlay;
  font-size: 80px;
}

.jumbo.center.hero.mobile {
  display: none;
}

.hero-content {
  z-index: 6;
  font-weight: 700;
  position: absolute;
}

.backup-image {
  z-index: 0;
  object-fit: cover;
  background-image: url('../images/Aether-95.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_absolute {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project_preview_video {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.project_video_div-2 {
  z-index: 3;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  display: block;
  position: absolute;
  inset: 0%;
}

.project_video_div-2.mobile {
  display: none;
}

.aspect-ratio-2 {
  background-color: #dee8eb;
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio-2._16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-2._16-9.mobile-height {
  background-color: #0000;
  border-radius: 0;
  position: fixed;
}

.body {
  background-color: #000;
}

.hero-section {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-section.home {
  top: -80px;
}

.aspect-ratio-hero {
  background-color: #dee8eb;
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio-hero._16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-hero._16-9.mobile-height {
  background-color: #0000;
  border-radius: 0;
  position: fixed;
  inset: 0%;
}

.horiz-link, .link-block {
  align-items: flex-end;
  display: flex;
}

.link-block-2 {
  align-items: center;
  display: flex;
}

.heading-7 {
  font-family: Soviet2b, sans-serif;
}

.link-block-3 {
  position: relative;
}

.link-block-3.margin-top.margin-huge {
  width: 33%;
}

.underline {
  background-color: #fff;
  border-radius: 20px;
  width: 0%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block {
  width: 100%;
  position: absolute;
  inset: -200% -100% 0% auto;
}

.ratio-box-2 {
  background-color: #dee8eb;
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-box-2._4-3 {
  padding-top: 75%;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.html-embed-2 {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .page-padding.padding-vertical.padding-huge {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .project_video_div {
    height: auto;
    padding-top: 0;
  }

  .vimeo_video {
    top: 0%;
  }

  .promo-video {
    width: 100%;
  }

  .collection-item {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item.hidden {
    display: none;
  }

  .slider-slide.with-interaction.the-thing {
    width: 50%;
  }

  .jumbo {
    font-size: 28px;
  }

  .jumbo.center.hero {
    font-size: 60px;
  }

  .project_preview_video {
    top: 0%;
  }

  .project_video_div-2 {
    height: auto;
    padding-top: 0;
  }

  .hero-section {
    height: auto;
  }

  .hero-section.home {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project_video_div {
    display: block;
  }

  .sticky-nav {
    position: relative;
  }

  .jumbo {
    font-size: 24px;
  }

  .jumbo.center.hero {
    font-size: 40px;
  }

  .project_video_div-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .icon-1x1-small {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-medium.text-color-white {
    font-size: 1.25rem;
  }

  .heading-large.text-color-white {
    white-space: normal;
  }

  .heading-large.text-color-white.smaller {
    font-size: 1.5rem;
  }

  .text-size-large.margin-vertical.margin-huge.text-color-white {
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .text-size-large.text-color-white.margin-left.margin-small.noneonmobile {
    margin-left: 0;
  }

  .text-size-regular.margin-left.margin-medium.text-color-white.smaller {
    margin-left: 0;
    font-size: 1rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium.text-color-grey {
    color: #fff;
  }

  .page-padding.padding-vertical.padding-huge {
    position: relative;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .main-wrapper {
    position: static;
  }

  .container-medium.margin-vertical.margin-xxhuge.more {
    margin-top: 10rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hero-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aspect-ratio._16-9.mobile-height {
    height: auto;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 180%;
  }

  .project_video_div {
    display: none;
    top: -2%;
  }

  .project_video_div.show-mobile-portrait {
    width: 100%;
    margin-top: -1.5rem;
    padding-top: 0;
    display: block;
    top: 0%;
  }

  .section-project-hero {
    height: 100vh;
  }

  .section-project-hero.background-color-black {
    width: 100%;
    height: 80vh;
    display: block;
    overflow: hidden;
  }

  .vimeo_video {
    display: flex;
    top: 0%;
  }

  .vimeo_video.mobile {
    left: -23%;
  }

  .sticky-nav {
    margin-top: 0;
    padding: 1rem 1rem 0;
    position: fixed;
    top: 0;
  }

  .section {
    -webkit-backdrop-filter: contrast(200%) blur(10px);
    backdrop-filter: contrast(200%) blur(10px);
    background-color: #000000bf;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .social-grid {
    grid-column-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    height: 2rem;
  }

  .section-project-description {
    z-index: 5;
  }

  .name-top-div {
    color: #fff;
  }

  .heading-jumbo {
    font-size: 3rem;
  }

  .bold-text {
    color: #fff;
  }

  .horizontal-div {
    flex-direction: column;
  }

  .image {
    width: 100%;
  }

  .image.botpad {
    margin-bottom: 2rem;
  }

  .vertical-flex.padding-left.padding-medium {
    width: 100%;
    padding-left: 0;
  }

  .section-about {
    z-index: 5;
  }

  .lottie_scrolldown {
    opacity: 1;
    width: 100%;
    display: block;
    bottom: 2%;
    right: 40%;
  }

  .lottie_scrolldown-div {
    opacity: 1;
    width: 20%;
    height: 5rem;
    display: flex;
    bottom: 30%;
    right: 40%;
  }

  .promo-video {
    padding-left: 0;
    padding-right: 0;
  }

  .credit-div.margin-bottom.margin-medium {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-component {
    height: 50vh;
  }

  .slider-mask-copy {
    width: 100%;
  }

  .slider-arrow {
    left: -2rem;
  }

  .slider-arrow.right {
    left: auto;
    right: -2rem;
  }

  .slide-nav-2 {
    bottom: -40px;
  }

  .slider-slide.with-interaction.the-thing {
    width: 100%;
    padding: 0;
  }

  .jumbo {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .jumbo.center {
    text-align: center;
  }

  .jumbo.center.hero {
    display: none;
  }

  .jumbo.center.hero.mobile {
    display: block;
  }

  .backup-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: 80vh;
    display: block;
  }

  .hero-video {
    justify-content: center;
  }

  .project_preview_video {
    top: 0%;
  }

  .project_preview_video.hide {
    display: none;
  }

  .project_video_div-2 {
    display: none;
    top: -2%;
  }

  .project_video_div-2.mobile {
    height: 100%;
    margin-top: -68px;
    display: block;
    top: 0%;
  }

  .aspect-ratio-2._16-9.mobile-height {
    height: auto;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 180%;
    position: static;
  }

  .hero-section.home {
    height: 100vh;
    display: none;
  }

  .aspect-ratio-hero._16-9.mobile-height {
    object-fit: fill;
    height: auto;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 180%;
    position: fixed;
    top: 0;
  }

  .horiz-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-3.margin-top.margin-huge {
    width: 100%;
  }

  .link-block-3.margin-top.margin-huge.top {
    margin-top: 7.7rem;
  }

  #w-node-c642c968-78a5-f0cf-bec5-ff1ee2acd257-e3151ced, #w-node-_3b09bceb-a6d5-e328-0899-484366622e19-e3151ced, #w-node-c59b046d-6eeb-7c51-b541-4edb79b15650-e3151ced, #w-node-_4d5f6c9a-0b51-4af9-fba1-e22b3ab0c24a-e3151ced, #w-node-_4d5f6c9a-0b51-4af9-fba1-e22b3ab0c24c-e3151ced, #w-node-_4d5f6c9a-0b51-4af9-fba1-e22b3ab0c24e-e3151ced {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Soviet2b';
  src: url('../fonts/Soviet2b.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soviet2b';
  src: url('../fonts/Soviet2bi.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myla';
  src: url('../fonts/Myla-BlackItalic1.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myla';
  src: url('../fonts/Myla-Bold1.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myla';
  src: url('../fonts/Myla-BoldItalic1.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myla';
  src: url('../fonts/Myla-Italic1.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myla';
  src: url('../fonts/Myla-Black1.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}