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

@font-face {
  font-family: Aspekta;
  src: url('../fonts/Aspekta-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --colors--white: white;
  --font-families--primary: Aspekta, sans-serif;
  --colors--neutral-800: #29292b;
  --font-size--small: 1rem;
  --fluid-font-size--huge: 12vw;
  --font-size--7xl: 5rem;
  --font-size--5xl: 3.5rem;
  --fluid-font-size--6xl: 4.267vw;
  --font-size--2xl: 2rem;
  --font-size--large: 1.5rem;
  --font-size--base: 1.125rem;
  --fluid-font-size--4xl: 3.2vw;
  --font-family--primary\<deleted\|variable-759575eb-87b8-eb5a-6829-e0bd6a9199d0\>: Aspekta, sans-serif;
  --colors--neutral-500: #7f7f80;
  --site-padding--desktop: 3rem;
  --site-padding--mobile: 1rem;
  --site-padding--tablet: 2rem;
  --colors--neutral-50: #eaeaea;
  --colors--neutral-100: #d4d4d5;
  --font-size--3xl: 2.5rem;
  --font-size--xl: 1.75rem;
  --border-radius--default: 6px;
  --colors--neutral-25: #f2f2f2;
  --color--white\<deleted\|variable-8b6b6a94\>: white;
  --color--medium-grey\<deleted\|variable-8e7a1c56\>: #7a7c7e;
  --colors--neutral-300: #a9a9aa;
  --colors--neutral-200: #bfbfbf;
  --colors--neutral-400: #949495;
  --colors--neutral-600: #69696b;
  --colors--neutral-700: #545455;
  --colors--neutral-900: #1e1e1f;
  --row-gap--default: 1.5rem;
  --font-families--secondary: "IBM Plex Sans", sans-serif;
  --font-size--2xs: .625rem;
  --fluid-font-size--3xl: 2.667vw;
  --colors--black-20: #0003;
  --colors--white-20: #fff3;
  --fluid-font-size--7xl: 5.333vw;
  --font-size--4xl: 3rem;
  --font-size--xs: .9375rem;
  --font-size--6xl: 4rem;
  --fluid-font-size--8xl: 8.333vw;
  --colors--black-8: #00000014;
  --font-size--8xl: 8.75rem;
  --fluid-font-size--2xs: .733vw;
  --fluid-font-size--xs: 1vw;
  --fluid-font-size--small: 1.067vw;
  --fluid-font-size--base: 1.2vw;
  --fluid-font-size--large: 1.6vw;
  --fluid-font-size--xl: 1.867vw;
  --fluid-font-size--2xl: 2.133vw;
  --fluid-font-size--5xl: 3.733vw;
}

.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(--colors--white);
  font-family: var(--font-families--primary);
  color: var(--colors--neutral-800);
  letter-spacing: -.02em;
  overscroll-behavior: none;
  font-weight: 400;
  line-height: 130%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

h1 {
  font-size: var(--fluid-font-size--huge);
  letter-spacing: -.04em;
  white-space: normal;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3.25vw;
  font-weight: 500;
  line-height: 68%;
  display: block;
  transform: translate(0);
}

h2 {
  max-width: 31ch;
  font-size: var(--fluid-font-size--6xl);
  letter-spacing: -.02em;
  text-transform: none;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  font-family: var(--font-family--primary\<deleted\|variable-759575eb-87b8-eb5a-6829-e0bd6a9199d0\>);
  font-size: var(--font-size--2xl);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  font-size: var(--font-size--large);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  font-size: var(--font-size--base);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

p {
  max-width: 33ch;
  color: var(--colors--neutral-500);
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 130%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  margin-bottom: 0;
}

a {
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease;
}

a:hover {
  opacity: 1;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

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

figure {
  margin-bottom: 10px;
}

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

.section {
  background-color: var(--colors--white);
  min-height: 32px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section.home-hero-section {
  min-height: 110vh;
  color: var(--colors--white);
  padding-top: 0;
  padding-bottom: calc(10vh + var(--site-padding--desktop));
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section.styelguide-hero-section {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 8rem;
  padding-bottom: 1rem;
  line-height: .9;
  display: flex;
}

.section.last-section {
  z-index: 1;
  padding-bottom: 20rem;
}

.section.subpage-hero-section {
  padding-top: 1rem;
  padding-bottom: 0;
}

.section.padding-top-small {
  padding-top: 1.5rem;
}

.section.blogpost-content-section {
  padding-top: 7.5rem;
  padding-bottom: 0;
}

.section.project-page-thumbnail-section {
  padding-top: 1.5rem;
  padding-bottom: 0;
}

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

.section.studio-intro-section {
  padding-top: 6rem;
}

.section.services-section {
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.section.padding-top-medium {
  padding-top: 4rem;
}

.section.related-work {
  padding-bottom: 6rem;
}

.container {
  width: 100%;
  padding-top: 0;
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  margin: 0 auto 0;
  display: flex;
  position: relative;
}

.container.styleguide-container {
  max-width: 800px;
}

.container.hero-bottom-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.container.hero-container {
  grid-row-gap: 1.5rem;
}

.container.fullwidth-list-container {
  grid-row-gap: 7.5rem;
}

.container.news-list-container {
  grid-row-gap: 4rem;
}

.container.blogpost-content-container {
  grid-row-gap: 2rem;
  max-width: 820px;
}

.container.work-list-container {
  grid-row-gap: 4rem;
}

.container.team-container {
  grid-row-gap: 1.5rem;
}

.divider {
  background-color: var(--colors--neutral-50);
  width: 100%;
  height: 1px;
  position: relative;
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.divider.hero-divider {
  transform-origin: 0%;
  height: 1px;
  position: relative;
}

.text-large {
  max-width: 25ch;
  color: inherit;
  font-weight: 500;
  line-height: 110%;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.text-large.styleguide-subheading {
  text-indent: 0;
  margin-bottom: .5rem;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter;
  font-weight: 400;
}

.rich-text-block h2 {
  font-family: var(--font-families--primary);
  font-size: var(--font-size--2xl);
  text-indent: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block h3 {
  font-family: var(--font-families--primary);
  font-size: var(--font-size--large);
  letter-spacing: -.025em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block p {
  opacity: 1;
  max-width: none;
  font-family: var(--font-families--primary);
  color: var(--colors--neutral-500);
  font-size: var(--font-size--small);
  letter-spacing: 0;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 140%;
}

.rich-text-block h4 {
  font-family: var(--font-families--primary);
  font-size: var(--font-size--base);
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--colors--neutral-100);
  font-family: var(--font-families--primary);
  font-size: var(--font-size--base);
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.rich-text-block h1 {
  max-width: none;
  font-family: var(--font-families--primary);
  font-size: var(--font-size--3xl);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 116%;
  text-decoration: none;
}

.rich-text-block h5, .rich-text-block h6 {
  font-family: var(--font-families--primary);
  font-size: var(--font-size--base);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.rich-text-block li {
  font-family: var(--font-family--primary\<deleted\|variable-759575eb-87b8-eb5a-6829-e0bd6a9199d0\>);
  font-size: var(--font-size--base);
}

.rich-text-block.blogpost-body {
  font-family: var(--font-families--primary);
  margin-top: 2rem;
}

.text-field {
  border-radius: var(--border-radius--default);
  background-color: var(--colors--neutral-25);
  width: 100%;
  min-height: 4rem;
  color: var(--colors--neutral-800);
  font-size: var(--font-size--base);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 1rem 0 1rem 1rem;
  line-height: 150%;
  display: block;
}

.text-field:active {
  border-bottom-color: var(--color--white\<deleted\|variable-8b6b6a94\>);
  color: var(--colors--neutral-800);
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--color--medium-grey\<deleted\|variable-8e7a1c56\>);
  line-height: 150%;
}

.text-field::placeholder {
  color: var(--colors--neutral-300);
  font-size: var(--font-size--base);
  line-height: 150%;
}

.submit-button {
  color: var(--colors--neutral-800);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 .5rem;
  transition: all .2s;
}

.submit-button:hover {
  opacity: .6;
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.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: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36ch;
  display: flex;
}

.utility-form-text {
  margin-bottom: 64px;
}

.styleguide-heading-wrapper {
  margin-bottom: 0;
}

.swatch {
  background-color: #f7f7f7;
  width: 100%;
  height: 70px;
}

.swatch.neutral-25 {
  background-color: var(--colors--neutral-25);
}

.swatch.neutral-50 {
  background-color: var(--colors--neutral-50);
}

.swatch.neutral-100 {
  background-color: var(--colors--neutral-100);
}

.swatch.neutral-200 {
  background-color: var(--colors--neutral-200);
}

.swatch.neutral-300 {
  background-color: var(--colors--neutral-300);
}

.swatch.neutral-400 {
  background-color: var(--colors--neutral-400);
}

.swatch.neutral-500 {
  background-color: var(--colors--neutral-500);
}

.swatch.neutral-600 {
  background-color: var(--colors--neutral-600);
}

.swatch.neutral-700 {
  background-color: var(--colors--neutral-700);
}

.swatch.neutral-800 {
  background-color: var(--colors--neutral-800);
}

.swatch.neutral-900 {
  background-color: var(--colors--neutral-900);
}

.styleguide-heading {
  font-size: var(--font-size--3xl);
  letter-spacing: -.02em;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 0;
  line-height: 100%;
}

.main-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

.main-grid.footer-bottom-grid {
  grid-row-gap: 6.5rem;
}

.main-grid.hero-grid {
  grid-row-gap: 10rem;
}

.main-grid.approach-grid {
  grid-row-gap: 7.5rem;
}

.main-grid.services-grid {
  grid-row-gap: 10rem;
}

.main-grid.featured-work-grid {
  grid-row-gap: 7.5rem;
  position: relative;
}

.typography-container {
  margin-bottom: 48px;
}

.form {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.brand {
  z-index: 2;
  overflow: hidden;
}

.brand:hover {
  opacity: 1;
}

.brand.w--current {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.brand.w--current:hover {
  opacity: 1;
}

.main-wrapper, .page-wrapper {
  position: relative;
}

.subtle-link {
  color: var(--colors--neutral-400);
  cursor: pointer;
  transition: all .2s;
}

.subtle-link:hover {
  color: var(--colors--neutral-700);
}

.utility-page-heading {
  font-size: var(--font-size--xl);
  letter-spacing: -.02em;
  text-indent: 0;
  border-radius: 11px;
  margin-bottom: 2rem;
  line-height: 110%;
}

.nav-link-text {
  line-height: 130%;
}

.nav-link-text.nav-link-hover-text {
  position: absolute;
  bottom: -105%;
}

.logo {
  object-fit: cover;
  width: auto;
  display: block;
  position: relative;
}

.logo.navbar-logo {
  width: 16vw;
}

.logo.inverse {
  filter: invert();
}

.image-wrap {
  aspect-ratio: 2 / 2;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap.dark {
  background-color: #dddddb;
}

.hero-bottom {
  width: 100%;
  margin-top: 3.5rem;
  position: relative;
  bottom: 0;
}

.parallax-image {
  object-fit: cover;
  object-position: 50% 0%;
  height: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.parallax-image.hero-image {
  object-position: 100% 0%;
}

.parallax-image.top-align {
  object-fit: cover;
  object-position: 50% 0%;
  align-self: flex-start;
}

.navbar {
  width: 100%;
  color: var(--colors--white);
  background-color: #0000;
  position: relative;
  top: 0;
}

.navbar.white-navbar {
  color: var(--colors--neutral-800);
}

.nav-link-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: .5rem 0;
  font-weight: 400;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrap:hover {
  opacity: 1;
}

.nav-link-wrap.w--current {
  color: var(--colors--white);
}

.nav-link-wrap.white-navlink-wrap {
  grid-column-gap: .5rem;
}

.nav-link-wrap.white-navlink-wrap.w--current {
  color: var(--colors--neutral-400);
  border-bottom-style: none;
}

.label {
  font-family: var(--font-families--secondary);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(var(--font-size--2xs), var(--fluid-font-size--2xs), var(--fluid-font-size--2xs));
  margin-top: .5vw;
}

.label.page-number {
  color: var(--colors--neutral-400);
  font-size: var(--font-size--2xs);
  margin-top: .75vw;
}

.label.service-number {
  color: var(--colors--neutral-400);
  font-size: var(--font-size--2xs);
  margin-top: .25vw;
}

.label.value-number {
  color: var(--colors--neutral-400);
}

.label.client-logo-number {
  color: var(--colors--neutral-400);
  position: absolute;
  inset: .5rem auto auto 0;
}

.label.home-service-number {
  color: var(--colors--neutral-400);
  margin-top: .75vw;
}

.text-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-list {
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services-list.home-services-list {
  grid-row-gap: 3rem;
}

.no-indent {
  text-indent: 0;
}

.hero-top {
  width: 100%;
}

.line-wrap {
  margin-bottom: -.75vw;
  padding-top: 0;
  padding-bottom: .75vw;
  overflow: hidden;
}

.project-image-wrap {
  border-radius: 9px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-image-wrap.mobile-screen {
  min-height: 39rem;
}

.project-thumbnail {
  pointer-events: none;
  object-position: 50% 0%;
  position: relative;
}

.footer {
  z-index: 1;
  min-height: auto;
  padding-top: var(--site-padding--desktop);
  padding-bottom: var(--site-padding--desktop);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.footer-menu {
  border-top: 1px solid var(--colors--neutral-50);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.project-category {
  color: var(--colors--neutral-500);
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

.project-thumbnail-wrap {
  aspect-ratio: auto;
  background-color: var(--colors--neutral-25);
  cursor: pointer;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-thumbnail-wrap.featured-project-thumbnail-wrap.mobile-app {
  padding-left: 10%;
  padding-right: 10%;
}

.project-thumbnail-wrap.featured-project-thumbnail-wrap.perpetual {
  padding-top: 0%;
}

.project-thumbnail-wrap.mobile-app {
  padding-top: 20%;
}

.project-thumbnail-wrap.perpetual {
  padding-top: 0%;
  padding-bottom: 5%;
}

.button-text-wrap {
  position: relative;
  overflow: hidden;
}

.display-xl {
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.display-xl.page-subtitle {
  font-size: var(--fluid-font-size--3xl);
}

.info-page-paragraph {
  max-width: 40ch;
}

.hero-background-image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
}

.hero-background-overlay {
  background-color: var(--colors--black-20);
  pointer-events: none;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  grid-column-gap: 2.5rem;
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 4rem;
  border-top-left-radius: var(--border-radius--default);
  border-top-right-radius: var(--border-radius--default);
  border-bottom-left-radius: var(--border-radius--default);
  border-bottom-right-radius: var(--border-radius--default);
  background-color: var(--colors--neutral-800);
  color: var(--colors--white);
  font-weight: 500;
  line-height: 130%;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
  align-items: center;
  padding: 1rem 1.25em 1rem 1.25rem;
  display: flex;
}

.button.transparent-navbar-button {
  border: 1px solid var(--colors--white-20);
  cursor: pointer;
  background-color: #0000;
  font-weight: 500;
}

.button.transparent-navbar-button.menu-button {
  display: none;
}

.button.white-button {
  border: 0px solid var(--colors--white-20);
  background-color: var(--colors--white);
  color: var(--colors--neutral-800);
  cursor: pointer;
  font-weight: 500;
}

.button.white-navbar-button {
  border: 1px solid var(--colors--neutral-50);
  color: var(--colors--neutral-800);
  cursor: pointer;
  background-color: #0000;
  font-weight: 500;
}

.button.submit-button-wrap {
  grid-column-gap: 5rem;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.button-arrow {
  display: flex;
}

.nav-container {
  border-bottom: 1px solid var(--colors--white-20);
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.nav-container.subpage-hero-container {
  border-bottom-color: var(--colors--neutral-50);
}

.nav-number {
  font-family: var(--font-families--secondary);
  color: var(--colors--neutral-200);
  font-size: var(--font-size--2xs);
  letter-spacing: 0;
  margin-top: .3vw;
  font-weight: 700;
  line-height: 100%;
}

.menu-button {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.menu-line {
  background-color: var(--colors--white);
  width: 2.5rem;
  height: 1px;
}

.button-text.button-text-hover {
  position: absolute;
  bottom: -105%;
}

.home-h1 {
  font-size: var(--fluid-font-size--6xl);
  letter-spacing: -.02em;
  padding-bottom: 0;
  line-height: 90%;
}

.home-h1.hero {
  font-size: var(--fluid-font-size--7xl);
}

.home-hero-content-wrap {
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.hero-logo.hide {
  display: none;
}

.hero-logo-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-revealer {
  background-color: var(--colors--white);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-bottom {
  width: 100%;
  margin-top: 10rem;
  position: relative;
  bottom: 0;
}

.footer-top {
  width: 100%;
}

.footer-top.hide {
  display: none;
}

.display-medium {
  max-width: 23ch;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
}

.display-medium.footer-display {
  max-width: 17ch;
}

.flex-vertical {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.row-gap-3 {
  grid-row-gap: 3rem;
}

.flex-vertical.row-gap-5 {
  grid-row-gap: .5rem;
}

.flex-vertical.row-gap-2 {
  grid-row-gap: 2rem;
}

.flex-vertical.studio-intro-image-wrap {
  grid-row-gap: 1rem;
  margin-top: 6rem;
  position: sticky;
  top: 1.5rem;
}

.flex-vertical.row-gap-7 {
  grid-row-gap: 7rem;
}

.footer-paragraph {
  max-width: 28ch;
  line-height: 130%;
}

.footer-link-wrap {
  border-bottom: 1px solid var(--colors--neutral-50);
  align-self: stretch;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer-link-wrap.hide {
  display: none;
}

.nav-link-text-wrap {
  position: relative;
  overflow: hidden;
}

.footer-secondary-links-wrap {
  grid-row-gap: .25rem;
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--small), var(--fluid-font-size--small));
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.display-3xl {
  max-width: 20ch;
  color: var(--colors--neutral-800);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
}

.display-3xl.neutral-200-text {
  color: var(--colors--neutral-200);
}

.display-3xl.long-title {
  max-width: 29ch;
}

.large-link-wrap {
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  margin-top: 0;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-link-underline {
  background-color: var(--colors--neutral-800);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: -105%;
}

.text-link {
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.text-link:hover {
  opacity: .6;
}

.nav-link-underline {
  background-color: inherit;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.footer-primary-link-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-primary-link-wrap:hover {
  opacity: 1;
}

.footer-primary-link-wrap.w--current {
  color: var(--colors--neutral-500);
}

.page-title-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.page-title {
  letter-spacing: -.035em;
  padding-bottom: 0;
  line-height: 81%;
}

.page-title.project-page-title {
  padding-bottom: 2.5vw;
}

.page-title.project-page-title.project-divider {
  font-family: var(--font-families--primary);
  font-size: var(--fluid-font-size--6xl);
}

.text-neutral-400 {
  color: var(--colors--neutral-400);
}

.fullwidth-list-item {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.medium-link-wrap {
  grid-row-gap: 1rem;
  cursor: pointer;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  flex-flow: column;
  margin-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium-link-hover-underline {
  background-color: var(--colors--neutral-800);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: -105%;
}

.medium-link-underline {
  background-color: var(--colors--neutral-50);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0%;
}

.link-text.link-text-hover {
  position: absolute;
  bottom: -105%;
}

.medium-text-link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  font-weight: 500;
  line-height: 130%;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  flex-flow: row;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium-text-link-wrap.hide {
  display: none;
}

.text-subdued {
  color: var(--colors--neutral-200);
}

.blogpost {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.short-paragraph {
  max-width: 25ch;
}

.short-paragraph.intro-paragraph {
  position: sticky;
  top: 1.5rem;
}

.short-paragraph.featured-work-sticky-element.hide {
  display: none;
}

.blogpost-card-info {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.blogpost-card-title-wrap {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.publishing-date {
  font-family: var(--font-families--secondary);
  color: var(--colors--neutral-300);
  font-size: var(--font-size--2xs);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  line-height: 100%;
}

.blogpost-card-title {
  font-weight: 500;
  line-height: 110%;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.featured-blogpost-title {
  font-weight: 500;
  line-height: 110%;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
}

.blogpost-card-author-wrap {
  grid-column-gap: .75rem;
  border-bottom: 1px solid var(--colors--neutral-50);
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.author-name {
  font-size: var(--font-size--small);
}

.news-list {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-underline {
  background-color: var(--colors--neutral-800);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0%;
}

.blogpost-card-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.newsletter-form {
  width: 100%;
  position: relative;
}

.form-block {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.inline-submit-button-trigger {
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.success-message {
  border-radius: var(--border-radius--default);
  background-color: var(--colors--neutral-50);
  color: var(--colors--neutral-800);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.error-message {
  position: relative;
}

.footer-credits {
  color: var(--colors--neutral-400);
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--small), var(--fluid-font-size--small));
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.hero-actions {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.blogpost-title {
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  padding-bottom: 0;
}

.blogpsot-title-wrap {
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.author-and-details {
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.blogpost-page-author-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

.blogpsot-pagepublishing-date {
  color: var(--colors--neutral-300);
  font-size: var(--font-size--xs);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  line-height: 100%;
}

.blogpost-page-author-name {
  font-size: var(--font-size--base);
}

.blogpost-page-author-wrap {
  grid-column-gap: .75rem;
  border-bottom: 1px solid var(--colors--neutral-50);
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-backlink {
  margin-left: var(--site-padding--desktop);
  grid-column-gap: .5rem;
  font-size: var(--font-size--small);
  align-items: center;
  line-height: 110%;
  display: flex;
  position: absolute;
  top: 1.5rem;
}

.related-news-list {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-posts-title {
  color: var(--colors--neutral-600);
}

.team-member-image-wrap {
  aspect-ratio: 2 / 3;
  transform-origin: 50% 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card {
  grid-row-gap: 1rem;
  background-color: var(--colors--white);
  pointer-events: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  transition-property: none;
  display: flex;
}

.project-card.related-work {
  max-height: 80vh;
}

.project-card-info-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
}

.project-card-title {
  font-weight: 500;
  line-height: 120%;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.project-button {
  background-color: var(--colors--white);
  font-weight: 500;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.project-cursor-text.project-cursor-hover-text {
  position: absolute;
  bottom: -105%;
}

.work-list {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-thumbnail-background-image {
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 50%;
  height: 140%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-info-label {
  color: var(--colors--neutral-500);
  line-height: 130%;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.project-paragraph {
  max-width: 45ch;
  line-height: 140%;
}

.project-images {
  grid-row-gap: var(--row-gap--default);
  flex-flow: column;
  display: flex;
}

.image {
  background-color: var(--colors--neutral-50);
  border-radius: 10px;
  padding: 10%;
}

.image.mobile-app {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  padding: 0%;
}

.image.no-padding {
  padding: 0%;
}

.image.bg-color-2 {
  background-color: var(--colors--neutral-25);
}

.related-work-list {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-outer-wrap {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.display-7xl {
  font-size: var(--fluid-font-size--huge);
  letter-spacing: -.04em;
  font-weight: 500;
  line-height: 80%;
}

.numbers-wrap {
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.team-member-card {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team-card-name {
  font-weight: 500;
  line-height: 120%;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.team-card-title {
  color: var(--colors--neutral-500);
  font-weight: 400;
  line-height: 120%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

.team-members-grid {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  display: grid;
}

.team-card-info-wrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.service-title-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.1vw;
  line-height: 130%;
  display: flex;
  overflow: hidden;
}

.display-5xl {
  font-size: var(--fluid-font-size--7xl);
  letter-spacing: -.04em;
  font-weight: 500;
  line-height: 80%;
}

.service-paragraph {
  max-width: 40ch;
}

.approach-list-wrap {
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.approach-list-title {
  width: calc(((100% - (7 * var(--row-gap--default))) / 8 + var(--row-gap--default)) * 3 - var(--row-gap--default));
  align-self: flex-start;
  font-weight: 500;
}

.approach-list-item {
  grid-column-gap: var(--row-gap--default);
  align-items: flex-start;
  display: flex;
}

.list-paragraph {
  max-width: 40ch;
}

.image-list-wrap {
  grid-column-gap: var(--row-gap--default);
  display: flex;
}

.value-list-item {
  grid-column-gap: .75rem;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.value-list-item.column-gap-0-75 {
  grid-column-gap: .75rem;
}

.process-item-subtitle {
  align-self: flex-start;
  font-weight: 500;
}

.large-list-title {
  width: calc(((100% - (7 * var(--row-gap--default))) / 8 + var(--row-gap--default)) * 3 - var(--row-gap--default));
  font-weight: 500;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
  align-self: flex-start;
}

.process-item-text-wrap {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

._2-column-list-item {
  grid-column-gap: var(--row-gap--default);
  align-items: flex-start;
  display: flex;
}

.medium-item-subtitle {
  align-self: flex-start;
  font-weight: 500;
}

.display-4xl {
  max-width: 27ch;
  color: var(--colors--neutral-800);
  letter-spacing: -.035em;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(var(--font-size--5xl), var(--fluid-font-size--5xl), var(--fluid-font-size--5xl));
}

.curious-text.hide {
  display: none;
}

.logo-grid {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: var(--row-gap--default);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.client-logo-container {
  border-top: 1px solid var(--colors--neutral-50);
  justify-content: center;
  align-items: center;
  padding: 6vw;
  display: flex;
  position: relative;
}

.client-logo-wrap {
  overflow: hidden;
}

.home-service-title-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2vw;
  line-height: 130%;
  display: flex;
  overflow: hidden;
}

.display-6xl {
  font-size: var(--fluid-font-size--8xl);
  letter-spacing: -.05em;
  font-weight: 500;
  line-height: 80%;
}

.small-text-link-wrap {
  grid-column-gap: .5rem;
  display: flex;
}

.sticky-wrap {
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.sticky-outer-wrap {
  height: 100%;
  padding-bottom: var(--site-padding--desktop);
  position: relative;
}

.featured-work {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.featured-work-collection-list-wrapper {
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.featured-work-collection-list-wrapper.first-project.work-page {
  padding-top: 0;
}

.featured-work-collection-list-wrapper.first-project.related-work {
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
}

.projects {
  position: relative;
}

.featured-project-info-wrapper {
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.project-category-copy {
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
}

.featured-collection-item {
  height: 100%;
}

.color-grid {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: var(--row-gap--default);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.opacity-zero {
  opacity: 0;
}

.hide {
  display: none;
}

.collection-item.projects-padding {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size--7xl);
    letter-spacing: -.04em;
    line-height: 100%;
  }

  h2 {
    font-size: var(--font-size--2xl);
    font-weight: 500;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section {
    background-color: var(--colors--white);
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: static;
  }

  .section.home-hero-section {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: var(--site-padding--desktop);
    grid-row-gap: 2rem;
  }

  .section.styelguide-hero-section {
    height: auto;
    padding-top: 8rem;
  }

  .section.subpage-hero-section {
    background-color: var(--colors--white);
  }

  .section.padding-top-small {
    padding-top: 1.5rem;
  }

  .section.blogpost-content-section {
    background-color: var(--colors--white);
  }

  .section.project-page-thumbnail-section {
    padding-top: 0;
  }

  .section.studio-intro-section {
    padding-top: 1.5rem;
  }

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

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .container.hero-bottom-container {
    padding-top: 2rem;
  }

  .text-large {
    font-size: var(--font-size--large);
    line-height: 110%;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main-grid {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.footer-bottom-grid {
    grid-row-gap: 3rem;
  }

  .main-grid.services-grid {
    grid-row-gap: 5rem;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .brand.w--current {
    margin-left: 0;
  }

  .logo.navbar-logo {
    width: 30vw;
  }

  .hero-bottom {
    margin-top: 5rem;
  }

  .navbar {
    z-index: 9999;
    padding-top: 0;
    position: absolute;
  }

  .navbar.white-navbar {
    position: relative;
  }

  .nav-link-wrap {
    align-self: flex-start;
    padding: 1rem 0;
  }

  .nav-link-wrap.w--current {
    color: var(--colors--neutral-800);
    border-bottom-width: 0;
  }

  .services-list.home-services-list {
    grid-row-gap: 2rem;
  }

  .footer {
    min-height: auto;
    padding-top: var(--site-padding--tablet);
    padding-bottom: var(--site-padding--tablet);
    grid-row-gap: 4rem;
  }

  .footer-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .display-xl {
    max-width: 23ch;
    font-size: var(--font-size--2xl);
  }

  .display-xl.page-subtitle {
    max-width: 27ch;
    font-size: var(--font-size--large);
  }

  .nav-menu {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
    grid-row-gap: 1.5rem;
    background-color: var(--colors--white);
    transform-origin: 50% 0;
    color: var(--colors--neutral-800);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu.white-nav {
    background-color: var(--colors--neutral-25);
    display: none;
  }

  .button.transparent-navbar-button {
    display: none;
  }

  .button.transparent-navbar-button.menu-button {
    border-color: var(--colors--neutral-100);
    color: var(--colors--neutral-800);
    flex-flow: row;
    display: flex;
  }

  .button.white-button, .button.white-navbar-button {
    display: none;
  }

  .nav-container {
    padding-top: var(--site-padding--tablet);
    padding-bottom: var(--site-padding--tablet);
    position: static;
  }

  .menu-button {
    z-index: 2;
    background-color: #0000;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    color: var(--colors--white);
    background-color: #0000;
  }

  .menu-line {
    height: 2px;
  }

  .menu-line.white-nav {
    background-color: var(--colors--neutral-800);
  }

  .home-h1 {
    font-size: var(--font-size--large);
  }

  .footer-bottom {
    margin-top: 5rem;
  }

  .flex-vertical.studio-intro-image-wrap {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .footer-link-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-secondary-links-wrap {
    grid-column-gap: 1rem;
    font-size: var(--font-size--small);
    flex-flow: row;
  }

  .display-3xl {
    max-width: none;
    font-size: var(--font-size--4xl);
  }

  .footer-primary-link-wrap {
    align-self: flex-start;
    padding: 1rem 0;
  }

  .page-title-wrap {
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .blogpost-card-title {
    font-size: var(--font-size--large);
  }

  .featured-blogpost-title {
    font-size: var(--font-size--2xl);
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-credits {
    font-size: var(--font-size--small);
  }

  .blogpost-title {
    max-width: 23ch;
    font-size: var(--font-size--2xl);
  }

  .news-backlink {
    margin-left: var(--site-padding--tablet);
  }

  .related-news-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-button {
    display: none;
  }

  .work-list {
    grid-template-columns: 1fr 1fr;
  }

  .related-work-list {
    grid-template-columns: 1fr;
  }

  .display-7xl {
    font-size: var(--font-size--7xl);
  }

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

  .service-title-wrap {
    grid-row-gap: .5rem;
    flex-flow: row;
    padding-bottom: .75rem;
  }

  .display-5xl {
    font-size: var(--font-size--7xl);
    line-height: 100%;
  }

  .display-4xl {
    max-width: none;
    font-size: var(--font-size--4xl);
  }

  .curious-text {
    display: none;
  }

  .home-service-title-wrap {
    grid-row-gap: .5rem;
    flex-flow: row;
    padding-bottom: 1.25rem;
  }

  .display-6xl {
    font-size: var(--font-size--7xl);
  }

  .sticky-wrap {
    padding-top: 0;
    position: relative;
  }

  .sticky-outer-wrap {
    padding-bottom: 0;
  }

  .featured-work {
    width: 100%;
  }

  .featured-work-collection-list-wrapper {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .featured-work-collection-list-wrapper.first-project {
    position: relative;
  }

  .projects {
    grid-column-gap: var(--site-padding--tablet);
    grid-row-gap: var(--site-padding--tablet);
    flex-flow: column;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--font-size--7xl);
    letter-spacing: -.04em;
  }

  h2 {
    font-size: var(--font-size--large);
    text-indent: 0;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.home-hero-section {
    min-height: auto;
    padding-top: 0;
    overflow: visible;
  }

  .section.padding-top-small {
    padding-top: 1.5rem;
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .text-large {
    font-size: var(--font-size--base);
    line-height: 110%;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  .main-grid {
    grid-row-gap: 2rem;
  }

  .logo.navbar-logo {
    width: 44vw;
  }

  .display-medium.footer-display {
    font-size: var(--font-size--xl);
  }

  .flex-vertical.studio-intro-image-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .display-3xl {
    font-size: var(--font-size--3xl);
  }

  .news-list, .related-news-list, .work-list, .related-work-list {
    grid-template-columns: 1fr;
  }

  .display-7xl {
    font-size: var(--font-size--6xl);
  }

  .display-7xl.number {
    font-size: var(--font-size--7xl);
  }

  .numbers-wrap {
    grid-row-gap: 4rem;
  }

  .display-5xl {
    font-size: var(--font-size--6xl);
  }

  .approach-list-title {
    width: auto;
  }

  .approach-list-item {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .value-list-item {
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .process-item-subtitle, .large-list-title {
    width: auto;
  }

  .process-item-text-wrap {
    grid-row-gap: 1rem;
  }

  ._2-column-list-item {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .medium-item-subtitle {
    width: auto;
  }

  .display-4xl {
    font-size: var(--font-size--3xl);
  }

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

  .display-6xl {
    font-size: var(--font-size--6xl);
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--font-size--small);
  }

  h1 {
    font-size: var(--font-size--5xl);
    letter-spacing: -.04em;
  }

  h2 {
    font-size: var(--font-size--base);
    letter-spacing: -.025rem;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section.home-hero-section {
    padding-top: 0;
    padding-bottom: var(--site-padding--mobile);
    grid-row-gap: 2rem;
  }

  .section.styelguide-hero-section {
    padding-top: 8rem;
  }

  .section.padding-top-small {
    padding-top: 1.5rem;
  }

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

  .section.padding-top-medium.related-work {
    padding-top: 1.5rem;
  }

  .section.services-section {
    grid-row-gap: 5rem;
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .container.work-list-container {
    grid-row-gap: 2rem;
  }

  .text-large {
    font-size: var(--font-size--base);
    letter-spacing: -.025rem;
  }

  .rich-text-block h2 {
    font-size: var(--font-size--large);
  }

  .rich-text-block h1 {
    font-size: var(--font-size--xl);
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

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

  .main-grid.approach-grid, .main-grid.featured-work-grid {
    grid-row-gap: 4rem;
  }

  .main-grid.home-hero-grid {
    grid-row-gap: 8rem;
    align-items: end;
  }

  .logo {
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .logo.navbar-logo {
    width: 44vw;
  }

  .hero-bottom {
    margin-top: 4rem;
    margin-bottom: 24rem;
  }

  .parallax-image.hero-image {
    object-position: 60% 50%;
    height: 100%;
  }

  .navbar {
    padding-top: var(--site-padding--mobile);
  }

  .navbar.white-navbar {
    padding-top: 0;
  }

  .services-list {
    grid-row-gap: 3rem;
  }

  .services-list.home-services-list {
    grid-row-gap: 1rem;
  }

  .project-image-wrap.mobile-screen {
    min-height: auto;
  }

  .footer {
    padding-top: var(--site-padding--mobile);
    padding-bottom: var(--site-padding--mobile);
    margin-top: 5rem;
  }

  .footer-menu {
    flex-flow: column;
    margin-top: 0;
  }

  .project-thumbnail-wrap {
    padding-bottom: 20%;
  }

  .project-thumbnail-wrap.featured-project-thumbnail-wrap {
    padding-bottom: 35%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .display-xl {
    max-width: none;
    font-size: var(--font-size--large);
  }

  .display-xl.page-subtitle {
    font-size: var(--font-size--base);
  }

  .hero-background-image-wrap {
    height: 100%;
  }

  .nav-menu {
    padding-left: var(--site-padding--mobile);
    margin-top: -1rem;
    display: none;
  }

  .nav-menu.white-nav {
    display: none;
  }

  .button {
    grid-column-gap: 3rem;
  }

  .button.submit-button-wrap {
    min-height: 4em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .nav-container {
    padding-top: var(--site-padding--mobile);
    padding-bottom: var(--site-padding--mobile);
  }

  .home-h1.hero {
    font-size: var(--font-size--3xl);
  }

  .hero-logo-wrap.hide {
    display: none;
  }

  .display-medium.footer-display {
    font-size: var(--font-size--large);
  }

  .footer-secondary-links-wrap {
    flex-flow: column;
  }

  .display-3xl {
    font-size: var(--font-size--large);
    letter-spacing: -.01em;
  }

  .page-title-wrap {
    flex-flow: column;
  }

  .page-title.project-page-title {
    padding-bottom: .2em;
    line-height: 81%;
  }

  .medium-link-wrap, .medium-text-link-wrap, .featured-blogpost-title {
    font-size: var(--font-size--large);
  }

  .hero-actions.hide {
    display: none;
  }

  .blogpost-title {
    max-width: none;
    font-size: var(--font-size--large);
  }

  .news-backlink {
    margin-left: var(--site-padding--mobile);
  }

  .project-card {
    max-height: none;
  }

  .work-list {
    grid-row-gap: 2rem;
  }

  .display-7xl {
    font-size: var(--font-size--5xl);
    letter-spacing: -.03em;
    line-height: 90%;
  }

  .service-title-wrap {
    flex-flow: column;
  }

  .display-5xl {
    font-size: var(--font-size--4xl);
    letter-spacing: -.03em;
    line-height: 90%;
  }

  .image-list-wrap {
    grid-row-gap: var(--site-padding--mobile);
    flex-flow: column;
  }

  .display-4xl {
    font-size: var(--font-size--large);
    letter-spacing: -.01em;
  }

  .home-service-title-wrap {
    flex-flow: column;
    padding-bottom: .5rem;
  }

  .display-6xl {
    font-size: var(--font-size--3xl);
    letter-spacing: -.03em;
    line-height: 90%;
  }

  .projects {
    grid-column-gap: var(--site-padding--mobile);
    grid-row-gap: var(--site-padding--mobile);
  }

  .project-category-copy {
    font-size: var(--font-size--xs);
  }

  .opacity-zero {
    display: none;
  }

  .collection-item.projects-padding {
    flex-flow: column;
    display: flex;
  }

  ._2-column {
    flex-flow: column;
  }
}

#w-node-_9eed0116-a1f1-40e5-92be-01db67c59a7d-29e780ea {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-d890ad05-51cf-4708-a9dc-95f986a17015-29e780ea {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end stretch;
}

#w-node-_05dde3c1-35bd-0a64-9730-7326407f2fc2-29e780ea {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_05dde3c1-35bd-0a64-9730-7326407f2fc4-29e780ea {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_05dde3c1-35bd-0a64-9730-7326407f2fc6-29e780ea {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-_157548f2-c462-d68e-06b8-78fdbe551d4a-29e780ea {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4727eec9-8a36-6e21-dcab-2c285dc517fd-29e780ea {
  grid-area: 4 / 1 / 5 / 5;
  place-self: start;
}

#w-node-_752d918a-d717-33b1-6859-b98743d7679f-29e780ea {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_447ae946-f995-fbe1-223c-f111bf84f850-29e780ea {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_447ae946-f995-fbe1-223c-f111bf84f852-29e780ea {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b1319722-239b-3bb1-536e-da287927a707-29e780ea {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_36cba43a-bcef-dda6-e9a4-0f57e80476be-29e780ea {
  grid-area: 2 / 1 / 3 / 5;
  place-self: start;
}

#w-node-bbfca551-75e4-9e8e-0248-9ad95fb6ce84-29e780ea {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3e8c3f89-4a8b-4851-c74b-157460435567-29e780ea {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-f7e7b5ef-e8be-0cac-7179-302223bf5443-29e780ea {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_4f4d2a3f-586d-0647-2348-57d44abed27f-29e780ea {
  grid-area: 2 / 1 / 3 / 5;
  place-self: end start;
}

#w-node-cd14ae18-5251-19ed-40ed-c14b9b720336-29e780ea, #w-node-_5d5152de-a6c6-3c99-6212-138150248f48-29e780ea {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_5d5152de-a6c6-3c99-6212-138150248f4a-29e780ea {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa887-a5baa882 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa889-a5baa882 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa897-a5baa882 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa899-a5baa882 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa8a0-a5baa882 {
  grid-area: 2 / 1 / 3 / 6;
  place-self: end start;
}

#w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa8a2-a5baa882 {
  grid-area: 2 / 7 / 3 / 13;
  place-self: end stretch;
}

#w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa8b6-a5baa882 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ddc5e0b6-bfce-106c-a2c0-7db0a824c9a2-29e78159 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_52fc4b19-13ab-f18d-4986-423f467757d4-29e78159 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_13065e36-565a-9f34-cce8-399f284a2914-29e78159 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8382f7bd-ebe1-3a4d-b31f-3a111d2bedb4-29e78159 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-_2fedfe9e-9752-3b53-8d14-8d23e83bef6f-29e78159 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2fedfe9e-9752-3b53-8d14-8d23e83bef71-29e78159 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-f1386a42-cea5-765c-3a36-aa809e84f32d-29e78159, #w-node-_1877f802-07a9-31fe-1538-b2c7ba19aa87-29e78159 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ddc5e0b6-bfce-106c-a2c0-7db0a824c9a2-29e7815d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_52fc4b19-13ab-f18d-4986-423f467757d4-29e7815d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_8065c83a-cf3d-1375-8fac-05ef983045eb-29e7815d {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_0f0567ed-0448-d26a-71e6-7598e16331fb-29e7815d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-8310588a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-8310588a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df36-8310588a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-8310588a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_815e99da-90b2-b735-e644-5bb33ef0191b-8310588a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df5a-8310588a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_53a514d8-43f4-6904-bcdc-1ad4837a55c4-8310588a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-27a04583 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-27a04583 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df36-27a04583 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-27a04583 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_87f19b6e-9192-f31c-304a-e740b39a9ccc-27a04583 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_87f19b6e-9192-f31c-304a-e740b39a9cce-27a04583 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-4292f5cd {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-4292f5cd {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df36-4292f5cd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-4292f5cd {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-fbbf24eb-ec3f-c730-9cc4-8dba3e6c5ceb-4292f5cd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-fbbf24eb-ec3f-c730-9cc4-8dba3e6c5ced-4292f5cd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-336792ff {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-336792ff {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df36-336792ff {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-336792ff {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_688dfff8-9469-d221-2435-8c5322d49b0a-336792ff {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_688dfff8-9469-d221-2435-8c5322d49b0c-336792ff {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-e2fbeb78 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-e2fbeb78 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df36-e2fbeb78 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-e2fbeb78 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6fdb4a7f-bd84-b542-8630-d8f469e063d4-e2fbeb78 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_6fdb4a7f-bd84-b542-8630-d8f469e063d6-e2fbeb78 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-3367f01e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-3367f01e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df36-3367f01e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-3367f01e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b256b485-c05f-382b-8850-ee9f9434b5cf-3367f01e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b256b485-c05f-382b-8850-ee9f9434b5d1-3367f01e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-fb8197d5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-fb8197d5 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df36-fb8197d5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-fb8197d5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df5a-fb8197d5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_53a514d8-43f4-6904-bcdc-1ad4837a55c4-fb8197d5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_05dde3c1-35bd-0a64-9730-7326407f2fc2-29e780ea {
    grid-column: span 4 / span 4;
    justify-self: start;
  }

  #w-node-_05dde3c1-35bd-0a64-9730-7326407f2fc4-29e780ea, #w-node-_05dde3c1-35bd-0a64-9730-7326407f2fc6-29e780ea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_157548f2-c462-d68e-06b8-78fdbe551d4a-29e780ea {
    grid-column: span 4 / span 4;
  }

  #w-node-_4727eec9-8a36-6e21-dcab-2c285dc517fd-29e780ea {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_752d918a-d717-33b1-6859-b98743d7679f-29e780ea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_447ae946-f995-fbe1-223c-f111bf84f850-29e780ea {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_447ae946-f995-fbe1-223c-f111bf84f852-29e780ea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b1319722-239b-3bb1-536e-da287927a707-29e780ea {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-_36cba43a-bcef-dda6-e9a4-0f57e80476be-29e780ea, #w-node-_3e8c3f89-4a8b-4851-c74b-157460435567-29e780ea, #w-node-f7e7b5ef-e8be-0cac-7179-302223bf5443-29e780ea, #w-node-_4f4d2a3f-586d-0647-2348-57d44abed27f-29e780ea, #w-node-cd14ae18-5251-19ed-40ed-c14b9b720336-29e780ea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5d5152de-a6c6-3c99-6212-138150248f48-29e780ea {
    grid-column: span 4 / span 4;
    justify-self: start;
  }

  #w-node-_5d5152de-a6c6-3c99-6212-138150248f4a-29e780ea, #w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa889-a5baa882, #w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa897-a5baa882, #w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa899-a5baa882 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa8a0-a5baa882 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_14ba2e06-c9b5-3636-e5fb-9064a5baa8a2-a5baa882 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-ddc5e0b6-bfce-106c-a2c0-7db0a824c9a2-29e78159, #w-node-_52fc4b19-13ab-f18d-4986-423f467757d4-29e78159, #w-node-ddc5e0b6-bfce-106c-a2c0-7db0a824c9a2-29e7815d, #w-node-_52fc4b19-13ab-f18d-4986-423f467757d4-29e7815d, #w-node-_8065c83a-cf3d-1375-8fac-05ef983045eb-29e7815d, #w-node-_0f0567ed-0448-d26a-71e6-7598e16331fb-29e7815d, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-8310588a, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-8310588a, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-8310588a, #w-node-_815e99da-90b2-b735-e644-5bb33ef0191b-8310588a, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df5a-8310588a, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-27a04583, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-27a04583, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-27a04583, #w-node-_87f19b6e-9192-f31c-304a-e740b39a9ccc-27a04583, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-4292f5cd, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-4292f5cd, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-4292f5cd, #w-node-fbbf24eb-ec3f-c730-9cc4-8dba3e6c5ceb-4292f5cd, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-336792ff, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-336792ff, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-336792ff, #w-node-_688dfff8-9469-d221-2435-8c5322d49b0a-336792ff, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-e2fbeb78, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-e2fbeb78, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-e2fbeb78, #w-node-_6fdb4a7f-bd84-b542-8630-d8f469e063d4-e2fbeb78, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-3367f01e, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-3367f01e, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-3367f01e, #w-node-b256b485-c05f-382b-8850-ee9f9434b5cf-3367f01e, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df27-fb8197d5, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df29-fb8197d5, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df47-fb8197d5, #w-node-ebfb2053-dfca-70f9-6bd8-fc281e19df5a-fb8197d5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd14ae18-5251-19ed-40ed-c14b9b720336-29e780ea {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-550.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}