@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #1e1e1e;
  --white: white;
  --grey: #747474;
  --light-blue: #c1d0d8;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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);
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.container {
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/1920x1200-984787-mist-pine-trees-landscape-nature.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  background-image: url('../images/hero-image3png24.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.section {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
}

.section.black-bg {
  background-color: var(--black);
  padding-bottom: 250px;
}

.section.top-padding-0px {
  padding-top: 0;
}

.section.top-100px {
  padding-top: 100px;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 5vw;
  grid-template: ". Area . . . . Area-2"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center start;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 28vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  max-width: 28vw;
  left: 0;
  right: auto;
}

.project-label {
  color: var(--grey);
  font-size: .875rem;
}

.project-thumbnail {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
}

._2x1-grid {
  grid-template-rows: auto;
  align-items: stretch;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.bottom-margin-medium {
  margin: 40px 0;
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
}

.accordion-content-text {
  padding-top: 10px;
  display: block;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  align-items: stretch;
  padding-top: 20px;
}

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

.single-service-grid {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  padding-top: 20px;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-large-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  text-align: left;
  letter-spacing: -3px;
  border-radius: 0;
  margin-top: 0;
  font-size: 14.5vw;
  font-weight: 700;
  line-height: 100%;
  position: static;
}

.animated-overlay-blocks {
  z-index: 4;
  text-align: left;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

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

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

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

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

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

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.footer-section {
  margin-top: -90px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

.primary-button-2:focus-visible, .primary-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

.bottom-margin-100px {
  margin-bottom: 100px;
}

.bottom-margin-60px {
  margin-bottom: 60px;
}

.changelog-wrapper {
  width: 100%;
}

.changelog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

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

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

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.slider-2 {
  object-fit: cover;
  flex: 0 auto;
}

.slide {
  background-image: url('../images/3.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/9-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/5.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Ванная-9.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.section-3 {
  aspect-ratio: 2.39;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.grid.is-projects {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.card-post-cta {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.container-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-3.cc-margin-bottom {
  margin-bottom: 60px;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  color: #fff;
  background-color: #f8f8f8;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 33px;
  display: grid;
  position: relative;
}

.cell.v5 {
  background-image: url('../images/jon-flobrant-229724-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
}

.cell.v6 {
  background-image: url('../images/peter-gabas-220313-unsplash.jpg');
  background-size: cover;
}

.cell.v2 {
  background-image: url('../images/max-larochelle-559064-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell.v4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.cell.v9 {
  background-image: url('../images/nacho-capelo-473751-unsplash.jpg');
  background-size: cover;
}

.cell.v3 {
  background-image: url('../images/josh-rose-156917-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell.v8 {
  aspect-ratio: auto;
}

.card-post-title {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 120%;
}

.section-4 {
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ." 1fr
                 ". Area"
                 / 1fr 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.button {
  background-color: var(--grey);
  opacity: .77;
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  border: 1px #757575;
  border-radius: 5px;
  outline: 3px #1e1e1e;
  padding-top: 10px;
  font-weight: 300;
  text-decoration: underline;
  display: block;
  position: static;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.div-block-76 {
  box-sizing: border-box;
}

.button-2 {
  opacity: .86;
  color: #0e0d0d;
  mix-blend-mode: normal;
  background-color: #fefefe;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
}

.button-2.primary-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
}

.text-block {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
}

.section-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
}

.section-6 {
  padding-top: 0;
  padding-left: 10px;
}

.rich-text-block, .rich-text-block-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-4 {
  aspect-ratio: auto;
}

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

.project-card {
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 12px 24px #00000026;
}

.project-card:hover {
  transform: scale(1.03);
}

.project-card.project-image {
  cursor: pointer;
  transition: box-shadow .25s, transform .3s;
}

.project-card.project-image:hover {
  transform: translate(0, -4px)scale(1.03);
  box-shadow: 0 12px 24px #00000026;
}

.project-image {
  object-fit: cover;
  background-image: url('../images/2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 280px;
  transition: transform .3s;
}

.project-info {
  position: static;
}

.project-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.project-summary {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.project-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  text-overflow: clip;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #1e1e1e;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 8px;
  padding-bottom: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s, transform .2s;
  display: flex;
}

.project-cta:hover {
  transform: translate(4px);
}

.project-image-wrap {
  overflow: hidden;
}

.section-8 {
  margin-top: 120px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section-9 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 101px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
}

.section-10 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.detail-header-image {
  width: 100%;
}

.section-11 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.section-12 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.button-3 {
  background-color: var(--black);
  text-align: left;
  vertical-align: baseline;
  font-size: 13px;
  font-weight: 500;
}

.heading-2 {
  margin-top: -20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.slide-5 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.project-slider {
  background-color: var(--white);
  object-fit: fill;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.slide-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.slide-caption {
  color: var(--grey);
}

.image-4 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 80vh;
  position: static;
  overflow: clip;
}

.mask, .slide-6 {
  width: 100%;
  height: auto;
}

.section-16 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-slider-2 {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.slide-7 {
  width: 100%;
  height: auto;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 80vh;
  position: static;
  overflow: clip;
}

.section-17 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 80vh;
  position: static;
  overflow: clip;
}

.project-slider-3 {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 600px;
  max-height: none;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: visible;
}

.slide-content-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-9 {
  width: 100%;
  height: auto;
}

.section-18 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-slider-4 {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 600px;
  max-height: none;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: visible;
}

.slide-10 {
  width: 100%;
  height: auto;
}

.slide-content-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-7 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 80vh;
  position: static;
  overflow: clip;
}

.section-19 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 100px;
}

.project-slider-5 {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-height: 600px;
  max-height: none;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: visible;
}

.slide-11 {
  width: 100%;
  height: auto;
}

.slide-content-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 80vh;
  position: static;
  overflow: clip;
}

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

.section-20 {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-77 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.logos-wrapper-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 5vw;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  place-items: center start;
}

.section-21 {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-78 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .floating-image {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .project-content-box.left-aligned {
    max-width: none;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    margin-top: 0;
    font-size: 15.5vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .styleguide-block {
    text-align: left;
  }

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .grid-2 {
    grid-auto-flow: row dense;
  }

  .section-5 {
    aspect-ratio: auto;
  }

  .rich-text-block, .rich-text-block-2, .section-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-z.projects-grid {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .position-name-text {
    text-align: left;
  }

  .container-5 {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-jumbo {
    text-align: left;
    flex-flow: row;
    font-size: 56px;
    line-height: 70px;
    display: block;
  }

  .paragraph-light, .paragraph-light.cc-position-name {
    text-align: left;
  }

  .section-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 2.75fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .detail-header-image {
    padding-top: 10px;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-12 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: left;
  }

  .section-16, .section-17, .section-18, .section-19 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-20 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .container-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-77 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper-2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .section-21 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .div-block-78 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    display: inline-block;
  }

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

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .floating-image {
    object-fit: cover;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

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

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }

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

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .section-5 {
    aspect-ratio: auto;
  }

  .rich-text-block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-z.projects-grid {
    grid-template-columns: 1fr;
    padding-right: 20px;
  }

  .container-5 {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section-9 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .section-10, .section-11 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .section-12 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-16, .section-17, .section-18, .section-19 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

  .hero-image-foreground {
    background-position: 0%;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
  }

  .stat {
    font-size: 2rem;
  }

  .floating-image {
    object-fit: cover;
  }

  .logos-wrapper {
    grid-template: ". Area . . . . Area-2"
                   ". . . . . . ."
                   / 1fr;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-blocks-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bottom-margin-medium {
    margin: auto 15px 10px;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    margin-top: -54px;
    font-size: 16.5vw;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-margin-100px {
    margin-bottom: 40px;
  }

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

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

  .grid.is-projects {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    display: grid;
  }

  .section-5 {
    aspect-ratio: auto;
  }

  .section-6 {
    padding-top: 0;
  }

  .rich-text-block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    margin: 0 0 auto auto;
    padding-left: 0;
    padding-right: 10px;
  }

  .grid-z.projects-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    text-align: left;
    white-space: normal;
    padding-right: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
  }

  .section-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-10, .section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .section-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .detail-image {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: left;
  }

  .project-slider {
    background-color: var(--white);
    height: 50vh;
    min-height: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slide-content {
    max-width: 100%;
  }

  .image-4 {
    max-height: 60vh;
  }

  .mask {
    height: 50vh;
  }

  .section-16 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-slider-2 {
    background-color: #fff;
    height: 50vh;
    min-height: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-5 {
    max-height: 60vh;
  }

  .section-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-6 {
    max-height: 60vh;
  }

  .project-slider-3 {
    background-color: #fff;
    height: 50vh;
    min-height: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slide-content-2 {
    max-width: 100%;
  }

  .section-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-slider-4 {
    background-color: #fff;
    height: 50vh;
    min-height: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slide-content-3 {
    max-width: 100%;
  }

  .image-7 {
    max-height: 60vh;
  }

  .section-19 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-slider-5 {
    background-color: #fff;
    height: 50vh;
    min-height: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slide-content-4 {
    max-width: 100%;
  }

  .image-8 {
    max-height: 60vh;
  }

  .container-6 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-ae5ea47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ec9d-ae5ea47f, #w-node-bad632a6-9246-9b39-3da6-f18fee55ecbf-ae5ea47f, #w-node-bad632a6-9246-9b39-3da6-f18fee55ece1-ae5ea47f, #w-node-bad632a6-9246-9b39-3da6-f18fee55ed03-ae5ea47f {
  justify-self: end;
}

#w-node-_427b26cd-8a7b-6c2f-81f3-f0b362a500ee-ae5ea47f, #w-node-b46db727-f2de-96bd-e3d3-aad2bd561235-ae5ea47f {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0cce4e86-0623-dc1b-6c2d-796bb3cd57c6-ae5ea47f, #w-node-_6b0c63c9-3272-2fab-d2e1-e6bc7e63dfa0-7e63df98, #w-node-_142f4bb5-41b1-09e6-c047-59905ce65484-ae5ea482 {
  justify-self: end;
}

#w-node-b6fd8f19-f7d0-2ea1-dcdd-09a367478cd3-ae5ea483 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b6fd8f19-f7d0-2ea1-dcdd-09a367478cd8-ae5ea483 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b6fd8f19-f7d0-2ea1-dcdd-09a367478cf8-ae5ea483 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_94c4cd09-7593-beca-c4cf-b3cc9881b0fc-ae5ea483 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94c4cd09-7593-beca-c4cf-b3cc9881b109-ae5ea483 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_17684598-c4a0-1b26-fed1-5dcffdd43c84-ae5ea483 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17684598-c4a0-1b26-fed1-5dcffdd43c87-ae5ea483 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd950c24-1be0-7782-54e1-af904ce7df59-ae5ea483 {
  justify-self: end;
}

#w-node-_26ae41e9-51d0-9cdf-93d6-5a2dc718cf06-bc27fe95 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_26ae41e9-51d0-9cdf-93d6-5a2dc718cf0b-bc27fe95 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_26ae41e9-51d0-9cdf-93d6-5a2dc718cf1a-bc27fe95 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-a78e36e2-1453-9a87-045d-f63fd8d02f55-bc27fe95 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a78e36e2-1453-9a87-045d-f63fd8d02f60-bc27fe95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_902d404e-9045-c83c-03f0-fcaf60193595-bc27fe95 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_902d404e-9045-c83c-03f0-fcaf60193598-bc27fe95 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_283f722f-de89-211f-66e6-ef842fda1e00-bc27fe95 {
  justify-self: end;
}

#w-node-a9764c8d-323e-aa76-e7c3-8abd77ab11d5-47223c89 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a9764c8d-323e-aa76-e7c3-8abd77ab11da-47223c89 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9764c8d-323e-aa76-e7c3-8abd77ab11e9-47223c89 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_435a1184-bf31-d0cf-05fb-fe0563c4902f-47223c89 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_435a1184-bf31-d0cf-05fb-fe0563c4903a-47223c89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c4242cb7-fc7e-84b2-ade2-c0c8f9e24e9d-47223c89 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c4242cb7-fc7e-84b2-ade2-c0c8f9e24ea8-47223c89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71c7c7d9-dab1-10c3-f4b8-ece56fc380f4-47223c89 {
  justify-self: end;
}

#w-node-b569ba15-75b8-5466-39da-adb55b6d13ef-a11dd8c6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b569ba15-75b8-5466-39da-adb55b6d13f4-a11dd8c6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b569ba15-75b8-5466-39da-adb55b6d1414-a11dd8c6 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b17dc100-7638-e7b9-8b8a-cee4d1d6f779-a11dd8c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b17dc100-7638-e7b9-8b8a-cee4d1d6f786-a11dd8c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_11ce60c9-43ec-b14d-67c4-c770abd8527b-a11dd8c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_11ce60c9-43ec-b14d-67c4-c770abd8527e-a11dd8c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec8d7d5f-d92f-a5d1-e0e0-39935afdff5d-a11dd8c6 {
  justify-self: end;
}

#w-node-_583de176-6bd0-0c7c-28ea-084d46f25ff9-52b3ee0e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_583de176-6bd0-0c7c-28ea-084d46f25ffe-52b3ee0e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_583de176-6bd0-0c7c-28ea-084d46f2601e-52b3ee0e {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_77ba775e-9e4c-1743-70af-31afb1cc06f7-52b3ee0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77ba775e-9e4c-1743-70af-31afb1cc0704-52b3ee0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46c6b06b-7b8f-50e8-1efa-f3c3a3ca7b0d-52b3ee0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_46c6b06b-7b8f-50e8-1efa-f3c3a3ca7b10-52b3ee0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ac385db-078d-d524-d344-1b466fcb4a20-52b3ee0e {
  justify-self: end;
}

#w-node-_3397f786-f35d-47b8-ac96-2d80d4267ee7-8a040e8c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3397f786-f35d-47b8-ac96-2d80d4267eec-8a040e8c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3397f786-f35d-47b8-ac96-2d80d4267efb-8a040e8c {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d4bdfa2b-5ab6-0c9d-346d-3129b3f337ae-8a040e8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d4bdfa2b-5ab6-0c9d-346d-3129b3f337b9-8a040e8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ef59baa-3471-e3e7-5485-feeaf19dff76-8a040e8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ef59baa-3471-e3e7-5485-feeaf19dff79-8a040e8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6150cede-50e0-dd4a-9eab-b8ebf605c912-8a040e8c {
  justify-self: end;
}

#w-node-_842ba8c3-5c39-37df-6c66-bebe78db07d2-6b3e70b8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_842ba8c3-5c39-37df-6c66-bebe78db07d7-6b3e70b8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_842ba8c3-5c39-37df-6c66-bebe78db07e6-6b3e70b8 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_1fbf7eb7-8185-ed71-d97b-03614c7b9f2b-6b3e70b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1fbf7eb7-8185-ed71-d97b-03614c7b9f36-6b3e70b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd6059bb-0c50-bf50-dcbe-8e76f646bc68-6b3e70b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cd6059bb-0c50-bf50-dcbe-8e76f646bc6b-6b3e70b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24d3e2dc-b140-3b77-564e-d95765e018c8-6b3e70b8 {
  justify-self: end;
}

#w-node-_1fa8f7ae-005d-1d88-79e9-2122d58625da-2b20a597 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1fa8f7ae-005d-1d88-79e9-2122d58625df-2b20a597 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1fa8f7ae-005d-1d88-79e9-2122d58625ff-2b20a597 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_6a0b6e4e-33c3-dd3f-7503-3b61029dcb87-2b20a597 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a0b6e4e-33c3-dd3f-7503-3b61029dcb94-2b20a597 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7aa06ca3-2bcc-d589-b086-5695fe61c20e-2b20a597 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7aa06ca3-2bcc-d589-b086-5695fe61c211-2b20a597 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09f9afe7-c124-dd1c-3595-848d79f9417c-2b20a597 {
  justify-self: end;
}

#w-node-f0329d75-3fc8-dfda-c81e-f9cfef87c773-ea376804 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f0329d75-3fc8-dfda-c81e-f9cfef87c778-ea376804 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f0329d75-3fc8-dfda-c81e-f9cfef87c798-ea376804 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-bdbe5a01-1208-95a4-d512-052bcf309226-ea376804 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bdbe5a01-1208-95a4-d512-052bcf309233-ea376804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04bc2517-fd1f-5ace-5933-54fe58c82cf2-ea376804 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_04bc2517-fd1f-5ace-5933-54fe58c82cf5-ea376804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9af60b25-7d9d-42c7-b979-a6487a39ea70-ea376804 {
  justify-self: end;
}

#w-node-_5c1a0ca2-ef55-5162-899f-f18ecc324977-fbc28b59 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5c1a0ca2-ef55-5162-899f-f18ecc32497c-fbc28b59 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5c1a0ca2-ef55-5162-899f-f18ecc32499c-fbc28b59 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_76f91d07-423c-b443-1393-17f6a9d7c4b4-fbc28b59 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76f91d07-423c-b443-1393-17f6a9d7c4c1-fbc28b59 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1aef35be-019b-be32-bfec-acecc3ed24dc-fbc28b59 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1aef35be-019b-be32-bfec-acecc3ed24df-fbc28b59 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2cbf91c6-4f22-fa8c-fa12-3a645b3f3191-fbc28b59 {
  justify-self: end;
}

#w-node-_2fc46ed1-8b3d-5757-920e-6119240b4b3d-5028eae1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2fc46ed1-8b3d-5757-920e-6119240b4b42-5028eae1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2fc46ed1-8b3d-5757-920e-6119240b4b62-5028eae1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_99e77ab3-9e38-2cb3-1455-0ae69ca94200-5028eae1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_99e77ab3-9e38-2cb3-1455-0ae69ca9420d-5028eae1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88b9c5ab-f214-eeec-e894-50a0bbf4ddd9-5028eae1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88b9c5ab-f214-eeec-e894-50a0bbf4dddc-5028eae1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80f131c4-208a-71ef-943a-defa0835006b-5028eae1 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b6fd8f19-f7d0-2ea1-dcdd-09a367478cd3-ae5ea483 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b6fd8f19-f7d0-2ea1-dcdd-09a367478cd8-ae5ea483 {
    grid-column-end: 2;
  }

  #w-node-b6fd8f19-f7d0-2ea1-dcdd-09a367478cf8-ae5ea483 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_94c4cd09-7593-beca-c4cf-b3cc9881b109-ae5ea483, #w-node-_17684598-c4a0-1b26-fed1-5dcffdd43c87-ae5ea483 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_26ae41e9-51d0-9cdf-93d6-5a2dc718cf06-bc27fe95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_26ae41e9-51d0-9cdf-93d6-5a2dc718cf0b-bc27fe95 {
    grid-column-end: 2;
  }

  #w-node-_26ae41e9-51d0-9cdf-93d6-5a2dc718cf1a-bc27fe95 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a78e36e2-1453-9a87-045d-f63fd8d02f60-bc27fe95, #w-node-_902d404e-9045-c83c-03f0-fcaf60193598-bc27fe95 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a9764c8d-323e-aa76-e7c3-8abd77ab11d5-47223c89 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a9764c8d-323e-aa76-e7c3-8abd77ab11da-47223c89 {
    grid-column-end: 2;
  }

  #w-node-a9764c8d-323e-aa76-e7c3-8abd77ab11e9-47223c89 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_435a1184-bf31-d0cf-05fb-fe0563c4903a-47223c89, #w-node-c4242cb7-fc7e-84b2-ade2-c0c8f9e24ea8-47223c89 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b569ba15-75b8-5466-39da-adb55b6d13ef-a11dd8c6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b569ba15-75b8-5466-39da-adb55b6d13f4-a11dd8c6 {
    grid-column-end: 2;
  }

  #w-node-b569ba15-75b8-5466-39da-adb55b6d1414-a11dd8c6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b17dc100-7638-e7b9-8b8a-cee4d1d6f786-a11dd8c6, #w-node-_11ce60c9-43ec-b14d-67c4-c770abd8527e-a11dd8c6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_583de176-6bd0-0c7c-28ea-084d46f25ff9-52b3ee0e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_583de176-6bd0-0c7c-28ea-084d46f25ffe-52b3ee0e {
    grid-column-end: 2;
  }

  #w-node-_583de176-6bd0-0c7c-28ea-084d46f2601e-52b3ee0e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_77ba775e-9e4c-1743-70af-31afb1cc0704-52b3ee0e, #w-node-_46c6b06b-7b8f-50e8-1efa-f3c3a3ca7b10-52b3ee0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3397f786-f35d-47b8-ac96-2d80d4267ee7-8a040e8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3397f786-f35d-47b8-ac96-2d80d4267eec-8a040e8c {
    grid-column-end: 2;
  }

  #w-node-_3397f786-f35d-47b8-ac96-2d80d4267efb-8a040e8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d4bdfa2b-5ab6-0c9d-346d-3129b3f337b9-8a040e8c, #w-node-_3ef59baa-3471-e3e7-5485-feeaf19dff79-8a040e8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_842ba8c3-5c39-37df-6c66-bebe78db07d2-6b3e70b8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_842ba8c3-5c39-37df-6c66-bebe78db07d7-6b3e70b8 {
    grid-column-end: 2;
  }

  #w-node-_842ba8c3-5c39-37df-6c66-bebe78db07e6-6b3e70b8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1fbf7eb7-8185-ed71-d97b-03614c7b9f36-6b3e70b8, #w-node-cd6059bb-0c50-bf50-dcbe-8e76f646bc6b-6b3e70b8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1fa8f7ae-005d-1d88-79e9-2122d58625da-2b20a597 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1fa8f7ae-005d-1d88-79e9-2122d58625df-2b20a597 {
    grid-column-end: 2;
  }

  #w-node-_1fa8f7ae-005d-1d88-79e9-2122d58625ff-2b20a597 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6a0b6e4e-33c3-dd3f-7503-3b61029dcb94-2b20a597, #w-node-_7aa06ca3-2bcc-d589-b086-5695fe61c211-2b20a597 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f0329d75-3fc8-dfda-c81e-f9cfef87c773-ea376804 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f0329d75-3fc8-dfda-c81e-f9cfef87c778-ea376804 {
    grid-column-end: 2;
  }

  #w-node-f0329d75-3fc8-dfda-c81e-f9cfef87c798-ea376804 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bdbe5a01-1208-95a4-d512-052bcf309233-ea376804, #w-node-_04bc2517-fd1f-5ace-5933-54fe58c82cf5-ea376804 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5c1a0ca2-ef55-5162-899f-f18ecc324977-fbc28b59 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5c1a0ca2-ef55-5162-899f-f18ecc32497c-fbc28b59 {
    grid-column-end: 2;
  }

  #w-node-_5c1a0ca2-ef55-5162-899f-f18ecc32499c-fbc28b59 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76f91d07-423c-b443-1393-17f6a9d7c4c1-fbc28b59, #w-node-_1aef35be-019b-be32-bfec-acecc3ed24df-fbc28b59 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2fc46ed1-8b3d-5757-920e-6119240b4b3d-5028eae1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2fc46ed1-8b3d-5757-920e-6119240b4b42-5028eae1 {
    grid-column-end: 2;
  }

  #w-node-_2fc46ed1-8b3d-5757-920e-6119240b4b62-5028eae1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_99e77ab3-9e38-2cb3-1455-0ae69ca9420d-5028eae1, #w-node-_88b9c5ab-f214-eeec-e894-50a0bbf4dddc-5028eae1 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-ae5ea47f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}