@font-face {
  font-family: Vf;
  src: url('../fonts/Delight-VF.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacemono;
  src: url('../fonts/SpaceMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_base---black: black;
  --_base---creme: #e8e8df;
  --_base---lime: #d3f87e;
  --_base---grey: #4d4d49;
}

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

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

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

body {
  background-color: var(--_base---black);
  color: var(--_base---creme);
  font-family: Vf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

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

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9.1rem 1rem;
  display: flex;
}

.section.hero {
  background-image: url('../images/hero-fiil.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.section.cta {
  background-image: url('../images/steps.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.section.minus-margin {
  margin-top: -3.3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80rem;
  transition: opacity .75s cubic-bezier(.784, -.023, .965, .1);
  display: grid;
}

.h1-designs {
  flex-flow: column;
  display: flex;
}

.h1-that {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-span-3, .text-span-4 {
  display: block;
}

.heading {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-transform: uppercase;
  flex-flow: column;
  font-size: 8rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.mono-l {
  color: var(--_base---lime);
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.h1-mean-business {
  text-align: justify;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-container {
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  mix-blend-mode: difference;
  background-color: #0000;
}

.nav-link {
  color: var(--_base---creme);
}

.nav-link.w--current, .nav-link.current {
  color: var(--_base---lime);
}

.body-l {
  font-size: 1.25rem;
  line-height: 145%;
}

.button {
  grid-column-gap: 167px;
  background-color: #000;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .55s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 0 8.9px #f1ffd0;
}

.button:hover {
  background-color: var(--_base---creme);
  color: var(--_base---black);
}

.button-text-m {
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.hero-supporting {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.contact {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 25.5rem;
  text-decoration: none;
  display: grid;
}

.footer-case-studies {
  background-color: #e8e8df;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.footer-case-studies:hover {
  box-shadow: 0 2px 1rem #f1ffd0;
}

.title-m {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.tag {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-contact-cta {
  cursor: pointer;
  background-color: #d3f87e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.footer-contact-cta:hover {
  box-shadow: 0 2px 1rem #f1ffd0;
}

.contact-cta {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 32px;
  background-image: url('../images/footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.footer-container {
  grid-column-gap: 18.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

.footer-logo-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vector {
  object-fit: cover;
}

.digital-creativity-strategically {
  color: #e8e8df;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
}

.footer-content {
  border: 0 solid #fff6;
  border-left-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 257px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #e8e8df;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.foter-contact-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 7rem;
  text-decoration: none;
  display: flex;
}

.footer-social {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.copy-email {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-email-text {
  color: #d3f87e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.copy {
  object-fit: cover;
  overflow: hidden;
}

.footer-copyright-wrapper {
  grid-column-gap: 153px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer-copyright-text {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tags {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.footer-contact-cta-2 {
  background-color: #d3f87e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 453px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 .975rem #f1ffd0;
}

.text-2 {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-fill {
  grid-column-gap: 167px;
  background-color: var(--_base---creme);
  color: var(--_base---black);
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: box-shadow .55s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-fill:hover {
  background-color: var(--_base---creme);
  color: var(--_base---black);
  box-shadow: 0 0 9px #f1ffd0;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-s {
  grid-column-gap: 167px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: .9rem;
  text-decoration: none;
  transition: background-color .55s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 0 8.9px #f1ffd0;
}

.button-s:hover {
  background-color: var(--_base---creme);
  color: var(--_base---black);
}

.button-s.hide-on-mobile {
  margin-left: 1rem;
}

.button-text-s {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-xdisplay {
  z-index: 2;
  letter-spacing: .06rem;
  text-transform: uppercase;
  vertical-align: baseline;
  flex-flow: wrap;
  font-family: Vf, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 115%;
  display: inline;
  position: relative;
}

.marquee-tag {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-size-small-2 {
  font-size: .875rem;
}

.what-we-do-wrapper {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-3 {
  max-width: 90vw;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container-3.medium {
  max-width: 100rem;
}

.no-fluff {
  max-width: 65vw;
}

.elipse {
  background-color: var(--_base---lime);
  border-radius: 50%;
  width: .3rem;
  height: .3rem;
}

.cta-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-sticky {
  padding: 11.2rem 1rem 5rem;
}

.section-sticky.projects {
  width: 100%;
  height: 100vw;
  padding: 0;
  display: none;
  position: relative;
}

.projects-wrapper-sticky {
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-wrapper {
  width: 100%;
  height: 100%;
}

.project-wrapper.hide {
  display: none;
}

.project-list {
  width: 100%;
  height: 100%;
  display: flex;
}

.project {
  object-fit: contain;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  max-height: 650px;
  padding-right: 20px;
  overflow: visible;
}

.empty-state {
  color: #e8e8df;
  background-color: #000;
}

.project-img {
  object-fit: contain;
  width: 100%;
  min-width: 540px;
  max-width: 540px;
  height: 100%;
  min-height: 650px;
  max-height: 650px;
}

.project-info {
  z-index: 11;
  opacity: 0;
  color: #e8e8df;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-name {
  margin-bottom: 10px;
}

.text-medium {
  letter-spacing: 1px;
}

.project-overlay {
  z-index: 1;
  opacity: 0;
  background-color: #0000;
  background-image: linear-gradient(#fff0 34%, #000c);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.stats-left-content {
  padding-top: 3.7rem;
  position: sticky;
  top: 0;
}

.container-sticky {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-text {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.circle-text-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  display: flex;
  position: relative;
}

.text-large {
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 1.6;
}

.stat-number {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.stats-left {
  object-fit: fill;
  max-width: 33rem;
  margin-top: -60px;
  position: relative;
}

.process-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat-item {
  margin-bottom: 60px;
}

.stat-item.mb-0 {
  margin-bottom: 0;
}

.section-title {
  color: #000;
  margin-top: 20px;
}

.stats-btn {
  justify-content: center;
  align-items: center;
  display: none;
}

.circle-btn-icon {
  color: #d3f87e;
  position: absolute;
}

.overline {
  color: #247d1d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.text-small-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 16rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.display-2 {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vf, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.from-strategy-to-execution-a-streamlined-process-that-gets-results {
  color: #e8e8df;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
}

.from-strategy-to-execution-a-streamlined-process-that-gets-results-2, .from-strategy-to-execution-a-streamlined-process-that-gets-results-3 {
  color: #e8e8df;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.steps {
  grid-row-gap: 88px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1253px;
  text-decoration: none;
  display: flex;
}

.step {
  background-color: #000;
  border: 0 solid #fff6;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 247.25px;
  text-decoration: none;
  display: flex;
}

.step-content {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 204px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.mono-xl {
  color: #d3f87e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.step-text {
  grid-row-gap: 24px;
  border: 0 solid #fff6;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 156px;
  padding-left: 48px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.h2 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.body-m {
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.mono-m {
  color: #d3f87e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.our-approach {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  display: flex;
}

.section-style {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 332px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  overflow: hidden;
}

.benefits {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--_base---grey);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 17.5rem;
  margin-top: 12.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.benefit-box {
  grid-row-gap: 24px;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 274px;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.benefit-icon {
  object-fit: cover;
}

.benefit-hover-state {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.h3 {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.container {
  max-width: 80rem;
}

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

.divider-vert {
  background-color: var(--_base---grey);
  width: 2px;
  height: 17.5rem;
}

.text {
  color: #e8e8df;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.benefit-details {
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.benefit-base-state {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.project-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  background-image: url('../images/work-item.png');
  background-position: 0 0;
  background-size: cover;
}

.slider {
  width: 40rem;
}

.project-prev-img {
  opacity: .6;
  border-radius: .5rem;
}

.project-prev-img:hover {
  opacity: 1;
}

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

.prev-img-wrapper {
  background-color: var(--_base---black);
  border-radius: .5rem;
}

@media screen and (min-width: 1440px) {
  .container-grid {
    grid-template-rows: auto auto auto auto;
    max-width: 88rem;
  }

  .text-span-5 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .h1-mean-business {
    text-align: justify;
    flex-flow: row;
    display: flex;
    position: static;
  }

  .nav-container {
    max-width: 88rem;
    padding-left: 0;
  }

  .body-l {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .button:hover {
    color: var(--_base---black);
  }

  .hero-supporting {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    display: flex;
  }

  .contact-grid, .footer-container {
    max-width: 88rem;
  }

  .button-fill:hover, .button-s:hover {
    color: var(--_base---black);
  }

  .projects-wrapper-sticky {
    padding-left: 1.2rem;
  }

  .container-sticky {
    max-width: 88rem;
  }

  .benefits {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }

  .container {
    max-width: 88rem;
  }
}

@media screen and (min-width: 1920px) {
  .projects-wrapper-sticky {
    padding-left: 15.9rem;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
  }

  .container-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .heading {
    font-size: 7rem;
  }

  .nav-container {
    background-color: var(--_base---black);
  }

  .navbar {
    mix-blend-mode: normal;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    padding-top: 86px;
    padding-bottom: 86px;
    font-size: 8rem;
    display: flex;
  }

  .hero-supporting {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    width: 50%;
  }

  .contact {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-grid {
    grid-template-columns: 3fr;
    height: auto;
  }

  .footer-case-studies {
    height: 8rem;
  }

  .footer-contact-cta {
    height: 16rem;
  }

  .footer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-style: solid none none;
    border-width: 1px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .footer-links {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .foter-contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 1rem;
  }

  .copy-email {
    order: -1;
  }

  .nav-menu {
    z-index: 100;
    background-color: var(--_base---black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 2rem;
    inset: 100% 0% 0%;
  }

  .menu-button {
    color: var(--_base---creme);
  }

  .menu-button.w--open {
    background-color: var(--_base---lime);
    color: var(--_base---black);
    border-radius: .6rem;
  }

  .button-s.hide-on-mobile {
    display: none;
  }

  .text-xdisplay {
    font-size: 4.5vw;
    line-height: 1.32;
  }

  .container-3 {
    max-width: 90vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .no-fluff {
    max-width: none;
  }

  .section-sticky {
    padding: 60px 30px;
  }

  .section-sticky.projects {
    margin-top: -14.2rem;
  }

  .project-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .project-list {
    justify-content: flex-start;
    align-items: center;
  }

  .project-img {
    min-width: 332px;
    min-height: 400px;
    max-height: 650px;
  }

  .project-info {
    padding: 23px;
  }

  .project-name {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .text-medium {
    font-size: 16px;
  }

  .stats-left-content {
    padding-top: 0;
    padding-bottom: 2rem;
    position: static;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .text-large {
    font-size: 22px;
  }

  .stats-left {
    max-width: none;
    margin-top: 0;
  }

  .process-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .stat-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-2 {
    font-size: 6rem;
  }

  .steps {
    height: auto;
  }

  .h2 {
    font-size: 2.8rem;
  }

  .h2.scroll-highlight {
    font-size: 2.5rem;
  }

  .mono-m {
    font-size: 1.2rem;
  }

  .our-approach {
    max-width: none;
  }

  .benefits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-style: none;
    flex-flow: column;
    height: auto;
    margin-top: 5.6rem;
  }

  .benefit-box {
    border-bottom: 1px solid var(--_base---grey);
  }

  .container {
    max-width: 40rem;
  }

  .container.images {
    max-width: 80rem;
  }

  .divider-vert {
    display: none;
  }

  .project-card {
    height: 100%;
  }

  .project-prev-img {
    opacity: 1;
  }

  .images-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  .container-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading {
    font-size: 5.4rem;
  }

  .hero-supporting {
    width: 100%;
  }

  .contact-cta {
    font-size: 3rem;
  }

  .text-xdisplay {
    vertical-align: baseline;
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-3 {
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-3.medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-sticky {
    padding: 40px 24px;
  }

  .section-sticky.projects {
    margin-top: -5rem;
  }

  .projects-wrapper-sticky {
    height: 80vh;
  }

  .project {
    width: 100vw;
    min-width: 75vw;
    max-width: 100vw;
    max-height: none;
    padding-right: 10px;
  }

  .project-img {
    min-width: 250px;
    max-width: 100vw;
    min-height: 300px;
    max-height: none;
  }

  .text-large {
    font-size: 20px;
  }

  .stat-number {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .stats-left {
    max-width: 100%;
  }

  .stat-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stats-btn {
    z-index: 10;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: sticky;
    inset: 0%;
  }

  .display-2 {
    font-size: 5rem;
  }

  .step {
    height: auto;
  }

  .step-content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    height: auto;
  }

  .step-text {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .h2.scroll-highlight {
    font-size: 2.2rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .container {
    max-width: 35rem;
  }

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

@media screen and (max-width: 479px) {
  .section {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section.cta {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
  }

  .container-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .heading {
    font-size: 3.8rem;
  }

  .mono-l {
    font-size: 1rem;
  }

  .title-m {
    font-size: .8rem;
  }

  .tag {
    font-size: .7rem;
  }

  .footer-contact-cta {
    height: 12rem;
  }

  .contact-cta, .text-xdisplay {
    font-size: 2rem;
  }

  .marquee-tag, .what-we-do-wrapper {
    width: 100%;
  }

  .container-3, .container-3.medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-sticky {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-sticky.projects {
    z-index: -1;
    height: 600vw;
  }

  .project {
    min-width: 90vw;
    max-height: 24rem;
  }

  .project-info {
    padding: 16px;
    inset: auto 0% 4%;
  }

  .project-overlay {
    width: 100%;
    height: 100%;
  }

  .stats-left-content {
    max-width: 340px;
  }

  .stat-number {
    margin-bottom: 10px;
    font-size: 43px;
    font-weight: 700;
  }

  .process-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .display-2 {
    font-size: 4rem;
  }

  .step {
    max-width: 340px;
  }

  .mono-xl {
    font-size: 2.5rem;
  }

  .h2, .h2.scroll-highlight {
    font-size: 2rem;
  }

  .container {
    max-width: 18rem;
  }

  .project-card {
    width: 100%;
    max-height: 24rem;
  }

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

#w-node-_650393cf-f588-b694-4b87-678616489539-081d3239 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_3c6e93a0-4d84-7536-14b8-0eefc6364c1c-081d3239 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_3c6e93a0-4d84-7536-14b8-0eefc6364c1c-081d3239 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3296d2a7-5a0e-7d24-a2f4-2096df6240fd-081d3239 {
    place-self: center;
  }

  #w-node-_71f2dc4b-5fcc-4e0a-c098-3239b21530d0-081d3239 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Vf';
  src: url('../fonts/Delight-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}