:root {
  --brand--bg: whitesmoke;
  --black: #131417;
  --brand-primary: #142218;
  --grey-80: #4d4e50;
  --white: white;
  --grey-15: #ecedf1;
  --white-50: rgba(255, 255, 255, .5);
  --grey-8-81: #f8f9fa;
  --grey-60: #828283;
  --grey-40: #9fa0a3;
  --grey-20: #cfd1d7;
  --white-25: rgba(255, 255, 255, .25);
  --white-75: rgba(255, 255, 255, .75);
  --brand-secondary: #c0e3d1;
  --brand--tertiary: #93887c;
  --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 {
  background-color: var(--brand--bg);
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.36;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.36;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.36;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

a {
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

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

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

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

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

.container.hero {
  padding-top: 25em;
  padding-bottom: 6em;
  display: flex;
}

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

.container.footer {
  flex-direction: column;
  align-items: center;
  padding-top: 6.5em;
  padding-bottom: 2em;
  display: flex;
}

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

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

.container.no-bottom {
  padding-bottom: 4em;
}

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

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

.grid-item {
  width: 100%;
  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._33.footer-2, .grid-item._33.footer-3 {
  display: none;
}

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

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

.page-wrapper {
  z-index: 1;
  background-color: var(--brand--bg);
  border-radius: 2em;
  margin-bottom: -2em;
  position: relative;
  overflow: hidden;
}

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

.small {
  font-size: 14px;
}

.sg-block {
  justify-items: start;
  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.dark-bg {
  background-color: var(--black);
  color: var(--grey-8-81);
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
}

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

.paragraph.large.text-weight-light {
  font-size: 18px;
}

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

.paragraph.small.text-weight-semi {
  font-weight: 600;
}

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

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

.paragraph.about-description {
  font-size: 1.1em;
}

.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: -.01em;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.link.small {
  font-size: 12px;
}

.link.small:visited {
  color: var(--black);
}

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

.link.nav {
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.link.nav:hover {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.link.medium {
  font-size: 14px;
}

.link.extra-small {
  font-size: 11px;
}

.color-block {
  width: 100%;
  height: 16vw;
  background-color: var(--black);
  color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  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.white-75 {
  background-color: var(--white-75);
  color: var(--black);
}

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

.button-bin {
  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-bin.submit {
  padding: 0;
}

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

.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 {
  width: 100%;
  height: 100%;
  background-color: var(--grey-20);
  border-radius: 8px;
}

.navigation {
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-brand {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

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

.nav-brand.w--current {
  transition: none;
}

.nav-brand.sg {
  color: var(--white);
}

.menu-button {
  float: none;
}

.nav-link-text {
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-shadow: 0 12px #000;
  padding: 0;
  transition: color .3s;
}

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

.nav-link-text.text-shadow-light {
  text-shadow: 0 11px 0 var(--white);
}

.nav-link-text.text-shadow-light.non-capitilized, .nav-link-text.non-capitalized {
  text-transform: none;
}

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

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

.footer-links-container {
  grid-column-gap: 2em;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  display: none;
}

.footer-bottom-wrapper {
  height: 100%;
  color: var(--grey-60);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper.right-align {
  justify-content: flex-end;
}

.footer-bottom-wrapper.center-align {
  grid-column-gap: 12px;
  justify-content: center;
}

.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 {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.page-overlay {
  z-index: 99999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 2em;
  display: flex;
  overflow: hidden;
}

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

.rich-text h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.rich-text p {
  margin-bottom: 64px;
}

.rich-text h4 {
  margin-bottom: 16px;
  font-size: 20px;
}

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

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
}

.rich-text h5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.rich-text h6 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.rich-text figure {
  margin-bottom: 32px;
}

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

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

.overlay-transition {
  width: 100%;
  height: 100%;
  background-color: var(--grey-15);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.decorative {
  font-size: 3em;
  line-height: 1.36;
}

.decorative.large {
  font-size: 6.5em;
}

._404-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.error-message {
  color: #fc2b2b;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 14px;
}

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

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

.text-field {
  height: 48px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  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::-ms-input-placeholder {
  color: var(--grey-60);
}

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

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

.text-field.light:hover {
  border-bottom-color: var(--grey-15);
  background-color: var(--grey-15);
}

.text-field.light:focus {
  border-bottom-color: var(--black);
  background-color: var(--grey-15);
  color: var(--black);
}

.select-field {
  height: 56px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  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);
}

.select-field.light:hover {
  background-color: var(--grey-15);
}

.select-field.light:focus {
  background-color: var(--grey-15);
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

.link-text-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.link-floating-text {
  text-shadow: 0 17px #000;
  line-height: 1;
}

.link-floating-text.shadow-medium {
  text-shadow: 0 15px 0 var(--black);
}

.link-floating-text.shadow-extra-small {
  text-shadow: 0 12px #000;
}

.link-floating-text.shadow-small {
  text-shadow: 0 13px #000;
}

.link-floating-text.text-shadow-light, .link-floating-text.shadow-medium-light {
  text-shadow: 0 15px 0 var(--white);
}

.sg-link-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.flex-vertical.full-hight {
  height: 100%;
  justify-content: center;
}

.flex-vertical.full-hight.space-between {
  justify-content: space-between;
}

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

.tag {
  border: 1px solid var(--grey-80);
  text-align: center;
  border-radius: 50em;
  align-self: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 10px;
  display: flex;
}

.tag.category {
  padding: 8px 12px;
  font-size: 12px;
  transition: color .3s, background-color .3s;
}

.tag.category:hover, .tag.category.w--current {
  background-color: var(--black);
  color: var(--white);
}

.succsess-message {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 3em;
}

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

.flex-horizontal {
  align-self: stretch;
  display: none;
}

.flex-horizontal.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: none;
}

.flex-horizontal.justify-center {
  justify-content: center;
}

.flex-horizontal.gap-medium {
  grid-column-gap: 20px;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.flex-horizontal.align-bottom.justify-space-between {
  justify-content: space-between;
  display: block;
}

.flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.flex-horizontal.justify-space-between.align-baseline {
  align-items: baseline;
  display: flex;
}

.nav-link-wrapper {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.nav-link-wrapper.w--current {
  color: var(--grey-60);
}

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

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

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

.cursor-dot-1 {
  z-index: 9999;
  width: 112px;
  height: 112px;
  border: 1px solid var(--brand-primary);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: rgba(0, 0, 0, 0);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
  transform: scale(.2);
}

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

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

.cursor {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-1 {
  font-size: 2.5em;
  line-height: 1.36;
}

.title-2 {
  font-size: 2em;
  line-height: 1.36;
}

.title-3 {
  font-size: 1.5em;
  line-height: 1.36;
}

.title-4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.36;
}

.title-5 {
  font-size: 16px;
  line-height: 1.36;
}

.title-6 {
  font-size: 14px;
  line-height: 1.4;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-medium {
  font-weight: 500;
}

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: none;
  white-space: nowrap;
  border-radius: 50em;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.button.stroke {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.stroke.white {
  border-color: var(--white);
  color: var(--white);
}

.button.submit {
  font-weight: 400;
  position: relative;
}

.nav-link-stack {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link-stack.header {
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

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

.full-bleed-case-link {
  width: 100%;
  display: flex;
}

.grid-case-link {
  width: 100%;
}

.all-button {
  width: 4em;
  height: 4em;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  display: flex;
  position: relative;
}

.instagram-link-wrapper {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.caption {
  font-size: 12px;
  line-height: 1.5;
}

.contact-us-input {
  width: auto;
  color: rgba(13, 13, 13, .4);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(13, 13, 13, .1);
  margin-bottom: 9px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 500;
  transition: opacity .3s;
  display: inline-block;
}

.contact-us-input:focus {
  color: #0d0d0d;
  border-bottom-color: #0d0d0d;
}

.contact-us-input::-ms-input-placeholder {
  color: rgba(13, 13, 13, .2);
}

.contact-us-input::placeholder {
  color: rgba(13, 13, 13, .2);
}

.contact-us-input.budget {
  width: 100px;
}

.contact-us-input.email, .contact-us-input.date, .contact-us-input.project {
  width: 250px;
}

.contact-us-header {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact-us-text {
  opacity: .8;
  text-transform: none;
  margin-right: 8px;
  font-size: 20px;
  font-weight: 500;
  display: inline;
}

.contact-us-overlay {
  height: 100%;
  cursor: pointer;
  background-color: rgba(13, 13, 13, 0);
  flex: 1;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-us-scroll-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
}

.contact-us-close-link {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.contact-us-container {
  width: 640px;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .6);
  flex-direction: column;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.contact-us-wrapper {
  z-index: 9998;
  width: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.close-icon, .logo-loader-img {
  width: 100%;
  height: 100%;
}

.floating-item {
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
  display: block;
}

.floating-item.w--current {
  background-color: var(--black);
  color: var(--white);
}

.case-img-item {
  width: 50%;
  height: 29em;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.case-img-item:first-child {
  width: 100%;
}

.main-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: start;
  display: grid;
}

.nav-social-links-wrapper {
  grid-column-gap: 12px;
  display: flex;
}

.menu-links-wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50em;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  padding: 4px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.letter-logo.last {
  margin-right: 4px;
}

.nav-location {
  color: var(--grey-40);
  font-size: 12px;
  display: flex;
}

._1st-col-max-width {
  max-width: 180px;
}

._1st-col-max-width.top-margin-m {
  margin-top: 1.25em;
}

.bilboard-heading {
  font-size: 5em;
}

.project-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  display: flex;
}

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

.project-item {
  width: 100%;
  height: 34em;
  border-radius: 1.5em;
  flex: 0 auto;
  overflow: hidden;
}

.project-item:nth-child(2n) {
  flex: 1;
}

.project-item:first-child {
  width: 100%;
}

.project-item.categories {
  width: 100%;
  min-width: auto;
}

.project-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/Frame-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.project-link.mbdda {
  background-image: url('../images/Frame-15.jpg');
}

.project-link.mbds {
  background-image: url('../images/Frame-27.jpg');
}

.project-link.sfds {
  background-image: url('../images/Frame-17.jpg');
  background-position: 100% 100%;
}

.span-text-highlight {
  border: 1px solid #000;
  border-radius: 50em;
  padding: .1em .4em;
  display: inline-block;
}

.content-flex-col {
  max-width: 35em;
}

.content-flex-col.fixed {
  max-width: 40em;
}

.overflow-hidden {
  overflow: hidden;
}

.full-width-img {
  width: 100%;
  height: 42em;
  object-fit: cover;
}

.row-item {
  width: 100%;
  border-bottom: 1px solid var(--grey-20);
  justify-content: space-between;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.row-item.base-line-align {
  align-items: baseline;
}

.row-items-wrapper {
  margin-top: -1.5em;
}

.row-title {
  font-size: 1.3em;
}

.row-title.small {
  width: 50%;
  max-width: 35em;
  font-size: 1em;
}

.row-title.small.right-align {
  direction: ltr;
  text-align: right;
}

.flex-item-33 {
  width: 33%;
}

.flex-item-33.right {
  text-align: right;
}

.flex-item-33.center {
  text-align: center;
}

.footer-contact-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.contact-email-link {
  font-size: 56px;
}

.contact-email-text-shadow {
  text-shadow: 0 56px #fff;
}

.social-nav.small {
  font-size: 12px;
}

.social-nav.small.text-color-grey-60 {
  text-align: right;
}

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

.project-top-info-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.project-additional-info {
  color: var(--white);
  background-color: rgba(19, 20, 23, .32);
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
}

.cases-wrapper {
  margin-top: 24px;
}

.cv-item {
  margin-bottom: 3em;
}

.about-image {
  width: 100%;
  border-radius: 1.5em;
  margin-top: 3em;
}

.case-hero-img-wrapper {
  width: 100%;
  height: 80vh;
  border-radius: 1.5em;
  margin-bottom: 2em;
  overflow: hidden;
}

.case-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.text-client {
  margin-right: 4px;
  font-size: 12px;
  font-weight: 600;
}

.case-description {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.3;
}

.case-description-wrapper {
  margin-top: 3.5em;
}

.case-img {
  border-radius: 1.5em;
}

.case-img.hidden {
  display: none;
}

.case-images-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-img-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-project-wrapper {
  background-color: var(--white);
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.next-project-collection-list {
  width: 100%;
  height: 85vh;
  align-items: flex-end;
  display: flex;
}

.next-project-item {
  width: 100%;
  height: 100%;
}

.next-project-link {
  width: 100%;
  height: 85vh;
  background-color: #fff;
  border-radius: 1.5em;
  flex-direction: column;
  padding: 1em;
  display: flex;
}

.next-project-img-wrapper {
  width: 100%;
  border-radius: 1em;
  flex: 1;
  overflow: hidden;
}

.next-project-info {
  padding: 2em;
  overflow: hidden;
}

.next-project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-social-wrapper {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  display: flex;
}

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

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

.get-template-link {
  z-index: 2;
  height: 2.6rem;
  min-width: 7.7rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #131417;
  background-color: rgba(232, 232, 232, .4);
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  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%;
}

.footer-spacer {
  height: 43.3em;
}

.empty-hidden {
  display: none;
}

.project-second-info-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.call-out {
  font-size: 6em;
}

.paragraph-2, .heading {
  font-size: 16px;
}

.main-grid-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.text-body {
  font-size: 2vw;
}

.text-only-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  padding: 8em 2.5em;
  display: grid;
}

.next-section {
  width: 100%;
}

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

.image-section {
  width: 100%;
}

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

.text-block-section {
  width: 100%;
}

.text-block-section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.rich-text-paragraph {
  color: var(--black);
  font-size: 2px;
}

.project-hero-section {
  width: 100%;
}

.project-hero-section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.case-content-wrapper {
  margin-top: 0;
}

.case-section-title {
  align-self: stretch;
  display: flex;
}

.case-section-title.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
}

.case-section-title.justify-center {
  justify-content: center;
}

.case-section-title.gap-medium {
  grid-column-gap: 20px;
}

.case-section-title.align-bottom {
  align-items: flex-end;
}

.case-section-title.align-bottom.justify-space-between, .case-section-title.justify-space-between {
  justify-content: space-between;
}

.case-section-title.justify-space-between.align-baseline {
  align-items: baseline;
}

.next-case-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 1.5em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.4;
}

.html-embed-2 {
  white-space: normal;
  object-fit: contain;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.html-embed-2.blue {
  background-color: #cee9fe;
}

.html-embed-2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block {
  height: auto;
  border-radius: 1.5em;
  overflow: hidden;
}

.main-nav-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.projects-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-wrapper {
  height: 50vh;
  border-radius: 1.5em;
  overflow: hidden;
}

.html-embed-3, .html-embed-4 {
  background-color: #fff;
}

.html-embed-5 {
  width: 100%;
  height: auto;
  white-space: normal;
  object-fit: contain;
  border-radius: 1.5em;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.div-block-2 {
  width: 100%;
  height: 500px;
  background-color: #fff;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  width: 20vw;
  height: 20vh;
}

.image-caption {
  width: 70%;
  text-align: center;
  margin-top: 8px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  font-size: 1.2em;
}

.stat {
  font-size: 32px;
  font-weight: 400;
}

.div-block-4 {
  display: flex;
}

.info-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.floating-item-2 {
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
  display: block;
}

.floating-item-2.w--current {
  color: #fff;
  background-color: #131417;
}

.nav-location-2 {
  color: #9fa0a3;
  font-size: 12px;
}

.main-grid-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

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

.menu-links-wrapper-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50em;
  padding: 4px;
  display: flex;
  position: relative;
}

.menu-nav-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-2 {
  z-index: 1;
  max-width: none;
  padding: 8.5em 2.5em;
  position: relative;
}

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

.nav-brand-2 {
  color: #131417;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

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

.nav-link-text-2 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-shadow: 0 12px #000;
  padding: 0;
  transition: color .3s;
}

.nav-link-text-2.w--current {
  color: #fff;
  box-shadow: inset 0 -1px #fff;
}

.nav-link-wrapper-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.nav-link-wrapper-2.w--current {
  color: #828283;
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding: 72px 24px;
  }

  .container.nav {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

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

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

  .container.footer {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .container.case-hero {
    padding-top: 66px;
    padding-bottom: 24px;
  }

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

  .grid-item._33.footer-center {
    width: 100%;
    order: -1;
  }

  .grid-item._33.footer-2, .grid-item._33.footer-3 {
    width: 50%;
  }

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

  .page-wrapper {
    border-radius: 20px;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._104, .spacer._112 {
    height: 64px;
  }

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

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

  .paragraph.about-description {
    font-size: .8rem;
  }

  .link.small {
    font-size: 12px;
  }

  .navigation {
    z-index: 9999;
    background-color: var(--brand--bg);
    mix-blend-mode: normal;
    position: fixed;
  }

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

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

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: block;
  }

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

  .nav-link-text.text-shadow-light {
    text-shadow: 0 17px 0 var(--white);
  }

  .nav-link-text.header {
    text-shadow: 0 19px #000;
    font-size: 18px;
  }

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

  .footer-links-container {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2.5fr 1fr;
    justify-content: center;
  }

  .footer-bottom-wrapper {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom-wrapper.center-align {
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-bottom: 56px;
  }

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

  .logo-loader-wrapper {
    height: 24px;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    height: 100vh;
    min-height: 0;
    background-color: var(--brand--bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 24px 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .decorative {
    font-size: 4em;
  }

  .brand-logo-wrapper {
    z-index: 999;
    position: relative;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .tag {
    font-size: 10px;
  }

  .succsess-message {
    font-size: 32px;
  }

  .social-icon-link {
    padding-left: 0;
    padding-right: 0;
  }

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

  .flex-horizontal {
    display: none;
  }

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

  .hamburger-bar._1, .hamburger-bar._2 {
    height: 2px;
  }

  .nav-link-wrapper {
    font-size: 14px;
  }

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

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

  .cursor {
    display: none;
  }

  .title-1 {
    font-size: 4em;
  }

  .title-4 {
    font-size: 14px;
  }

  .nav-link-stack.header {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 32px;
  }

  .all-button {
    width: 48px;
    height: 48px;
    padding: 14px;
  }

  .contact-us-input {
    font-size: 20px;
  }

  .contact-us-header {
    margin-bottom: 32px;
  }

  .contact-us-text {
    font-size: 18px;
  }

  .contact-us-scroll-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
  }

  .contact-us-wrapper {
    z-index: 9999;
    height: 100vh;
    overflow: scroll;
  }

  .logo-loader-img {
    font-size: 18px;
  }

  .floating-item {
    padding: 12px 20px;
    font-size: 20px;
  }

  .main-grid {
    grid-template-columns: .5fr .75fr;
  }

  .nav-social-links-wrapper {
    grid-column-gap: 20px;
  }

  .menu-links-wrapper {
    height: 80%;
    grid-row-gap: 8px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-location {
    font-size: 10px;
  }

  .project-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .project-item {
    height: 38vw;
    border-radius: 20px;
  }

  .project-link {
    padding: 20px;
  }

  .content-flex-col {
    max-width: 290px;
  }

  .row-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .row-title {
    font-size: 16px;
  }

  .row-title.small {
    font-size: .8rem;
  }

  .footer-contact-wrapper.animation-reveal-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-additional-info {
    font-size: 12px;
  }

  .case-hero-img-wrapper {
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .case-description {
    font-size: 20px;
  }

  .case-img {
    border-radius: 20px;
  }

  .case-images-wrapper {
    grid-row-gap: 16px;
  }

  .case-img-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .next-project-wrapper {
    border-radius: 20px;
  }

  .next-project-collection-list {
    height: 75vh;
  }

  .next-project-img-wrapper {
    border-radius: 16px;
  }

  .contact-us-social-wrapper {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2.5fr 1fr;
    justify-content: center;
  }

  .main-grid-copy, .text-only-grid {
    grid-template-columns: .5fr .75fr;
  }

  .next-case-wrapper {
    grid-row-gap: 16px;
  }

  .main-nav-grid {
    grid-template-columns: .5fr .75fr;
    justify-content: space-between;
  }

  .floating-item-2 {
    padding: 12px 20px;
    font-size: 20px;
  }

  .nav-location-2 {
    font-size: 10px;
  }

  .main-grid-2 {
    grid-template-columns: .5fr .75fr;
  }

  .brand-logo-wrapper-2 {
    z-index: 999;
    position: relative;
  }

  .menu-links-wrapper-2 {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-nav-2 {
    height: 100vh;
    min-height: 0;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 24px 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .container-2 {
    padding: 72px 24px;
  }

  .container-2.nav {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .hamburger-bar-2 {
    width: 100%;
    height: 5px;
    background-color: #131417;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .hamburger-bar-2._2, .hamburger-bar-2._1 {
    height: 2px;
  }

  .nav-brand-2 {
    height: 20px;
    color: #131417;
    margin-right: 0;
    font-size: 16px;
  }

  .nav-link-text-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: block;
  }

  .nav-link-text-2.w--current {
    color: #131417;
    box-shadow: inset 0 -1px #131417;
  }

  .nav-link-text-2.header {
    text-shadow: 0 19px #000;
    font-size: 18px;
  }

  .nav-link-wrapper-2 {
    font-size: 14px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding: 56px 20px;
  }

  .container.nav {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

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

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

  .spacer._32 {
    height: 20px;
  }

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

  .spacer._64 {
    height: 48px;
  }

  .spacer._56 {
    display: none;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._40 {
    height: 24px;
  }

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

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

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

  .link {
    font-size: 14px;
  }

  .button-bin {
    width: 100%;
  }

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

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

  .footer-bottom-wrapper.center-align {
    margin-bottom: 72px;
  }

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

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 20px;
  }

  .rich-text h5 {
    font-size: 16px;
  }

  .rich-text h6 {
    font-size: 14px;
  }

  .menu-nav {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .decorative {
    font-size: 32px;
  }

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

  .changelog-wrapper {
    padding: 24px;
  }

  .submit-button {
    width: 100%;
  }

  .link-floating-text {
    text-shadow: 0 15px #000;
  }

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

  .flex-horizontal, .flex-horizontal.gap-medium {
    display: none;
  }

  .flex-horizontal.align-bottom.justify-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .full-bleed-case-link {
    flex-direction: column-reverse;
  }

  .contact-us-input {
    width: 182px;
  }

  .contact-us-input.email {
    width: 259px;
  }

  .contact-us-input.project {
    width: 260px;
  }

  .contact-us-header {
    margin-bottom: 20px;
  }

  .contact-us-overlay {
    display: none;
  }

  .contact-us-scroll-wrapper {
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: scroll;
  }

  .contact-us-wrapper {
    min-height: auto;
    display: none;
  }

  .contact-us-contact {
    min-height: 400px;
    padding-right: 40px;
  }

  .main-grid {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . ."
                         ". . . ."
                         ". . . ."
                         ". . . ."
                         "Area Area Area Area";
    display: flex;
  }

  .menu-links-wrapper {
    height: 80%;
  }

  .bilboard-heading {
    font-size: 7vw;
  }

  .project-grid.categories {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .project-item {
    width: 100%;
    height: 48vw;
    min-width: auto;
  }

  .project-link {
    padding: 16px;
  }

  .content-flex-col {
    max-width: none;
    padding-bottom: 24px;
  }

  .content-flex-col.fixed {
    max-width: none;
  }

  .full-width-img {
    height: 50vw;
  }

  .row-item {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .row-item.base-line-align {
    flex-direction: row;
  }

  .row-items-wrapper {
    width: 100%;
  }

  .row-title.small {
    width: 100%;
    max-width: none;
  }

  .row-title.small.right-align {
    text-align: left;
  }

  .footer-contact-wrapper.animation-reveal-2 {
    padding-bottom: 40px;
  }

  .project-top-info-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .cases-wrapper {
    width: 100%;
  }

  .case-hero-img-wrapper {
    height: 40vh;
  }

  .case-img, .next-project-wrapper {
    border-radius: 12px;
  }

  .next-project-link {
    padding: 2em;
  }

  .next-project-img-wrapper {
    border-radius: 8px;
  }

  .next-project-info {
    padding: 16px;
  }

  .project-second-info-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .main-grid-copy {
    grid-column-gap: 16px;
  }

  .text-body {
    margin-top: 4em;
  }

  .text-only-grid {
    grid-column-gap: 16px;
  }

  .case-section-title.align-bottom.justify-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav-grid {
    grid-column-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . ."
                         ". . . ."
                         ". . . ."
                         ". . . ."
                         "Area Area Area Area";
    justify-content: space-between;
    display: flex;
  }

  .info-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .main-grid-2 {
    grid-column-gap: 16px;
  }

  .menu-nav-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding: 56px 20px;
  }

  .container-2.nav {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

  h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container.nav {
    width: 100%;
  }

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

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

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

  .grid-item._33.footer-2 {
    width: 100%;
    order: 1;
  }

  .grid-item._33.footer-3 {
    width: 100%;
  }

  .spacer._56 {
    height: 16px;
  }

  .spacer._112 {
    height: 40px;
  }

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

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

  .footer-bottom-wrapper {
    opacity: .98;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

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

  .footer-bottom-wrapper.center-align {
    height: auto;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .link-floating-text.contact-email-text-shadow {
    font-size: 42px;
  }

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

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

  .succsess-message {
    font-size: 24px;
  }

  .flex-horizontal {
    display: none;
  }

  .contact-us-input {
    width: 160px;
    font-size: 16px;
  }

  .contact-us-input.email {
    width: 233px;
  }

  .contact-us-input.project {
    width: 230px;
    margin-bottom: 11px;
  }

  .contact-us-header {
    justify-content: space-between;
    align-self: flex-start;
  }

  .contact-us-text {
    font-size: 16px;
    display: inline-block;
  }

  .contact-us-overlay {
    overflow: visible;
  }

  .contact-us-scroll-wrapper {
    min-height: 200px;
  }

  .contact-us-close-link {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .contact-us-container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .contact-us-wrapper {
    min-height: auto;
  }

  .contact-us-contact {
    padding-right: 0;
  }

  .case-img-item {
    width: 100%;
    height: 40em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-links-wrapper {
    height: 80%;
  }

  ._1st-col-max-width.top-margin-m {
    max-width: none;
  }

  ._1st-col-max-width.top-margin-m.animation-reveal-1 {
    margin-top: 32px;
  }

  .bilboard-heading {
    font-size: 12vw;
  }

  .project-item {
    height: 360px;
  }

  .full-width-img {
    height: 54vw;
  }

  .row-items-wrapper {
    width: 100%;
  }

  .contact-email-link {
    text-align: center;
  }

  .project-top-info-wrapper {
    height: 100%;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case-images-wrapper, .case-img-group {
    grid-template-columns: 1fr;
  }

  .next-project-collection-list {
    height: 50vh;
  }

  .next-project-link {
    padding: 3em;
  }

  .contact-us-social-wrapper {
    width: 100%;
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .project-second-info-wrapper {
    height: 100%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .call-out {
    font-size: 6px;
  }

  .main-grid-copy, .text-only-grid {
    grid-template-columns: 1fr;
  }

  .main-nav-grid {
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .project-wrapper {
    height: 40vh;
  }

  .info-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-grid-2 {
    grid-template-columns: 1fr;
  }

  .menu-nav-2 {
    flex-direction: column;
    justify-content: flex-end;
  }

  .container-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-2.nav {
    width: 100%;
  }
}

#w-node-f165bb0d-0b26-088e-fc83-d9e2fbab0e05-659cb9cb {
  align-self: end;
}

#w-node-_12ded8d8-88ce-2d5b-c084-29b4864aff2a-659cb9cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9cb {
  grid-area: 1 / 3 / 2 / 5;
  align-self: end;
}

#w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9cb, #w-node-_910b21a9-d80c-8f8d-292b-a28d2f01ecf4-659cb9cb, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9cb {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0443cc3f-4a9a-45bd-a671-7dbf42d5a399-537483ff {
  grid-area: 1 / 3 / 2 / 5;
  align-self: stretch;
}

#w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9ce {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9ce, #w-node-_910b21a9-d80c-8f8d-292b-a28d2f01ecf4-659cb9ce, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9ce, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-659cb9ce {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e85cf084-4628-7fbc-2a3c-fcb18937340c-659cb9d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_563c4c67-6080-740a-d543-ca7296031b30-659cb9d8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

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

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-659cb9d9, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-9292824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-9292824b {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-9292824b {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-9292824b {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-9292824b, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-9292824b {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-9292824b {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-9292824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-9292824b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-9292824b, #w-node-a71c212e-dc36-e64c-1ee1-0946fad83763-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0914bbd-22d4-64f2-f452-7d0c04d10451-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-af61bb49-eb34-76da-3342-91d2a8e75e27-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-9292824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-9292824b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-9292824b, #w-node-_291f1ba3-6534-f582-6789-6c227d5ed57c-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-a01e9c89 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-a01e9c89 {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-a01e9c89 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-a01e9c89, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-a01e9c89 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-a01e9c89 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bfc-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bff-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_2fa30d59-10a4-c74c-aa4d-47c54e0468b6-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020820-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020823-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_866269d1-a6ef-8fc3-efca-8db817ce3e58-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab13-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab17-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_0d673dcc-d26b-640f-6f88-ae052265636c-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0d673dcc-d26b-640f-6f88-ae052265636d-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d673dcc-d26b-640f-6f88-ae052265636e-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085d9-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085dd-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_34ba737d-b04d-546c-3c54-c0f998e55322-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19238f0d-6774-3f68-a8f1-293ade8185c4-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_19238f0d-6774-3f68-a8f1-293ade8185c5-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19238f0d-6774-3f68-a8f1-293ade8185c6-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc2-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc6-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-93a5adf9 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-93a5adf9 {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-93a5adf9 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-93a5adf9, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-93a5adf9 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-93a5adf9 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4dc42fd7-43d9-7b17-8686-af5cb87adafc-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-ab3d979a-3343-e1f6-5c37-0f80ffee7822-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98edbfd0-7462-0894-c691-6164c1210206-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6fa16050-858c-ef8d-dc60-393e69b3f974-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fa16050-858c-ef8d-dc60-393e69b3f977-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_5ca660b4-b5e1-07b9-e384-04e2b72cbb22-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2caddc58-1525-3ecc-2e8a-d10e80bdc89e-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054a-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054d-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a28f5c93-601d-fcfe-df49-3e5a70f14724-93a5adf9, #w-node-fe59c119-7ab8-0d2a-8b15-1612437c4464-93a5adf9, #w-node-_02390e23-2aa7-a422-437b-f952c5dca67c-93a5adf9, #w-node-_0c8566a7-eec9-b452-4f85-52ec362638c6-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_08e65d07-3b85-f6e1-2874-74c4617aa963-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08e65d07-3b85-f6e1-2874-74c4617aa966-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-ffc06552-69b5-280b-e08b-00e7993c50b4-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_269fd2a5-a7fa-d706-6755-affb251972fb-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_815beda4-7b9e-87f5-974d-26c34cae3942-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_815beda4-7b9e-87f5-974d-26c34cae3945-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-1ec2d48c {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-1ec2d48c {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-1ec2d48c {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-1ec2d48c, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-1ec2d48c {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-1ec2d48c {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_74de7e6f-5380-11de-1012-773c66090efa-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74de7e6f-5380-11de-1012-773c66090efd-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb8b7b4-2754-6b98-2ac7-e55ab2b82bff-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-bd64c602-1df9-8228-3e9c-02aa294d9dc7-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd64c602-1df9-8228-3e9c-02aa294d9dc8-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab13-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab17-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a8ffc0a4-e185-0696-b51c-655cb7e1fa1c-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f57b9b81-05eb-65f1-507a-5c6757a378d8-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-afe78493-0f48-607b-5df1-5d43756e01a5-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-afe78493-0f48-607b-5df1-5d43756e01a6-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb7e799f-5776-96bd-e49e-665d0cfdc9e4-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd74f-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_7d7b7fbd-3196-6389-93f8-89573fb3dc0d-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_7d7b7fbd-3196-6389-93f8-89573fb3dc0e-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb5d0d1f-26c0-98cd-d1df-236a7afbe0ea-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020820-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020823-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-bea89379-6b8b-a5ea-e5b9-b5d723e7bfdc-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-bea89379-6b8b-a5ea-e5b9-b5d723e7bfdd-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4ca1365-9ebc-bab7-5a53-e2b639fdeb94-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e4af8df6-4a99-a01a-8b16-2166edfca15b-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4af8df6-4a99-a01a-8b16-2166edfca15f-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-e59448bb-dd0a-44f7-8753-3fc717c437c7-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e59448bb-dd0a-44f7-8753-3fc717c437c8-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdd377a4-0821-e9c6-f97a-46b49711f6fa-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-cf4bb426-4668-3037-4d01-bc079f47df62-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf4bb426-4668-3037-4d01-bc079f47df66-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-e46ed84b-be3b-03ea-a3f3-b316c734643c-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e46ed84b-be3b-03ea-a3f3-b316c7346440-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-632dc5a5 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-632dc5a5 {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-632dc5a5 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-632dc5a5, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-632dc5a5 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-632dc5a5 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-b975cfad-b3b1-b348-6032-cac4a5ed4aab-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80dfab03-9ec6-2b6a-6314-9a81f1c26877-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d0f-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d12-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3623d070-a765-5518-e618-aac68d3ae4d8-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39f1c09b-7ff9-6f58-219b-e857c47bb0b9-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff57d-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff580-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_1dc96258-f93e-3902-fe88-6ea45ca572d9-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd74f-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_60b03e4b-34ef-b0b8-fdbb-f7518e31095e-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_60b03e4b-34ef-b0b8-fdbb-f7518e31095f-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60b03e4b-34ef-b0b8-fdbb-f7518e310960-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020820-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020823-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab13-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab17-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3f3ff607-bd02-0034-f135-244b7ecce44d-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f3ff607-bd02-0034-f135-244b7ecce451-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9cb, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9cb {
    grid-column: 2 / 3;
  }

  #w-node-_0443cc3f-4a9a-45bd-a671-7dbf42d5a3b9-537483ff {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9ce {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9ce, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9ce, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-659cb9ce {
    grid-column: 2 / 3;
  }

  #w-node-_0c8566a7-eec9-b452-4f85-52ec362638c6-93a5adf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e85cf084-4628-7fbc-2a3c-fcb18937340c-659cb9d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-9292824b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-9292824b {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-9292824b {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-9292824b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-9292824b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-9292824b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-9292824b, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-9292824b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-a01e9c89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-a01e9c89 {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-a01e9c89 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-a01e9c89 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-a01e9c89 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-a01e9c89 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-a01e9c89, #w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bff-a01e9c89, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-a01e9c89, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-a01e9c89, #w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085dd-a01e9c89, #w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc6-a01e9c89 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-93a5adf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-93a5adf9 {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-93a5adf9 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-93a5adf9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-93a5adf9 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-93a5adf9 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-93a5adf9, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-93a5adf9, #w-node-_6fa16050-858c-ef8d-dc60-393e69b3f977-93a5adf9, #w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054d-93a5adf9, #w-node-_08e65d07-3b85-f6e1-2874-74c4617aa966-93a5adf9, #w-node-_815beda4-7b9e-87f5-974d-26c34cae3945-93a5adf9 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-1ec2d48c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-1ec2d48c {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-1ec2d48c {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-1ec2d48c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-1ec2d48c {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-1ec2d48c {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_74de7e6f-5380-11de-1012-773c66090efd-1ec2d48c, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-1ec2d48c, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-1ec2d48c, #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-1ec2d48c, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-1ec2d48c, #w-node-e4af8df6-4a99-a01a-8b16-2166edfca15f-1ec2d48c, #w-node-cf4bb426-4668-3037-4d01-bc079f47df66-1ec2d48c, #w-node-e46ed84b-be3b-03ea-a3f3-b316c7346440-1ec2d48c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-632dc5a5 {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-632dc5a5 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-632dc5a5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-632dc5a5 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-632dc5a5 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-632dc5a5, #w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d12-632dc5a5, #w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff580-632dc5a5, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-632dc5a5, #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-632dc5a5, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-632dc5a5, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-632dc5a5, #w-node-_3f3ff607-bd02-0034-f135-244b7ecce451-632dc5a5 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9cb, #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9cb {
    grid-column: 1 / 2;
  }

  #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9ce {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9ce {
    grid-column: 1 / 2;
  }

  #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9ce, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-659cb9ce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-9292824b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-9292824b {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-9292824b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-9292824b {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-9292824b, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-9292824b {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-a71c212e-dc36-e64c-1ee1-0946fad83761-9292824b, #w-node-a71c212e-dc36-e64c-1ee1-0946fad83762-9292824b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5becad86-565f-5a41-190f-583cbf87118f-9292824b {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-9292824b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_291f1ba3-6534-f582-6789-6c227d5ed57a-9292824b, #w-node-_291f1ba3-6534-f582-6789-6c227d5ed57b-9292824b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-a01e9c89 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-a01e9c89 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-a01e9c89 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-a01e9c89 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-a01e9c89, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-a01e9c89, #w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bff-a01e9c89, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-a01e9c89, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-a01e9c89, #w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085dd-a01e9c89, #w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc6-a01e9c89 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-93a5adf9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-93a5adf9 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-93a5adf9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-93a5adf9 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-93a5adf9, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-93a5adf9, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-93a5adf9, #w-node-_6fa16050-858c-ef8d-dc60-393e69b3f977-93a5adf9 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_5ca660b4-b5e1-07b9-e384-04e2b72cbb23-93a5adf9, #w-node-_5ca660b4-b5e1-07b9-e384-04e2b72cbb24-93a5adf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054d-93a5adf9 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-a28f5c93-601d-fcfe-df49-3e5a70f14724-93a5adf9, #w-node-fe59c119-7ab8-0d2a-8b15-1612437c4464-93a5adf9, #w-node-_02390e23-2aa7-a422-437b-f952c5dca67c-93a5adf9, #w-node-_0c8566a7-eec9-b452-4f85-52ec362638c6-93a5adf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_08e65d07-3b85-f6e1-2874-74c4617aa966-93a5adf9, #w-node-_815beda4-7b9e-87f5-974d-26c34cae3945-93a5adf9 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-1ec2d48c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-1ec2d48c {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-1ec2d48c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-1ec2d48c {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-1ec2d48c, #w-node-_74de7e6f-5380-11de-1012-773c66090efd-1ec2d48c, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-1ec2d48c, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-1ec2d48c, #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-1ec2d48c, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-1ec2d48c, #w-node-e4af8df6-4a99-a01a-8b16-2166edfca15f-1ec2d48c, #w-node-cf4bb426-4668-3037-4d01-bc079f47df66-1ec2d48c, #w-node-e46ed84b-be3b-03ea-a3f3-b316c7346440-1ec2d48c {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-632dc5a5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-632dc5a5 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-632dc5a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-632dc5a5 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-632dc5a5, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-632dc5a5, #w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d12-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_3623d070-a765-5518-e618-aac68d3ae4d6-632dc5a5, #w-node-_3623d070-a765-5518-e618-aac68d3ae4d7-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff580-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-a71c212e-dc36-e64c-1ee1-0946fad83762-632dc5a5, #w-node-a71c212e-dc36-e64c-1ee1-0946fad83761-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5becad86-565f-5a41-190f-583cbf87118f-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_1dc96258-f93e-3902-fe88-6ea45ca572d7-632dc5a5, #w-node-_1dc96258-f93e-3902-fe88-6ea45ca572d8-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-632dc5a5, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-632dc5a5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-632dc5a5, #w-node-_3f3ff607-bd02-0034-f135-244b7ecce451-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }
}


