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

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

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

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

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

h1 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1.5;
}

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

h3 {
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, 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: Poppins, sans-serif;
  font-size: 16px;
  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: auto;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.section.dark-bg.section-2, .section.dark-bg.section-3 {
  background-color: var(--brand--bg);
  height: auto;
}

.section.dark-bg.section-3-2 {
  background-color: var(--gray-90);
  background-image: linear-gradient(180deg, var(--gray-90), var(--brand-primary));
  height: auto;
}

.section.dark-bg.section-3-3 {
  background-color: var(--brand-secondary);
  height: auto;
}

.section.dark-bg.section-3-4 {
  background-color: var(--grey-15);
  height: auto;
}

.section.dark-bg.footer {
  flex: 1;
  height: auto;
}

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

.section.grey-bg.company, .section.grey-bg.learn {
  height: auto;
}

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

.section.terms-of-use {
  height: auto;
}

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

.container.nav {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff0d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.container.inner-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 7em;
  display: flex;
}

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

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

.container.without-top-padding {
  padding-top: 6em;
  padding-bottom: 6em;
}

.container.without-top-padding.company {
  background-color: var(--gray-90);
  flex-flow: wrap;
  display: flex;
}

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

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

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

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.grid.landscape-reverse {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.grid.hero {
  background-image: linear-gradient(#fff3, #fff3);
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}

.grid.company {
  flex-flow: row;
}

.grid-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

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

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

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

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

.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._40.landscape-100 {
  width: auto;
}

.grid-item._40.landscape-100.block {
  background-color: var(--brand-primary);
  width: 40px;
  height: 40px;
}

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

.grid-item._60.landscape-100 {
  box-sizing: border-box;
  flex: 0 auto;
  width: auto;
}

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

.grid-item._55.landscape-100.company {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.grid-item.hero-image {
  width: 100vw;
  padding: 2.5em 0;
}

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

.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.large {
  color: var(--grey-80);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.paragraph.large._100 {
  color: var(--grey-80);
  font-size: 24px;
  line-height: 1.6;
}

.paragraph.large.extra {
  font-size: 40px;
  font-weight: 600;
}

.paragraph.small {
  font-family: Zen Kaku Gothic New, sans-serif;
}

.paragraph.small.medium {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.paragraph.small.medium.plan {
  font-size: 24px;
}

.paragraph.extra-small {
  color: var(--grey-80);
  -webkit-text-stroke-color: var(--black);
  font-size: 12px;
}

.paragraph.extra-small.grey {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.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, sans-serif;
  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 {
  background-color: var(--black);
  border-radius: 9px;
  width: 30%;
  min-width: 200px;
  max-width: 300px;
  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: normal;
  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.dark {
  color: var(--black);
}

.menu-button {
  float: none;
}

.nav-link {
  color: var(--gray-90);
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 4px;
  font-family: Zen Kaku Gothic New, sans-serif;
  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(--brand-secondary);
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  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: none;
}

.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: 2em;
  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(--brand--tertiary);
  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 {
  display: none;
}

.page-loader-logo.right {
  letter-spacing: 4px;
  font-family: Agencyfb Reg, Impact, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.grey {
  color: var(--grey-60);
  -webkit-text-stroke-color: var(--grey-80);
}

.rich-text {
  width: 100%;
}

.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;
  color: var(--white);
  text-shadow: 0 16px 0 var(--white);
  font-family: Zen Kaku Gothic New, sans-serif;
  position: relative;
}

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

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

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

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

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

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

.slider-slide-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey-20);
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 800px;
  padding: 32px 24px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.slider-slide-wrapper:hover {
  border-color: var(--black);
  background-color: var(--brand-primary);
  color: var(--white);
}

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

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-field:hover {
  border-bottom-color: var(--black);
  background-color: var(--gray-90);
  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-20);
  -webkit-text-stroke-color: var(--grey-20);
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 300;
}

.text-field.text-area {
  min-height: 120px;
  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: var(--gray-90);
  border-style: none;
  border-color: #000;
  padding-left: 20px;
}

.select-field:focus {
  border-bottom-color: var(--grey-15);
  color: var(--gray-90);
  font-family: Zen Kaku Gothic New, sans-serif;
}

.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;
  border-radius: 8px;
  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 {
  object-fit: cover;
  height: 40vw;
  overflow: hidden;
}

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

.hero-description-wrapper {
  align-items: flex-end;
  max-width: 390px;
  height: 100%;
  display: flex;
}

.text-red-line {
  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 {
  justify-content: flex-start;
  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: 8.75em;
}

.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 {
  flex-direction: column;
  display: flex;
}

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

.wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.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;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
}

.slider-mask {
  box-sizing: border-box;
  float: none;
  width: 400px;
  margin-left: -1em;
  position: static;
  overflow: visible;
}

.hidden {
  display: none;
}

.opacity-60 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: .8;
  flex-flow: column;
  display: flex;
}

.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: none;
  margin-bottom: 3em;
  font-size: 1vw;
}

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

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

.slider-slide {
  float: none;
  clear: none;
  vertical-align: baseline;
  height: auto;
  margin-left: 1em;
  margin-right: 1em;
  overflow: visible;
}

.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;
  font-family: Zen Kaku Gothic New, sans-serif;
}

.experience-wrapper {
  border-top: 1px none var(--grey-20);
  border-bottom: 1px solid var(--grey-20);
  justify-content: space-between;
  align-items: flex-start;
  min-width: 320px;
  padding-top: 8px;
  padding-bottom: 8px;
  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;
}

.img-center-wrapper.catch-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
}

.succsess-message {
  background-color: var(--grey-80);
  opacity: 1;
  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 {
  display: flex;
}

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

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

.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(--grey-60);
  width: 1px;
  height: 32px;
  margin-top: .9em;
  margin-bottom: .9em;
}

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

.nav-logo-text._4 {
  color: var(--gray-90);
  letter-spacing: 3px;
  font-family: Agencyfb Reg, Impact, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.nav-logo-wrapper._2 {
  align-items: center;
}

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

.footer-img {
  transform-origin: 50% 0;
  object-fit: cover;
  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: none;
}

.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(--black);
  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 {
  background-color: var(--white);
  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%;
}

.image-2 {
  width: 50px;
  height: 50px;
}

.body {
  background-color: #f0efee;
}

.image-3 {
  width: 100%;
  height: 120px;
}

.image-about {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 40%;
  min-width: auto;
  height: 240px;
}

.heading {
  font-size: 2.2em;
  font-weight: 500;
}

.heading.about {
  color: var(--brand-secondary);
  font-family: Poppins, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
}

.heading-2 {
  color: var(--brand-primary);
  text-align: center;
  letter-spacing: 20px;
  font-family: Agencyfb Reg, Impact, sans-serif;
  font-size: 6em;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.div-block-2.about-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-right: 2em;
}

.div-block-2.about-text-wrapper.right {
  padding-left: 2em;
  padding-right: 0;
}

.about-text {
  color: var(--grey-8-81);
  font-size: 20px;
  font-weight: 400;
}

.about-container {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  padding-bottom: 11em;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.image-plan {
  object-fit: fill;
  width: 100%;
  height: auto;
  max-height: none;
  overflow: clip;
}

.image-4 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 200px;
}

.company-image-wrapper {
  width: 100%;
}

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

.heading-3.company-text {
  color: var(--grey-40);
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.catch-heading {
  width: 100%;
}

.catch-heading.second-line {
  color: var(--grey-80);
}

.image-5 {
  width: 48px;
}

.text-block-2 {
  display: block;
}

.image-6 {
  padding: 12px;
}

.image-6.company {
  width: 100%;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-image {
  width: 80%;
}

.bold-text {
  color: var(--brand-secondary);
  font-size: 32px;
}

.heading-5 {
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #1f35b6, #30d2ff 54%, #c79e35 89%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-weight: 700;
}

.main-image {
  width: 10vw;
  min-width: 200px;
  max-width: 400px;
  min-height: auto;
}

.bg-image {
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.statement-wrapper {
  flex-flow: column;
  display: flex;
}

.statement-wrapper._1, .statement-wrapper._2 {
  width: 60%;
}

.statement-title {
  color: var(--brand-primary);
  letter-spacing: 4px;
  font-size: 40px;
  font-weight: 500;
}

.statements-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contents-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contents-image {
  box-shadow: none;
  object-fit: cover;
  border-radius: 8px;
  width: 35%;
  height: 400px;
}

.pillar-title {
  color: var(--brand-primary);
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: 600;
}

.pillar-title.gold {
  color: var(--brand--tertiary);
}

.impact {
  color: var(--brand-primary);
  text-align: center;
}

.visions {
  color: var(--grey-60);
  text-align: center;
}

.heading-6 {
  direction: ltr;
  text-align: left;
  letter-spacing: 12px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

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

.footer-link {
  color: var(--white);
  font-size: 16px;
  transition: color .425s;
}

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

@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-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;
    background-color: var(--white);
    mix-blend-mode: normal;
  }

  .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(--black);
    width: 100%;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
    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;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .section.grey-bg.company {
    padding: 0;
  }

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

  .container {
    padding: 48px 12px;
  }

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

  .container.inner-hero {
    padding-top: 0;
  }

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

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

  .grid.landscape-reverse._1 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .grid.company {
    flex-flow: column;
  }

  .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 {
    width: 100%;
  }

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

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

  .grid-item._40.landscape-100.block {
    order: 1;
  }

  .grid-item._60.landscape-100, .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: 20px;
  }

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

  .paragraph.large._100 {
    font-size: 20px;
  }

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

  .slider-slide-wrapper {
    overflow: scroll;
  }

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

  .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 {
    overflow: visible;
  }

  .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 {
    width: 100%;
  }

  .image-about {
    order: 1;
    width: 100%;
  }

  .heading.about {
    width: auto;
    font-size: 32px;
  }

  .div-block {
    flex-flow: column;
  }

  .about-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .vision-image {
    width: 100%;
  }

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

  .statement-wrapper._1 {
    width: 100%;
  }

  .statement-wrapper._2 {
    order: 1;
    width: 100%;
  }

  .statement-title {
    font-size: 32px;
  }

  .contents-wrapper {
    flex-flow: wrap;
  }

  .contents-image {
    width: 100%;
    height: 300px;
  }
}

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

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

  h3 {
    font-size: 24px;
  }

  .section.dark-bg.footer {
    width: 100%;
  }

  .section.grey-bg.company {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding: 0 12px;
  }

  .container.nav {
    width: 100%;
  }

  .container.inner-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container.without-top-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid.landscape-reverse._1 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .grid.company {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

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

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

  .grid-item._40.landscape-100.block {
    order: 1;
  }

  .spacer._40 {
    height: 20px;
  }

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

  .link.white {
    width: 100%;
  }

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

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

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

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

  .page-overlay {
    display: none;
  }

  .slider-slide-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    padding: 12px 16px;
  }

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

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

  .text-field, .text-field.text-area {
    font-size: 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.space-between {
    min-width: 300px;
  }

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

  .vertical-wrapper {
    width: 100%;
  }

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

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

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

  .slider {
    flex: 1;
    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 {
    aspect-ratio: auto;
    height: 100%;
    margin-left: 8px;
    margin-right: 8px;
    overflow: auto;
  }

  .tags-wrapper {
    flex-flow: column;
  }

  .experience-wrapper {
    flex-wrap: wrap;
    min-width: 260px;
  }

  .section-img-container {
    flex-direction: column;
  }

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

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

  .nav-logo-text._4 {
    font-size: 20px;
  }

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

  .image-about {
    order: 1;
    width: 90%;
    min-width: 0;
    max-width: none;
  }

  .heading.about {
    letter-spacing: 4px;
    width: 100%;
    font-size: 32px;
  }

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

  .div-block {
    flex-flow: wrap;
    flex: 0 auto;
  }

  .about-text {
    font-size: 18px;
  }

  .about-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .heading-4 {
    font-size: 16px;
  }

  .image-6.company {
    width: 100%;
  }

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

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

  .statement-wrapper._1, .statement-wrapper._2 {
    width: 100%;
  }

  .statement-title {
    font-size: 32px;
  }

  .statements-flex-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contents-image {
    width: 100%;
    height: 200px;
  }

  .contents-image._2 {
    order: -1;
  }

  .bold-text-2 {
    box-sizing: border-box;
    width: 90%;
  }
}

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

#w-node-_7d774e4b-1205-463b-7fe3-d095761ead29-e3791011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_77cd284e-601e-8a40-97ac-6518cb759e64-e3791011 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-e3791011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agencyfb Reg';
  src: url('../fonts/agencyfb_reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agencyfb';
  src: url('../fonts/agencyfb_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}