:root {
  --light: #f3f1ef;
  --black: #1a1a1a;
  --grey: #7d7d7d;
  --light-grey: #d6d4d3;
  --medium-grey: #b3b1b0;
}

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

body {
  background-color: var(--light);
  color: var(--black);
  font-family: Inter Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 0;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .6;
  color: var(--black);
}

.nav-link.w--current {
  color: #a8856b;
}

.nav-link.right-nav-link {
  margin-right: 3rem;
}

.nav-link.desktop-hidden {
  display: none;
}

.nav-logo {
  margin-right: 8px;
  padding-left: 0;
}

.logo {
  max-width: 100%;
  max-height: 32px;
  margin-top: -2px;
  margin-right: 0;
}

.nav-menu {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 3rem;
  margin-right: 0;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1580px;
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0;
}

.right-nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 66.6667%;
  padding-top: 0;
  display: flex;
}

.grid-lines {
  z-index: -1;
  border: 1px solid #0000;
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.column {
  border: 1px solid #0000;
  width: 16.6667%;
  height: 100vh;
}

.column.first-column {
  border: 1px solid #0000;
}

.section {
  max-width: 1580px;
  margin-bottom: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.section.hero-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1580px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.3rem;
  display: flex;
  position: relative;
}

.section.team-member-hero {
  margin-top: 7.3rem;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.footer {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-primary-content-container {
  background-color: #fff;
  width: 83.34%;
  margin-left: auto;
  padding: 7.5rem;
}

.hero-image-container {
  width: 66.6667%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  padding-top: 7.3rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  height: 100%;
}

.hero-content-container {
  z-index: 2;
  background-color: #fff;
  align-self: flex-start;
  width: 50%;
  margin-left: 16.6667%;
  position: relative;
  left: 0;
}

.hero-paragraph {
  color: var(--grey);
  max-width: 350px;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.scroll-down-container {
  z-index: 1;
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  width: 20vh;
  height: 20vh;
  margin-left: 66.6667%;
  display: flex;
  position: relative;
}

.scroll-down-text {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  text-align: left;
  margin-bottom: 28.2vh;
  margin-left: 3.8rem;
  position: absolute;
  transform: rotate(90deg);
}

.footer-heading-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-heading {
  color: #000;
  max-width: 650px;
  font-family: Inter Display, sans-serif;
  font-size: 4rem;
}

.text-link {
  color: var(--grey);
  white-space: nowrap;
  text-decoration: none;
  transition: all .2s;
}

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

.text-link.footer-text-link {
  margin-left: 2rem;
}

.link-underline {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  margin-top: 1rem;
}

.footer-columns-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.footer-column-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.scroll-to-top-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image {
  margin-left: 3rem;
}

.primary-footer-container {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.secondary-footer-container {
  justify-content: space-between;
  align-items: center;
  width: 83.3333%;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 3rem;
  display: flex;
}

.secondary-footer-links-container {
  grid-column-gap: 2rem;
  display: flex;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.split-section-left-content-container {
  z-index: 2;
  background-color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: 16.6667%;
  padding: 5rem;
  position: absolute;
  bottom: 0;
  right: 0%;
}

.split-container {
  padding-bottom: 7.5rem;
  position: relative;
}

.split-container.team-member-split-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.split-section-image-left-container {
  width: 66.6667%;
  margin-bottom: 0;
  margin-right: 33.3333%;
  overflow: hidden;
}

.split-section-content-container {
  z-index: 2;
  background-color: #fff;
  width: 50%;
  margin-left: 16.6667%;
  padding: 5rem;
  position: absolute;
  bottom: 0;
  right: auto;
}

.split-section-content-container.team-member-content-container {
  width: 33.3333%;
  margin-bottom: auto;
  margin-left: 50%;
  position: absolute;
  bottom: 0%;
}

.section-label {
  z-index: 3;
  float: left;
  clear: none;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  text-align: left;
  margin: 0 0 0 4.5rem;
  padding-top: 0;
  padding-left: .5rem;
  position: sticky;
  top: 2rem;
  left: auto;
  transform: rotate(90deg);
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  position: static;
  transform: scale(1.2);
}

.footer-background-color {
  z-index: -1;
  background-color: var(--light-grey);
  height: 60%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.split-section-image-right-container {
  width: 66.6667%;
  margin-bottom: 0;
  margin-left: 33.3333%;
  overflow: hidden;
}

.section-heading {
  width: 50%;
  margin-bottom: 7.5rem;
  margin-left: 33.3333%;
}

.team-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 16.6667%;
  margin-right: 16.6667%;
  display: grid;
}

.team-member-image-container {
  margin-bottom: 2rem;
  overflow: hidden;
}

.case-container {
  width: 66.6667%;
  margin-bottom: 7.5rem;
  margin-left: 16.6667%;
  position: relative;
}

.case-container.right-aligned-case {
  width: 66.6667%;
  margin-left: 33.3333%;
}

.case-container.no-margin-bottom {
  margin-bottom: 0;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 3.5rem;
  display: block;
}

.slide {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.case-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

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

.large-text.case-description {
  padding-right: 2rem;
}

.large-text.testimonial {
  margin-bottom: 2rem;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2, .left-arrow-2 {
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.case-heading-container {
  padding-right: 2.5rem;
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 83.3333%;
  margin-bottom: 7rem;
  margin-left: 16.6667%;
}

.service-grid.no-margin-bottom {
  margin-bottom: 0;
}

.large-number {
  color: var(--light-grey);
  margin-left: -3px;
  font-size: 8vw;
  line-height: .8;
}

.service-heading {
  margin-bottom: 2rem;
  line-height: 1;
}

.service-image-container {
  max-width: 85%;
  position: relative;
  overflow: hidden;
}

.service-image-container.right-align {
  margin-left: 15%;
}

.service-number-container {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-number-container.left-align {
  inset: auto auto 0% 0%;
}

.service-text-container {
  padding-right: 3rem;
}

.approach-container {
  padding-right: 2rem;
}

.xl-number {
  color: var(--medium-grey);
  margin-bottom: 1rem;
  font-size: 13.5rem;
  line-height: .8;
}

.newsletter-image-container {
  width: 66.6667%;
  margin-bottom: 0;
  margin-left: 16.6667%;
  overflow: hidden;
}

.newsletter-content-container {
  z-index: 2;
  background-color: #e8e6e5;
  width: 50%;
  margin-left: auto;
  padding: 5rem;
  position: absolute;
  bottom: 0;
  right: 0%;
}

.newsletter-form {
  margin-top: 3rem;
}

.text-field {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-field:hover, .text-field:active {
  border-color: var(--grey);
}

.text-field:focus {
  border-color: var(--grey);
  color: var(--black);
  font-size: 1.25rem;
}

.text-field::placeholder {
  color: var(--medium-grey);
  font-size: 1.25rem;
  line-height: 1;
}

.button {
  border: 1px solid var(--grey);
  color: var(--black);
  background-color: #0000;
  width: 100%;
  height: 4rem;
  margin-top: 2rem;
  padding: 1rem 3rem;
  transition: all .2s;
  display: inline;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.quote {
  max-width: 7rem;
  margin-left: 16.6667%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.client-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 83.3333%;
  margin-top: 7.5rem;
  margin-left: 16.6667%;
}

.service-image-outer-container {
  position: relative;
}

.deliverables-container {
  justify-content: center;
  align-items: center;
  display: block;
}

.client-logo {
  mix-blend-mode: normal;
}

.preloader {
  z-index: 99999;
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.hero-content-inner-container {
  padding: 5rem;
}

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

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

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

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

.info-page-heading {
  letter-spacing: 0;
  margin-bottom: 5rem;
  font-size: 3rem;
}

.text-block {
  line-height: 1.5;
}

.section-2 {
  min-height: 40px;
  margin-bottom: 200px;
}

.info-page-hero {
  background-color: var(--black);
  color: #fff;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 104px;
}

.styleguide-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
}

.white-text {
  color: #fff;
}

.swatch {
  background-color: #fbfaf8;
  border: 0 solid #e6e6e6;
  width: 100%;
  height: 200px;
}

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

.swatch.grey-swatch {
  background-color: var(--grey);
  color: var(--black);
}

.swatch.medium-grey-swatch {
  background-color: var(--medium-grey);
  color: var(--black);
}

.swatch.light-grey-swatch {
  background-color: var(--light-grey);
  color: var(--black);
}

._12-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
}

.info-page-section-heading {
  margin-bottom: 3.5rem;
}

.info-wrapper {
  margin-top: 5rem;
}

.inner-block-wrapper {
  margin-top: 2rem;
}

.text-label {
  color: #9c9c9c;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 500;
}

.typography-block-wrapper {
  margin-top: 2rem;
}

.styleguide-section-heading {
  margin-bottom: 2rem;
}

.rich-text h2 {
  letter-spacing: -.05rem;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.rich-text h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.rich-text figcaption {
  color: var(--grey);
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

.team-member-image-right-container {
  width: 33.3333%;
  margin-bottom: 0;
  margin-left: 33.3333%;
  overflow: hidden;
}

.team-member-name {
  letter-spacing: -.05rem;
  font-size: 2rem;
}

.home-link {
  margin-left: 16.6667%;
  position: absolute;
  top: 0;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: var(--medium-grey);
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: #008037;
}

.paragraph-4, .paragraph-5 {
  color: var(--grey);
  margin-bottom: 20px;
}

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

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  pointer-events: auto;
  mix-blend-mode: normal;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  font-weight: 500;
  display: block;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

@media screen and (max-width: 991px) {
  .top-line {
    background-color: #0f163e;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .nav-link.right-nav-link.tablet-hidden {
    display: none;
  }

  .menu-button {
    background-color: #0000;
    margin-top: 0;
  }

  .menu-button:active, .menu-button:focus {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
    margin-top: 0;
  }

  .bottom-line {
    background-color: #0f163e;
    width: 32px;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--light);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 88px 28px 40px;
    display: flex;
    top: 0;
  }

  .nav-container {
    background-color: var(--light);
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    position: relative;
  }

  .navbar {
    margin-top: 0;
    top: 0;
  }

  .right-nav-container {
    width: 68%;
    padding-top: 0;
  }

  .grid-lines {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .column {
    width: 16.6667%;
  }

  .footer-primary-content-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero-image-container {
    width: 66.6667%;
    padding-top: 6.9rem;
  }

  .background-video {
    top: 0;
  }

  .hero-content-container {
    width: 71%;
    margin-bottom: 10vh;
    margin-left: 16.6667%;
  }

  .scroll-down-container {
    display: none;
  }

  .scroll-down-text {
    margin-bottom: 6.5vh;
    margin-left: 2rem;
    display: block;
  }

  .footer-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-heading {
    margin-bottom: 3rem;
  }

  .text-link.footer-text-link {
    margin-left: 0;
  }

  .footer-columns-container {
    grid-column-gap: 1.75rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image {
    margin-left: 2rem;
  }

  .grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .split-section-left-content-container {
    width: 71%;
    margin-bottom: 0;
    margin-left: 16.6667%;
  }

  .split-section-image-left-container {
    margin-bottom: 6rem;
  }

  .split-section-content-container {
    width: 71%;
    margin-bottom: 0;
    margin-left: 16.6667%;
  }

  .split-section-content-container.team-member-content-container {
    width: 50%;
    margin-left: 33.3333%;
  }

  .section-label {
    float: left;
    margin-bottom: 0;
    margin-left: 3.3rem;
    display: none;
  }

  .split-section-image-right-container {
    margin-bottom: 6rem;
  }

  .section-heading {
    width: 66.6667%;
    margin-left: 16.6667%;
    font-size: 4.2rem;
  }

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

  .case-container.right-aligned-case {
    margin-left: 16.6667%;
  }

  .case-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 4rem;
    height: 4rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 66.6667%;
  }

  .newsletter-image-container {
    width: 83.3333%;
    margin-bottom: 17rem;
    margin-left: 0%;
  }

  .newsletter-content-container {
    width: 71%;
    margin-bottom: 0;
    margin-left: 16.6667%;
  }

  .deliverables-container {
    width: 100%;
  }

  .client-logo {
    max-width: 4.7rem;
  }

  .section-2 {
    margin-bottom: 120px;
  }

  .styleguide-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._12-column-grid {
    grid-template-columns: minmax(32px, 1fr);
  }

  .team-member-image-right-container {
    margin-bottom: 6rem;
    margin-left: 16.6667%;
  }

  .home-link {
    display: none;
  }

  .arrow-icon {
    width: 2rem;
  }

  .heading {
    font-size: 5rem;
  }
}

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

  .menu-button, .menu-button.w--open {
    margin-top: 0;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container {
    align-items: center;
  }

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

  .right-nav-container {
    width: 70%;
  }

  .section.hero-section {
    justify-content: flex-start;
    height: auto;
    padding-top: 7rem;
    position: static;
  }

  .section.team-member-hero {
    margin-top: 6.9rem;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-primary-content-container {
    padding: 5rem 3rem;
  }

  .hero-image-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .background-video {
    object-fit: fill;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hero-content-container {
    width: 83.3333%;
    margin-top: -10%;
    margin-bottom: 0;
    margin-left: auto;
    position: static;
  }

  .scroll-down-text {
    display: none;
  }

  .footer-heading {
    font-size: 3.5rem;
  }

  .footer-columns-container {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-to-top-container {
    display: none;
  }

  .secondary-footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .secondary-footer-links-container {
    margin-bottom: 2rem;
  }

  .split-section-left-content-container {
    width: 83.3333%;
    margin-top: -10%;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
  }

  .split-section-image-left-container {
    margin-bottom: 1rem;
  }

  .split-section-content-container {
    width: 83.3333%;
    margin-top: -10%;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
  }

  .split-section-content-container.team-member-content-container {
    width: 66.6667%;
    margin-left: 16.6667%;
    position: relative;
    top: -3rem;
    bottom: auto;
  }

  .section-label {
    display: none;
  }

  .split-section-image-right-container {
    margin-bottom: 1rem;
  }

  .section-heading {
    font-size: 3.3rem;
  }

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

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

  .right-arrow-2, .left-arrow-2 {
    width: 3rem;
    height: 3rem;
  }

  .service-text-container, .approach-container {
    padding-right: 0;
  }

  .newsletter-image-container {
    margin-bottom: 1rem;
  }

  .newsletter-content-container {
    width: 83.3333%;
    margin-top: -10%;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
  }

  .client-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    width: 66.6667%;
  }

  .client-logo {
    max-width: none;
  }

  .styleguide-container {
    padding-right: 32px;
  }

  .team-member-image-right-container {
    width: 50.3333%;
    margin-bottom: 1rem;
    margin-left: 0%;
  }

  .heading {
    font-size: 4rem;
  }
}

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

  h2 {
    letter-spacing: -.05rem;
    font-size: 2rem;
  }

  h3 {
    font-size: 2rem;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    max-height: 24px;
  }

  .menu-button.w--open {
    z-index: 1;
  }

  .nav-menu {
    z-index: 1;
    padding-left: 24px;
    padding-right: 24px;
    top: 0;
  }

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

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

  .right-nav-container {
    z-index: 1;
    position: relative;
  }

  .section {
    margin-bottom: 5rem;
  }

  .container {
    max-width: none;
  }

  .footer-primary-content-container {
    width: 100%;
    padding-left: 16.6667%;
  }

  .hero-content-container {
    width: 83.3333%;
    margin-top: -10%;
    margin-left: 16.6667%;
    padding: 0;
  }

  .hero-paragraph {
    font-size: 1.3rem;
  }

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

  .text-link.footer-text-link {
    margin-left: 0;
  }

  .footer-columns-container {
    grid-template-columns: 1fr;
  }

  .secondary-footer-links-container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .grid {
    grid-row-gap: 3rem;
    grid-template-columns: minmax(32px, 1fr);
    width: 66.6667%;
    margin-left: 16.6667%;
  }

  .split-section-left-content-container {
    width: 83.3333%;
    margin-top: -10%;
    margin-left: 16.6667%;
    padding: 3rem 2rem;
  }

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

  .split-section-image-left-container {
    width: 83.3333%;
    margin-bottom: 0;
  }

  .split-section-content-container {
    width: 83.3333%;
    margin-top: -10%;
    margin-left: 0%;
    padding: 3rem 2rem;
  }

  .split-section-content-container.team-member-content-container {
    width: 83.3333%;
  }

  .split-section-image-right-container {
    width: 83.3333%;
    margin-bottom: 0;
    margin-left: 16.6667%;
  }

  .section-heading {
    letter-spacing: 0;
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }

  .case-container, .case-container.right-aligned-case {
    width: 100%;
    margin-left: 0%;
  }

  .case-grid {
    width: 66.6667%;
    margin-left: 16.6667%;
  }

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

  .large-text.case-description, .case-heading-container {
    padding-right: 0;
  }

  .xl-number {
    font-size: 10rem;
  }

  .newsletter-image-container {
    z-index: 4;
    margin-bottom: .5rem;
    position: relative;
  }

  .newsletter-content-container {
    width: 100%;
    margin-top: -10%;
    margin-left: 0%;
    padding: 3rem 2rem;
  }

  .newsletter-content-container.fade-in {
    z-index: 5;
  }

  .text-field {
    height: 3rem;
    font-size: 1rem;
  }

  .text-field::placeholder, .button {
    font-size: 1rem;
  }

  .hero-content-inner-container {
    padding: 3rem 2rem;
  }

  .section-2 {
    margin-bottom: 96px;
  }

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

  .team-member-image-right-container {
    width: 83.3333%;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .team-member-name {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .heading {
    font-size: 3rem;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }
}

#w-node-_44766d19-3103-3566-cec7-045b2bec994b-fcb188d6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5c5dffb5-6c91-87ce-a9a3-87a20497e612-fcb188d6 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_512f4e91-34ec-ed1d-ae60-b86ee1916f39-fcb188d6 {
  grid-area: 3 / 2 / 5 / 4;
}

#w-node-_512f4e91-34ec-ed1d-ae60-b86ee1916f3a-fcb188d6 {
  grid-area: 2 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_64d540c1-7c06-6c55-1734-5600babc4d6d-fcb188d6 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_64d540c1-7c06-6c55-1734-5600babc4d6e-fcb188d6 {
  grid-area: 2 / 2 / 2 / 3;
  align-self: start;
}

#w-node-b10f5819-8771-df84-45a5-b0e131e4835b-fcb188d6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_61342e5e-84d7-b160-dbf0-6256f162613f-fcb188d6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_61342e5e-84d7-b160-dbf0-6256f1626140-fcb188d6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-_61342e5e-84d7-b160-dbf0-6256f1626142-fcb188d6 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_2f993a2c-e1d3-76a3-26ae-dd22ca71e0d1-fcb188d6 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: start;
}

#w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a11-fcb188d6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a13-fcb188d6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a14-fcb188d6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a16-fcb188d6 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a08-fcb188d6 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: start;
}

#w-node-b5319d1f-98d2-45d7-9944-3234fe957dc3-fcb188d6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b5319d1f-98d2-45d7-9944-3234fe957dc5-fcb188d6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b5319d1f-98d2-45d7-9944-3234fe957dc6-fcb188d6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-b5319d1f-98d2-45d7-9944-3234fe957dc8-fcb188d6 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-b5319d1f-98d2-45d7-9944-3234fe957dba-fcb188d6 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: start;
}

#w-node-f31b8e73-e056-7c30-8da5-640a6dd71213-fcb188d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13975407-795a-19ab-afc8-4bde5be38fa2-fcb188d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-a6a147b5-0eb2-c811-bce0-3975337f6a66-fcb188d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13975407-795a-19ab-afc8-4bde5be38fa4-fcb188d6, #w-node-c350c261-2884-4b70-25ec-7d676a2281e4-fcb188d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c350c261-2884-4b70-25ec-7d676a2281e5-fcb188d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c350c261-2884-4b70-25ec-7d676a2281e7-fcb188d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c350c261-2884-4b70-25ec-7d676a2281e9-fcb188d6, #w-node-_8165f24a-75d9-5642-594f-7ae6b45a5cd5-fcb188d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8165f24a-75d9-5642-594f-7ae6b45a5cd6-fcb188d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_8165f24a-75d9-5642-594f-7ae6b45a5cd8-fcb188d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8165f24a-75d9-5642-594f-7ae6b45a5cda-fcb188d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-abd14c45-3260-b688-6f33-631c4d8bb692-fcb188d6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-d0beaacd-db20-2f13-d699-068e6169f9ea-fcb188d6 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f77-fcb188d6 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: end;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f78-fcb188d6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f7a-fcb188d6 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-d7137ec1-0587-da76-d635-6d2f7adf7bc8-fcb188d6, #w-node-f9d421f4-0df1-2b44-3dba-bb748d251f87-fcb188d6 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: end;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f88-fcb188d6 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f82-fcb188d6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f83-fcb188d6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f85-fcb188d6 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_2bf3ed56-38b8-d64f-e33e-99a85f58ac9c-fcb188d6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_2bf3ed56-38b8-d64f-e33e-99a85f58ac9e-fcb188d6 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f8d-fcb188d6 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: end;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f8e-fcb188d6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-f9d421f4-0df1-2b44-3dba-bb748d251f90-fcb188d6 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-eed7997e-31c5-f80c-b7f9-4ef72e0d6f21-fcb188d6, #w-node-eed7997e-31c5-f80c-b7f9-4ef72e0d6f22-fcb188d6 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: end;
}

#w-node-eed7997e-31c5-f80c-b7f9-4ef72e0d6f23-fcb188d6 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_6cfb494d-b716-e521-89bd-648cd9ee5879-fcb188d6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_6cfb494d-b716-e521-89bd-648cd9ee587a-fcb188d6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-_6cfb494d-b716-e521-89bd-648cd9ee587c-fcb188d6 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_45c19a19-ed60-457a-b236-1ef8447527a7-fcb188d6, #w-node-e772fb63-5285-d9ac-17dd-694a1d2efab4-fcb188d6, #w-node-eba4977e-7da6-15b5-7338-8cce65700942-fcb188d6, #w-node-a25912fc-d586-0e24-ccd5-ea9c8e1cdf59-fcb188d6, #w-node-b7a9ac4f-2e9d-39c1-02a7-934c78d71790-fcb188d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_15572344-5767-071a-0122-bd611219bb64-1219bb59, #w-node-_15572344-5767-071a-0122-bd611219bb6f-1219bb59, #w-node-_15572344-5767-071a-0122-bd611219bb78-1219bb59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15572344-5767-071a-0122-bd611219bb7f-1219bb59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ae824d89-f157-8a3b-9fae-04c72b1f80dd-b7b188de, #w-node-_349f19d4-d202-0e29-4855-3e2421fa96dc-b7b188de, #w-node-_768c3f81-bfe8-6078-31e5-891f525ef770-b7b188de, #w-node-_13327fb9-510e-3167-d89e-7f66d5ad4357-b7b188de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_44766d19-3103-3566-cec7-045b2bec994b-fcb188d6 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_5c5dffb5-6c91-87ce-a9a3-87a20497e612-fcb188d6 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_512f4e91-34ec-ed1d-ae60-b86ee1916f39-fcb188d6 {
    grid-area: 5 / 2 / 6 / 5;
  }

  #w-node-_64d540c1-7c06-6c55-1734-5600babc4d6d-fcb188d6 {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-b10f5819-8771-df84-45a5-b0e131e4835b-fcb188d6, #w-node-_61342e5e-84d7-b160-dbf0-6256f162613f-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f993a2c-e1d3-76a3-26ae-dd22ca71e0d1-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a11-fcb188d6, #w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a13-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92685ea5-8159-9176-e0af-d4d90e9e6a08-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b5319d1f-98d2-45d7-9944-3234fe957dc3-fcb188d6, #w-node-b5319d1f-98d2-45d7-9944-3234fe957dc5-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b5319d1f-98d2-45d7-9944-3234fe957dba-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-abd14c45-3260-b688-6f33-631c4d8bb692-fcb188d6, #w-node-f9d421f4-0df1-2b44-3dba-bb748d251f77-fcb188d6, #w-node-d7137ec1-0587-da76-d635-6d2f7adf7bc8-fcb188d6, #w-node-f9d421f4-0df1-2b44-3dba-bb748d251f82-fcb188d6, #w-node-_2bf3ed56-38b8-d64f-e33e-99a85f58ac9c-fcb188d6, #w-node-f9d421f4-0df1-2b44-3dba-bb748d251f8d-fcb188d6, #w-node-eed7997e-31c5-f80c-b7f9-4ef72e0d6f21-fcb188d6, #w-node-_6cfb494d-b716-e521-89bd-648cd9ee5879-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_15572344-5767-071a-0122-bd611219bb7f-1219bb59 {
    place-self: start;
  }

  #w-node-ae824d89-f157-8a3b-9fae-04c72b1f80dd-b7b188de, #w-node-_349f19d4-d202-0e29-4855-3e2421fa96dc-b7b188de, #w-node-_768c3f81-bfe8-6078-31e5-891f525ef770-b7b188de, #w-node-_13327fb9-510e-3167-d89e-7f66d5ad4357-b7b188de {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45c19a19-ed60-457a-b236-1ef8447527a7-fcb188d6 {
    justify-self: center;
  }

  #w-node-_15572344-5767-071a-0122-bd611219bb7f-1219bb59 {
    place-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_44766d19-3103-3566-cec7-045b2bec994b-fcb188d6, #w-node-_5c5dffb5-6c91-87ce-a9a3-87a20497e612-fcb188d6, #w-node-_512f4e91-34ec-ed1d-ae60-b86ee1916f39-fcb188d6, #w-node-_64d540c1-7c06-6c55-1734-5600babc4d6d-fcb188d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_15572344-5767-071a-0122-bd611219bb7f-1219bb59 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-MediumItalic.woff2') format('woff2'), url('../fonts/InterDisplay-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Italic.woff2') format('woff2'), url('../fonts/InterDisplay-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-SemiBoldItalic.woff2') format('woff2'), url('../fonts/InterDisplay-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2'), url('../fonts/InterDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'), url('../fonts/InterDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}