:root {
  --black: #141517;
  --brand-primary: #354038;
  --grey-80: #4d4e50;
  --white: white;
  --grey-8-81: #f8f9fa;
  --grey-15: #ecedf1;
  --white-50: #ffffff80;
  --grey-60: #828283;
  --grey-40: #9fa0a3;
  --grey-20: #cfd1d7;
  --white-25: #ffffff40;
  --brand-secondary: #c0e1e3;
  --white-75: #ffffffbf;
  --brand--tertiary: #93887c;
  --brand--bg: #f8f8f8;
  --light-gold: #bd954b;
  --black-blue: #151522;
  --brand--hero-inner-page: #f9f3ee;
}

body {
  color: var(--black);
  background-color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: var(--black);
  line-height: 1.56;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

form {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  display: block;
}

blockquote {
  border-left: 4px solid var(--brand-primary);
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: var(--grey-80);
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section {
  width: 100%;
}

.section.dark-bg {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.section.grey-bg {
  background-color: var(--grey-8-81);
}

.section.case-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 45vw;
}

.container {
  z-index: 1;
  max-width: none;
  padding: 11em 4em;
  position: relative;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.container.inner-hero {
  padding-top: 7em;
}

.container.hero {
  height: 100vh;
  padding-top: 8em;
  padding-bottom: 0;
  display: flex;
}

.container.xs-top-padding {
  padding-top: 2em;
}

.container.without-top-padding {
  padding-top: 0;
}

.container.footer {
  padding-bottom: 2em;
}

.container.case-hero {
  padding-top: 4em;
}

.container.banner {
  padding-top: 5em;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.grid.center-align {
  justify-content: center;
}

.grid.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.grid.location {
  justify-content: space-between;
  min-height: 400px;
}

.grid.location.fix {
  position: absolute;
}

.grid.reserve, .grid.possibility, .grid.partner {
  justify-content: space-between;
  min-height: 400px;
}

.grid.fix {
  position: absolute;
}

.grid-item {
  flex: 0 auto;
  width: 100%;
  padding: 1.5em;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.grid-item._85 {
  width: 85%;
}

.grid-item._45 {
  width: 45%;
}

.grid-item._40 {
  width: 40%;
}

.grid-item._60 {
  width: 60%;
}

.grid-item._55 {
  width: 55%;
}

.grid-item._70 {
  width: 70%;
}

.grid-item.hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.dark-bg {
  background-color: var(--black);
  color: var(--white);
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 88px;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.spacer._4 {
  height: 4px;
}

.small {
  font-size: 14px;
}

.small.compact {
  direction: ltr;
  color: var(--grey-80);
  text-transform: none;
  font-size: 16px;
  line-height: 1.2px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-block.colors.dark {
  background-color: var(--black);
  color: #fff;
  border-radius: 2px;
}

.sg-block.dark {
  background-color: var(--black);
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--grey-15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.sg-block.typo.on-dark {
  border-top-color: var(--white-50);
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: var(--grey-15);
}

.sg-container.dark-bg {
  background-color: var(--black);
  color: var(--grey-8-81);
}

.paragraph {
  line-height: 1.6;
}

.paragraph.large, .paragraph.small {
  font-size: 18px;
}

.paragraph.small.medium {
  font-weight: 500;
}

.paragraph.extra-small {
  font-size: 12px;
}

.paragraph.measure {
  font-size: 20px;
  line-height: 1.4;
}

.sg-caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

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

.link {
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  min-width: 12em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 2em;
  line-height: 1.1;
  transition: padding .3s;
  display: flex;
}

.link:hover {
  background-color: var(--grey-8-81);
  padding-left: .5em;
  padding-right: .5em;
}

.link.small {
  min-width: auto;
  font-size: 18px;
  font-weight: 500;
}

.link.small.w--current {
  background-color: var(--grey-8-81);
  padding-left: .5em;
  padding-right: .5em;
}

.link.small.white {
  padding-top: .5em;
  padding-bottom: .5em;
}

.link.small.white.w--current {
  background-color: #141414;
  padding-left: .5em;
  padding-right: .5em;
}

.link.white {
  color: var(--white);
  padding-top: 1em;
  padding-bottom: 1em;
}

.link.white:hover {
  background-color: #000;
}

.link.nav {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  min-width: auto;
  font-size: 14px;
  font-weight: 500;
}

.link.nav:hover {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.link.nav.dark {
  color: var(--black);
}

.color-block {
  background-color: var(--black);
  color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 16vw;
  padding: 20px;
  font-family: Clashdisplay;
  font-size: 20px;
  display: flex;
}

.color-block.grey-80 {
  background-color: var(--grey-80);
}

.color-block.grey-60 {
  background-color: var(--grey-60);
}

.color-block.grey-40 {
  background-color: var(--grey-40);
}

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

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

.color-block.grey-8 {
  background-color: var(--grey-8-81);
  color: var(--black);
}

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

.color-block.white-50 {
  background-color: var(--white-50);
}

.color-block.white-25 {
  background-color: var(--white-25);
}

.color-block.brand-primary {
  background-color: var(--brand-primary);
}

.color-block.brand-primary-deep {
  background-color: var(--brand-secondary);
  color: var(--black);
}

.color-block.white-75 {
  background-color: var(--white-75);
  color: var(--black);
}

.color-block.brand-tertiary {
  background-color: var(--brand--tertiary);
}

.color-block.brand-bg {
  background-color: var(--brand--bg);
  color: var(--black);
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.button.primary {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button.submit {
  padding: 0;
}

.sg-column {
  background-color: var(--grey-20);
  border-radius: 8px;
  width: 100%;
  height: 60px;
}

.bold {
  font-weight: 700;
}

.text-link {
  color: var(--black);
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .3s;
  display: inline-block;
}

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

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

.sg-filler {
  background-color: var(--grey-20);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.navigation {
  z-index: 999;
  mix-blend-mode: difference;
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.nav-brand {
  color: var(--white);
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand:hover {
  opacity: .6;
}

.nav-brand.w--current {
  width: 120px;
}

.nav-brand.dark {
  color: var(--black);
}

.menu-button {
  float: none;
}

.nav-link {
  color: var(--white);
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  transition: color .3s;
}

.nav-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.links-container {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.footer-items-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 5em;
  display: flex;
}

.footer-bottom-wrapper {
  color: var(--grey-60);
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 12.5em;
  display: flex;
}

.footer-small-link {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  transition: color .2s;
  display: inline-block;
}

.footer-small-link:hover {
  color: var(--grey-60);
}

.footer-small-link.w--current {
  background-color: #000;
}

.footer-small-link {
  padding-left: 8px;
  padding-right: 8px;
  transition: background-color .3s;
}

.footer-small-link:hover {
  color: var(--white);
  background-color: #000;
}

.utility-page-wrap {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

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

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

.page-overlay {
  z-index: 1000;
  background-color: var(--white-25);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-loader-logo {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
}

.page-loader-logo.left {
  text-transform: none;
  font-weight: 700;
}

.page-loader-logo.right {
  text-transform: none;
  font-weight: 300;
}

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

.rich-text h2, .rich-text p {
  margin-bottom: 20px;
}

.rich-text h4 {
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 16px;
}

.rich-text h5 {
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

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

.sg-images {
  object-fit: cover;
  width: 100%;
  height: 40vw;
}

.button-text {
  z-index: 2;
  text-shadow: 0 16px 0 var(--white);
  position: relative;
}

.button-plane {
  background-color: var(--grey-40);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.button-plane._2 {
  background-color: var(--grey-60);
}

.button-plane._3 {
  background-color: var(--grey-80);
}

.overlay-transition {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-nav {
  align-self: center;
  align-items: center;
}

.decorative {
  color: var(--brand-primary);
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}

.nav-grid {
  justify-content: space-between;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.slider-slide-wrapper {
  border: 1px solid var(--grey-20);
  border-radius: 1em;
  width: 100%;
  height: 100%;
  min-height: 420px;
  padding: 32px 24px;
  transition: background-color .3s, border-color .3s;
}

.slider-slide-wrapper:hover {
  color: var(--black);
}

.slider-slide-wrapper.done {
  color: var(--white);
  background-color: #242424;
}

.slider-slide-wrapper.in-progress {
  border-width: 2px;
  border-color: var(--light-gold);
}

.slider-slide-wrapper.future {
  background-color: #e4e4e4;
}

.footer-contact {
  padding-left: 5em;
}

._404-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-block {
  flex-direction: column;
  display: flex;
}

.brand-logo-wrapper {
  align-items: center;
  display: flex;
}

.error-message {
  color: #fc2b2b;
  background-color: #0000;
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  background-color: var(--grey-20);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  background-color: #c2c8d9;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  letter-spacing: .02em;
  text-transform: none;
  background-color: #0000;
  height: 56px;
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 16px;
  transition: padding .3s, background-color .3s, color .3s, border-color .3s;
}

.text-field:hover {
  border-bottom-color: var(--black);
  background-color: #0a0a0a;
  padding-left: 20px;
}

.text-field:focus {
  border-bottom-color: var(--black);
  color: var(--white);
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

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

.text-field.text-area {
  min-height: 88px;
  max-height: 200px;
  padding-top: 16px;
}

.text-field.side-by-side {
  margin-right: 1em;
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #0000;
  height: 56px;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: padding .3s, background-color .3s, border-color .3s, color .3s;
}

.select-field:hover {
  background-color: #0a0a0a;
  border-style: none;
  border-color: #000;
  padding-left: 20px;
}

.select-field:focus {
  border-bottom-color: var(--grey-15);
  color: var(--white);
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-text-wrapper {
  overflow: hidden;
}

.button-text-wrapper.submit {
  margin: 16px 40px;
}

.submit-button {
  z-index: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  margin-left: 1em;
  display: flex;
}

.link-arrow.small {
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.link-text-wrapper.categories {
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-weight: 600;
}

.link-text-wrapper.not-capitalize {
  text-transform: none;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-description-wrapper {
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.text-red-line {
  color: var(--black);
  padding-left: 2em;
}

.hero-scroll-trigger-animation {
  z-index: -999;
  height: 50vh;
  position: absolute;
}

.img-wrapper {
  width: 100%;
  height: 13.75em;
  margin-bottom: 3em;
  position: relative;
  overflow: hidden;
}

.aspect-ratio-img {
  transform-origin: 50% 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.category-item {
  border-bottom: 1px solid var(--white-25);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.category-item.without-border {
  border-bottom-style: none;
}

.category-cell {
  width: 32%;
  display: flex;
}

.category-cell.grow {
  flex: 1;
}

.aspect-ratio-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio-height._3-4 {
  padding-top: 130%;
}

.aspect-ratio-height.project {
  height: 100%;
  padding-top: 40%;
  overflow: hidden;
}

.aspect-ratio-height.project.case {
  padding-top: 30%;
}

.aspect-ratio-height._21-9 {
  padding-top: 34%;
}

.aspect-ratio-height.blog {
  padding-top: 124%;
}

.aspect-ratio-height.post {
  padding-top: 50%;
}

.aspect-ratio-height._16-9 {
  padding-top: 60%;
}

.categories-wrapper {
  align-self: flex-start;
  margin-top: 1em;
}

.categories-wrapper.margin-bottom-xxxs {
  margin-bottom: 2em;
}

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

.flex-vertical.space-between {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.flex-vertical.space-between.max-width-400 {
  align-items: stretch;
  max-width: 36em;
}

.flex-vertical.bootm-case {
  justify-content: flex-end;
  height: 100%;
}

.horizontal-wrapper {
  display: flex;
}

.horizontal-wrapper.top-divider {
  border-top: 1px solid var(--grey-20);
  width: 100%;
  padding-top: 1.5em;
}

.date-col {
  min-width: 30%;
}

.images-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-img-wrapper {
  width: 14em;
}

.about-img-wrapper.s {
  width: 230px;
}

.img-position-wrapper {
  justify-content: flex-end;
  margin-top: 4em;
  padding-right: 7em;
  display: flex;
}

.accident-heading {
  z-index: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 3.6em;
  font-weight: 500;
  position: relative;
}

.accident-word {
  box-shadow: inset 0 -3px 0 0 var(--white);
  cursor: default;
  line-height: 1;
  transition: box-shadow .3s;
  display: inline-block;
}

.accident-word:hover {
  box-shadow: inset 0 0 0 0 var(--white);
}

.accident-word.cola {
  box-shadow: inset 0 -3px #ff3d00;
}

.accident-word.cola:hover {
  box-shadow: inset 0 0 #ff3d00;
}

.accident-word.lacoste {
  box-shadow: inset 0 -3px #5ba54f;
}

.accident-word.lacoste:hover {
  box-shadow: inset 0 0 #5ba54f;
}

.accident-word.gucci {
  box-shadow: inset 0 -3px #eec55a;
}

.accident-word.gucci:hover {
  box-shadow: inset 0 0 #eec55a;
}

.accident-word.furla {
  box-shadow: inset 0 -3px #fef2c9;
}

.accident-word.furla:hover {
  box-shadow: inset 0 0 #fef2c9;
}

.accident-word.apple {
  box-shadow: inset 0 -3px #74d3e8;
}

.accident-word.apple:hover {
  box-shadow: inset 0 0 #74d3e8;
}

.offset-image-wrapper {
  justify-content: flex-end;
  width: 30%;
  display: flex;
  position: relative;
}

.offset-image {
  width: 34vw;
  height: 22.4vw;
  position: absolute;
  inset: auto 1.5em 0% auto;
}

.vertical-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.caption {
  text-transform: none;
  font-size: 14px;
}

.wrapper.bottom-border {
  border-bottom: 1px solid var(--white-25);
  padding-bottom: 2em;
}

.wrapper.bottom-border.max-width-400, .wrapper.max-width-400 {
  max-width: 400px;
}

.home-project-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.home-project-grid.one {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.tile-img-wrapper {
  color: var(--white);
  width: 100%;
  height: 100%;
}

.tile-img-wrapper.portfolio-grid {
  height: auto;
  margin-bottom: 1.5em;
}

.tile-img-wrapper.blog {
  height: auto;
  margin-bottom: 1em;
}

.project-arrow {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: auto 1.3em 1.3em auto;
}

.tile-grid-item {
  width: 100%;
}

.tile-grid-item.blog:nth-child(2n) {
  margin-top: 3em;
}

.project-cover-tint {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.3em 4em 1.3em 1.3em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-tile-heading.portfolio-grid {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.3em;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slider-mask {
  width: 350px;
  margin-left: -1em;
  overflow: visible;
}

.hidden {
  display: none;
}

.opacity-60 {
  opacity: .6;
}

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

.slider-arrow {
  color: var(--grey-60);
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  transition: color .3s;
  display: flex;
  inset: -2.6em 3em auto auto;
}

.slider-arrow:hover {
  color: var(--black);
}

.slider-arrow.right {
  right: 0;
}

.slider-heading {
  text-align: left;
  max-width: 27em;
  margin-bottom: 3em;
}

.slide-heading {
  font-family: Cormorant, sans-serif;
  font-size: 24px;
}

.slider-slide {
  height: 400px;
  margin-left: 1em;
  margin-right: 1em;
}

.tags-wrapper {
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.tag {
  border: 1px solid var(--grey-80);
  border-radius: 50em;
  margin: 4px;
  padding: 8px 16px;
}

.experience-wrapper {
  border-top: 1px solid var(--grey-20);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.section-img-container {
  display: flex;
}

.section-img-cell {
  width: 50%;
}

.section-half-img-wrapper {
  width: 100%;
}

.img-center-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5em;
  display: flex;
}

.succsess-message {
  background-color: var(--grey-80);
  font-size: 1.2em;
}

.form-wrapper {
  width: 100%;
}

.social-icons-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -1em;
  margin-right: -1em;
  display: flex;
}

.social-icon-link {
  transform-origin: 0%;
  color: var(--white);
  margin-left: .5em;
  margin-right: .5em;
  padding: .5em;
  transition: background-color .3s, padding .3s;
}

.social-icon-link:hover {
  background-color: #000;
  padding: .5em;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.flex-horizontal {
  width: 300px;
  display: flex;
}

.flex-horizontal.center {
  align-items: center;
  position: relative;
}

.flex-horizontal.categories {
  flex-wrap: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.flex-horizontal.short {
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
}

.pin-icon {
  color: var(--grey-60);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.noise-bg {
  z-index: 9999;
  opacity: .08;
  background-image: url('../images/noise.gif');
  background-position: 0 0;
  background-size: 125px;
  display: block;
  position: fixed;
  inset: 0%;
}

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

.nav-link-wrapper {
  overflow: hidden;
}

.nav-link-wrapper.last {
  margin-left: 5em;
  padding-right: 4px;
}

.footer-img-wrapper {
  width: 100%;
}

.projects-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-grid.one {
  grid-template-columns: 1fr;
  margin-bottom: 4em;
}

.category-link-cell {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.inner-title-wrapper {
  width: 60%;
}

.back-wrapper {
  margin-bottom: 1.5em;
  display: flex;
}

.back-arrow {
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  margin-right: 1em;
  display: flex;
  transform: rotate(-135deg);
}

.case-title-wrapper {
  border-bottom: 1px solid var(--grey-20);
  margin-top: 1em;
  margin-bottom: 3em;
  padding-bottom: 2em;
}

.case-info-wrapper {
  justify-content: space-between;
  display: flex;
}

.case-description-wrapper {
  width: 60%;
  max-width: 400px;
  margin-right: 3em;
}

.case-subheading {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.page-loader-logo-wrapper {
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.page-loader-divider {
  background-color: var(--light-gold);
  color: var(--light-gold);
  width: 2px;
  height: 32px;
  margin-top: .9em;
  margin-bottom: .9em;
}

.nav-logo-text {
  letter-spacing: .02em;
  text-transform: none;
  font-size: 18px;
}

.nav-logo-wrapper {
  padding-right: 4px;
  display: flex;
  overflow: hidden;
}

.nav-logo-letters-wrapper {
  overflow: hidden;
}

.footer-img {
  transform-origin: 50% 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-text-wrapper {
  height: 100%;
  margin-top: 2em;
  padding-right: 10em;
}

.about-text-wrapper.space-between {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.5em;
  display: flex;
}

.max-width {
  max-width: 600px;
}

.max-width._500 {
  max-width: 500px;
}

.case-date-wrapper {
  white-space: break-spaces;
  width: 20%;
}

.grid-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-image {
  align-self: flex-start;
  width: 100%;
}

.grid-image:nth-child(2n) {
  height: 100%;
}

.grid-image-and-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .72fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid-img-wrapper {
  margin-top: 8em;
  overflow: hidden;
}

.rich-text-wrapper {
  padding-left: 5em;
}

.grid-img-under-rich-text {
  object-fit: cover;
  width: 100%;
  height: 14em;
  margin-top: 20em;
}

.case-bottom-images-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bottom-img {
  width: 21em;
  margin-bottom: 5.6em;
}

.bottom-img.bottom {
  width: 6.25em;
  margin-bottom: 0;
  margin-right: 24.4em;
}

.blog-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-categories-wrapper {
  flex-wrap: wrap;
  margin-bottom: 12px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.blog-category {
  color: var(--grey-60);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
}

.blog-title-wrapper {
  border-bottom: 1px solid var(--grey-20);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2em;
  display: flex;
}

.blog-info-wrapper {
  color: var(--grey-60);
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: flex-end;
  margin-bottom: .3em;
  margin-left: 3em;
  font-size: 1.1em;
  display: flex;
}

.blog-divider {
  margin-left: .6em;
  margin-right: .6em;
}

.blog-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 2em;
  display: grid;
}

.blog-photo {
  width: 100%;
  margin-top: 10em;
}

.blog-photo._2 {
  margin-top: 5em;
}

.blog-title {
  font-size: 3.6em;
}

._404-img-wrapper {
  justify-content: flex-end;
  display: flex;
}

._404-img {
  width: 50vh;
}

.cursor-dot-1 {
  z-index: 9999;
  background-color: var(--light-gold);
  color: #0000;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
  transform: scale(.2);
}

.cursor-text {
  color: var(--white);
}

.cursor-dot-2 {
  color: var(--grey-80);
  background-color: #141517;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: .7em;
  display: flex;
  position: absolute;
}

.cursor {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.tile-img-wrapper-cover {
  color: var(--white);
  width: 100%;
  height: 100%;
}

.full-grid-img {
  width: 100%;
  margin-bottom: 2em;
}

.cover-wrapper {
  color: var(--white);
  width: 100%;
  height: 100%;
}

.get-template-wrapper {
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.get-template-link-wrapper {
  align-items: flex-end;
  height: 5rem;
  display: flex;
  position: relative;
  top: -.75rem;
  right: .75rem;
}

.get-template-link {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #e8e8e866;
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 7.7rem;
  height: 2.6rem;
  padding: .6rem 1rem .6rem .6rem;
  font-size: 12px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.get-template-link:hover {
  color: #fff;
  background-color: #000;
}

.get-template-link.more-templates {
  z-index: 0;
  position: absolute;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.heading {
  font-family: Cormorant, sans-serif;
}

.hero-image {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.hero-image._80 {
  width: 80%;
}

.hero-image._20 {
  width: 20%;
  position: relative;
}

.hero-image._50 {
  width: 50%;
}

.hero-image._33 {
  width: 33%;
}

.hero-image._25 {
  width: 25%;
}

.hero-image._67 {
  width: 67%;
}

.hero-image._85 {
  width: 85%;
}

.hero-image._45 {
  width: 45%;
}

.hero-image._40 {
  width: 40%;
}

.hero-image._60 {
  width: 60%;
}

.hero-image._55 {
  width: 55%;
}

.hero-image._70 {
  width: 70%;
}

.hero-background-video {
  height: 100%;
}

.hero-text-center {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10%;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-text {
  text-align: center;
  letter-spacing: 4px;
}

.hero-text.small.gray {
  color: var(--grey-60);
}

.hero-text.mid-small {
  color: var(--white-75);
  letter-spacing: 2px;
  font-size: 20px;
}

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

.special {
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  min-width: 12em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 20px;
  line-height: 1.1;
  transition: padding .3s;
  display: flex;
}

.special:hover {
  background-color: var(--grey-8-81);
  padding-left: .5em;
  padding-right: .5em;
}

.special.small {
  min-width: auto;
  font-size: 18px;
  font-weight: 500;
}

.special.small.w--current {
  background-color: var(--grey-8-81);
  padding-left: .5em;
  padding-right: .5em;
}

.special.small.white {
  padding-top: .5em;
  padding-bottom: .5em;
}

.special.small.white.w--current {
  background-color: #141414;
  padding-left: .5em;
  padding-right: .5em;
}

.special.white {
  min-width: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

.special.white:hover {
  background-color: #000;
}

.special.white.active {
  color: var(--light-gold);
  background-color: #000;
  padding-left: .5em;
  padding-right: .5em;
}

.special.nav {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  min-width: auto;
  font-size: 14px;
  font-weight: 500;
}

.special.nav:hover {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.special.nav.dark {
  color: var(--black);
}

.special-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.special-trigger {
  width: 220px;
}

.special-trigger.default {
  width: 200px;
}

.special-image {
  width: 100%;
}

.special-grid {
  height: 480px;
  position: relative;
}

.complete-text {
  color: var(--light-gold);
  font-weight: 700;
}

.on-going-text {
  color: #ff6b6b;
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 700;
}

.plan-text {
  color: var(--light-gold);
  font-weight: 700;
}

.about-image {
  width: 100%;
  height: 100%;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.title-for-list {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-2 {
  font-size: 18px;
}

.heading-4 {
  font-family: Cormorant, sans-serif;
}

.heading-4.sub {
  color: var(--grey-60);
  line-height: 1.6;
}

.heading-5 {
  font-size: 30px;
}

.heading-6 {
  font-size: 20px;
}

.mediaum-link {
  background-color: var(--light-gold);
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: inline-block;
}

.mediaum-link:hover {
  background-color: var(--brand-primary);
}

.div-block {
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 72px 32px;
  }

  .container.nav {
    padding: 8px 44px;
  }

  .container.inner-hero {
    padding-top: 120px;
  }

  .container.hero {
    padding-top: 132px;
  }

  .container.case-hero {
    padding-top: 96px;
  }

  .container.banner {
    padding-top: 56px;
  }

  .grid {
    flex-direction: row;
  }

  .grid-item {
    padding: 12px;
  }

  .grid-item._80.tablet-100, .grid-item._50.tablet-100, .grid-item._33.tablet-100, .grid-item._67.tablet-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._104 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph.large, .link.small {
    font-size: 16px;
  }

  .link.white {
    font-size: 20px;
  }

  .navigation {
    z-index: 9999;
    mix-blend-mode: difference;
  }

  .nav-brand {
    color: var(--black);
    margin-right: 0;
    font-size: 18px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    display: flex;
  }

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

  .nav-link {
    color: var(--black);
    text-align: center;
    margin: 16px 0;
    padding: 4px 0;
    font-size: 22px;
    display: block;
  }

  .nav-link.w--current {
    box-shadow: inset 0 -1px 0 0 var(--black);
    color: var(--black);
  }

  .footer-links-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
  }

  .links-container {
    margin-bottom: 16px;
    margin-left: -8px;
  }

  .footer-items-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56px;
  }

  .footer-small-link {
    font-size: 14px;
  }

  .hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .page-loader-logo.left, .page-loader-logo.right {
    font-size: 20px;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    background-color: var(--white);
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .nav-grid {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contact {
    padding-left: 0;
  }

  .link-arrow.small {
    width: 14px;
    height: 14px;
  }

  .about-img-wrapper {
    width: 20em;
  }

  .about-img-wrapper.s {
    width: 12em;
  }

  .img-position-wrapper {
    margin-top: 40px;
  }

  .accident-heading {
    font-size: 3.7em;
  }

  .home-project-grid {
    grid-template-columns: 1fr;
  }

  .tile-img-wrapper.portfolio-grid, .tile-img-wrapper.blog {
    margin-bottom: 20px;
  }

  .project-arrow {
    bottom: 2em;
    right: 2em;
  }

  .project-cover-tint {
    padding: 2em;
  }

  .slider-mask {
    width: 320px;
  }

  .slider-heading {
    max-width: 50%;
    margin-bottom: 32px;
  }

  .social-icons-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .social-icon-link, .social-icon-link:hover {
    padding: 12px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
  }

  .hamburger-bar {
    background-color: var(--white);
    width: 100%;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
    transition: background-color .3s;
    position: absolute;
  }

  .menu-nav-link-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .footer-img-wrapper {
    width: 100%;
  }

  .projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .inner-title-wrapper {
    width: 100%;
  }

  .back-wrapper {
    margin-bottom: 20px;
  }

  .page-loader-logo-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-loader-divider {
    width: 2px;
  }

  .grid-img-under-rich-text {
    margin-top: 120px;
  }

  .bottom-img {
    width: 20em;
    margin-bottom: 88px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-info-wrapper {
    margin-top: 24px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .blog-content-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-tags-wrapper {
    display: flex;
  }

  .blog-tag {
    padding-right: 8px;
  }

  .blog-tag:last-child {
    padding-right: 0;
  }

  .cursor {
    display: none;
  }

  .hero-image {
    padding: 0;
  }

  .hero-image._80.tablet-100, .hero-image._50.tablet-100, .hero-image._33.tablet-100, .hero-image._67.tablet-100 {
    width: 100%;
  }

  .special.small {
    font-size: 16px;
  }

  .special.white {
    font-size: 2vw;
  }

  .special-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .special-trigger, .special-trigger.default {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .section.case-banner {
    min-height: 80vw;
  }

  .container {
    padding: 48px 12px;
  }

  .container.nav {
    width: 100%;
    padding: 4px 24px;
  }

  .container.inner-hero, .container.case-hero {
    padding-top: 88px;
  }

  .grid {
    flex-direction: column;
    justify-content: flex-start;
  }

  .grid.landscape-reverse {
    flex-flow: wrap-reverse;
  }

  .grid-item._20.landscape-100, .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._25.landscape-100, .grid-item._45 {
    width: 100%;
  }

  .grid-item._45.landscape-hidden {
    display: none;
  }

  .grid-item._45.landsape-100, .grid-item._40.landscape-100, .grid-item._60.landscape-100, .grid-item._55, .grid-item._55.landscape-100, .grid-item._70.landscape-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._56.landscape-hidden {
    display: none;
  }

  .spacer._104 {
    height: 40px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .spacer._184.landscape-hidden {
    display: none;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .button {
    width: 100%;
  }

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

  .footer-links-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-items-wrapper {
    padding-bottom: 0;
  }

  .footer-bottom-wrapper {
    margin-top: 32px;
  }

  .utility-page-content, .menu-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .submit-button {
    width: 100%;
  }

  .hero-description-wrapper {
    justify-content: flex-end;
    max-width: none;
    padding-left: 0%;
  }

  .img-wrapper {
    height: 30em;
  }

  .categories-wrapper {
    margin-top: 3em;
  }

  .flex-vertical.space-between.max-width-400 {
    max-width: none;
  }

  .accident-heading {
    margin-bottom: 24px;
    font-size: 6.4vw;
  }

  .offset-image {
    display: none;
  }

  .wrapper.bottom-border.max-width-400 {
    border-bottom-style: none;
  }

  .wrapper.max-width-400 {
    max-width: none;
  }

  .home-project-grid {
    margin-left: 30%;
  }

  .home-project-grid.one {
    margin-left: 0%;
  }

  .project-arrow {
    width: 24px;
    height: 24px;
    bottom: 20px;
    right: 20px;
  }

  .project-cover-tint {
    padding: 20px;
  }

  .project-tile-heading.portfolio-grid {
    font-size: 16px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    top: -2em;
    right: 2em;
  }

  .slider-slide {
    height: 100%;
  }

  .tags-wrapper {
    margin-bottom: 12px;
  }

  .projects-grid {
    margin-top: 16px;
  }

  .about-image-wrapper {
    margin-top: 24px;
  }

  .rich-text-wrapper {
    padding-left: 20px;
  }

  .grid-img-under-rich-text {
    margin-top: 64px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 16px;
  }

  .blog-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr;
  }

  ._404-img, .hero-image._20.landscape-100, .hero-image._50.landscape-100 {
    width: 100%;
  }

  .hero-image._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-image._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-image._25.landscape-100 {
    width: 100%;
  }

  .hero-image._45.landscape-hidden {
    display: none;
  }

  .hero-image._45.landsape-100, .hero-image._40.landscape-100, .hero-image._60.landscape-100, .hero-image._55.landscape-100, .hero-image._70.landscape-100 {
    width: 100%;
  }

  .hero-text-center {
    justify-content: flex-end;
    padding-bottom: 10%;
  }

  .hero-text {
    font-size: 28px;
  }

  .special.white {
    text-align: center;
    height: 100%;
    font-size: 16px;
  }

  .special-wrapper {
    justify-content: space-between;
  }

  .special-trigger {
    width: 160px;
  }

  .special-grid {
    height: 700px;
  }

  .heading-5 {
    font-size: 24px;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.nav {
    width: 100%;
  }

  .container.hero {
    padding-top: 105px;
  }

  .container.case-hero {
    padding-top: 72px;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-item._50.mobile-100 {
    width: 100%;
  }

  .grid-item._45.landsape-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item._55.landscape-100 {
    padding: 0;
  }

  .grid-item.hero {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer._60 {
    height: 10px;
  }

  .link.white {
    width: 100%;
  }

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

  .links-container {
    flex-flow: column wrap;
    width: 100%;
    display: flex;
  }

  .footer-items-wrapper {
    padding-bottom: 0;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-nav {
    background-color: var(--light-gold);
    box-shadow: none;
    opacity: 1;
    filter: grayscale() contrast(200%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .slider-slide-wrapper {
    padding: 24px 16px;
  }

  .footer-contact {
    margin-top: 12px;
  }

  .hero-description-wrapper {
    padding-left: 0%;
  }

  .category-item.without-border {
    width: 100%;
  }

  .aspect-ratio-height.project.case {
    padding-top: 50%;
  }

  .categories-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-bottom: 16px;
  }

  .flex-vertical {
    width: 100%;
  }

  .offset-image-wrapper.mobile-hidden {
    display: none;
  }

  .vertical-wrapper {
    width: 100%;
  }

  .home-project-grid {
    margin-left: 0%;
  }

  .tile-img-wrapper.portfolio-grid, .tile-img-wrapper.blog {
    margin-bottom: 12px;
  }

  .slider {
    margin-bottom: 56px;
  }

  .slider-mask {
    width: 90%;
    max-width: 280px;
    margin-left: -8px;
  }

  .slider-arrow {
    inset: auto auto -64px 0%;
  }

  .slider-arrow.right {
    inset: auto 0% -64px auto;
  }

  .slider-heading {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .slide-heading {
    font-size: 18px;
  }

  .slider-slide {
    margin-left: 8px;
    margin-right: 8px;
  }

  .experience-wrapper {
    flex-wrap: wrap;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .flex-horizontal.fields {
    flex-direction: column;
  }

  .projects-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .category-link-cell {
    width: 100%;
  }

  .case-title-wrapper {
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .case-info-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .case-description-wrapper {
    width: 100%;
  }

  .case-date-wrapper {
    width: 50%;
    margin-top: 24px;
  }

  .grid-images {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1.5fr 1fr;
  }

  .grid-image-and-content {
    grid-template-columns: 100%;
  }

  .grid-img-wrapper {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .rich-text-wrapper {
    padding-left: 0;
  }

  .grid-img-under-rich-text {
    height: 36em;
    margin-top: 64px;
  }

  .case-bottom-images-wrapper {
    flex-direction: row;
  }

  .bottom-img {
    width: 60%;
    margin-bottom: 56px;
  }

  .bottom-img.bottom {
    width: 30%;
    margin-right: 0;
  }

  .blog-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .hero-image._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-image._50.mobile-100 {
    width: 100%;
  }

  .hero-text-center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    place-content: center flex-end;
    width: 100%;
    padding-bottom: 20%;
  }

  .hero-text {
    clear: none;
    direction: ltr;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: normal;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 90%;
    font-size: 16px;
    overflow: visible;
  }

  .hero-text.mid-small {
    font-size: 16px;
  }

  .special.white {
    width: 100%;
    font-size: 16px;
  }

  .special-trigger, .special-trigger.default {
    width: 140px;
  }

  .special-grid {
    height: 760px;
  }
}

#w-node-d26574ea-5fa4-8d55-8b3c-5f4b66f2603f-fe249977, #w-node-_894eaab5-d03e-90e9-7e43-461ebecaeb74-fe249978, #w-node-_80242fa1-ffc7-3266-ff76-0ed869957a9d-fe249978, #w-node-_2b2f37f3-1827-66e3-39f5-d882f5f7628e-fe249978, #w-node-_45ca5d7e-e679-ddc4-1831-9b8754ceaccc-fe249978, #w-node-_63fae941-567e-a355-9245-6fd5f0a33d13-fe249979, #w-node-_9fc2cbb8-6386-bbff-d017-a3ebb7bcac21-fe249979, #w-node-e142483a-2a4c-ef59-b458-ffd4b0e7d019-fe249979, #w-node-_9dc7c36a-f25a-fc2a-4226-5c1d52dffa1b-fe249979, #w-node-_3f4b2bea-4269-e09a-a167-a45eccb9c6c8-fe249979 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


