@font-face {
  font-family: Red hat display;
  src: url('../fonts/red-hat-display-bold.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Red hat display;
  src: url('../fonts/red-hat-display-bold.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Red hat display;
  src: url('../fonts/red-hat-display-bold.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Red hat display;
  src: url('../fonts/red-hat-display-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-01: #0d0d0d;
  --white-01: white;
  --color: white;
  --accent-01: #d42121;
  --grey-01: #999;
  --black-03: #1c1c1c;
  --black-02: #121212;
  --grey-02: #3d3d3d;
  --transparent: #fff0;
  --grey-bg: var(--black-01);
}

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

body {
  background-color: var(--black-01);
  color: var(--white-01);
  font-family: Red hat display, sans-serif;
  font-size: 1vw;
}

h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9em;
  font-weight: 700;
  line-height: .9;
}

h2 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

h3 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

h4 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .9;
}

h5 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: .9;
}

h6 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: .9;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  color: var(--white-01);
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 20px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.padding-bottom-0, .section.padding-bottom-0.navigation {
  padding-top: 0;
  display: block;
}

.section.padding-bottom-0.career {
  display: none;
}

.section.padding-0 {
  display: block;
}

.section.padding-0.animation {
  display: none;
}

.section.story {
  background-color: var(--black-01);
  padding-top: 0;
  padding-bottom: 0;
}

.section.story.statement {
  background-color: #191919;
  padding-top: 0;
  padding-bottom: 0;
}

.section.story.statement.quote {
  display: none;
  overflow: visible;
}

.section.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  padding-top: 4em;
  padding-bottom: 0;
}

.container {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.container.slider {
  margin-top: -9em;
}

.container.career {
  display: block;
}

.container.header.portfolio {
  background-color: var(--black-01);
  height: 100%;
}

.container.navbar {
  padding-left: 2em;
}

.container.portfolio {
  background-color: var(--color);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.container.portfolio-header {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.container.portfolio-header.split {
  height: auto;
}

.container.portfolio-grid {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container.portfolio-grid.split {
  height: 20em;
}

.container.portfolio-long {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
  overflow: hidden;
}

.container.portfolio-long.split {
  height: 20em;
}

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

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

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.divider {
  background-color: #31313199;
  width: 100%;
  height: 1px;
  line-height: 1.4px;
}

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

.grid.about {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 2fr 1fr;
}

.grid.blog, .grid.licenses {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.text-display-1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 10%;
}

.text-display-1.line-1 {
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 200;
}

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

.button {
  background-color: var(--accent-01);
  text-transform: uppercase;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  padding: 1.125em 3em;
  font-size: 14px;
  font-weight: 500;
}

.rich-text {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.75em;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.rich-text p {
  color: var(--grey-01);
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
}

.rich-text li {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.rich-text ul {
  color: var(--grey-01);
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  color: var(--grey-01);
  overflow: visible;
}

.rich-text figcaption {
  color: var(--grey-01);
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.accent-01 {
  background-color: #f16024;
}

.style-guide-color.black-01 {
  border: 1px solid var(--black-03);
  background-color: var(--black-01);
}

.style-guide-color.black-02 {
  background-color: var(--black-02);
}

.style-guide-color.black-03 {
  background-color: var(--black-03);
}

.style-guide-color.grey-01 {
  background-color: #dcddde;
}

.style-guide-color.white-01 {
  background-color: var(--white-01);
}

.style-guide-color.grey-02 {
  background-color: var(--grey-02);
}

.nav-link {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-left: 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover {
  color: var(--grey-01);
}

.nav-link.w--current {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.nav-link.portfolio, .nav-link.portfolio.w--current {
  color: var(--black-01);
}

.nav-link.portfolio.orange {
  color: #f16024;
}

.nav-link.grey {
  color: var(--grey-01);
  -webkit-text-stroke-color: var(--grey-01);
}

.nav-link.orange {
  color: #f16024;
}

.text-display-2 {
  font-family: Montserrat, sans-serif;
  font-size: 5em;
  font-weight: 400;
  display: block;
}

.text-display-2.slide-01 {
  z-index: 5;
  width: 100%;
  display: block;
  position: static;
  top: -1.7em;
}

.text-display-2.guide {
  display: none;
  position: absolute;
}

.text-display-2.portfolio {
  color: var(--black-01);
}

.text-display-3 {
  font-family: Montserrat, sans-serif;
  font-size: 4em;
}

.text-display-4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.4;
}

.text-display-4.portfolio {
  color: var(--black-01);
}

.text-display-4.portfolio.quote {
  color: #d5622c;
}

.text-display-4.quote {
  letter-spacing: .2em;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 100;
  line-height: 1;
  position: static;
  top: 50%;
  bottom: 50%;
}

.text-display-4.underline {
  text-decoration: underline;
}

.text-display-5 {
  text-align: left;
  text-shadow: 1px 2px 3px #0d0d0d99;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 200;
  overflow: visible;
}

.text-display-6 {
  font-family: Montserrat, sans-serif;
  font-size: 2em;
}

.text-display-7 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: block;
}

.text-body-1 {
  text-align: center;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  font-weight: 100;
  line-height: 1;
}

.text-body-1.lower {
  margin-top: .8em;
  margin-bottom: .8px;
  font-size: 1.2em;
}

.text-body-1.lower.portfolio {
  font-size: 2em;
  font-weight: 400;
}

.text-body-1.portfolio {
  color: var(--black-01);
  text-transform: uppercase;
}

.text-body-2 {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 1.125em;
  line-height: 1.6;
}

.paragraph {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
}

.text-micro-1 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.text-micro-1.spaced {
  letter-spacing: .7em;
}

.text-micro-1.spaced.portfolio {
  color: var(--black-01);
}

.text-micro-1.grey-01 {
  font-family: Montserrat, sans-serif;
}

.text-micro-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}

.text-micro-2.grey-01 {
  text-align: left;
  -webkit-text-stroke-color: var(--white-01);
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.nav-btn {
  display: none;
}

.logo-img {
  height: 1.5em;
  font-family: Montserrat, sans-serif;
  display: none;
}

.header-nav {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.logo-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  z-index: 99;
  background-color: #0d0d0d80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3em;
  display: flex;
  position: sticky;
  top: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .25em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel-contain {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reel-contain.home-hero {
  text-align: center;
  height: 20em;
  display: block;
}

.reel-contain.cta {
  text-align: center;
  height: 20em;
}

.reel-contain.blog {
  text-align: center;
  height: 42em;
  margin-top: 5em;
}

.reel-contain.slide-wrap {
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  height: 42em;
  display: flex;
  position: absolute;
}

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

.reel.home-hero {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  inset: 0%;
}

.reel.work {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  position: absolute;
}

.reel.work.reel01 {
  display: none;
}

.reel.work.reel02 {
  opacity: 1;
  display: none;
}

.reel.work.reel03 {
  z-index: 2;
  opacity: 1;
  display: none;
}

.reel.work.reel04, .reel.work.reel02-copy {
  opacity: 1;
  display: none;
}

.reel.cta {
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
}

.reel-title {
  z-index: 3;
  perspective: 2000px;
  margin-bottom: 2em;
  display: block;
  position: absolute;
  inset: auto 0% 6em;
}

.spacer-wrap {
  z-index: 3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
  inset: auto 5% 6em;
}

.spacer-icon {
  background-color: var(--white-01);
  border-radius: 50%;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: .5vw;
}

.spacer-icon.rec {
  background-color: #f16024;
  font-family: Montserrat, sans-serif;
  font-size: .5vw;
}

.spacer-line {
  background-color: #ffffff4d;
  flex: 1;
  height: 1px;
  margin-left: 1em;
  margin-right: 1em;
}

.col {
  width: 100%;
}

.col._11-20 {
  max-width: 55%;
}

.col._10-20 {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: 100%;
  display: flex;
}

.col._6-20 {
  max-width: 30%;
}

.col._8-20 {
  max-width: 40%;
}

.col._3-20 {
  max-width: 15%;
}

.col._9-20 {
  max-width: 45%;
}

.col._5-20 {
  max-width: 25%;
}

.col._2-20 {
  max-width: 10%;
}

.col._12-20 {
  max-width: 60%;
}

.col._7-20 {
  max-width: 35%;
}

.col._1-20 {
  max-width: 5%;
}

.col._4-20 {
  max-width: 20%;
}

.col._13-20 {
  max-width: 65%;
}

.col._14-20 {
  max-width: 70%;
}

.col._15-20 {
  max-width: 75%;
}

.col._16-20 {
  max-width: 80%;
}

.col._17-20 {
  max-width: 85%;
}

.col._18-20 {
  max-width: 90%;
}

.col._19-20 {
  max-width: 95%;
}

.col._20-20 {
  max-width: 100%;
}

.style-guide-block {
  background-color: var(--grey-01);
  height: 4em;
}

.o-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.row {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.row.company {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.row.company.portfolio {
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

.row.company.quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
}

.row.slider-wrap {
  flex-direction: column;
  position: relative;
}

.row.story-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 10em;
  display: flex;
  overflow: hidden;
}

.row.story-title {
  margin-bottom: 5em;
}

.row.work {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.row.hero-title, .row.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.row.portfolio-title {
  background-image: linear-gradient(#0d0d0d00 69%, #000000b3);
  height: 100%;
  position: absolute;
}

.grey-01 {
  color: var(--grey-01);
}

.company-text {
  width: 100%;
  max-width: 296px;
}

.about-card {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card.content {
  border: 0px solid var(--black-03);
  text-align: center;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 0%;
  padding-left: 4em;
  padding-right: 4em;
}

.about-card.content.logos {
  display: none;
}

.about-card-title {
  flex-direction: column;
  justify-content: space-around;
  height: 90%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.about-card-text {
  justify-content: center;
  align-items: center;
  height: 10%;
  display: flex;
}

.track {
  border: 0px solid var(--black-03);
  border-radius: 1.5em;
  justify-content: flex-start;
  align-items: center;
  height: 6.25em;
  display: flex;
  overflow: hidden;
}

.track-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.track-icon {
  background-color: #f16024;
  border-radius: 50%;
  width: .25em;
  height: .25em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: block;
}

.slider {
  background-color: #ddd0;
  border-radius: 1.5em;
  height: 50em;
  margin-top: 5em;
  position: relative;
  overflow: visible;
}

.slider-mask {
  overflow: hidden;
}

.slide {
  border-radius: 1.5em;
  overflow: visible;
}

.story-text {
  width: 100%;
  margin-bottom: 30px;
}

.work-title {
  text-align: center;
  max-width: 47.75em;
  margin-left: auto;
  margin-right: auto;
}

.work-item {
  border-radius: 1.5em;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-left: 2.5em;
  position: relative;
  overflow: hidden;
}

.work-text {
  z-index: 4;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.clients-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--black-03);
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.clients-item {
  opacity: .75;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 11.25em;
  margin-top: -1px;
  margin-right: -1px;
  display: flex;
}

.clients-item.last {
  border-bottom-style: none;
}

.blog-card {
  background-color: var(--black-03);
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 25em;
  padding: 3.5em 2em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-bottom {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-card-icon {
  width: 2em;
  transform: rotate(180deg);
}

.blog-card-top {
  z-index: 10;
  position: relative;
}

.blog-card-bg {
  z-index: 5;
  opacity: .7;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  width: 12.5em;
  height: 12.5em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-title {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.social-wrap {
  display: flex;
}

.social-icon {
  border: 1px solid var(--white-01);
  opacity: .7;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 3em;
  height: 3em;
  margin-left: .375em;
  margin-right: .375em;
  transition: background-color .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.social-icon:hover {
  background-color: #ffffff4d;
}

.social-icon.portfolio {
  border-width: 1px;
  border-color: #000000b3;
}

.logo-footer {
  width: auto;
  height: 5vw;
  display: none;
}

.footer-wrap {
  border: 1px solid var(--black-03);
  border-radius: 1.5em;
  justify-content: space-between;
  align-items: center;
  height: 5em;
  margin-top: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.footer-wrap.portfolio {
  border-width: 0;
  border-radius: 0;
}

.footer-wrap.website {
  border: 1px none var(--white-01);
  border-radius: 0;
}

.text-link {
  letter-spacing: .01em;
  text-transform: uppercase;
  width: 20%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.text-link:hover {
  color: var(--grey-01);
}

.text-link.portfolio {
  color: var(--black-01);
}

.footer-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vw;
  line-height: 1px;
  display: flex;
}

.footer-links.portfolio {
  border-top: 1px #000;
}

.slider-left-arrow {
  z-index: 6;
  width: 2.5em;
  height: 2.5em;
  font-size: 1vw;
  inset: 1em auto auto 0%;
}

.slider-right-arrow {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  font-size: 1vw;
  display: flex;
  inset: 1em 0% auto auto;
}

.slide-nav {
  display: none;
}

.slider-arrow-icon.right {
  width: 2.5em;
  height: 2.5em;
  transform: rotate(180deg);
}

.slider-arrow-icon.left {
  width: 2.5em;
  height: 2.5em;
}

.reel-title-mask {
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.template-text {
  max-width: 37.5em;
  margin-bottom: 5em;
}

.top-bar {
  background-color: var(--accent-01);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.licenses-item {
  background-color: var(--black-03);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56.25em;
  padding: 32px;
  display: flex;
}

.licenses-text {
  margin-top: .7em;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .bold-text, .italic-text, .link, .block-quote, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  font-family: Montserrat, sans-serif;
}

.container-2 {
  width: 100%;
  overflow: hidden;
}

.wrapperscroll {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.loop-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block {
  margin-left: 5em;
  margin-right: 5em;
}

.content-holder {
  align-items: center;
  display: flex;
}

.div-block {
  width: 100%;
  display: flex;
  overflow: visible;
}

.div-block-2 {
  background-color: var(--black-01);
}

.image {
  width: 100%;
}

.content-cover-black-left {
  z-index: 3;
  background-color: var(--black-01);
  width: 2em;
  height: 6.25em;
  position: absolute;
}

.content-cover-black-right {
  z-index: 3;
  background-color: var(--black-01);
  width: 2em;
  height: 6.25em;
  position: absolute;
  right: 0%;
}

.spacer {
  background-color: #0000;
  border-radius: 50%;
  width: .25em;
  height: .25em;
  margin-left: .1em;
  margin-right: .1em;
  display: block;
}

.logo {
  height: 2vw;
}

.logo-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  opacity: .75;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6em;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.lottie-animation-right-career {
  opacity: .94;
  width: 2em;
  color: var(--grey-01);
  padding-top: 10px;
  padding-bottom: 10px;
  transform: rotate(0);
}

.clientlogo {
  filter: contrast(200%) saturate(0%);
  height: 2vw;
}

.clientlogo.bigger {
  filter: brightness(200%) contrast(200%) saturate(0%);
  height: 3vw;
}

.clientlogo.smaller {
  height: 1vw;
}

.clientlogo.super-big {
  filter: brightness(200%) contrast(200%) saturate(0%);
  height: 6vw;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-5.portfolio {
  padding-bottom: 0;
}

.image-2 {
  z-index: -1;
  opacity: .5;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.lottie-animation-2 {
  opacity: .7;
}

.lottie-animation-2.invert {
  filter: invert();
}

.lottie-animation-3 {
  opacity: .7;
}

.lottie-animation-3.invert {
  filter: invert();
}

.lottie-animation-4 {
  opacity: .7;
  position: static;
}

.lottie-animation-4.invert {
  filter: invert();
}

.lottie-animation-5 {
  max-width: 100%;
  height: 3em;
}

.lottie-animation-6 {
  max-width: 100%;
  height: 5vw;
  margin-top: 2em;
}

.lottie-animation-6.invert {
  filter: invert();
}

.lottie-animation-6.portfolio {
  margin-top: 0;
}

.background-video {
  z-index: 1000;
}

.slidertitle {
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 6em;
  position: static;
  top: -6em;
  bottom: 100%;
}

.blackblock {
  z-index: 5;
  opacity: 0;
  background-color: #0d0d0d;
  width: 100%;
  height: 6em;
  display: block;
  position: absolute;
  inset: 0 0 100%;
}

.employer-logo {
  width: auto;
  height: 2vw;
  margin: 10px;
  padding: 10px;
}

.employer-logo.bigger {
  height: 4vw;
}

.employer-logo.scale {
  height: 3vw;
}

.reel-text-image-holder {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.lottie-animation-footer {
  filter: none;
  width: 50%;
}

.lottie-animation-8 {
  height: 7em;
}

.lottie-animation-close {
  text-align: left;
  width: 3em;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-6 {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 8em;
  padding-right: 8em;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.div-block-8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lottie-animation-down-career {
  text-align: left;
  width: 2em;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-2 {
  text-transform: uppercase;
  flex: 0 auto;
  width: 20%;
  font-family: Montserrat, sans-serif;
}

.play-pause-button-2 {
  display: block;
}

.playpauseimage {
  opacity: 0;
  height: 5vw;
}

.image-7 {
  opacity: 0;
}

.image-8 {
  opacity: .4;
  width: 100%;
  height: auto;
  display: block;
}

.image-header {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-header.home-hero {
  text-align: center;
  height: 30em;
  display: block;
}

.image-header.home-hero.portfolio {
  background-color: var(--black-01);
  border-radius: 0;
}

.image-header.cta {
  text-align: center;
  height: 38em;
}

.image-header.blog {
  text-align: center;
  height: 42em;
  margin-top: 5em;
}

.image-header.slide-wrap {
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  height: 42em;
  display: flex;
  position: absolute;
}

.portfolio {
  background-color: var(--white-01);
}

.info {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info.content {
  border: 0px solid var(--black-03);
  text-align: center;
  justify-content: space-between;
  padding-top: 0%;
  padding-left: 4em;
  padding-right: 4em;
}

.info-card {
  flex-direction: column;
  justify-content: space-around;
  height: 90%;
  margin-bottom: 1.5em;
  display: flex;
}

.info-card.alone {
  margin-top: 5em;
  margin-bottom: 5em;
}

.image-9 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  position: static;
}

.image-10 {
  opacity: .5;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 30em;
  display: block;
}

.image-10.lower {
  object-position: 50% 20%;
  position: relative;
}

.image-10.quotes {
  opacity: .15;
  width: 30%;
  height: 8em;
}

.image-11, .image-12 {
  width: 100%;
  height: auto;
}

.image-12.third {
  width: 33%;
}

.image-12.fifth {
  width: 20%;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
}

.image-13.split {
  width: 50%;
  height: 50%;
}

.image-13.split-5 {
  width: 20%;
}

.image-13._10-split {
  width: 14.2857%;
}

.section-image {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section-image.padding-bottom-0, .section-image.padding-bottom-0.navigation {
  padding-top: 0;
  display: block;
}

.section-image.padding-bottom-0.career {
  display: none;
}

.section-image.padding-0 {
  margin-left: 10em;
  margin-right: 10em;
  display: block;
}

.section-image.padding-0.animation {
  display: none;
}

.section-image.padding-0.portfolio {
  padding-top: 0;
  padding-bottom: 0;
}

.section-image.padding-0.portfolio._10-split {
  margin-left: 0;
  margin-right: 0;
}

.section-image.story, .section-image.story.statement {
  background-color: var(--black-01);
  padding-top: 0;
  padding-bottom: 0;
}

.section-image.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.section-image.hero {
  padding-top: 4em;
  padding-bottom: 0;
}

.section-text {
  margin-left: 15em;
  margin-right: 15em;
  padding-top: 3em;
  padding-bottom: 3em;
}

.section-text.padding-bottom-0, .section-text.padding-bottom-0.navigation {
  padding-top: 0;
  display: block;
}

.section-text.padding-bottom-0.career {
  display: none;
}

.section-text.padding-0 {
  display: block;
}

.section-text.padding-0.animation {
  display: none;
}

.section-text.story, .section-text.story.statement {
  background-color: var(--black-01);
  padding-top: 0;
  padding-bottom: 0;
}

.section-text.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.section-text.hero {
  padding-top: 4em;
  padding-bottom: 0;
}

.section-text.seperator {
  margin-bottom: 5em;
}

.section-text.showreel {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15em;
  padding-right: 15em;
}

.div-block-9 {
  display: flex;
}

.image-14 {
  z-index: 20;
  opacity: .8;
  height: 6vw;
  position: absolute;
  inset: 0% 5% auto auto;
}

.text-display-overlay {
  color: var(--white-01);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(360deg, #000, #000 1%, #0003 65%, #0000);
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0%;
}

.text-display-overlay.line-1 {
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 200;
}

.text-display-overlay.light {
  color: var(--black-01);
  background-image: linear-gradient(360deg, #fff, #fff 0% 65%, #0000);
}

.footer-nav {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.text-body-sub {
  text-align: center;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  font-weight: 100;
  line-height: 1;
}

.text-body-sub.lower {
  margin-top: .8em;
  margin-bottom: .8px;
  font-size: 1.2em;
}

.text-body-sub.lower.portfolio {
  font-size: 1em;
  font-weight: 400;
}

.text-body-sub.portfolio {
  color: var(--black-01);
  text-transform: uppercase;
}

.div-block-10 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  bottom: 50%;
}

.div-block-10.raise {
  bottom: 70%;
}

.div-block-10.lower {
  bottom: 20%;
}

.minilink {
  color: #d45c27;
}

.quotes {
  flex-direction: column;
  justify-content: space-around;
  width: 70%;
  height: 90%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-family: Great Vibes, cursive;
  font-weight: 500;
  display: flex;
}

.image-15 {
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: auto;
  position: relative;
}

.image-15.under {
  position: relative;
  inset: 0%;
}

.image-15-copy {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
}

.image-15-copy.under {
  position: relative;
  inset: 0%;
}

.background-artwork-campaigns {
  background-color: #000;
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: auto;
  position: relative;
}

.background-artwork-campaigns.under {
  position: relative;
  inset: 0%;
}

.div-block-11 {
  height: 30em;
}

.text-display-1-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 10%;
}

.text-display-1-2.line-1 {
  z-index: 3;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  inset: auto 0% 5%;
}

.text-display-1-2.line-1-cop2 {
  z-index: 3;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  inset: auto 0% 2%;
}

.div-block-12 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #000;
  background-image: linear-gradient(360deg, #000, #fff 48%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-span {
  color: var(--transparent);
  background-image: url('../images/Channel-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-2 {
  color: var(--accent-01);
  background-image: url('../images/DDD_Logo_Text_White.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-3 {
  color: var(--transparent);
  text-indent: 20px;
  vertical-align: text-bottom;
  background-image: url('../images/PromaxUK_logo_fx.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.text-span-4 {
  color: var(--transparent);
  background-image: url('../images/BB_linear.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-5 {
  color: var(--transparent);
  background-image: url('../images/DDD_Logo_Text_White.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-6 {
  background-image: url('../images/mag-man_grey_rev.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.did {
  margin-left: 15em;
  margin-right: 15em;
  padding-top: 3em;
  padding-bottom: 3em;
}

.did.padding-bottom-0, .did.padding-bottom-0.navigation {
  padding-top: 0;
  display: block;
}

.did.padding-bottom-0.career {
  display: none;
}

.did.padding-0 {
  display: block;
}

.did.padding-0.animation {
  display: none;
}

.did.story, .did.story.statement {
  background-color: var(--black-01);
  padding-top: 0;
  padding-bottom: 0;
}

.did.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.did.hero {
  padding-top: 4em;
  padding-bottom: 0;
}

.divider-campaigns {
  background-color: #fff0;
  border: 3px dashed #000;
  border-radius: 0;
  width: 100%;
  height: 0;
  margin-bottom: 5em;
}

.pdf-holder {
  width: 100%;
  max-width: none;
  height: 1080px;
}

.div-block-13 {
  overflow: hidden;
}

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

.utility-page-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 4em;
}

.heading-7.smaller {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.1;
}

.submit-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-2 {
  font-size: 2em;
}

@media screen and (min-width: 1920px) {
  .container.portfolio-header.split {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .container.portfolio-grid.split, .container.portfolio-long.split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: scale-down;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    height: auto;
    display: block;
    position: static;
  }

  .nav-link.portfolio {
    color: var(--black-01);
  }

  .nav-link.portfolio.grey, .nav-link.grey {
    color: var(--grey-01);
  }

  .nav-link.orange {
    color: #f16024;
  }

  .text-display-4 {
    font-size: .8em;
  }

  .reel.home-hero {
    justify-content: flex-end;
    padding-bottom: 3em;
    padding-left: 3em;
    padding-right: 3em;
    position: absolute;
  }

  .image-13 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 10%;
    max-width: none;
    height: 2em;
    position: absolute;
  }

  .image-13.split-5 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

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

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .wrapper {
    display: block;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

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

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
  }

  .container.header.portfolio {
    z-index: -5;
    padding-left: 0;
    padding-right: 0;
  }

  .container.portfolio {
    height: 4em;
    display: flex;
  }

  .container.portfolio-header, .container.portfolio-grid, .container.portfolio-long {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-quarters.style-guide, .grid.about {
    grid-template-columns: 1fr;
  }

  .grid.blog {
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    font-size: 4em;
  }

  .text-display-1.line-1.long {
    font-size: 2em;
  }

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

  .nav-link {
    border-bottom: 1px solid var(--black-03);
    width: 100%;
    margin-left: 0;
    padding: 1.25em 1.5em;
  }

  .nav-link.portfolio {
    color: var(--black-02);
  }

  .nav-link.portfolio.grey {
    color: var(--grey-01);
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 3em;
  }

  .text-display-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .8em;
    line-height: 1.3;
  }

  .text-display-5 {
    font-size: 2em;
  }

  .text-display-6 {
    font-size: 1.5em;
  }

  .text-display-7 {
    font-size: 1.25em;
  }

  .text-body-1 {
    font-size: 2em;
  }

  .text-body-1.lower.portfolio {
    font-size: 1.5em;
  }

  .text-micro-1.spaced {
    font-size: 10px;
  }

  .nav-btn {
    cursor: pointer;
    display: flex;
  }

  .logo-img {
    display: block;
  }

  .header-nav {
    z-index: 1;
    background-color: var(--black-01);
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: none;
    position: fixed;
    inset: 4em 0% auto;
  }

  .nav-btn-lottie {
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    border-bottom: 1px solid var(--black-03);
    background-color: var(--black-01);
    height: 4em;
  }

  .reel-contain.home-hero {
    height: 0;
    padding-top: 56.25%;
  }

  .reel-contain.cta {
    height: 22em;
  }

  .reel-contain.blog {
    height: 0;
    margin-top: 3em;
    padding-top: 56.25%;
  }

  .reel-contain.slide-wrap {
    height: 28em;
  }

  .reel.home-hero {
    padding-bottom: 2em;
  }

  .reel-title {
    margin-bottom: 1em;
  }

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

  .row.company.portfolio {
    padding-bottom: 0;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .row.work {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }

  .row.portfolio-title {
    margin-bottom: 3em;
  }

  .about-card.content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .slider {
    height: 35em;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .slider-mask {
    height: 35em;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card-bg {
    width: 10em;
    height: 10em;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .slider-left-arrow {
    width: 40px;
    height: 40px;
    inset: auto auto -56px 0%;
  }

  .slider-right-arrow {
    width: 40px;
    height: 40px;
    inset: auto auto -56px 56px;
  }

  .slider-arrow-icon.right, .slider-arrow-icon.left {
    width: 40px;
    height: 40px;
  }

  .logo {
    height: 4vw;
  }

  .clientlogo {
    height: 3vw;
  }

  .clientlogo.bigger {
    height: 4.5vw;
  }

  .clientlogo.smaller {
    height: 1.5vw;
  }

  .clientlogo.super-big {
    height: 4.5vw;
  }

  .div-block-5 {
    padding-bottom: 0;
  }

  .lottie-animation-5 {
    display: none;
  }

  .employer-logo {
    height: 5vw;
  }

  .employer-logo.bigger {
    height: 8vw;
  }

  .lottie-animation-close {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 2.5em;
    margin-left: 2.5em;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .play-pause-button-2 {
    display: block;
    inset: 0%;
  }

  .image-5, .image-6 {
    opacity: .01;
    height: 6vw;
  }

  .image-8 {
    position: static;
  }

  .image-header.home-hero {
    height: 0;
    padding-top: 56.25%;
  }

  .image-header.home-hero.portfolio {
    height: 20em;
    padding-top: 0%;
  }

  .image-header.cta {
    height: 22em;
  }

  .image-header.blog {
    height: 0;
    margin-top: 3em;
    padding-top: 56.25%;
  }

  .image-header.slide-wrap {
    height: 28em;
  }

  .info.content {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section-image {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-image.padding-bottom-0 {
    padding-bottom: 0;
  }

  .section-image.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-image.padding-0.portfolio {
    margin-left: 0;
    margin-right: 0;
  }

  .section-text {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-text.padding-bottom-0 {
    padding-bottom: 0;
  }

  .section-text.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-text.portfolio {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-display-overlay {
    font-size: 4em;
  }

  .footer-nav {
    z-index: 1;
    background-color: var(--black-01);
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: none;
    position: fixed;
    inset: 4em 0% auto;
  }

  .text-body-sub {
    font-size: 2em;
  }

  .text-body-sub.lower.portfolio {
    font-size: 1.5em;
  }

  .div-block-10 {
    position: relative;
    bottom: 30%;
  }

  .div-block-10.raise {
    bottom: 30%;
  }

  .text-display-1-2 {
    font-size: 4em;
  }

  .text-display-1-2.line-1 {
    font-size: 1em;
    bottom: 10%;
  }

  .text-display-1-2.line-1-cop2 {
    font-size: 1em;
    bottom: 5%;
  }

  .did {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .did.padding-bottom-0 {
    padding-bottom: 0;
  }

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

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

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

  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .grid.blog {
    grid-template-columns: 1fr;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .text-display-1.line-1 {
    font-size: 2em;
  }

  .grid-thirds.style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4;
  }

  .text-display-5 {
    font-size: 1.5em;
  }

  .text-display-6 {
    font-size: 1.25em;
  }

  .text-display-7 {
    font-size: 1.125em;
  }

  .logo-img {
    display: block;
  }

  .reel-contain.cta {
    height: 16em;
  }

  .reel-contain.slide-wrap {
    height: 20em;
  }

  .reel.work {
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .reel-title {
    bottom: 16%;
  }

  .spacer-wrap {
    bottom: 17%;
  }

  .col._10-20 {
    max-width: 100%;
  }

  .row.story-content {
    flex-direction: column;
    height: 15em;
  }

  .row.story-title, .row.portfolio-title {
    margin-bottom: 3em;
  }

  .about-card.content {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .slider {
    height: 30em;
    margin-top: 3em;
  }

  .slider-mask {
    height: 30em;
  }

  .story-text {
    max-width: 100%;
    margin-bottom: 1em;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    padding-top: 2em;
  }

  .logo {
    height: 6vw;
  }

  .logo-holder {
    max-width: 100%;
    margin-bottom: 1em;
  }

  .clientlogo {
    height: 4vw;
  }

  .clientlogo.bigger {
    height: 6vw;
  }

  .clientlogo.smaller {
    height: 2vw;
  }

  .clientlogo.super-big {
    height: 6vw;
  }

  .image-2 {
    opacity: .2;
    object-fit: cover;
    object-position: 50% 100%;
  }

  .lottie-animation-5 {
    display: none;
  }

  .employer-logo {
    height: 7vw;
  }

  .employer-logo.bigger {
    height: 12vw;
  }

  .image-header.home-hero.portfolio {
    height: 15em;
  }

  .image-header.cta {
    height: 16em;
  }

  .image-header.slide-wrap {
    height: 20em;
  }

  .info.content {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section-image, .section-text {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .text-display-overlay {
    font-size: 3em;
  }

  .text-display-overlay.line-1 {
    font-size: 2em;
  }

  .text-display-1-2 {
    font-size: 3em;
  }

  .text-display-1-2.line-1, .text-display-1-2.line-1-cop2 {
    font-size: .6em;
  }

  .did {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

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

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section.padding-bottom-0.navigation.cv {
    display: none;
  }

  .grid-quarters {
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    margin-top: 50px;
    font-size: 2em;
  }

  .text-display-1.line-1.long {
    font-size: 1em;
  }

  .grid-thirds, .grid-thirds.style-guide {
    grid-template-columns: 1fr;
  }

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: .75em;
  }

  .rich-text p, .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .text-display-2 {
    font-size: 2em;
  }

  .text-body-1 {
    font-size: 1.5em;
  }

  .text-micro-1.spaced {
    letter-spacing: 0;
  }

  .logo-img {
    display: block;
  }

  .logo-link {
    border-top: 1px #c4c4c4;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .logo-link.w--current {
    text-align: left;
    border-top-style: none;
    position: static;
  }

  .header {
    padding: 0;
  }

  .reel-contain.home-hero {
    padding-top: 100%;
  }

  .reel-contain.cta {
    height: 20em;
  }

  .reel-contain.slide-wrap {
    height: 14em;
  }

  .reel.home-hero {
    justify-content: flex-end;
    padding-bottom: 1.4em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .reel-title {
    margin-bottom: .5em;
  }

  .spacer-wrap {
    width: 70%;
    left: 15%;
    right: 15%;
  }

  .spacer-icon {
    width: 2em;
    height: 2em;
  }

  .col._11-20 {
    max-width: 100%;
  }

  .col._10-20 {
    align-items: flex-start;
  }

  .col._6-20, .col._8-20, .col._3-20, .col._9-20, .col._5-20, .col._2-20, .col._12-20, .col._7-20, .col._1-20, .col._4-20, .col._13-20, .col._14-20, .col._15-20, .col._16-20, .col._17-20, .col._18-20, .col._19-20 {
    max-width: 100%;
  }

  .row.story-content {
    height: 22em;
  }

  .about-card.content {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0 1.25em;
  }

  .track {
    margin-bottom: 5em;
  }

  .slider, .slider-mask {
    height: 22em;
  }

  .clients-wrap {
    grid-template-columns: 1fr;
  }

  .clients-item {
    height: 8em;
  }

  .blog-card {
    height: 20em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .blog-card-bg {
    width: 8em;
    height: 8em;
  }

  .footer-wrap {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-link {
    text-align: center;
    width: 50%;
  }

  .footer-links {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 8vw;
  }

  .reel-title-mask {
    padding-left: .4em;
    padding-right: .4em;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .licenses-item {
    padding: 24px;
  }

  .clientlogo {
    height: 6vw;
  }

  .clientlogo.bigger {
    height: 10vw;
  }

  .clientlogo.smaller {
    height: 4vw;
  }

  .clientlogo.super-big {
    height: 10vw;
  }

  .image-2 {
    object-fit: cover;
    object-position: 20% 50%;
    height: 100%;
  }

  .lottie-animation-5 {
    text-align: left;
    display: none;
    position: static;
  }

  .employer-logo {
    height: 13vw;
  }

  .employer-logo.bigger {
    height: 23vw;
  }

  .lottie-animation-footer {
    width: 100%;
  }

  .image-4 {
    height: 3vw;
  }

  .image-header.home-hero {
    padding-top: 100%;
  }

  .image-header.home-hero.portfolio {
    height: 10em;
  }

  .image-header.cta {
    height: 20em;
  }

  .image-header.slide-wrap {
    height: 14em;
  }

  .info.content {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0 1.25em;
  }

  .section-image, .section-text {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .text-display-overlay {
    margin-top: 50px;
    font-size: 2em;
  }

  .text-body-sub {
    font-size: 1.5em;
  }

  .text-display-1-2 {
    margin-top: 50px;
    font-size: 2em;
  }

  .text-display-1-2.line-1, .text-display-1-2.line-1-cop2 {
    font-size: .3em;
  }

  .did {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}

#w-node-e9b50993-8880-c1c1-9d5a-2d5cb08f22fe-11d933d2, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-11d933d2, #w-node-d9508cda-b609-ed2d-4de1-94557baa0779-11d933d2, #w-node-_7f90bf18-484e-6c77-b756-dff1f1e7149d-11d933d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Track.w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-11d933d2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_34bd1602-27b6-e036-0a34-27173aa82d0e-11d933d2, #w-node-_34bd1602-27b6-e036-0a34-27173aa82d15-11d933d2, #w-node-_34bd1602-27b6-e036-0a34-27173aa82d1c-11d933d2, #w-node-_34bd1602-27b6-e036-0a34-27173aa82d23-11d933d2, #w-node-_39fdca48-8a8c-ff02-a7f5-82506b0e6bdc-11d933d2, #w-node-_0c43c88b-4b27-d628-ea00-8aae8e283412-11d933d2, #w-node-_9734a7a6-f5e1-e681-b5a6-341c21fa5a80-11d933d2, #w-node-_0cd0ee18-5e1c-53de-212f-5cb38c75d1b4-11d933d2, #w-node-af34289f-43b4-cbdf-07c5-da20ce2d83c4-11d933d2, #w-node-fd56ca6e-7934-c775-6b0e-193297c1c6d4-11d933d2, #w-node-_5063f33e-c9cd-a2e4-bd1a-2fca4e8aeb27-11d933d2, #w-node-a0473834-6e6f-282f-b70c-15cec276a27a-11d933d2, #w-node-_058d3a3f-af44-42f8-0f75-d1f87eeaee6f-11d933d2, #w-node-abe71499-7bc6-7eea-94ae-fe8339ebd757-11d933d2, #w-node-c6ef8996-ba6e-090a-c305-238357b84588-11d933d2, #w-node-c9eefad4-8ef0-7c6b-bcc5-5a6b970bcead-11d933d2, #w-node-_4f98f72f-3339-ae79-c525-1bc93c68d17b-11d933d2, #w-node-_58823a00-6f71-d57b-d5ce-b3d9110bebd8-11d933d2, #w-node-_6090fd15-1795-1720-0e7b-af4c425e9266-11d933d2, #w-node-_84a13e05-fbd3-08c2-9a5f-3bc667065901-11d933d2, #w-node-_6ed0b872-a43b-3f09-5b08-9c107c57532a-11d933d6, #w-node-e9c1cd67-2e60-8e72-ad27-cb227a1c5b6b-11d933d6, #w-node-_993d8232-f449-8cca-26aa-0a55ae7b77dd-11d933d6, #w-node-d3280e10-6221-6c8a-ca61-eef1f553214b-11d933d6, #w-node-_55c97012-044b-0b6c-524b-45dc2ff5bdfb-11d933d6, #w-node-c31e9841-a24d-337c-dd3f-a0b44d897163-11d933d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60bf25d8-8fe6-6c8e-d48f-ac52998d7d34-11d933d7, #w-node-a9e6771c-a52e-66d6-587b-6842bc0054b7-11d933d7 {
  place-self: center;
}

#w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-11d933d7, #w-node-db98c285-19bc-3542-19bb-41bf782b013c-11d933d7, #w-node-f0752900-cb8e-b70b-6ba0-6a176b41856d-11d933d7, #w-node-_948dad6b-7e36-fb12-0a88-02bb8d84e517-11d933d7, #w-node-d219bee5-8a36-020a-6a62-70f11a38bf3e-11d933d7, #w-node-_510ed764-1f57-3b76-1af1-fb1ccfa8c816-11d933d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-11d933d8, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-11d933d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_555938e2-1530-5faa-0b3c-645b9d516057-11d933d8, #w-node-b6dcff6f-c454-effa-66ca-5cdd4ec33c05-11d933d8, #w-node-a4801e37-71dd-362e-d78b-54ca493cd522-11d933d8, #w-node-a029a75a-60a2-b997-f29d-22de39135e08-11d933d8, #w-node-f7227ae0-3604-c604-eb23-237187d9ef91-11d933d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b512093b-625b-ea32-8835-eecc1d55929b-11d933d8, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-11d933d8, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-11d933d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_43fc2d87-e220-a101-8196-4ec230969805-02816fc6, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-02816fc6, #w-node-ee43b343-937b-4f1f-7c19-9a8e3e2961d7-02816fc6, #w-node-c370bb3f-9c29-7644-d84f-e38fb436adf8-02816fc6, #w-node-e403dfbb-7ee2-3a59-dd98-3745d1335218-02816fc6, #w-node-_6f5fe7b5-bbba-9222-323d-c3f1c3ccadd0-02816fc6, #w-node-_43fc2d87-e220-a101-8196-4ec230969805-9709e0f8, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-9709e0f8, #w-node-e403dfbb-7ee2-3a59-dd98-3745d1335218-9709e0f8, #w-node-ee43b343-937b-4f1f-7c19-9a8e3e2961d7-9709e0f8, #w-node-c370bb3f-9c29-7644-d84f-e38fb436adf8-9709e0f8, #w-node-_9ce41beb-1f72-8d77-1c64-2350e92df9b6-9709e0f8, #w-node-_43fc2d87-e220-a101-8196-4ec230969805-0e2952f8, #w-node-_21ebc59a-fe29-3631-0d3c-b5d092782c81-0e2952f8, #w-node-f69aaec3-aa8a-d53c-fd0b-0ac665bf6677-0e2952f8, #w-node-_3029edff-0224-bc96-1d2b-d6efb6d9fedc-0e2952f8, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-0e2952f8, #w-node-e403dfbb-7ee2-3a59-dd98-3745d1335218-0e29828a, #w-node-_54dcf9bb-6282-eabb-b780-d442789ee68f-0e29828a, #w-node-_0ffc7d40-e18f-684f-9931-aa779ef73d5a-0e29828a, #w-node-_43fc2d87-e220-a101-8196-4ec230969805-0e29828a, #w-node-_43fc2d87-e220-a101-8196-4ec230969805-3ff7654c, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-3ff7654c, #w-node-e403dfbb-7ee2-3a59-dd98-3745d1335218-3ff7654c, #w-node-c370bb3f-9c29-7644-d84f-e38fb436adf8-3ff7654c, #w-node-ee43b343-937b-4f1f-7c19-9a8e3e2961d7-3ff7654c, #w-node-_902ca1cb-f4ba-c642-e28d-0b8c6ef7c9f6-3ff7654c, #w-node-ba9cf5db-502c-7b41-a2cc-5cbd6291b1fc-3ff7654c, #w-node-_54d05ce7-4c8f-ac0a-d130-922d760ea7e6-3ff7654c, #w-node-_9ce41beb-1f72-8d77-1c64-2350e92df9b6-3ff7654c, #w-node-_43fc2d87-e220-a101-8196-4ec230969805-e4cb1949, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-e4cb1949, #w-node-e403dfbb-7ee2-3a59-dd98-3745d1335218-e4cb1949, #w-node-ab211196-0cda-c3a9-1647-6d41cd109fee-e4cb1949, #w-node-ee43b343-937b-4f1f-7c19-9a8e3e2961d7-e4cb1949, #w-node-_32d921bf-f3a9-6d69-864d-346b3afe0cd9-e4cb1949, #w-node-c24f780f-aad6-2ae6-4287-7b60bfb301c6-e4cb1949, #w-node-ba9cf5db-502c-7b41-a2cc-5cbd6291b1fc-e4cb1949, #w-node-c370bb3f-9c29-7644-d84f-e38fb436adf8-e4cb1949, #w-node-a46f8bcf-83f9-d61d-1bea-f35193a2601c-e4cb1949, #w-node-_9ce41beb-1f72-8d77-1c64-2350e92df9b6-e4cb1949, #w-node-_7f07855a-679a-8dc5-859f-16ce03f89643-e4cb1949, #w-node-_902ca1cb-f4ba-c642-e28d-0b8c6ef7c9f6-e4cb1949, #w-node-_54d05ce7-4c8f-ac0a-d130-922d760ea7e6-e4cb1949, #w-node-_297650af-b2a3-92d3-bba4-91c67481dee1-feca53ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #Track.w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-11d933d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-11d933d8, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-11d933d8, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-11d933d8, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-11d933d8, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-11d933d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}