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

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

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

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

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

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

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

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

.col.col-m-12.col-8 {
  flex-flow: column;
  display: flex;
}

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

.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-large {
  font-size: 10em;
  line-height: .9;
}

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

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

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

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

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

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

.cover-img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.bunny-player.first {
  margin-bottom: 2rem;
}

.bunny-player.second {
  margin-top: 2rem;
}

.bunny-player__before {
  max-height: 100svh;
  padding-top: 62.5%;
}

.bunny-player__interface {
  flex-flow: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-player__time {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.75em;
  display: flex;
}

.bunny-player__toggle-mute, .bunny-player__toggle-fullscreen {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
}

.bunny-player__interface-btns {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

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

.bunny-player__timeline-progress {
  pointer-events: none;
  background-color: #ff4c24;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
}

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

.bunny-player__text {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .9375em;
  line-height: 1;
}

.bunny-player__text.is--transparent {
  opacity: .5;
  opacity: .5;
}

.bunny-player__playpause {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-player__fullscreen-scale-svg {
  display: block;
}

.bunny-player__big-btn {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  cursor: pointer;
  background-color: #64646433;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  padding: 2em;
  display: flex;
  position: relative;
}

.bunny-player__volume-mute-svg {
  display: none;
}

.bunny-player__toggle-playpause {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
}

.bunny-player__fullscreen-shrink-svg {
  display: none;
}

.bunny-player__timeline-bg {
  background-color: #ffffff26;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunny-player__timeline-bar {
  border-radius: 1em;
  width: 100%;
  height: 30%;
  position: absolute;
  overflow: hidden;
}

.bunny-player__interface-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: min(2em, 4vw);
  display: flex;
  position: relative;
}

.bunny-player__volume-up-svg {
  display: block;
}

.bunny-player__timeline {
  cursor: pointer;
  flex: 1;
  align-items: center;
  height: 1em;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
  position: relative;
}

.bunny-player__pause-svg {
  display: none;
}

.bunny-player__interface-fade {
  opacity: .5;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
}

.bunny-player__timeline-buffered {
  opacity: .2;
  pointer-events: none;
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
}

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

.bunny-player__dark {
  opacity: .1;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunny-player__timeline-handle {
  pointer-events: none;
  background-color: #ff4c24;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)scale(0);
}

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

.video--wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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