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

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

@font-face {
  font-family: acumin;
  src: url('../fonts/AcuminVariableConcept.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000c4;
  --white: white;
}

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

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

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

body {
  color: var(--black);
  font-family: Atacamatrial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.14;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12.5em;
  font-weight: 400;
  line-height: .9;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10em;
  font-weight: 400;
  line-height: .9;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.625em;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

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;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.fade {
  background-color: #f8fcff;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-start {
  align-items: flex-start;
}

.row.justify-center {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 140px;
}

.row.align-center {
  align-items: center;
}

.row.row-example {
  background-color: #f7f4ff;
  min-height: 175px;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.align-end {
  align-items: flex-end;
}

.row.justify-around {
  justify-content: space-around;
}

.inner-div-example {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #c0e5ff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.col {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.col.order-first {
  order: -1;
}

.col.self-center {
  align-self: center;
}

.col.col-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.self-end {
  align-self: flex-end;
}

.col.order-last {
  order: 1;
}

.col.col-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.col-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.self-start {
  align-self: flex-start;
}

.container {
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.grid-system-h5 {
  letter-spacing: 0;
  font-weight: 400;
}

.grid-system-h2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1.125em;
}

.emp {
  color: #4daaec;
}

.home__hero {
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  position: relative;
}

.home__hero-slider {
  height: 100%;
  overflow: hidden;
}

.home__hero-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home__hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translate(-50%);
}

.home__hero-logo {
  z-index: 2;
  width: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image {
  width: 100%;
  position: static;
}

.slide-nav {
  display: none;
}

.home__hero-slide-label {
  color: var(--white);
  font-family: Atacamatrial, sans-serif;
  font-size: 1.5em;
}

.home__hero-slider-arrow {
  opacity: 0;
  width: 30%;
  transition: opacity .35s;
  display: flex;
  transform: translate(-30%);
}

.home__hero-slider-arrow:hover {
  opacity: 1;
}

.home__hero-slider-arrow.home__hero-slider-arrow--right {
  transform: translate(30%);
}

.hero__projects-wrapper {
  z-index: 2;
  text-align: center;
  width: 30em;
  margin-left: -15em;
  position: absolute;
  top: 2em;
  left: 50%;
}

.hero__projects-content {
  color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  font-family: Atacamatrial, sans-serif;
  font-size: 1.34em;
  line-height: 1.15;
  display: flex;
}

.text-block {
  z-index: 100;
  margin-left: .2em;
  margin-right: .2em;
  display: block;
  position: relative;
}

.hero__projects-images {
  z-index: 3;
  width: 50%;
  height: 50%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__projects-image {
  opacity: 0;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.navigation-full-wrapper-link {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5vw;
  line-height: 1em;
  text-decoration: none;
}

.navigation-full-wrapper-link.w--current {
  font-size: 5vw;
}

.navigation-full-wrapper-link.navigation-full-wrapper-link--1.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5vw;
}

.navigation-full-wrapper-link.navigation-full-wrapper-link--2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.navigation-full-wrapper-link.navigation-full-wrapper-link--3, .navigation-full-wrapper-link.navigation-full-wrapper-link--5 {
  font-size: 5vw;
  display: block;
}

.header__menu {
  color: var(--white);
  font-weight: 600;
  line-height: 1em;
}

.header__menu.header__menu-close {
  opacity: 0;
  color: var(--white);
  font-family: acumin, sans-serif;
  font-size: 2em;
  position: absolute;
}

.header__menu.header__menu-menu {
  opacity: .4;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4.4vw;
}

.header__menu.header__menu-menu.about {
  color: var(--black);
}

.navigation-bubble {
  position: absolute;
  bottom: 4em;
}

.nav__header-center {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.nav__trigger-desktop {
  cursor: pointer;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.nav__trigger-desktop.text--xsmall {
  font-family: acumin, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.bubble {
  color: #f4e1da;
  text-transform: uppercase;
  background-color: #0b1e25;
  border-radius: 50px;
  padding: 10px 26px;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
}

.bubble.bubble--darkstroke {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  width: 100%;
  font-family: Blmelody, sans-serif;
}

.header__logo {
  width: 16em;
}

.text--xsmall {
  font-size: .875em;
}

.artist__lightbox-image {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 20em;
}

.artist__lightbox-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.artist__lightbox-content {
  justify-content: center;
  align-items: center;
  height: 20em;
  margin-bottom: 48px;
  display: flex;
}

.artist__section-gallery {
  padding-top: 6em;
}

.artist__section-bio {
  margin-top: 3em;
}

.artists__wysiwyg p {
  font-size: 3em;
  line-height: 1.3;
}

.artist__content {
  margin-top: 5em;
  margin-bottom: 5em;
}

.footer {
  width: 100%;
  font-family: Blmelody, sans-serif;
  font-weight: 600;
  position: relative;
  bottom: 0;
}

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

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

.artist__header {
  z-index: 11;
  color: #fff;
  mix-blend-mode: difference;
  font-size: 1.75em;
  display: flex;
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, -.2rem);
}

.text-block-3 {
  margin-right: .2em;
}

.heading-xlarge {
  font-size: 12.5em;
}

.utilspage__block {
  margin-bottom: 5em;
  padding-top: 1em;
}

.utilspage__block.border-top {
  border-top: .125em solid var(--black);
}

.heading-large {
  font-size: 10em;
  line-height: .9;
}

.heading-medium {
  font-size: 5.625em;
  line-height: 1.1;
}

.heading-medium.journalsingle__hero-title {
  max-width: 28ch;
}

.text--big {
  font-size: 3em;
  line-height: 1.3;
}

.text--normal {
  font-size: 1.8em;
  line-height: 1.3;
}

.herosecondary__content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.herosecondary {
  margin-bottom: 9em;
  position: relative;
}

.herosecondary__title {
  margin-top: 37vh;
}

.herosecondary__description {
  margin-top: 5.625em;
}

.hero__arrow {
  mix-blend-mode: difference;
  margin-top: auto;
  margin-bottom: 1em;
  overflow: hidden;
}

.footer__wrapper {
  color: #fff;
  mix-blend-mode: difference;
  width: 100%;
  position: fixed;
  bottom: 2em;
}

.nav__content {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
  position: fixed;
  top: 2em;
  left: 0;
  right: 0;
}

.nav__full-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block {
  color: var(--white);
  text-align: left;
}

.label {
  letter-spacing: -.03em;
  font-family: Blmelody, sans-serif;
  font-size: .875em;
  font-weight: 600;
}

.label.label--sticky {
  position: sticky;
  top: 1em;
}

.label.label--styleguide {
  margin-bottom: 2em;
}

.label.label--contact {
  opacity: .5;
  margin-bottom: .25em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
}

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

.grid-column-gap.about__logos {
  margin-top: 5.625em;
}

.grid-column-gap.works__grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-top: 7em;
  margin-bottom: 10em;
}

.about__logos {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.about__row {
  margin-bottom: 12.5em;
}

.about__footer-image-wrapper {
  object-fit: cover;
  width: 30%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.about__footer-image-wrapper._5 {
  width: 20%;
  top: -144%;
  left: 13%;
}

.about__footer-image-wrapper._1 {
  transform-style: preserve-3d;
  width: 24%;
  top: -101%;
  right: 17%;
  transform: translate3d(0, 0, 100px);
}

.about__footer-image-wrapper._6 {
  width: 22%;
  bottom: -153%;
  left: -28%;
}

.about__footer-image-wrapper._2 {
  width: 27%;
  top: -81%;
  left: -24%;
}

.about__footer-image-wrapper._3 {
  width: 24%;
  bottom: -96%;
  left: 13%;
}

.about__footer-image-wrapper._4 {
  width: 20%;
  bottom: -112%;
  right: -26%;
}

.about__footer-image-wrapper._7 {
  width: 20%;
  bottom: 99%;
  right: -28%;
}

.about__footer-image-wrapper._8 {
  width: 29%;
  bottom: -133%;
  right: 18%;
}

.modal__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.about__footer {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.about__footer-title-wrapper {
  width: 100%;
  position: relative;
}

.about__footer-wrapper {
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.about__footer-link {
  color: var(--white);
  mix-blend-mode: difference;
  text-decoration: none;
}

.about__footer-image-overlay {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.worksingle__hero {
  min-height: 170vh;
  position: relative;
}

.worksingle__hero-content {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.body--black {
  background-color: var(--black);
  color: var(--white);
}

.worksingle__hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.worksingle__hero-label {
  position: absolute;
  bottom: 2em;
}

.text--small {
  font-size: 1.55em;
}

.workssingle__content {
  margin-top: 9em;
  margin-bottom: 2em;
}

.workssingle__info {
  opacity: .5;
  margin-top: 6.875em;
  margin-bottom: 8.75em;
}

.wysiwyg--templates img {
  width: 100%;
}

.wysiwyg--templates figure {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.wysiwyg--templates p {
  margin: 1em 13%;
  font-size: 1.8em;
  line-height: 1.3;
}

.wysiwyg--templates blockquote {
  border-left-width: .25em;
  border-left-color: var(--black);
  margin: 4em 20% 4em 13%;
  padding-left: 1.625em;
  font-family: Blmelody, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.66;
}

.collection__next {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection__next-image {
  z-index: -1;
  transform-origin: 50% 0;
  transform: translate(0, 70%);
}

.collection__next-link {
  width: 100%;
  text-decoration: none;
}

.collection__next-link.workssingle__next-link--white {
  color: var(--white);
}

.collection__next-image-wrapper {
  z-index: -1;
  transform-origin: 50% 100%;
  width: 20em;
  position: absolute;
  bottom: 0;
}

.works__hero {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.works__hero-arrow {
  mix-blend-mode: difference;
  margin-top: auto;
  margin-bottom: 2em;
}

.works__hero-title {
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.works__grid-item {
  margin-left: auto;
  margin-right: auto;
}

.works__grid-item.works__grid-item--70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.works__grid-item.works__grid-item--90 {
  width: 90%;
}

.works__grid-item-content {
  color: #fff;
  text-decoration: none;
}

.works__grid-item-project {
  opacity: .5;
  display: flex;
}

.text-block-4 {
  padding-right: .5em;
}

.works__grid-item-text {
  margin-top: 1em;
  font-family: Blmelody, sans-serif;
  font-size: .8em;
  font-weight: 600;
}

.enter-scale-animation-parent {
  overflow: hidden;
}

.journalsingle__content {
  margin-top: 6em;
  padding-bottom: 10em;
}

.journalsingle__hero {
  position: relative;
}

.journalsingle__hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.journalsingle__hero-content {
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.journalsingle__hero-date {
  position: absolute;
  bottom: 2em;
}

.herosecondary__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.journal__item-image-wrapper {
  width: 33.3332%;
}

.journal__item-title {
  width: 41.6667%;
  max-width: 430px;
  margin-right: auto;
}

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

.journal__item-image-content {
  width: 100%;
  height: 0%;
  padding-top: 70%;
  position: relative;
}

.journal__item-image-content.enter-scale-animation-parent {
  overflow: hidden;
}

.journal__item {
  grid-column-gap: 24px;
  color: #0b1e25;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.journal__item:first-child {
  border-top: 2px solid #0b1e25;
}

.journal__item-date {
  width: 24.9999%;
}

.journal__content {
  padding-bottom: 5em;
}

.collection__next-image-helper {
  transform-origin: 50% 0;
  position: relative;
}

.hero__projects-link {
  color: var(--white);
  text-decoration: none;
}

.utilspage__link {
  text-transform: uppercase;
  border-bottom: .0625em solid #fff;
  margin-bottom: 1em;
  padding-bottom: .3em;
  font-size: .8em;
  line-height: 1em;
}

.utilspage__link:hover {
  border-bottom-color: #e2ff70;
}

.utilspage__link.label {
  margin-right: 1em;
}

.utilspage__left-text {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 3em;
}

.utilspage__assetsgrid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.utilspage__assetsgrid-imagewrapper {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.contact__field {
  border: 1px #000;
  border-bottom: .0625em solid #000;
  height: 1.5em;
  margin-bottom: 1em;
  padding-left: 0;
}

.contact__field.text--normal {
  font-family: acumin, sans-serif;
}

.contact__field.text--normal {
  margin-bottom: .25em;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2em;
}

.contact__field.text--normal.contact__field--text {
  height: 4em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.contact__submit {
  color: var(--black);
  background-color: #0000;
  margin-left: auto;
  padding-right: 0;
}

.contact__submit.text--normal {
  font-family: acumin, sans-serif;
  font-weight: 700;
}

.contact__submit-wrapper {
  text-align: center;
  font-family: acumin, sans-serif;
  display: block;
}

.form-block {
  margin-bottom: 2em;
  display: none;
}

.body {
  display: block;
}

.about-desktop-video {
  position: static;
}

.about-mobile-video {
  display: none;
}

.text-block-5 {
  text-align: center;
  font-family: acumin, sans-serif;
  font-size: 3vw;
  font-weight: 500;
}

.text-block-6 {
  text-align: center;
  font-family: acumin, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  position: absolute;
  inset: 10% 0% auto;
}

.paragraph {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 500px;
  margin-top: 5%;
  margin-left: 36%;
  font-family: acumin, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  display: block;
}

.paragraph-2 {
  z-index: auto;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 600px;
  max-width: 600px;
  margin-top: 5%;
  font-family: acumin, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.paragraph-3 {
  font-family: acumin, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
}

.title {
  font-size: 34px;
}

.title.about-hero {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 1px 1px #0003;
  margin: auto;
  padding: 10px;
  font-family: acumin, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.title.h1-size {
  color: #fff;
  letter-spacing: .02em;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.143em;
}

.title.h1-size.faqs {
  color: #000;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
}

.title.card-faq {
  color: var(--white);
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: acumin, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.333em;
}

.title.story {
  color: var(--white);
  max-width: 450px;
  margin-bottom: 8px;
  font-family: acumin, sans-serif;
}

.title.card-faq {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.333em;
}

.text-no-wrap {
  white-space: nowrap;
}

.paragraph-4.about-hero {
  max-width: 550px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.image-2.about-hero-picture {
  border-radius: 1000000000px;
  width: 140px;
  min-width: 140px;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 24px;
}

.container-medium-648px {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-648px.about-hero {
  text-align: center;
  text-align: center;
  max-width: 1920px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.hero-desktop-video {
  position: static;
}

.hero-mobile-video {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.section-2 {
  display: block;
}

.html-embed {
  justify-content: center;
  display: flex;
}

.rich-text-block {
  font-family: acumin, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: .5;
}

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

.paragraph-6 {
  text-align: center;
  font-size: 1em;
  line-height: .5em;
}

.paragraph-7 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.5em;
  line-height: .5;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: .125em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 220%;
  font-weight: 700;
}

.paragraph-9 {
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.3;
}

.image-3 {
  flex: 0 auto;
  max-width: 20em;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: static;
  left: 60px;
}

.div-block-3 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: acumin, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.html-embed-2 {
  text-align: center;
  flex: 1;
  align-self: flex-start;
  width: 320px;
  height: 250px;
  display: flex;
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-hi-res-video {
  display: none;
}

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

.div-block-5 {
  color: var(--black);
}

.form-block-2 {
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25em;
}

.contact__submit-2 {
  color: #000;
  background-color: #0000;
  margin-left: auto;
  padding-right: 0;
}

.contact__submit-2.text--normal {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

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

.div-block-6 {
  justify-content: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.success-message {
  background-color: gray;
}

.text-block-8 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.error-message {
  background-color: #e23b3b;
}

.card {
  background-color: #000;
  overflow: hidden;
}

.card.faq {
  opacity: 1;
  cursor: pointer;
  background-color: #a1a1a133;
  border-radius: 12px;
  flex: 0 auto;
  max-width: 540px;
  margin-bottom: 24px;
  padding: 22px 32px;
  transition: transform .5s;
  overflow: auto;
}

.card.faq {
  cursor: pointer;
  border-radius: 12px;
  max-width: 540px;
  margin-bottom: 24px;
  padding: 32px;
  transition: transform .5s;
}

.card.faq:hover {
  transform: translate(0, -6px);
}

.card.learn {
  opacity: 1;
  cursor: pointer;
  background-color: #a1a1a140;
  border-radius: 12px;
  max-width: 540px;
  margin-bottom: 24px;
  padding: 22px 32px;
  transition: transform .5s;
}

.card.learn:hover {
  transform: translate(0, -6px);
}

.container-medium-615px {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-615px.faqs {
  text-align: center;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 60px;
}

.card-faq-content-bottom {
  max-width: 414px;
}

.paragraph-10.card-faq {
  color: var(--white);
  text-align: left;
  white-space: break-spaces;
  word-break: keep-all;
  margin-bottom: 0;
  font-family: acumin, sans-serif;
  font-size: 1.5vw;
}

.card-faq-icon-2 {
  background-color: #fff;
  border-radius: 10000000000px;
  width: 3px;
  min-height: 18px;
  position: absolute;
}

.split-content.faqs-right, .split-content.faqs-left {
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.split-content.story-right {
  max-width: 518px;
}

.split-content.story-left {
  max-width: 518px;
  margin-top: 64px;
  margin-right: 40px;
}

.split-content.faqs-left {
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  margin-right: 24px;
  display: flex;
}

.card-faq-icon-1 {
  background-color: var(--white);
  border-radius: 10000000000px;
  width: 18px;
  min-height: 3px;
  position: absolute;
}

.space.card-faq {
  min-height: 10px;
}

.faqs-wrapper {
  justify-content: center;
  padding-top: 140px;
  display: flex;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2.faqs {
  padding-top: 0;
  padding-bottom: 0;
}

.card-faq-content-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.card-faq-icon-wrapper {
  background-color: #98dbfec4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-default {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.body-3 {
  background-color: #000;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.html-embed-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-5 {
  border: 20px solid red;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: 75px;
  overflow: hidden;
}

.div-block-8 {
  border: 20px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  max-width: 800px;
  min-height: 200px;
  max-height: 300px;
  display: flex;
  overflow: hidden;
}

.section-3 {
  z-index: auto;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  display: flex;
  position: static;
}

.background-video {
  display: inline;
  position: static;
  inset: auto;
}

.html-embed-6 {
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  max-width: 800px;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: relative;
  bottom: 40px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 800px;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  overflow: hidden;
}

.section-5 {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.link {
  color: var(--white);
}

.background-video-copy {
  display: inline;
  position: static;
  inset: 0%;
}

.background-video-2 {
  display: block;
  position: absolute;
}

.paragraph-11 {
  font-family: acumin, sans-serif;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.paragraph-12.story {
  margin-bottom: 0;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.story-right-content {
  margin-right: 20px;
}

.image-4.story-left, .image-4.story-right {
  object-fit: cover;
  width: 100%;
}

.story-left-content {
  margin-bottom: 115px;
  margin-right: 20px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.story-right {
  border-radius: 46px;
  margin-bottom: 136px;
}

.image-wrapper.story-left {
  border-radius: 46px;
}

.paragraph-13.about-hero {
  max-width: 550px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-7.about-hero {
  padding-top: 36px;
  padding-bottom: 0;
}

.image-5.about-hero-picture {
  border-radius: 1000000000px;
  width: 140px;
  min-width: 140px;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 24px;
}

.container-default-2 {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-14.story {
  color: var(--white);
  margin-bottom: 0;
  font-family: acumin, sans-serif;
}

.learn-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.learn-top.padding-120px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.image-6.story-left, .image-6.story-right {
  object-fit: cover;
  width: 100%;
}

.paragraph-15.card-faq {
  margin-bottom: 0;
}

.card-faq-icon-3 {
  background-color: #fff;
  border-radius: 10000000000px;
  width: 18px;
  min-height: 3px;
  position: absolute;
}

.section-9, .section-9.faqs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-faq-content-top-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-faq-icon-4 {
  background-color: #fff;
  border-radius: 10000000000px;
  width: 3px;
  min-height: 18px;
  position: absolute;
}

.faqs-wrapper-2 {
  justify-content: space-between;
  margin-bottom: -24px;
  display: flex;
}

.card-faq-icon-wrapper-2 {
  background-color: #1b82bc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider {
  background-color: #1e1f24;
  width: 100%;
  min-height: 1px;
}

.caption-text {
  color: var(--white);
  text-align: center;
  align-self: center;
  padding-top: 10px;
  font-family: acumin, sans-serif;
  font-size: 1vw;
}

.learn-body {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: acumin, sans-serif;
  font-size: 1.4vw;
  line-height: 1.2em;
}

.learn-top-right-cell {
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
}

.learn-bottom-left-cell {
  justify-content: center;
  align-items: flex-end;
  padding-left: 30px;
}

.learn-image-1, .learn-image-2 {
  border-radius: 20px;
  max-width: 80%;
}

.learn-top-left-cell, .learn-bottom-right-cell {
  justify-content: flex-start;
  align-items: center;
}

.learn-stack {
  max-width: 1000px;
  margin-left: 20px;
  margin-right: 20px;
}

.learn-div-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.learn-body-footer {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: acumin, sans-serif;
  font-size: 1.4vw;
}

.top-grid {
  grid-column-gap: 24px;
  grid-row-gap: 29px;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  max-width: 800px;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: grid;
  position: relative;
}

.card-thumbnail {
  background-color: #1e1f24;
  border-radius: 32px;
  overflow: hidden;
}

.card-thumbnail.membership-card {
  color: #b9babf;
  text-align: center;
  background-image: url('../images/membership.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 42px 16px 54px;
  text-decoration: none;
  transition: transform .5s;
}

.card-thumbnail.membership-card:hover {
  filter: saturate(110%);
  color: #b9babf;
  transform: scale(1.1)translate(0, -6px);
}

.card-thumbnail.series-card {
  color: #b9babf;
  text-align: center;
  background-image: url('../images/series.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 42px 16px 54px;
  text-decoration: none;
  transition: transform .5s;
}

.card-thumbnail.series-card:hover {
  filter: saturate(110%);
  color: #b9babf;
  transform: scale(1.1)translate(0, -6px);
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.learn-box-image {
  text-align: center;
  min-width: 300px;
  max-width: 600px;
}

.learn-box-copy {
  text-align: center;
  min-width: 300px;
  max-width: 600px;
  max-height: 300px;
}

.bottom-grid {
  grid-column-gap: 24px;
  grid-row-gap: 29px;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: stretch stretch;
  max-width: 800px;
  min-height: 400px;
  max-height: 400px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: grid;
  position: relative;
}

.learn-wrapper {
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.navigation-full-wrapper-link-1 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 8vw;
  line-height: 1em;
  text-decoration: none;
}

.navigation-full-wrapper-link-1.navigation-full-wrapper-link--1.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5vw;
}

.navigation-full-wrapper-link-1.navigation-full-wrapper-link--2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.navigation-full-wrapper-link-1.navigation-full-wrapper-link--3, .navigation-full-wrapper-link-1.navigation-full-wrapper-link--5 {
  font-size: 5vw;
  display: block;
}

.image-7 {
  opacity: .57;
}

.text-only-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 60px 15% 10% 25%;
}

.link-2 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  text-decoration: none;
}

.container-6 {
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1920px) {
  .header__menu.header__menu-menu {
    font-size: 3.3vw;
  }

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

  .title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 35px;
    display: inline;
  }

  .title.h1-size.faqs {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
    display: block;
  }

  .title.card-faq {
    font-size: 1.2vw;
  }

  .title.about-hero {
    font-size: 40px;
  }

  .paragraph-4.about-hero {
    margin-bottom: 20px;
  }

  .image-3 {
    max-width: 15em;
  }

  .html-embed-2 {
    flex: 0 auto;
  }

  .hero-hi-res-video {
    display: block;
    position: static;
  }

  .paragraph-10.card-faq {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .8vw;
    font-weight: 400;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .section-2.faqs {
    padding-top: 40px;
  }

  .section-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 180px;
    display: flex;
  }

  .section-6 {
    padding-top: 10px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .paragraph-13.about-hero {
    margin-bottom: 20px;
  }

  .section-7 {
    padding-bottom: 60px;
  }

  .section-7.about-hero {
    padding-top: 40px;
  }

  .learn-top {
    padding-bottom: 60px;
  }

  .learn-top.padding-120px {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section-9 {
    padding-bottom: 60px;
  }

  .section-9.faqs {
    padding-top: 40px;
  }

  .top-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 1000px;
    min-height: 500px;
    max-height: 1200px;
    padding: 0;
    display: grid;
  }

  .card-thumbnail.membership-card {
    flex: 0 auto;
    min-width: 500px;
    min-height: 500px;
    padding: 20px;
  }

  .card-thumbnail.membership-card:hover {
    transform: scale(1.1)translate(0, -6px);
  }

  .card-thumbnail.series-card {
    flex: 0 auto;
    min-width: 500px;
    min-height: 500px;
    padding: 20px;
  }

  .card-thumbnail.series-card:hover {
    transform: scale(1.1)translate(0, -6px);
  }

  .bottom-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 1000px;
    min-height: 500px;
    max-height: 1200px;
    padding: 0;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1, h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 3em;
    line-height: .9;
  }

  .col.col-m-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-m-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-m-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-m-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-m-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-m-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-m-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

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

  .home__hero-slide-label {
    bottom: 1.1em;
  }

  .hero__projects-wrapper {
    width: 90%;
    margin-left: 0;
    left: 5%;
  }

  .navigation-full-wrapper-link, .navigation-full-wrapper-link.w--current {
    font-size: 16vw;
  }

  .nav__header-center {
    position: fixed;
  }

  .nav__trigger-desktop.text--xsmall {
    position: absolute;
    inset: 0% 0% auto;
  }

  .artist__lightbox-image {
    max-height: 13em;
  }

  .artist__lightbox-content {
    height: 13em;
    margin-bottom: 1.5em;
  }

  .artists__wysiwyg p {
    font-size: 1.5em;
  }

  .text-block-2 {
    display: none;
  }

  .artist__header {
    font-size: 1.125em;
  }

  .heading-xlarge {
    font-size: 5em;
    line-height: .9;
  }

  .heading-large {
    font-size: 5em;
  }

  .heading-medium {
    font-size: 3em;
    line-height: .9;
  }

  .text--big {
    font-size: 1.5em;
  }

  .text--normal {
    font-size: 1.125em;
  }

  .herosecondary__content {
    align-items: center;
    padding-bottom: 1em;
  }

  .herosecondary {
    margin-bottom: 3.75em;
  }

  .nav__content {
    display: block;
  }

  .nav__full-wrapper {
    display: none;
  }

  .label {
    font-size: 14px;
  }

  .label.label--sticky.label--about {
    margin-bottom: 1.5em;
  }

  .grid-column-gap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-column-gap.works__grid {
    grid-template-columns: 1fr;
  }

  .about__row {
    margin-bottom: 4em;
  }

  .about__footer {
    text-align: center;
    min-height: auto;
    overflow: visible;
  }

  .about__footer-wrapper {
    height: auto;
    min-height: 60vh;
  }

  .worksingle__hero {
    min-height: 150vh;
  }

  .worksingle__hero-label {
    display: none;
  }

  .text--small {
    font-size: 1.125em;
  }

  .workssingle__info-item {
    margin-bottom: 1.125em;
  }

  .workssingle__info {
    margin-top: 3.75em;
    margin-bottom: 6.875em;
  }

  .wysiwyg--templates p {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.125em;
  }

  .wysiwyg--templates blockquote {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 1.25em;
    font-size: 1em;
  }

  .collection__next {
    padding-bottom: 10em;
  }

  .collection__next-image-wrapper {
    margin-bottom: 0;
  }

  .works__hero-arrow {
    margin-bottom: 1em;
  }

  .works__grid-item {
    margin-bottom: 5.625em;
  }

  .utilspage__assetsgrid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }

  .about-desktop-video {
    display: none;
  }

  .about-mobile-video {
    display: block;
    position: static;
  }

  .title.h1-size.faqs {
    text-align: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .title.card-faq {
    font-size: 3vw;
  }

  .container-medium-648px.about-hero {
    margin-bottom: 60px;
  }

  .hero-desktop-video {
    display: none;
  }

  .hero-mobile-video {
    display: block;
    position: static;
  }

  .rich-text-block {
    font-size: 3vw;
  }

  .paragraph-7 {
    font-size: 3em;
  }

  .card.faq, .card.learn {
    max-width: 100%;
  }

  .paragraph-10.card-faq {
    font-size: 3vw;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .split-content.story-left {
    margin-top: 53px;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0;
  }

  .faqs-wrapper {
    flex-direction: column;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2.faqs {
    padding-bottom: 134px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .story-left-content {
    margin-bottom: 80px;
  }

  .image-wrapper.story-right {
    border-radius: 38px;
    margin-bottom: 109px;
  }

  .image-wrapper.story-left {
    border-radius: 38px;
  }

  .section-7.about-hero {
    padding-top: 30px;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .learn-top.padding-120px {
    padding-top: 20px;
    padding-bottom: 96px;
  }

  .section-9.faqs {
    padding-bottom: 134px;
  }

  .faqs-wrapper-2 {
    flex-direction: column;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-grid {
    grid-column-gap: 24px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 600px;
    min-height: 300px;
    max-height: 300px;
    display: grid;
  }

  .card-thumbnail.membership-card, .card-thumbnail.series-card {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 600px;
    min-height: 300px;
    max-height: 300px;
    display: grid;
  }

  .learn-wrapper {
    flex-direction: column;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-full-wrapper-link-1 {
    font-size: 16vw;
  }

  .text-only-container {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .nav__content {
    margin-left: 24px;
    margin-right: 24px;
  }

  .about__footer-image-wrapper._5 {
    width: 26%;
    top: -99%;
  }

  .about__footer-image-wrapper._1 {
    width: 29%;
    top: -68%;
  }

  .about__footer-image-wrapper._6 {
    width: 25%;
    bottom: -60%;
    left: -16%;
  }

  .about__footer-image-wrapper._2 {
    width: 32%;
    top: -41%;
    left: -27%;
  }

  .about__footer-image-wrapper._3 {
    width: 30%;
    bottom: -58%;
    left: 23%;
  }

  .about__footer-image-wrapper._4 {
    width: 26%;
    bottom: -3%;
    right: -28%;
  }

  .about__footer-image-wrapper._7 {
    width: 40%;
    right: -39%;
  }

  .about__footer-image-wrapper._8 {
    width: 36%;
    bottom: -70%;
    right: .3%;
  }

  .about__footer {
    padding-top: 4em;
    padding-bottom: 4em;
    overflow: hidden;
  }

  .journal__item-image-wrapper {
    order: -1;
    width: 100%;
    margin-bottom: 48px;
  }

  .journal__item-title {
    width: 100%;
  }

  .journal__item {
    flex-direction: column;
  }

  .journal__item-date {
    width: 100%;
  }

  .about-desktop-video {
    display: block;
  }

  .about-mobile-video {
    display: none;
  }

  .title.h1-size {
    font-size: 34px;
  }

  .title.h1-size.faqs {
    text-align: center;
    text-align: center;
  }

  .title.card-faq {
    font-size: 4vw;
  }

  .title.about-hero {
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4.about-hero {
    margin-bottom: 27px;
  }

  .image-2.about-hero-picture {
    width: 130px;
    min-width: 130px;
    min-height: 130px;
    max-height: 130px;
  }

  .container-medium-648px.about-hero {
    margin-bottom: 50px;
  }

  .hero-desktop-video {
    display: block;
  }

  .hero-mobile-video {
    display: none;
  }

  .card.faq, .card.learn {
    padding: 28px;
  }

  .container-medium-615px.faqs {
    margin-bottom: 40px;
  }

  .paragraph-10.card-faq {
    font-size: 4vw;
  }

  .split-content.story-right {
    flex-direction: column-reverse;
    max-width: 100%;
    display: flex;
  }

  .split-content.story-left {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.faqs {
    padding-top: 75px;
    padding-bottom: 107px;
  }

  .story-wrapper {
    flex-direction: column;
  }

  .story-right-content, .story-left-content {
    margin-bottom: 50px;
  }

  .image-wrapper.story-right {
    border-radius: 32px;
    margin-bottom: 0;
  }

  .image-wrapper.story-left {
    border-radius: 32px;
  }

  .paragraph-13.about-hero {
    margin-bottom: 27px;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-7.about-hero {
    padding-top: 20px;
  }

  .image-5.about-hero-picture {
    width: 130px;
    min-width: 130px;
    min-height: 130px;
    max-height: 130px;
  }

  .learn-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .learn-top.padding-120px {
    padding-top: 20px;
    padding-bottom: 77px;
  }

  .section-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-9.faqs {
    padding-top: 75px;
    padding-bottom: 107px;
  }

  .top-grid {
    grid-column-gap: 24px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 300px;
    min-height: 600px;
    display: grid;
  }

  .card-thumbnail.membership-card, .card-thumbnail.series-card {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px;
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 300px;
    min-height: 600px;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .row {
    flex-wrap: wrap;
  }

  .row.justify-center {
    margin-top: 100px;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .navigation-full-wrapper-link.navigation-full-wrapper-link--1, .navigation-full-wrapper-link.navigation-full-wrapper-link--2.w--current, .navigation-full-wrapper-link.navigation-full-wrapper-link--3, .navigation-full-wrapper-link.navigation-full-wrapper-link--5 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .header__menu.header__menu-close {
    font-size: 2em;
  }

  .header__menu.header__menu-menu {
    text-align: left;
    -webkit-text-stroke-color: var(--black);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.2em;
  }

  .nav__header-center {
    display: none;
  }

  .nav__trigger-desktop {
    justify-content: flex-end;
    font-family: acumin, sans-serif;
    font-style: normal;
  }

  .nav__full-wrapper, .about-desktop-video {
    display: none;
  }

  .about-mobile-video {
    display: flex;
    position: static;
  }

  .title.h1-size {
    font-size: 28px;
  }

  .title.h1-size.faqs {
    text-align: center;
    text-align: center;
    font-size: 34px;
  }

  .title.story {
    max-width: 380px;
    padding-bottom: 10px;
  }

  .title.about-hero {
    max-width: 396px;
    padding-bottom: 10px;
  }

  .paragraph-4.about-hero {
    max-width: 260px;
  }

  .image-2.about-hero-picture {
    width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    margin-bottom: 20px;
  }

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

  .container-medium-648px.about-hero {
    margin-top: 186px;
    margin-bottom: 40px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hero-desktop-video {
    display: none;
  }

  .hero-mobile-video {
    display: block;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 2em;
  }

  .paragraph-7 {
    font-size: 3em;
  }

  .paragraph-8 {
    font-size: 150%;
  }

  .card.faq, .card.learn {
    padding: 25px;
  }

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

  .paragraph-10.card-faq {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .split-content.story-left {
    margin-bottom: 70px;
  }

  .faqs-wrapper {
    padding-top: 100px;
  }

  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-2.faqs {
    padding-top: 20px;
    padding-bottom: 86px;
  }

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

  .html-embed-5 {
    bottom: 80px;
  }

  .div-block-8 {
    min-height: 250px;
    max-height: 250px;
  }

  .section-5, .section-6 {
    padding-top: 123px;
  }

  .story-right-content, .story-left-content {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-wrapper.story-right, .image-wrapper.story-left {
    border-radius: 20px;
  }

  .paragraph-13.about-hero {
    max-width: 260px;
  }

  .section-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-5.about-hero-picture {
    width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    margin-bottom: 20px;
  }

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

  .learn-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .learn-top.padding-120px {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-9.faqs {
    padding-top: 20px;
    padding-bottom: 86px;
  }

  .top-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    aspect-ratio: 1;
    object-fit: scale-down;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-width: 300px;
    max-width: 300px;
    min-height: 600px;
    max-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .card-thumbnail.membership-card, .card-thumbnail.series-card {
    aspect-ratio: 1;
    object-fit: scale-down;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 38px;
  }

  .bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    aspect-ratio: 1;
    object-fit: scale-down;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-width: 300px;
    max-width: 300px;
    min-height: 600px;
    max-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .navigation-full-wrapper-link-1.navigation-full-wrapper-link--1, .navigation-full-wrapper-link-1.navigation-full-wrapper-link--2.w--current, .navigation-full-wrapper-link-1.navigation-full-wrapper-link--3, .navigation-full-wrapper-link-1.navigation-full-wrapper-link--5 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .text-only-container {
    font-family: acumin, sans-serif;
    left: 10%;
  }

  .link-2 {
    font-size: 3vw;
  }
}

#w-node-e9045e72-eace-f9f1-af2b-5762545bc760-589767a1, #w-node-ef8a498b-294d-d0a9-ab39-cfee9a7fb128-589767a1, #w-node-_270b37cd-0149-0c7a-8baa-1d069bc2840d-589767a1, #w-node-_44623f28-0e93-819b-e80e-7907573b8b02-589767a1, #w-node-c5865bff-fa19-f711-b977-5807c518348b-589767a1, #w-node-cc36c159-b68a-cd90-ca74-68acd509be8a-589767a1, #w-node-_0b85ff3a-50a4-6a5d-8b13-1e59185ac591-589767a1, #w-node-e8cf31ca-c55c-cabb-581e-1a7302b6ba1c-589767a1, #w-node-_1865233f-d8ec-591c-1c63-a1aa12194ce0-589767a1, #w-node-_50d1aa06-ec3e-bcde-f087-d1c7d9f0abcc-589767a1, #w-node-d49ffa67-25e8-7342-b77e-d7131910500e-589767a1, #w-node-_67339d76-e0ba-daff-1109-98a648bca754-589767a1, #w-node-_62ec87a1-d1eb-b3eb-22e1-aa0b571a2630-589767a1, #w-node-_23aa865a-5f51-0b87-c136-1158d5ab9c8c-589767a1, #w-node-_2d309348-1105-6275-a044-2f9fdc3aefdf-589767a1, #w-node-_1b2006b7-e813-2bb2-90f5-55ca197dc149-589767a1, #w-node-d31f5991-9855-c175-8a2c-be3e1658c112-589767a1, #w-node-fc8df400-2e70-7352-59fa-8b1ca5b06ff4-589767a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-fe69dd40-bf51-775d-87dd-65d0355a41a2-20c9440a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}


@font-face {
  font-family: 'Blmelody';
  src: url('../fonts/BLMelody-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atacamatrial';
  src: url('../fonts/AtacamaTrial-ExtraCondensed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'acumin';
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}