:root {
  --black: black;
  --white: white;
}

body {
  color: var(--black);
  font-family: PT Serif, 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;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

.section.review__marquee {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: clip;
}

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

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

.row.justify-center {
  justify-content: center;
}

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

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

.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.col-m-12.col-8 {
  flex-flow: column;
  display: flex;
}

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

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

.container.section--padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.container.home-hero {
  z-index: 1;
  z-index: 1;
}

.navigation-full-wrapper-link {
  color: var(--white);
  font-size: 8vw;
  line-height: 1em;
  text-decoration: none;
}

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

.header__menu.header__menu-close {
  opacity: 0;
  color: var(--white);
  opacity: 0;
  position: absolute;
}

.nav__trigger-desktop {
  cursor: pointer;
  align-items: center;
  font-family: Blmelody, sans-serif;
  font-weight: 600;
  display: flex;
}

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

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

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

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

.nav__content {
  z-index: 10;
  mix-blend-mode: difference;
  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;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.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.works__grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-top: 7em;
  margin-bottom: 10em;
}

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

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

.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%);
}

.about__footer-image-overlay.dark {
  background-color: var(--black);
  background-color: var(--black);
}

.about__footer-image {
  max-height: 20em;
}

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

.works__hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 15em;
  display: flex;
  position: relative;
}

.works__hero.work {
  justify-content: space-between;
  align-items: center;
}

.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;
  width: 100%;
  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: Atacamatrial, sans-serif;
  font-size: .8em;
  font-weight: 600;
}

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

.works__opvul {
  height: 1px;
}

.work__grid-title {
  font-family: Blmelody, sans-serif;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced__item-width {
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 15vw;
  margin: 2vw 4vw;
  display: flex;
}

.works__hero-note {
  z-index: 5;
  max-width: 14ch;
  font-size: 7rem;
  line-height: 1em;
}

.home_hero--container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-hero--paragraph {
  max-width: 38ch;
  font-size: 1.5vw;
}

.home--hero {
  padding-top: 8em;
  padding-bottom: 8em;
}

.home-hero-text--wrapper {
  font-size: 2vw;
}

.home-hero--logo {
  max-width: 35em;
}

.footer-social--link {
  color: var(--white);
  max-width: 2em;
  position: relative;
}

.pic-empty {
  display: none;
}

.marquee--logo {
  max-width: 10em;
  max-height: 4em;
}

.marquee--logo.long {
  max-width: 100%;
}

.home-hero--section {
  position: relative;
}

.home-hero-bck--video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-vid--overlay {
  z-index: 0;
  background-image: linear-gradient(#0000 17%, #000);
  position: absolute;
  inset: 0%;
}

.bunny-bg__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bunny-bg {
  pointer-events: none;
  color: #fff;
  isolation: isolate;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  transform: translateX(0);
}

.bunny-bg__loading {
  opacity: 0;
  visibility: hidden;
  background-color: #00000054;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-bg__placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.vid-thumbnail--wrap {
  color: #efeeec;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bunny-bg__loading-svg {
  width: 6em;
}

@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 {
    font-size: 16vw;
  }

  .nav__header-center {
    position: fixed;
  }

  .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__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-template-columns: 1fr;
  }

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

  .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: 120vh;
  }

  .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__hero-title {
    font-size: 6em;
  }

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

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

  .marquee-advanced__item-width {
    width: 25vw;
  }

  .home_hero--container {
    flex-flow: column;
  }

  .home-hero--title {
    margin-bottom: 20px;
  }

  .home-hero--paragraph {
    max-width: 100%;
    font-size: 1rem;
  }

  .home-hero-text--wrapper {
    max-width: 100%;
  }

  .home-hero--logo {
    margin-bottom: 10px;
  }

  .service--wrapper {
    padding-left: 0%;
  }

  .bunny-bg__playpause {
    bottom: 1em;
    right: 1em;
  }

  .demo-section__title-h1 {
    font-size: 15vw;
  }

  .vid-thumbnail--wrap {
    min-height: 50svh;
  }
}

@media screen and (max-width: 767px) {
  .section.review__marquee {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .text--normal.no-margin {
    margin: 0;
  }

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

  .marquee-advanced {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .marquee-advanced__item-width {
    width: 30vw;
  }

  .works__hero-note {
    font-size: 5rem;
  }

  .home-hero--logo {
    max-width: 100%;
  }

  .service-list--wrapper {
    flex-flow: column;
  }

  .video--wrapper {
    width: 100%;
  }
}

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

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

  .works__hero {
    padding-top: 0;
    padding-bottom: 5em;
  }

  .works__hero-title {
    font-size: 3em;
  }

  .works__hero-note {
    font-size: 4rem;
  }

  .home_hero--container {
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
  }

  .home-hero--title {
    font-size: 6em;
  }

  .home--hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about--logo {
    max-width: 6em;
    max-height: 2.5em;
  }
}
