@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-light.woff2') format("woff2"), url('../fonts/switzer-light.eot') format("embedded-opentype"), url('../fonts/switzer-light.woff') format("woff"), url('../fonts/switzer-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-lightitalic.woff2') format("woff2"), url('../fonts/switzer-lightitalic.eot') format("embedded-opentype"), url('../fonts/switzer-lightitalic.woff') format("woff"), url('../fonts/switzer-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-mediumitalic.woff2') format("woff2"), url('../fonts/switzer-mediumitalic.eot') format("embedded-opentype"), url('../fonts/switzer-mediumitalic.woff') format("woff"), url('../fonts/switzer-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-medium.woff2') format("woff2"), url('../fonts/switzer-medium.eot') format("embedded-opentype"), url('../fonts/switzer-medium.woff') format("woff"), url('../fonts/switzer-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-italic.woff2') format("woff2"), url('../fonts/switzer-italic.eot') format("embedded-opentype"), url('../fonts/switzer-italic.woff') format("woff"), url('../fonts/switzer-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-regular.woff2') format("woff2"), url('../fonts/switzer-regular.eot') format("embedded-opentype"), url('../fonts/switzer-regular.woff') format("woff"), url('../fonts/switzer-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond Variablefont Wght;
  src: url('../fonts/cormorantgaramond-variablefont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Hv Comp;
  src: url('../fonts/coolvetica-hv-comp.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f8f8f8;
  --black: #131313;
  --outline-dark: #e6e6e6;
  --padding-small-desktop: 1.5rem;
  --padding-small-mobile: 1rem;
  --padding-regular-desktop: 3rem;
  --padding-regular-tablet: 1.625rem;
  --radius-regular: .55rem;
  --outline-light: #ebebeb26;
}

.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(--white);
  color: var(--black);
  font-family: Switzer, sans-serif;
  font-size: 1.1rem;
  line-height: 1.45;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Crammed Rg;
  font-size: 14rem;
  font-weight: 400;
  line-height: .8;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: .8px;
}

h3 {
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Crammed Rg;
  font-size: 5rem;
  font-weight: 400;
  line-height: .8;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.35;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
}

p {
  margin-bottom: 0;
}

blockquote {
  border-left: 2px solid var(--outline-dark);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.padding-small {
  padding-right: var(--padding-small-desktop);
  padding-left: var(--padding-small-desktop);
}

.padding-regular {
  padding-right: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
}

.home-hero-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.social-list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.icon-outline {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.scroll-link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-regular {
  font-size: 1.15rem;
}

.text-regular.text-mute {
  color: #000000a6;
}

.heading-extra-large {
  text-transform: uppercase;
  font-family: Cormorantgaramond Variablefont Wght, Times New Roman, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: .75;
}

.home-hero-text {
  text-align: center;
  max-width: 32rem;
}

.text-medium {
  letter-spacing: 0;
  text-transform: none;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
}

.text-medium.text-mute {
  color: #000000a6;
}

.home-hero-intro {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  pointer-events: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-small {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-small.text-mute {
  color: #000000a6;
}

.brand-logo {
  width: 8rem;
}

.hero-gallery {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 120%;
  margin-left: -3vw;
  margin-right: -3vw;
  display: grid;
  position: absolute;
  inset: auto 0%;
}

.hero-gallery.about-version {
  height: 130%;
  margin-left: -5vw;
  margin-right: -5vw;
}

.hero-gallery-item {
  border-radius: var(--radius-regular);
  pointer-events: auto;
  width: 15vw;
  position: relative;
  overflow: hidden;
}

.home-gallery-height {
  padding: 87% 0% 0%;
}

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

.icon-small {
  width: .95rem;
}

.icon-tiny {
  width: .55rem;
}

.icon-tiny.tiny-height {
  width: auto;
  height: .7rem;
}

.home-work-list {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 0;
  display: flex;
}

.list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 12.5rem;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.heading-regular {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Cormorantgaramond Variablefont Wght, Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: .8;
}

.tag {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  padding: .25rem .8rem;
}

.work-list-image {
  border-radius: var(--radius-regular);
  position: relative;
  overflow: hidden;
}

.work-list-height {
  padding-top: 69%;
}

.home-work-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-large {
  font-size: 2.625rem;
  line-height: 1.35;
}

.home-work-title {
  max-width: 35rem;
}

.home-work-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.service-tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}

.news-meta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--outline-dark);
  border-radius: 100rem;
  width: .3rem;
  height: .3rem;
}

.footer {
  z-index: 5;
  padding: var(--padding-small-desktop);
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.footer-base {
  z-index: 10;
  padding-top: var(--padding-regular-desktop);
  padding-right: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  background-color: #f0f0f000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 12rem;
  display: grid;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-column {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--black);
  text-decoration: none;
}

.text-tiny {
  font-size: .85rem;
}

.heading-large {
  text-transform: uppercase;
  font-family: Cormorantgaramond Variablefont Wght, Times New Roman, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: .8;
}

.quote-base {
  padding-top: 12rem;
  padding-bottom: 10rem;
}

.slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hide, .hide:lang(en) {
  display: none;
}

.slide-arrow {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  display: flex;
}

.quote-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-credits {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-regular {
  width: 2rem;
}

.quote-image {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius-regular);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 12rem;
  display: none;
  overflow: hidden;
}

.quote-height {
  padding-top: 100%;
}

.mask {
  overflow: visible;
}

.service-card-list {
  padding-top: var(--padding-regular-desktop);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--radius-regular);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card {
  padding: 0rem var(--padding-regular-desktop);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--outline-dark);
  color: var(--black);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  text-decoration: none;
  display: grid;
}

.service-card-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-services {
  padding-bottom: var(--padding-regular-desktop);
  border-bottom: 1px none var(--outline-dark);
  position: sticky;
  top: 0;
}

.service-card-height {
  width: 100%;
  padding-top: 85%;
}

.service-card-height.small {
  padding-top: 35%;
  display: none;
}

.footer-logo {
  width: 8rem;
}

.hover-text {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.hover-text.bottom-text {
  position: absolute;
  inset: auto 0% -100%;
}

.button {
  border: 1px solid var(--outline-dark);
  color: var(--black);
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
}

.button.large-button {
  padding: .4rem 1.1rem;
}

.service-card-intro {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.service-card-action {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.service-icon {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.section-label {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.clip {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon {
  width: .8rem;
}

.star-large {
  width: 3.5vw;
  max-width: none;
}

.studio-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  overflow: visible;
}

.studio-intro.large {
  grid-template-columns: 1fr minmax(auto, 3.5fr) 1fr;
}

.text-huge {
  text-transform: none;
  font-family: Switzer, sans-serif;
  font-size: 2.29rem;
}

.studio-about {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  display: flex;
}

.service-tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px none var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.service-tab-grid.bottom {
  padding-top: 0;
  padding-bottom: 3rem;
}

.studio-service-text {
  max-width: 18rem;
}

.service-tab-icon {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.service-list-item {
  border-top: 1px solid var(--outline-dark);
}

.news-collection-list {
  z-index: 5;
  padding-top: var(--padding-regular-desktop);
  grid-column-gap: 0px;
  grid-row-gap: 4rem;
  border-top: 1px solid var(--outline-dark);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.news-card {
  padding-right: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.news-card.small {
  padding-right: var(--padding-small-desktop);
  padding-left: var(--padding-small-desktop);
}

.news-card-height {
  padding-top: 67%;
}

.news-card-top {
  border-radius: var(--radius-regular);
  position: relative;
  overflow: hidden;
}

.news-collection-card {
  border-right: 1px solid var(--outline-dark);
}

.news-collection-card:last-child {
  border-right-style: none;
}

.news-card-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-top: 1.2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.news-card-bottom.small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.studio-service-list {
  border-bottom: 1px solid var(--outline-dark);
}

.news-card-title {
  max-width: 23rem;
}

.news-card-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.label-outline {
  border-bottom: 1px solid var(--outline-dark);
}

.page-wrapper {
  flex-direction: column;
  display: flex;
}

.menu-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-icon {
  z-index: 2;
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  display: grid;
  position: relative;
}

.main-hero-top {
  z-index: 10;
  padding-right: var(--padding-small-desktop);
  padding-left: var(--padding-small-desktop);
  pointer-events: none;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.hero-top-outline {
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  pointer-events: auto;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bottom {
  z-index: 10;
  padding-right: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
  position: relative;
}

.project-item {
  border-top: 1px solid var(--outline-dark);
}

.project-item:last-child {
  border-bottom: 1px solid var(--outline-dark);
}

.project-link {
  color: var(--black);
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-decoration: none;
  display: flex;
}

.work-hero {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.text-strip {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  white-space: nowrap;
  align-items: center;
  padding-right: 5vw;
  display: flex;
}

.case-hero-left {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-right: 1px solid var(--outline-dark);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.case-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cases-list {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.rotating-strip {
  border-bottom: 1px solid var(--outline-dark);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rotating-strip.small {
  border-bottom-style: none;
  padding-top: .75vw;
  padding-bottom: .75vw;
  overflow: hidden;
}

.contact-intro {
  padding-bottom: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.about-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.about-hero-top {
  border-bottom: 1px solid var(--outline-dark);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 1rem;
  display: flex;
}

.about-hero-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

.about-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-hero {
  padding: 4.5rem var(--padding-small-desktop) var(--padding-small-desktop);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  margin-top: -4.5rem;
  display: flex;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.contact-left {
  border-right: 1px solid var(--outline-dark);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.contact-right {
  padding-right: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: auto;
}

.form-block {
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: visible;
}

.text-field {
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  background-color: #fff0;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1.1rem;
  font-size: .875rem;
  transition: border-color .2s linear;
}

.text-field:focus {
  border-color: #d3d3d3;
}

.text-field.large {
  min-height: 12rem;
}

.form-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.form-base {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: var(--black);
  border-radius: 100rem;
  width: 100%;
  padding: 1rem .5rem;
  font-weight: 400;
}

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

.dual-fields {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-hero-right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  margin: -10%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.work-gallery-image {
  border-radius: var(--radius-regular);
  width: 30vw;
  position: relative;
  overflow: hidden;
}

.work-image-strip {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.work-image-strip.three {
  z-index: 3;
  position: relative;
}

.work-image-strip.two {
  z-index: 2;
  justify-content: center;
  position: relative;
}

.work-image-strip.one {
  z-index: 1;
  position: relative;
}

.person-banner {
  padding-right: var(--padding-small-mobile);
  padding-left: var(--padding-small-mobile);
  min-height: 55vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-base {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.drop-link-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.drop-link-icon.bottom {
  position: absolute;
  inset: auto 0% -100%;
}

.link-shade {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  margin: .1rem -.75rem .1rem -1rem;
  position: absolute;
  inset: 0%;
}

.menu-link-text {
  z-index: 2;
  position: relative;
}

.article-icon {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.news-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.news-hero-right {
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.news-hero-image {
  border-radius: var(--radius-regular);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.press-left {
  padding: var(--padding-regular-desktop);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.news-page-body {
  padding-top: 3rem;
  padding-bottom: 8rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
}

.home-quotes {
  overflow: hidden;
}

.home-articles {
  z-index: 5;
  background-color: #f8f8f8;
  padding-bottom: 4rem;
  position: relative;
  overflow: visible;
}

.press-hero-intro {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.studio-tab-bottom {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.home-about {
  z-index: 10;
  border-top: 1px solid var(--outline-dark);
  background-color: #f8f8f8;
  padding-top: 9rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.faq-list {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
}

.about-image {
  border-radius: var(--radius-regular);
  width: 10rem;
  height: 13rem;
  margin-left: -6rem;
  margin-right: -6rem;
  position: relative;
  overflow: hidden;
}

.about-height {
  padding-top: 80%;
}

.strip-base {
  border-top: 1px solid var(--outline-dark);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-strip {
  text-transform: uppercase;
  font-family: Cormorantgaramond Variablefont Wght, Times New Roman, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: .8;
}

.star-medium {
  width: 3vw;
  min-width: 3vw;
}

.slide-base {
  background-color: #ddd0;
  height: auto;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.slide-mask {
  overflow: visible;
}

.slide-image-height {
  padding-top: 65%;
}

.slide-content {
  border-radius: var(--radius-regular);
  position: relative;
  overflow: hidden;
}

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

.about-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-max {
  max-width: 40rem;
}

.paralax-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  min-height: 50%;
  display: grid;
}

.paralax-image {
  border-radius: var(--radius-regular);
  width: 50%;
  position: relative;
  overflow: hidden;
}

.paralax-height {
  padding-top: 100%;
}

.slide-item {
  padding-left: .35rem;
  padding-right: .35rem;
}

.about-item {
  padding-top: 3rem;
}

.about-label {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: .875rem;
  display: block;
}

.team-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-height {
  padding-top: 110%;
}

.team-image {
  border-radius: var(--radius-regular);
  position: relative;
  overflow: hidden;
}

.team-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.team-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  display: grid;
}

.logo-item {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  justify-content: center;
  align-items: center;
  display: flex;
}

.anchor-wrapper {
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  margin-right: 3rem;
  padding: .75rem 1.5rem;
  position: sticky;
  top: 2.5rem;
}

.slider-section {
  overflow: hidden;
}

.about-bottom {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.navbar {
  background-color: #ddd0;
}

.navbar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 4.5rem;
  display: grid;
}

.nav-menu {
  justify-content: space-between;
  display: flex;
}

.menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.brand {
  z-index: 10;
}

.project-title {
  padding-bottom: .5rem;
}

.about-section {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.icon-extra-small {
  width: .7rem;
}

.case-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.news-hero-title {
  max-width: 35rem;
}

.utility-page-wrap {
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.password-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.lock-icon {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.project-banner {
  border-radius: var(--radius-regular);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-item {
  border-radius: var(--radius-regular);
  position: relative;
  overflow: hidden;
}

.gallery-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.gallery-left {
  flex-flow: column;
  justify-content: space-between;
  max-height: 100vh;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.work-bottom {
  flex-flow: column;
  display: flex;
}

.work-item {
  border-top: 1px solid var(--outline-dark);
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.work-overview {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

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

.post-right {
  max-height: 100vh;
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: sticky;
  top: 0;
}

.post-top {
  border-bottom: 1px solid var(--outline-dark);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.post-image {
  border-radius: var(--radius-regular);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.post-left {
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.post-body {
  width: 100%;
  padding-top: 2.5rem;
}

.rich-text p {
  margin-bottom: .875rem;
  font-size: 1.25rem;
}

.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text figcaption {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: left;
  background-color: #0b0b0b42;
  margin-bottom: -.1rem;
  padding: .65rem .7rem .7rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.rich-text h4 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.45rem;
}

.rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.rich-text h2 {
  text-transform: none;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.35;
}

.rich-text h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Switzer, sans-serif;
  font-size: 1.875rem;
  line-height: 1.35;
}

.rich-text h1 {
  text-transform: none;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Switzer, sans-serif;
  font-size: 4rem;
  line-height: 1.3;
}

.rich-text figure {
  background-color: #e6e6e608;
  border-radius: .4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.post-title {
  max-width: 40rem;
}

.post-inside {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.tab-text {
  max-width: 39rem;
}

.hyperlink {
  color: #000000a6;
  text-decoration: none;
  transition: color .2s linear;
}

.hyperlink:hover {
  color: #000;
}

.form-success {
  border: 1px solid var(--outline-dark);
  border-radius: var(--radius-regular);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.success-message {
  background-color: #ddd0;
  height: 100%;
  padding: 0;
}

.error-message {
  border-left: 3px solid var(--black);
  background-color: #e6e6e6;
  border-radius: .2rem;
  margin-top: .875rem;
  padding: .7rem;
}

.quote-paralax {
  border-radius: var(--radius-regular);
  margin-top: -8rem;
  position: absolute;
  inset: 0% auto auto;
  overflow: hidden;
}

.hero-scroll-trigger {
  height: 100vh;
  position: absolute;
  inset: auto 0% -100vh;
}

.article-collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-icon.bottom-left {
  position: absolute;
  inset: auto auto -100% -100%;
}

.hover-icon.top {
  position: absolute;
  inset: -100% 0% auto;
}

.about-hero-section {
  position: relative;
  overflow: hidden;
}

.gallery-slide-arrow {
  border: 1px solid var(--outline-dark);
  background-color: var(--white);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
}

.client-logo {
  width: 55%;
  max-width: 9rem;
}

.preloader {
  z-index: 5000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-line {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  width: 100%;
  max-width: 20rem;
  height: .25rem;
  position: relative;
  overflow: hidden;
}

.line-fill {
  background-color: var(--outline-dark);
  position: absolute;
  inset: 0%;
}

.home-about-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  display: flex;
}

.about-intro-stack {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-intro-text {
  max-width: 30rem;
}

.gallery-image {
  width: 100%;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.item-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  text-decoration: none;
  display: flex;
}

.dropdown {
  flex-direction: column;
  align-items: stretch;
}

.flag-wrapper {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.locale {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.locale.hyperlink {
  color: #000000a6;
  font-size: .85rem;
}

.locale.hyperlink:hover {
  color: #000;
}

.dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-radius: 4px 4px 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition: all .2s;
  display: flex;
}

.flag-icon {
  width: 100%;
  height: 100%;
}

.locales-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-list {
  background-color: var(--outline-dark);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: none;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.dropdown-list.w--open {
  width: 100%;
}

.pvb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pvb {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 4rem;
}

.paragraph {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bt {
  margin-bottom: 2rem;
}

.credit-link-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  color: #131313;
  text-decoration: none;
}

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

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

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

  .home-hero-bottom {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hero-gallery {
    height: 110%;
  }

  .hero-gallery-item {
    width: 20vw;
  }

  .image-cover {
    display: inline;
  }

  .list-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-columns: auto 1fr;
  }

  .heading-regular {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .tag {
    z-index: 10;
    background-color: #f8f8f8;
    position: relative;
  }

  .tag.work-version {
    margin: .7rem;
  }

  .home-work-intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: var(--padding-small-mobile);
  }

  .footer-base {
    padding-top: var(--padding-regular-tablet);
    padding-right: var(--padding-regular-tablet);
    padding-left: var(--padding-regular-tablet);
  }

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

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

  .heading-large {
    font-size: 3rem;
  }

  .quote-base {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .slider {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-arrow {
    width: 48%;
    height: 3.5rem;
    margin-bottom: 0;
  }

  .quote-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .quote-image {
    width: 8rem;
  }

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

  .service-card {
    padding-right: var(--padding-regular-tablet);
    padding-left: var(--padding-regular-tablet);
  }

  .home-services {
    position: relative;
    top: auto;
  }

  .service-card-height {
    padding-top: 35%;
  }

  .studio-intro.large {
    grid-template-columns: 1fr auto 1fr;
  }

  .text-huge {
    font-size: 2.5rem;
  }

  .news-card {
    padding-right: var(--padding-regular-tablet);
    padding-left: var(--padding-regular-tablet);
  }

  .news-card-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 1rem;
  }

  .grid-hero {
    min-height: 90vh;
  }

  .main-hero-top {
    padding-right: var(--padding-small-mobile);
    padding-left: var(--padding-small-mobile);
  }

  .hero-top-outline {
    min-height: 35rem;
  }

  .hero-bottom {
    padding-right: var(--padding-regular-tablet);
    padding-left: var(--padding-regular-tablet);
  }

  .project-link {
    padding-bottom: 2rem;
  }

  .case-hero-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: 1px solid var(--outline-dark);
    border-right-style: none;
  }

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

  .cases-list {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .rotating-strip {
    padding-top: 2vw;
    padding-bottom: 4vw;
  }

  .contact-intro {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    padding-left: var(--padding-regular-tablet);
  }

  .contact-hero {
    padding-right: var(--padding-small-mobile);
    padding-left: var(--padding-small-mobile);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact-left {
    border-bottom: 1px solid var(--outline-dark);
    border-right-style: none;
  }

  .contact-right {
    padding-right: var(--padding-small-mobile);
    padding-left: var(--padding-small-mobile);
  }

  .about-base {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .link-shade {
    display: none;
  }

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

  .news-hero-right {
    padding-right: var(--padding-small-mobile);
    padding-bottom: var(--padding-small-mobile);
    padding-left: var(--padding-small-mobile);
  }

  .press-left {
    padding: var(--padding-regular-tablet) var(--padding-regular-tablet) .5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .news-page-body {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .home-about {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq-list {
    padding-top: 2rem;
  }

  .about-image {
    width: 8rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }

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

  .star-medium {
    width: 5vw;
    min-width: 5vw;
  }

  .about-columns {
    flex-direction: column;
    grid-template-columns: 3.25fr 1fr;
    display: flex;
  }

  .anchor-wrapper {
    display: none;
  }

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

  .nav-menu {
    padding: 1rem var(--padding-regular-tablet);
    border: 1px solid var(--outline-dark);
    border-radius: var(--radius-regular);
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .menu-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .brand {
    padding-left: 0;
  }

  .project-title {
    padding-top: 1rem;
  }

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

  .menu-button {
    background-color: #c8c8c800;
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .news-hero-title {
    max-width: 25rem;
  }

  .gallery-left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    position: relative;
  }

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

  .post-right {
    min-height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .post-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .post-left {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .rich-text h2 {
    font-size: 2.25rem;
  }

  .rich-text h1 {
    font-size: 3rem;
  }

  .quote-paralax {
    margin-top: -6rem;
  }

  .lottie-animation {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    display: flex;
  }

  .gallery-slide-arrow {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .home-about-intro {
    max-width: 30rem;
  }

  .credit-link-grid {
    justify-content: center;
  }
}

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

  h5 {
    font-size: 1.625rem;
  }

  .padding-regular {
    padding-right: var(--padding-small-mobile);
    padding-left: var(--padding-small-mobile);
  }

  .home-hero-text {
    max-width: 25rem;
  }

  .text-medium {
    font-size: 1.35rem;
  }

  .home-hero-intro {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .hero-gallery.about-version {
    margin-left: -8vw;
    margin-right: -8vw;
  }

  .home-work-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 3rem;
  }

  .heading-regular {
    font-size: 2.5rem;
  }

  .tag.work-version {
    padding: .1rem .65rem;
  }

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

  .footer-grid {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
  }

  .heading-large {
    font-size: 3rem;
  }

  .quote-base {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .slider {
    padding-bottom: 5rem;
  }

  .quote-content {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .quote-credits {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .icon-regular {
    width: 2rem;
  }

  .icon-regular.hide-mobile {
    display: none;
  }

  .quote-image {
    width: 6rem;
  }

  .service-card-list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .service-card {
    border-bottom: 1px solid var(--outline-dark);
    border-right-style: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .service-card-height {
    padding-top: 20%;
  }

  .star-large {
    width: 6vw;
  }

  .studio-intro {
    grid-template-columns: auto auto auto;
  }

  .text-huge {
    font-size: 2rem;
  }

  .service-tab-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .service-tab-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .news-collection-list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .news-card, .news-card.small {
    padding-right: var(--padding-small-mobile);
    padding-left: var(--padding-small-mobile);
  }

  .news-card-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .news-card-bottom.small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-hero {
    min-height: 85vh;
  }

  .main-hero-top {
    min-height: 20rem;
  }

  .main-hero-top.small {
    min-height: auto;
  }

  .hero-top-outline {
    min-height: 20rem;
  }

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

  .rotating-strip.small {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .contact-intro {
    padding-top: 6rem;
  }

  .about-hero-bottom {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .dual-fields {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .work-gallery-image {
    width: 40vw;
  }

  .about-base {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .news-page-body {
    padding-bottom: 4rem;
  }

  .home-about {
    border-top-style: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-image {
    width: 6rem;
  }

  .heading-strip {
    font-size: 3rem;
  }

  .star-medium {
    width: 6vw;
    min-width: 6vw;
  }

  .about-right {
    flex-flow: column;
    grid-template-columns: 2fr;
    display: flex;
  }

  .paralax-strip {
    width: 100%;
    min-height: auto;
    display: none;
  }

  .slide-item {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .about-item {
    padding-top: 4rem;
  }

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

  .logo-grid {
    padding-top: 1.5rem;
  }

  .about-bottom {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .about-section {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .post-body {
    padding-top: 1rem;
  }

  .rich-text h1 {
    font-size: 2.875rem;
  }

  .post-title {
    max-width: 30rem;
  }

  .quote-paralax {
    margin-top: -4rem;
  }

  .article-collection-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery-slide-arrow {
    width: 3rem;
    height: 3rem;
  }

  .client-logo {
    width: 70%;
  }

  .home-about-intro {
    max-width: 25rem;
  }

  .about-intro-text {
    max-width: 23rem;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-bottom {
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .scroll-link {
    display: none;
  }

  .heading-extra-large {
    font-size: 9.35vw;
    font-weight: 700;
  }

  .text-medium, .text-medium.text-mute {
    font-size: 1.25rem;
  }

  .hero-gallery {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .hero-gallery.about-version {
    margin-left: -12vw;
    margin-right: -12vw;
  }

  .hero-gallery-item {
    width: 30vw;
  }

  .heading-regular, .text-large {
    font-size: 2rem;
  }

  .home-work-description {
    max-width: 20rem;
  }

  .news-meta {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .footer-grid {
    padding-bottom: 5rem;
  }

  .heading-large {
    font-size: 3rem;
  }

  .slider {
    padding-bottom: 5rem;
  }

  .slide-arrow {
    height: 3rem;
  }

  .star-large {
    width: 9vw;
  }

  .service-tab-grid {
    grid-template-columns: 1fr auto;
    grid-auto-columns: auto;
  }

  .rotating-strip.small {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .contact-intro {
    padding-top: 4rem;
  }

  .about-hero-bottom {
    padding: 3rem 1.25rem;
  }

  .about-hero-intro {
    max-width: 19rem;
  }

  .form-block {
    padding-top: 1.5rem;
  }

  .work-gallery-image {
    width: 52vw;
  }

  .about-image {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .heading-strip {
    font-size: 3rem;
  }

  .star-medium {
    width: 9vw;
    min-width: 9vw;
  }

  .logo-grid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .post-left {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-intro-text {
    max-width: 21rem;
  }
}

#w-node-c280d976-59b9-b601-363d-6d9cb581ebc5-fb89d0e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb6cd1ad-af40-b3e9-6ff9-58446a7f1e0c-fb89d0e8 {
  place-self: start end;
}

#w-node-cb6cd1ad-af40-b3e9-6ff9-58446a7f1e0d-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-cb6cd1ad-af40-b3e9-6ff9-58446a7f1e0f-fb89d0e8 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end center;
}

#w-node-cb6cd1ad-af40-b3e9-6ff9-58446a7f1e10-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-cb6cd1ad-af40-b3e9-6ff9-58446a7f1e12-fb89d0e8 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: center end;
}

#w-node-cb6cd1ad-af40-b3e9-6ff9-58446a7f1e13-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_0473ab85-a344-acd6-6efc-fb647de554ff-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3d762bdd-c03e-be7e-ea50-9d1729734f4c-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f30070bf-41b6-807a-6fac-975b50a585e5-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7355214b-a49a-44ec-0270-ef4aa80076a2-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7355214b-a49a-44ec-0270-ef4aa80076a5-fb89d0e8 {
  place-self: center start;
}

#w-node-_7355214b-a49a-44ec-0270-ef4aa80076a7-fb89d0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55ce47ee-0c0f-e3d0-6739-d2ceaa91a51b-fb89d0e8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_2f4315ae-f14d-5fd7-1c7f-da272e045865-fb89d0e8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_69b8482b-19b6-5f60-fd34-2df933932bf2-fb89d0e8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b7889a72-9fc2-1025-8a5b-f5e8be2184aa-fb89d0e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_388530a0-5fed-7314-5979-338d08e84e76-08e84e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_388530a0-5fed-7314-5979-338d08e84e78-08e84e73, #w-node-_388530a0-5fed-7314-5979-338d08e84e9f-08e84e73, #w-node-_388530a0-5fed-7314-5979-338d08e84eac-08e84e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2be675-76cb-9212-28e5-d7420e61bd25-0e61bd23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ef2be675-76cb-9212-28e5-d7420e61bd27-0e61bd23, #w-node-ef2be675-76cb-9212-28e5-d7420e61bd29-0e61bd23, #w-node-ef2be675-76cb-9212-28e5-d7420e61bd2c-0e61bd23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e73583e9-be70-d481-86af-c6064f386dc4-0e61bd23 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-b11fc6e1-f1d6-23c4-0b53-9cf99aba17c0-7ee12f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc53c56-8d28-a2cb-63cc-75df1017a927-7ee12f28 {
  place-self: center start;
}

#w-node-_657519c8-e3ea-1d53-db84-1364af6eca79-7ee12f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f33aacd2-a5f3-3a6f-221e-f9234b691a1d-7ee12f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ca3a3a6b-b066-b8c4-e861-e56304b09ebd-04b09eba {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ca3a3a6b-b066-b8c4-e861-e56304b09ebf-04b09eba {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a663c0e2-c0c9-1600-06dc-d97c5960fbe5-fb89d0e9, #w-node-fa489fc2-9a00-47e3-7106-e9185a8acee1-fb89d0ea, #w-node-_4a524322-f672-28e1-2509-edcb5f781451-fb89d0eb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_82366dc7-a485-278b-6677-13c1facb0448-fb89d0eb, #w-node-eda471ee-5ba3-802b-c92f-d001505f990f-fb89d0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b17919c-5ee4-d71a-dd6e-535b18312233-fb89d0eb {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_1f549080-13ce-880b-a8d8-3beea34fe47d-fb89d0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_053816cd-808f-0adf-6802-7ca68deaa35f-fb89d0eb {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_053816cd-808f-0adf-6802-7ca68deaa361-fb89d0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_1f88bb1f-1573-e8d8-509b-6bd88bc6ad7f-fb89d0eb {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start;
}

#w-node-_1f88bb1f-1573-e8d8-509b-6bd88bc6ad81-fb89d0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-cb509e33-43c7-9abe-e374-04e6801b09ad-fb89d0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cb509e33-43c7-9abe-e374-04e6801b09b3-fb89d0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cb509e33-43c7-9abe-e374-04e6801b09b9-fb89d0eb {
  place-self: center start;
}

#w-node-cb509e33-43c7-9abe-e374-04e6801b09ba-fb89d0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a524322-f672-28e1-2509-edcb5f781451-fb89d0ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c303144-4103-64f8-bb5c-cab257bd26f6-fb89d0ec {
  place-self: start end;
}

#w-node-_0c303144-4103-64f8-bb5c-cab257bd26f7-fb89d0ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_0c303144-4103-64f8-bb5c-cab257bd26f9-fb89d0ec {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end center;
}

#w-node-_0c303144-4103-64f8-bb5c-cab257bd26fa-fb89d0ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_0c303144-4103-64f8-bb5c-cab257bd26fc-fb89d0ec {
  grid-area: 1 / 4 / 3 / 5;
  place-self: center end;
}

#w-node-_0c303144-4103-64f8-bb5c-cab257bd26fd-fb89d0ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_40c75ba8-62a9-0bc7-fcba-98b02ba638e6-fb89d0ec {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_40c75ba8-62a9-0bc7-fcba-98b02ba638ec-fb89d0ec {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_40c75ba8-62a9-0bc7-fcba-98b02ba638ef-fb89d0ec {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-c04392ab-e7f4-798f-331e-891717c39380-fb89d0ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc3718b7-6b92-e456-2fee-899db6765d57-fb89d0ec {
  place-self: start stretch;
}

#w-node-cc3718b7-6b92-e456-2fee-899db6765d76-fb89d0ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc3718b7-6b92-e456-2fee-899db6765d80-fb89d0ec {
  justify-self: end;
}

#w-node-cc3718b7-6b92-e456-2fee-899db6765d81-fb89d0ec {
  justify-self: start;
}

#w-node-cc3718b7-6b92-e456-2fee-899db6765d84-fb89d0ec {
  justify-self: end;
}

#w-node-cc3718b7-6b92-e456-2fee-899db6765d87-fb89d0ec {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-cc3718b7-6b92-e456-2fee-899db6765daa-fb89d0ec, #w-node-cc3718b7-6b92-e456-2fee-899db6765dab-fb89d0ec, #w-node-cc3718b7-6b92-e456-2fee-899db6765dac-fb89d0ec, #w-node-_82366dc7-a485-278b-6677-13c1facb0448-fb89d0ed, #w-node-_3cb1ebc3-630a-e82e-a968-4a5639cf75b2-fb89d0ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b6a-fb89d0ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b6d-fb89d0ee, #w-node-_7bc24284-3539-b6f1-06d6-d9a060585b77-fb89d0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b79-fb89d0ee {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b7b-fb89d0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b7d-fb89d0ee {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b7f-fb89d0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b81-fb89d0ee {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585b83-fb89d0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585bb2-fb89d0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585bb8-fb89d0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585bbe-fb89d0ee {
  place-self: center start;
}

#w-node-_7bc24284-3539-b6f1-06d6-d9a060585bbf-fb89d0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18d2a451-69a1-3a62-8e5f-c501ab8bf9de-fb89d0ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0e634392-931d-0d1e-10bc-3d65eb0aac2b-fb89d0ef, #w-node-f80c2e46-bea1-a528-9e45-3bf3e99e2429-fb89d0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3d762bdd-c03e-be7e-ea50-9d1729734f4c-fb89d0e8 {
    justify-self: start;
  }

  #w-node-f30070bf-41b6-807a-6fac-975b50a585e5-fb89d0e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7355214b-a49a-44ec-0270-ef4aa80076a2-fb89d0e8 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_7355214b-a49a-44ec-0270-ef4aa80076a5-fb89d0e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7355214b-a49a-44ec-0270-ef4aa80076a7-fb89d0e8 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2f4315ae-f14d-5fd7-1c7f-da272e045865-fb89d0e8 {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-_69b8482b-19b6-5f60-fd34-2df933932bf2-fb89d0e8 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_388530a0-5fed-7314-5979-338d08e84e76-08e84e73 {
    grid-column: span 3 / span 3;
  }

  #w-node-_388530a0-5fed-7314-5979-338d08e84eba-08e84e73 {
    justify-self: center;
  }

  #w-node-ca3a3a6b-b066-b8c4-e861-e56304b09ebd-04b09eba {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-ca3a3a6b-b066-b8c4-e861-e56304b09eea-04b09eba {
    place-self: center end;
  }

  #w-node-fa489fc2-9a00-47e3-7106-e9185a8acee1-fb89d0ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb509e33-43c7-9abe-e374-04e6801b09ad-fb89d0eb {
    grid-column: span 2 / span 2;
  }

  #w-node-cb509e33-43c7-9abe-e374-04e6801b09b3-fb89d0eb {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-cb509e33-43c7-9abe-e374-04e6801b09b9-fb89d0eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb509e33-43c7-9abe-e374-04e6801b09ba-fb89d0eb {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7bc24284-3539-b6f1-06d6-d9a060585bb2-fb89d0ee {
    grid-column: span 2 / span 2;
  }

  #w-node-_7bc24284-3539-b6f1-06d6-d9a060585bb8-fb89d0ee {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_7bc24284-3539-b6f1-06d6-d9a060585bbe-fb89d0ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7bc24284-3539-b6f1-06d6-d9a060585bbf-fb89d0ee {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_55ce47ee-0c0f-e3d0-6739-d2ceaa91a51b-fb89d0e8 {
    grid-column: 1 / 4;
  }

  #w-node-_2f4315ae-f14d-5fd7-1c7f-da272e045865-fb89d0e8 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_69b8482b-19b6-5f60-fd34-2df933932bf2-fb89d0e8 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_388530a0-5fed-7314-5979-338d08e84e76-08e84e73 {
    grid-column: span 1 / span 1;
  }

  #w-node-ef2be675-76cb-9212-28e5-d7420e61bd29-0e61bd23 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-e73583e9-be70-d481-86af-c6064f386dc4-0e61bd23 {
    grid-column-start: 1;
  }

  #w-node-_40c75ba8-62a9-0bc7-fcba-98b02ba638e6-fb89d0ec {
    grid-column: 1 / 4;
  }

  #w-node-_40c75ba8-62a9-0bc7-fcba-98b02ba638ec-fb89d0ec {
    grid-column: 3 / 4;
  }

  #w-node-_40c75ba8-62a9-0bc7-fcba-98b02ba638ef-fb89d0ec {
    grid-column-start: 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb6cd1ad-af40-b3e9-6ff9-58446a7f1e12-fb89d0e8 {
    grid-column: 3 / 4;
    grid-row-start: 2;
    place-self: center;
  }

  #w-node-ef2be675-76cb-9212-28e5-d7420e61bd25-0e61bd23 {
    grid-column: span 3 / span 3;
  }

  #w-node-ef2be675-76cb-9212-28e5-d7420e61bd27-0e61bd23 {
    grid-column: span 2 / span 2;
  }

  #w-node-ef2be675-76cb-9212-28e5-d7420e61bd29-0e61bd23 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-ef2be675-76cb-9212-28e5-d7420e61bd2c-0e61bd23 {
    justify-self: end;
  }

  #w-node-cc3718b7-6b92-e456-2fee-899db6765d80-fb89d0ec {
    order: 9999;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-light.woff2') format('woff2'), url('../fonts/switzer-light.eot') format('embedded-opentype'), url('../fonts/switzer-light.woff') format('woff'), url('../fonts/switzer-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-lightitalic.woff2') format('woff2'), url('../fonts/switzer-lightitalic.eot') format('embedded-opentype'), url('../fonts/switzer-lightitalic.woff') format('woff'), url('../fonts/switzer-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-mediumitalic.woff2') format('woff2'), url('../fonts/switzer-mediumitalic.eot') format('embedded-opentype'), url('../fonts/switzer-mediumitalic.woff') format('woff'), url('../fonts/switzer-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-medium.woff2') format('woff2'), url('../fonts/switzer-medium.eot') format('embedded-opentype'), url('../fonts/switzer-medium.woff') format('woff'), url('../fonts/switzer-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-italic.woff2') format('woff2'), url('../fonts/switzer-italic.eot') format('embedded-opentype'), url('../fonts/switzer-italic.woff') format('woff'), url('../fonts/switzer-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-regular.woff2') format('woff2'), url('../fonts/switzer-regular.eot') format('embedded-opentype'), url('../fonts/switzer-regular.woff') format('woff'), url('../fonts/switzer-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond Variablefont Wght';
  src: url('../fonts/cormorantgaramond-variablefont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Hv Comp';
  src: url('../fonts/coolvetica-hv-comp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}