@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: Coolvetica Crammed Rg;
  src: url('../fonts/coolvetica-crammed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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, sans-serif;
  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, sans-serif;
  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-regular {
  padding-right: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
}

.home-hero-bottom {
  justify-content: flex-end;
  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-align: center;
  text-transform: uppercase;
  font-family: Coolvetica Crammed Rg, sans-serif;
  font-size: 34vw;
  font-weight: 500;
  line-height: .75;
}

.home-hero-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 34rem;
  display: flex;
}

.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;
  color: var(--outline-dark);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  top: 52.828px;
}

.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;
  height: 48px;
  color: var(--black);
}

.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: 6rem;
  display: flex;
}

.heading-regular {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Coolvetica Crammed Rg, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: .8;
}

.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: 48rem;
}

.home-work-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40rem;
  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 .5fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 4rem;
  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;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.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;
}

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

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

.heading-large {
  text-transform: uppercase;
  font-family: Coolvetica Crammed Rg, sans-serif;
  font-size: 14rem;
  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 {
  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;
  border-radius: var(--radius-regular);
  width: 12rem;
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card {
  padding: 2rem var(--padding-regular-desktop);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--outline-dark);
  border-bottom: 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:hover {
  background-color: var(--outline-dark);
}

.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);
  background-color: var(--white);
  position: sticky;
  top: 0;
}

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

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

.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: 20rem;
  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.5rem;
  line-height: 1.3;
}

.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);
}

.works-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;
}

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

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

.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;
}

.grid-hero.small {
  grid-template-rows: 1fr;
  min-height: auto;
}

.main-hero-top {
  z-index: 10;
  min-height: 100svh;
  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-flow: column;
  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;
}

.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: 2vw;
  display: flex;
}

.rotating-strip.small {
  border-bottom-style: none;
  padding-top: .75vw;
  padding-bottom: 2vw;
  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);
  color: 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;
}

.contact-hero {
  min-height: 100vh;
  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;
  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 {
  height: 100%;
  padding-right: var(--padding-regular-desktop);
  padding-left: var(--padding-regular-desktop);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  min-height: 55vw;
  padding-right: var(--padding-small-mobile);
  padding-left: var(--padding-small-mobile);
  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;
}

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

.home-quotes {
  z-index: 10;
  border-top: 1px solid var(--outline-dark);
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

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

.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;
  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: Coolvetica Crammed Rg, sans-serif;
  font-size: 20vw;
  line-height: .8;
}

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

.about-right {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  display: flex;
}

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

.about-label {
  width: 100%;
  padding-bottom: .875rem;
}

.team-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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;
}

.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;
}

.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;
}

.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);
  display: flex;
  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;
}

.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;
}

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

.utility-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.utility-base {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 50vh;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  display: flex;
}

.style-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px solid var(--outline-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.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;
}

.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;
}

.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%;
}

.footer-brand-ogo {
  width: 8rem;
  height: 48px;
  color: var(--black);
}

.web-hero-image {
  width: 60vw;
  max-width: 968px;
  display: none;
  position: absolute;
  inset: -5% auto auto;
}

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

.section {
  margin-bottom: 4rem;
}

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

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

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

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

.mobile-hero-image {
  z-index: 1;
  width: 48vw;
  max-width: 968px;
  position: relative;
}

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

  .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;
  }

  .home-hero-text {
    position: relative;
    bottom: auto;
  }

  .home-hero-intro {
    flex-flow: column-reverse;
    position: absolute;
  }

  .hero-gallery {
    height: 110%;
  }

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

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

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

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

  .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;
  }

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

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

  .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: 0rem;
    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);
  }

  .grid-hero {
    min-height: 110svw;
  }

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

  .hero-top-outline {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

  .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;
  }

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

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

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

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

  .about-right, .about-max {
    max-width: 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;
  }

  .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;
  }

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

  .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;
  }

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

  .web-hero-image {
    z-index: 1;
    width: 88vw;
    max-width: none;
    position: relative;
  }

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

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

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

  .mobile-hero-image {
    z-index: 1;
    width: 88vw;
    max-width: none;
  }
}

@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);
  }

  .heading-extra-large {
    font-size: 33vw;
  }

  .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;
    justify-content: flex-start;
    align-items: center;
    top: 20px;
  }

  .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;
  }

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

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

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

  .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;
  }

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

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

  .grid-hero {
    height: 116vw;
    min-height: 740px;
  }

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

  .hero-top-outline {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 88px;
  }

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

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

  .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;
  }

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

  .about-image {
    width: 6rem;
  }

  .heading-strip {
    font-size: 25vw;
  }

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

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

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

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

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

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

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

  .web-hero-image {
    display: none;
  }

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

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

  .mobile-hero-image {
    display: block;
  }
}

@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: 30vw;
  }

  .home-hero-text {
    max-width: none;
  }

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

  .home-hero-intro {
    display: none;
    top: 53px;
  }

  .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;
  }

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

  .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: 6rem;
  }

  .slider {
    padding-bottom: 5rem;
  }

  .slide-arrow {
    height: 3rem;
  }

  .star-large {
    width: 9vw;
  }

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

  .grid-hero {
    min-height: 710px;
  }

  .hero-top-outline {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .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: 32.5vw;
  }

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

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

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

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

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

#w-node-_9f9d53fc-a209-5f78-bc09-062efc461015-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f9d53fc-a209-5f78-bc09-062efc461016-33e7fa0e {
  place-self: center start;
}

#w-node-_9f9d53fc-a209-5f78-bc09-062efc46101d-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f9d53fc-a209-5f78-bc09-062efc46101e-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37799042-c49f-3247-cbf0-be6722441ebf-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37799042-c49f-3247-cbf0-be6722441ec0-33e7fa0e {
  place-self: center start;
}

#w-node-_37799042-c49f-3247-cbf0-be6722441ec7-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37799042-c49f-3247-cbf0-be6722441ec8-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ba5b2a76-a919-ffef-6c7c-1d08fc6b6e13-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba5b2a76-a919-ffef-6c7c-1d08fc6b6e14-33e7fa0e {
  place-self: center start;
}

#w-node-ba5b2a76-a919-ffef-6c7c-1d08fc6b6e1b-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba5b2a76-a919-ffef-6c7c-1d08fc6b6e1c-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_733c1383-fd52-51d8-df87-e7dabcfa311f-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_733c1383-fd52-51d8-df87-e7dabcfa3120-33e7fa0e {
  place-self: center start;
}

#w-node-_733c1383-fd52-51d8-df87-e7dabcfa3127-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_733c1383-fd52-51d8-df87-e7dabcfa3128-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b22e491d-bf15-d312-4221-37876b3b3d4d-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b22e491d-bf15-d312-4221-37876b3b3d4e-33e7fa0e {
  place-self: center start;
}

#w-node-b22e491d-bf15-d312-4221-37876b3b3d55-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b22e491d-bf15-d312-4221-37876b3b3d56-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_11ab1b69-4bde-ffbd-f613-d1fff4705731-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11ab1b69-4bde-ffbd-f613-d1fff4705732-33e7fa0e {
  place-self: center start;
}

#w-node-_11ab1b69-4bde-ffbd-f613-d1fff4705739-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11ab1b69-4bde-ffbd-f613-d1fff470573a-33e7fa0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

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

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

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

#w-node-b7889a72-9fc2-1025-8a5b-f5e8be2184aa-33e7fa0e {
  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-338d08e84eac-08e84e73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#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-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-_4a524322-f672-28e1-2509-edcb5f781451-33e7fa11 {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

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

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

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

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

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

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

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

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

#w-node-cc3718b7-6b92-e456-2fee-899db6765d87-33e7fa12, #w-node-_82366dc7-a485-278b-6677-13c1facb0448-33e7fa13, #w-node-_3cb1ebc3-630a-e82e-a968-4a5639cf75b2-33e7fa13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687aec81-430a-fb02-9468-d3d6b53a7d79-33e7fa1b, #w-node-_748a50ff-4bc9-52ce-597f-e7985213418f-eac915c2, #w-node-_748a50ff-4bc9-52ce-597f-e7985213418f-b66f9447, #w-node-_748a50ff-4bc9-52ce-597f-e7985213418f-c85999e0, #w-node-_748a50ff-4bc9-52ce-597f-e7985213418f-9a121bba, #w-node-_748a50ff-4bc9-52ce-597f-e7985213418f-bb3fd83e {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

  #w-node-_69b8482b-19b6-5f60-fd34-2df933932bf2-33e7fa0e {
    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, #w-node-_388530a0-5fed-7314-5979-338d08e84ec6-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;
  }
}

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

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

  #w-node-_69b8482b-19b6-5f60-fd34-2df933932bf2-33e7fa0e {
    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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c280d976-59b9-b601-363d-6d9cb581ebc5-33e7fa0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #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;
  }
}


@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: 'Coolvetica Crammed Rg';
  src: url('../fonts/coolvetica-crammed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}