:root {
  --black: #1c1c1c;
  --white: #fafafa;
  --grey: #b3b3b3;
  --dark-grey: #484848;
  --blue-netside: #717aff;
  --transparent: #0000;
  --elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>: #6e7191;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>: #14142b14;
}

.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-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(--black);
  color: var(--white);
  font-family: Inter Display;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 135%;
}

h1 {
  text-align: left;
  letter-spacing: -.05vw;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
  display: block;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  line-height: 150%;
}

a {
  color: var(--grey);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.hero-section {
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  padding-bottom: 0;
  display: flex;
}

.section.project-page-hero-section {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 20rem;
  padding-bottom: 0;
  display: flex;
}

.section.project-images-section {
  margin-bottom: 0;
}

.section.projects-section {
  padding-top: 0;
  overflow: hidden;
}

.section.hero-subpages-section {
  justify-content: center;
  align-items: flex-end;
  height: 65vh;
  padding-bottom: 0;
  display: flex;
}

.container {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem 0;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

.container.hero-container, .container.home-hero-container {
  grid-row-gap: 1rem;
  padding: 2.5rem 2.5rem 5rem;
}

.divider {
  z-index: -4;
  background-color: var(--dark-grey);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.footer {
  width: 100%;
  max-width: 100%;
  margin-top: 5.5rem;
  padding-top: 0;
  padding-bottom: 1.5rem;
  position: relative;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 150%;
}

.text-field:active, .text-field:focus {
  border-bottom-color: var(--white);
  line-height: 150%;
}

.text-field::placeholder {
  line-height: 150%;
}

.submit-button {
  color: var(--black);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 .5rem;
  font-size: 1.25rem;
  transition: all .2s;
}

.submit-button:hover {
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

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

.utility-page-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

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

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

.navbar {
  border-top: 0px solid var(--black);
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

._9-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  font-size: 1rem;
  display: grid;
  position: relative;
}

._9-column-grid.footer-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
}

._9-column-grid.project-hero {
  margin-bottom: 0;
}

.footer-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.brand {
  z-index: 2;
  color: var(--white);
  font-family: Manrope, sans-serif;
}

.brand.w--current {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.brand.w--current:hover {
  opacity: 1;
}

.nav-menu {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  width: auto;
  display: flex;
  position: static;
  left: auto;
}

.footer-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  display: flex;
}

.preloader {
  z-index: 999;
  grid-column-gap: .35rem;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.preloader-block {
  background-color: var(--black);
  width: 100%;
  height: 5px;
}

.preloader-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.horizontal-footer-links-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.navbar-text {
  max-width: 268px;
  color: var(--white);
  padding-top: 2px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  display: block;
}

.grey-text {
  color: var(--grey);
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.hero-heading {
  letter-spacing: -2px;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.1;
  display: inline;
}

.nav-link {
  color: var(--white);
  padding-top: 5px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.case-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 5rem;
  display: grid;
}

.project-wrapper {
  width: 100%;
  height: auto;
  color: var(--white);
  cursor: pointer;
  background-color: #2e2e2e;
  border: 1px #000;
  border-radius: 20px;
  padding-top: 110%;
  transition-property: none;
  position: relative;
}

.project-wrapper:hover {
  opacity: 1;
}

.project-image-container {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-image {
  height: 100%;
  padding-bottom: 0;
}

.hero-heading-container {
  direction: ltr;
  margin-top: -.25rem;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  line-height: 125%;
}

.project-image-overlay {
  background-color: #0000001a;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.view-project-wrapper {
  width: 100%;
  height: 100%;
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-project-button {
  grid-column-gap: .5rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 80px;
  height: 80px;
  color: var(--white);
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #000000b3;
  border-radius: 50vw;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.view-project-button-content-container {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-project-button-text {
  letter-spacing: -.5px;
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.view-project-button-text-hover {
  letter-spacing: -.5px;
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  position: absolute;
  inset: 0%;
}

.project-service {
  color: #ffffffa6;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.pretitle-section {
  color: var(--blue-netside);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 135%;
}

._3-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

._3-column-grid.number-grid {
  grid-row-gap: 4rem;
  margin-bottom: 0;
}

.large-number-wrapper {
  grid-row-gap: .75rem;
  border: 0px solid var(--dark-grey);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-number-container {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.large-number {
  color: var(--blue-netside);
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 100%;
}

.project-list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  display: flex;
}

.project-1-column {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-info-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.text-block {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.body {
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.copy {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.paragraph {
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
}

.divider-content {
  z-index: -4;
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.link {
  color: var(--blue-netside);
  font-family: Manrope, sans-serif;
}

.image {
  width: 30px;
  height: auto;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.text-block-2 {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  position: static;
  inset: auto 0% 0%;
}

.superscript {
  font-size: .6rem;
}

.img-project {
  color: var(--white);
  border-radius: 20px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.pretitle-project {
  color: var(--grey);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.project-text-container {
  background-color: var(--transparent);
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(0deg, #000000b3, #fff0 55%);
  border-radius: 20px;
  grid-template-rows: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.sub-title {
  color: #757474;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.stat-number-item-wrap {
  background-color: #0000;
  border-top: 1px solid #ddd;
  height: 141px;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all .4s;
  position: sticky;
}

.stat-number-item-wrap:hover {
  height: 173px;
}

.project-wrapper-2 {
  color: #fff;
  cursor: pointer;
  background-color: #1c1c1c;
  border: 1px #fff6;
  border-top-style: solid;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  transition-property: none;
  position: relative;
}

.project-wrapper-2:hover {
  opacity: 1;
}

.project-2-column {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5em;
  display: grid;
}

.keyfact-content-container {
  margin-top: 2rem;
  margin-bottom: 0;
}

.hero-block-project {
  height: auto;
  position: relative;
}

.next-case-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  margin-bottom: 2.5em;
}

.arrow-down {
  width: 2.75rem;
  height: 100%;
  padding-top: 10px;
}

.next-title-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3em;
  display: flex;
}

.navbar-brand-name {
  color: var(--white);
  font-family: Manrope, sans-serif;
}

.block-brand {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.footer-text {
  font-family: Manrope, sans-serif;
  display: none;
}

.div-block {
  position: absolute;
  inset: auto 1.5rem 1.5rem;
}

.contact-block {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5em;
  display: flex;
}

.nav-link-current {
  color: var(--grey);
  padding-top: 5px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.madeby {
  color: var(--grey);
  font-family: Manrope, sans-serif;
  font-size: .75rem;
}

.text-project-large {
  color: var(--grey);
  letter-spacing: 0;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 125%;
}

.project-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.project-2-column-text {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.project-context-container {
  direction: ltr;
  margin-top: -.25rem;
  margin-bottom: 0;
  padding-right: 5rem;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  line-height: 125%;
}

.case-grid-home {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template: "."
                 "."
                 / 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.section-expertises {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin: 5rem auto;
  padding: 0 2.5rem;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

.testimonial-tabs-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.testimonial-tabs-details {
  color: var(--grey);
  margin-top: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.heading-2 {
  color: var(--white);
  letter-spacing: -1px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 120%;
}

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

.container-inline {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem 5rem;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

.cta-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-3 {
  margin-top: 0;
}

.brix---color-neutral-800 {
  border: 1px solid var(--black);
  color: var(--white);
}

.brix---color-neutral-600 {
  border: 1px solid var(--black);
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  -webkit-text-stroke-color: var(--grey);
}

.brix---mg-bottom {
  border: 1px solid var(--black);
  max-width: 520px;
  color: var(--grey);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.brix---container-default {
  color: #fff;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brix---section {
  border-bottom: 1px solid var(--dark-grey);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5rem;
}

.brix---accordion-header {
  border: 1px solid var(--black);
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  border: 1px solid var(--black);
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  border: 1px solid var(--black);
  min-height: 16px;
}

.brix---accordion-content-wrapper {
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: block;
}

.brix---accordion-title {
  border: 1px solid var(--black);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 400;
}

.brix---paragraph-default {
  border: 1px solid var(--black);
  width: 100%;
  max-width: none;
  color: var(--white);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-2-columns-stats {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---accordion-item-wrapper {
  border: 1px solid var(--dark-grey);
  background-color: var(--transparent);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  color: var(--white);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 7px;
  padding: 2rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper:hover {
  box-shadow: none;
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-number {
  border: 1px solid var(--black);
  color: var(--grey);
  letter-spacing: 0;
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 400;
}

.text-span-2 {
  border: 1px solid var(--black);
  color: var(--white);
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--white);
}

._9-column-grid-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  font-size: 1rem;
  display: grid;
  position: relative;
}

._3-column-grid-expertises {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent);
  grid-template-rows: auto auto auto;
}

.section-about {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin: 5rem auto;
  padding: 0 2.5rem;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

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

._9-column-grid-key-figures {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  font-size: 1rem;
  display: grid;
  position: relative;
}

.primary-text-link {
  color: var(--white);
  letter-spacing: -1px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.primary-link-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--transparent);
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
}

.primary-link-button:hover {
  border-bottom: 1px solid var(--white);
  padding-bottom: 5px;
}

.arrow-large {
  width: 16px;
  margin-top: 5px;
}

.image-4 {
  width: 36px;
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.link-block-4 {
  display: none;
}

.link-block-4:where(.w-variant-d139184d-d901-1eae-1e43-a1ba9a9951e1) {
  display: block;
}

.link-block-5:where(.w-variant-d139184d-d901-1eae-1e43-a1ba9a9951e1) {
  display: none;
}

._404-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  font-size: 1rem;
  display: grid;
  position: relative;
}

.secondary-link-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--transparent);
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-family: Manrope, sans-serif;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
}

.secondary-link-button:hover {
  border-bottom: 1px solid var(--white);
  padding-bottom: 5px;
}

.secondary-text-link {
  color: var(--white);
  letter-spacing: -1px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.arrow-medium {
  width: 12px;
  margin-top: 2px;
}

.code-embed {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.menu-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2.5rem 0;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

.menu-container.hero-container {
  grid-row-gap: 1rem;
  padding: 2.5rem 2.5rem 5rem;
}

.hero-block-wrapper {
  position: relative;
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1rem;
  }

  .section {
    padding-bottom: 0;
  }

  .section.project-images-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.hero-container, .container.home-hero-container {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  ._9-column-grid {
    font-size: 1rem;
  }

  .navbar-text {
    display: block;
  }

  .hero-heading {
    display: inline;
  }

  .case-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-wrapper {
    border-radius: 20px;
    padding-top: 110%;
  }

  .project-image-container {
    height: 100%;
  }

  .hero-heading-container {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .view-project-wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 0%;
  }

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

  ._3-column-grid.number-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-list-item {
    margin-top: 0;
  }

  .project-info-list {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .divider-content {
    margin-top: 20px;
  }

  .sub-title {
    font-size: 18px;
  }

  .stat-number-item-wrap {
    height: 156px;
    padding-top: 32px;
    padding-bottom: 32px;
    position: sticky;
  }

  .stat-number-item-wrap:hover {
    height: 241px;
  }

  .project-wrapper-2 {
    border-style: solid none none;
    border-color: #fff3;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .project-2-column {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .arrow-down {
    width: 3.25rem;
  }

  .footer-text {
    font-family: Manrope, sans-serif;
  }

  .text-project-large {
    font-size: 1.5vw;
  }

  .project-2-column-text {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
  }

  .project-context-container {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .case-grid-home {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-tabs-title {
    letter-spacing: -.72px;
  }

  .testimonial-tabs-details {
    letter-spacing: -.18px;
    font-size: 18px;
    line-height: 155.556%;
  }

  .brix---accordion-content-wrapper {
    width: 100%;
  }

  ._9-column-grid-intro {
    font-size: 1rem;
  }

  ._3-column-grid-expertises {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._9-column-grid-key-figures, ._404-grid {
    font-size: 1rem;
  }

  .menu-container.hero-container {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.05vw;
    font-size: 4.5vw;
    line-height: 110%;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section {
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .section.hero-section {
    height: auto;
  }

  .section.project-page-hero-section {
    height: auto;
    padding-top: 0;
  }

  .section.projects-section {
    margin-top: .5rem;
    padding-top: 0;
  }

  .section.hero-subpages-section {
    height: auto;
  }

  .container {
    grid-row-gap: 0rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .container.hero-container {
    padding: 1rem 1.5rem .5rem;
  }

  .container.home-hero-container {
    padding: 1rem 1.5rem 2rem;
  }

  .footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    margin-top: 0;
    margin-bottom: 8rem;
    padding-top: 0;
    position: relative;
    top: auto;
  }

  ._9-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr);
  }

  ._9-column-grid.footer-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) 1fr;
    grid-auto-flow: column;
    place-items: start;
    margin-top: 0;
  }

  ._9-column-grid.navbar-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr .25fr;
  }

  ._9-column-grid.project-hero {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr);
    margin-bottom: 0;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

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

  .brand.w--current {
    margin-left: 0;
  }

  .nav-menu {
    width: auto;
    color: var(--white);
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .footer-links-container {
    margin-bottom: 1rem;
  }

  .navbar-text {
    display: none;
  }

  .hero-heading {
    letter-spacing: -.031rem;
    font-size: 2rem;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .case-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }

  .project-wrapper, .project-image-container {
    border-radius: 15px;
  }

  .hero-heading-container {
    max-width: 520px;
    margin-top: 0;
  }

  .view-project-wrapper {
    border-radius: 15px;
    display: none;
  }

  .large-number {
    font-size: 3.8rem;
  }

  .project-1-column {
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .project-info-list {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .img-project {
    border-radius: 7px;
  }

  .project-text-container {
    border-radius: 15px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 142.857%;
  }

  .stat-number-item-wrap {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stat-number-item-wrap:hover {
    height: auto;
  }

  .project-2-column {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 1em;
  }

  .keyfact-content-container {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .hero-block-project {
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .next-case-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: .75rem;
  }

  .arrow-down {
    width: 1.6rem;
  }

  .next-title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 2em;
  }

  .block-brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 480px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-text {
    display: block;
  }

  .div-block {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .div-block-pretitle {
    display: block;
  }

  .div-block-pretitle.hidden {
    display: none;
  }

  .contact-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link-current {
    opacity: .61;
  }

  .nav-link-current:hover {
    opacity: 1;
  }

  .madeby {
    margin-bottom: 1.5rem;
  }

  .text-project-large {
    font-size: 1.2rem;
    line-height: 125%;
  }

  .project-2-column-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 2em;
  }

  .project-context-container {
    margin-top: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .case-grid-home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }

  .section-expertises {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .testimonial-tabs-title {
    font-size: 20px;
    line-height: 120%;
  }

  .testimonial-tabs-details {
    margin-top: 20px;
  }

  .heading-2 {
    letter-spacing: -.3px;
    font-size: 1.5rem;
    line-height: 125%;
  }

  .container-inline {
    grid-row-gap: 1rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .cta-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }

  .brix---section {
    padding-top: 0;
    padding-bottom: 2.5em;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-title {
    letter-spacing: -.3px;
    font-size: 2rem;
  }

  .brix---grid-2-columns-stats {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .brix---accordion-item-wrapper {
    padding: 1rem;
  }

  .brix---accordion-number {
    margin-top: 1rem;
  }

  ._9-column-grid-intro {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

  .section-about {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  ._9-column-grid-key-figures {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

  .primary-text-link {
    letter-spacing: -.3px;
    font-size: 1.5rem;
    line-height: 125%;
  }

  ._404-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(16px, 1fr);
    margin-bottom: 2.25rem;
  }

  .secondary-text-link {
    letter-spacing: -.3px;
    font-size: 1.1rem;
    line-height: 125%;
  }

  .menu-container {
    grid-row-gap: 0rem;
    padding: 1.5rem 1.5rem 0;
    font-family: Manrope, sans-serif;
  }

  .menu-container.hero-container {
    padding: 1rem 1.5rem 0;
  }
}

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

  h2 {
    font-size: .9375rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

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

  .section.hero-section {
    justify-content: center;
    align-items: flex-end;
  }

  .container {
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .container.hero-container {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .container.home-hero-container {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

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

  ._9-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr);
    grid-auto-columns: 1fr;
    display: flex;
  }

  ._9-column-grid.footer-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start;
    margin-top: 0;
    display: grid;
  }

  ._9-column-grid.navbar-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, .5fr) 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-grid {
    grid-row-gap: 48px;
  }

  .nav-menu {
    order: 1;
    justify-content: flex-start;
    width: auto;
  }

  .footer-links-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1rem;
  }

  .navbar-text {
    display: none;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .case-grid {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }

  .project-wrapper, .project-image-container, .view-project-wrapper {
    border-radius: 15px;
  }

  .pretitle-section {
    font-size: .9375rem;
  }

  ._3-column-grid {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: .5rem;
  }

  ._3-column-grid.number-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-list-item {
    padding-top: 0;
  }

  .project-info-list {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .img-project {
    border-radius: 7px;
  }

  .project-text-container {
    border-radius: 15px;
  }

  .stat-number-item-wrap {
    margin-bottom: 0;
    position: sticky;
    top: 140px;
  }

  .keyfact-content-container {
    margin-bottom: 2rem;
  }

  .next-case-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: .75rem;
  }

  .arrow-down {
    width: 1.5rem;
  }

  .next-title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .block-brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-text {
    display: block;
  }

  .div-block {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .nav-link-current {
    opacity: .6;
  }

  .nav-link-current:hover {
    opacity: 1;
  }

  .madeby {
    margin-bottom: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .text-project-large {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .project-list-grid {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: .5rem;
  }

  .project-2-column-text {
    margin-bottom: 2em;
  }

  .case-grid-home {
    margin-bottom: 2rem;
  }

  .section-expertises {
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .testimonial-tabs-details {
    margin-top: 24px;
  }

  .heading-2 {
    font-size: 1.3rem;
  }

  .container-inline {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .cta-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .brix---mg-bottom {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 140%;
  }

  .brix---section {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .brix---accordion-title {
    font-size: 1.8rem;
    line-height: 100%;
  }

  .brix---grid-2-columns-stats {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brix---accordion-item-wrapper {
    padding: 1rem;
  }

  .brix---accordion-number {
    margin-top: 1rem;
    font-size: .75rem;
    line-height: 135%;
  }

  .text-span-7 {
    letter-spacing: 0;
  }

  ._9-column-grid-intro {
    grid-row-gap: 1.5rem;
  }

  .section-about {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  ._9-column-grid-key-figures {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
  }

  .primary-text-link {
    font-size: 1.3rem;
  }

  ._404-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr);
    grid-auto-columns: 1fr;
    margin-bottom: 2.25rem;
    display: flex;
  }

  .secondary-text-link {
    font-size: 1.1rem;
  }

  .menu-container {
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Manrope, sans-serif;
  }

  .menu-container.hero-container {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .section.hero-section {
    padding-top: 6rem;
  }

  .section.project-page-hero-section {
    padding-top: 4rem;
  }

  .section.project-images-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.projects-section {
    margin-top: .5rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .section.hero-subpages-section {
    padding-top: 6rem;
  }

  .container {
    grid-row-gap: 0rem;
    margin-bottom: 0;
    padding: 0 1.5rem 0;
    font-family: Manrope, sans-serif;
  }

  .container.hero-container {
    padding: 1rem 1.5rem 0;
  }

  .container.project-container {
    padding-bottom: 0;
  }

  .container.home-hero-container {
    padding: 1rem 1.5rem 2rem;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 0;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .navbar {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  ._9-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  ._9-column-grid.footer-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column;
    justify-items: start;
    margin-top: 0;
    display: grid;
  }

  ._9-column-grid.navbar-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  ._9-column-grid.project-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 48px;
  }

  .nav-menu {
    grid-column-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-links-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1rem;
  }

  .horizontal-footer-links-container {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-text {
    max-width: none;
    display: none;
  }

  .grey-text {
    margin-bottom: .5rem;
  }

  .hero-heading {
    letter-spacing: -.3px;
    width: 100%;
    font-size: 1.5rem;
  }

  .nav-link:hover, .nav-link:active, .nav-link:focus {
    opacity: 1;
  }

  .case-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }

  .project-wrapper {
    border-radius: 15px;
    padding-top: 110%;
  }

  .project-image-container {
    border-radius: 15px;
  }

  .hero-heading-container {
    max-width: none;
    margin-top: 0;
  }

  .view-project-wrapper {
    border-radius: 15px;
  }

  .pretitle-section {
    display: flex;
  }

  ._3-column-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  ._3-column-grid.number-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .large-number-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .large-number {
    font-size: 3.8rem;
  }

  .project-list-item {
    padding-top: 0;
  }

  .project-1-column {
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .project-info-list {
    margin-bottom: 2rem;
  }

  .copy {
    margin-bottom: 0;
  }

  .img-project {
    border-radius: 7px;
  }

  .pretitle-project {
    margin-bottom: 1.5rem;
  }

  .project-text-container {
    border-radius: 15px;
  }

  .project-2-column {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 1em;
  }

  .keyfact-content-container {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .hero-block-project {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .next-case-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .arrow-down {
    width: 1.3rem;
    padding-top: 5px;
  }

  .next-title-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: .5rem;
    margin-bottom: 1em;
  }

  .block-brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-text {
    display: block;
  }

  .div-block {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .div-block-pretitle {
    width: 100%;
    display: block;
  }

  .div-block-pretitle.hidden {
    display: none;
  }

  .contact-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-bottom: 2.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-current {
    opacity: .6;
  }

  .nav-link-current:hover, .nav-link-current:active, .nav-link-current:focus {
    opacity: 1;
  }

  .madeby {
    color: var(--grey);
    margin-bottom: 1.5rem;
    font-family: Manrope, sans-serif;
    font-size: .75rem;
  }

  .text-project-large {
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .project-list-grid {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .project-2-column-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 2em;
  }

  .project-context-container {
    max-width: none;
    margin-top: 0;
    padding-right: 0;
  }

  .case-grid-home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .section-expertises {
    grid-row-gap: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0 1.5rem 0;
    font-family: Manrope, sans-serif;
  }

  .heading-2 {
    letter-spacing: -.3px;
    align-items: flex-start;
    font-size: 1.3rem;
    line-height: 125%;
    display: block;
  }

  .heading-2.grey-text {
    font-size: 1.3rem;
    display: inline;
  }

  .container-inline {
    grid-row-gap: 1rem;
    margin-bottom: 0;
    padding: 0 1.5rem 0;
    font-family: Manrope, sans-serif;
  }

  .cta-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: .75rem;
    margin-bottom: .5rem;
  }

  .brix---mg-bottom {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 140%;
  }

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

  .brix---section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .brix---accordion-title {
    letter-spacing: 0;
    font-size: 1.8rem;
    line-height: 100%;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-2-columns-stats {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper {
    padding: 1rem;
  }

  .brix---accordion-number {
    margin-top: 1rem;
    font-size: .75rem;
    line-height: 135%;
  }

  .text-span-2 {
    font-size: 1rem;
    line-height: 130%;
  }

  ._9-column-grid-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  ._3-column-grid-expertises {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-about {
    grid-row-gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 0;
    padding: 0 1.5rem 0;
    font-family: Manrope, sans-serif;
  }

  ._9-column-grid-key-figures {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .primary-text-link {
    letter-spacing: -.3px;
    align-items: flex-start;
    font-size: 1.3rem;
    line-height: 125%;
    display: block;
  }

  ._404-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 2rem;
    display: flex;
  }

  .secondary-text-link {
    letter-spacing: -.3px;
    align-items: flex-start;
    font-size: 1.1rem;
    line-height: 125%;
    display: block;
  }

  .menu-container {
    grid-row-gap: 0rem;
    margin-bottom: 0;
    padding: 1.5rem 1.5rem 0;
    font-family: Manrope, sans-serif;
  }

  .menu-container.hero-container {
    padding: 1rem 1.5rem 0;
  }

  .menu-container.project-container {
    padding-bottom: 0;
  }
}

#w-node-_19650c7a-8439-8312-4d6b-c3f9d6a897a7-1f35b0e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_324d9400-55bb-df74-3e8c-f4e45c19f5e5-1f35b0e8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_4d508d83-f32c-c1a3-1c9d-5bafdb5b63fc-1f35b0e8 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-a20b681b-876a-12cc-909f-5fa3cd1653eb-1f35b0e8 {
  grid-area: 2 / 3 / 3 / 8;
}

#w-node-_0eff3753-59d8-28fe-79ba-c96d16e5a9c3-1f35b0e8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2920df24-c3e6-bccc-81d8-439a47dab5b9-1f35b0e8 {
  grid-area: 1 / 3 / 2 / 10;
}

#w-node-_91ef61d7-7d71-62b5-aef5-3df6d45fd00c-1f35b0e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6099285a-f348-81c6-0c91-066368a34061-1f35b0e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3326729f-3166-2110-d062-aacc84885d31-1f35b0e8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2f780d34-6d6a-0969-e4f0-fa1035cd9bec-1f35b0e8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29b4e1d1-9b91-e923-0b8a-c6a956bbf958-1f35b0e8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7f75c020-d6d2-8407-1215-2090c1de0678-1f35b0e8 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f6a999a7-efc1-1e3c-9702-451b354c933f-1f35b0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6a999a7-efc1-1e3c-9702-451b354c9341-1f35b0e8 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-d785c6ac-453f-014c-049b-c761c7645916-1f35b0e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d785c6ac-453f-014c-049b-c761c7645918-1f35b0e8 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_53f38497-3d38-3629-9f92-b2ad5ff60c12-1f35b0e8 {
  grid-area: 2 / 3 / 3 / 8;
}

#w-node-d785c6ac-453f-014c-049b-c761c764594f-1f35b0e8 {
  grid-area: 3 / 3 / 4 / 10;
  align-self: auto;
}

#w-node-d785c6ac-453f-014c-049b-c761c7645951-1f35b0e8, #w-node-d785c6ac-453f-014c-049b-c761c7645956-1f35b0e8, #w-node-d785c6ac-453f-014c-049b-c761c7645958-1f35b0e8, #w-node-d785c6ac-453f-014c-049b-c761c764595d-1f35b0e8, #w-node-d785c6ac-453f-014c-049b-c761c764595f-1f35b0e8, #w-node-d785c6ac-453f-014c-049b-c761c7645964-1f35b0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6b98c66-1f23-f6c5-bbc7-db279301c93e-ae2af369 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_87943391-ea46-35c9-04ef-3022041606f8-ae2af369, #w-node-c51e9d04-0eef-17e0-f3da-465ccfaf8672-ae2af369 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57b6d694-783e-21d3-bedd-0c01cceeeccd-ae2af369, #w-node-_45c92a25-07a8-37b3-3c46-e9b1f303e6f4-ae2af369 {
  place-self: start end;
}

#w-node-b9d1130b-5247-7c62-6bd0-949224db4eba-ae2af369 {
  grid-area: 2 / 7 / 3 / 10;
  place-self: start;
}

#w-node-_40973415-f495-1d1b-0317-3325e0648d94-ae2af369 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: auto;
}

#w-node-_11dd532d-17e9-35a4-dd11-d4c70889ba5b-37587e6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_890164c0-aeea-642f-bdaf-34e537587e70-37587e6a {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_44ab028d-0c56-9b45-f84a-06268d1e8f3e-8d1e8f35:where(.w-variant-2017e2fd-1917-f8a9-99b7-31c2a6154df3) {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6de61d02-4d57-bbb9-c431-c9eda29f9e45-2930ea5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_53336921-24f3-4a85-3021-b21279a80d1b-2930ea5d {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_4b4aef14-3e4a-0b5c-d2bc-b8d82930ea6a-2930ea5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start end;
}

#w-node-_4b4aef14-3e4a-0b5c-d2bc-b8d82930ea63-2930ea5d {
  justify-self: end;
}

#w-node-_83d5bbbd-29fb-3c1b-f284-a7526dd52df7-1f35b0ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83d5bbbd-29fb-3c1b-f284-a7526dd52dfa-1f35b0ea {
  grid-area: span 2 / span 5 / span 2 / span 5;
  align-self: start;
}

#w-node-f88555d5-7a42-707b-a053-f7d66d8cc94f-1f35b0ea {
  grid-area: 3 / 3 / 4 / 8;
  justify-self: start;
}

#w-node-f8f3179a-f936-f4f7-cda9-a4cd52229a19-52229a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-f8f3179a-f936-f4f7-cda9-a4cd52229a1b-52229a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_54b695a5-4350-95ca-a4cb-ba8f26b8850c-26b8850a {
  grid-area: 1 / 3 / 2 / 10;
}

#w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88510-26b8850a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88511-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88516-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b8851b-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88520-26b8850a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89d7133f-514b-21b2-406f-2a9f42ebcccb-42ebccc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_89d7133f-514b-21b2-406f-2a9f42ebccce-42ebccc9 {
  grid-area: 1 / 3 / 2 / 9;
  align-self: start;
}

#w-node-_52af47fb-351a-57a9-4b82-a3cf02cf107f-02cf107c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1082-02cf107c {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1087-02cf107c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start end;
}

#w-node-_52af47fb-351a-57a9-4b82-a3cf02cf108e-02cf107c {
  justify-self: end;
}

#w-node-_19650c7a-8439-8312-4d6b-c3f9d6a897a7-def5e835 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_324d9400-55bb-df74-3e8c-f4e45c19f5e5-def5e835 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_3326729f-3166-2110-d062-aacc84885d31-1f35b0e8 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2f780d34-6d6a-0969-e4f0-fa1035cd9bec-1f35b0e8 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_29b4e1d1-9b91-e923-0b8a-c6a956bbf958-1f35b0e8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7f75c020-d6d2-8407-1215-2090c1de0678-1f35b0e8 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d785c6ac-453f-014c-049b-c761c7645958-1f35b0e8, #w-node-f8f3179a-f936-f4f7-cda9-a4cd52229a1b-52229a17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_19650c7a-8439-8312-4d6b-c3f9d6a897a7-1f35b0e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_324d9400-55bb-df74-3e8c-f4e45c19f5e5-1f35b0e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d508d83-f32c-c1a3-1c9d-5bafdb5b63fc-1f35b0e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a20b681b-876a-12cc-909f-5fa3cd1653eb-1f35b0e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2920df24-c3e6-bccc-81d8-439a47dab5b9-1f35b0e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3326729f-3166-2110-d062-aacc84885d31-1f35b0e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f780d34-6d6a-0969-e4f0-fa1035cd9bec-1f35b0e8 {
    grid-row-start: 2;
  }

  #w-node-_29b4e1d1-9b91-e923-0b8a-c6a956bbf958-1f35b0e8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7f75c020-d6d2-8407-1215-2090c1de0678-1f35b0e8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f6a999a7-efc1-1e3c-9702-451b354c933f-1f35b0e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-f6a999a7-efc1-1e3c-9702-451b354c9341-1f35b0e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d785c6ac-453f-014c-049b-c761c7645916-1f35b0e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-d785c6ac-453f-014c-049b-c761c7645918-1f35b0e8, #w-node-_53f38497-3d38-3629-9f92-b2ad5ff60c12-1f35b0e8, #w-node-d785c6ac-453f-014c-049b-c761c764594f-1f35b0e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f6b98c66-1f23-f6c5-bbc7-db279301c93e-ae2af369 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_92b3ab0d-9b01-442a-fa01-0da781b06472-ae2af369 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_87943391-ea46-35c9-04ef-3022041606f8-ae2af369 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9505cca1-e9a6-9e07-a22c-b1c81ac84776-ae2af369 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c51e9d04-0eef-17e0-f3da-465ccfaf8672-ae2af369 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_57b6d694-783e-21d3-bedd-0c01cceeeccd-ae2af369, #w-node-_45c92a25-07a8-37b3-3c46-e9b1f303e6f4-ae2af369 {
    grid-area: 6 / 3 / 8 / 4;
  }

  #w-node-b9d1130b-5247-7c62-6bd0-949224db4eba-ae2af369 {
    grid-area: 6 / 1 / 7 / 3;
    justify-self: start;
  }

  #w-node-_40973415-f495-1d1b-0317-3325e0648d94-ae2af369 {
    grid-area: 7 / 1 / 8 / 3;
    place-self: start;
  }

  #w-node-_11dd532d-17e9-35a4-dd11-d4c70889ba5b-37587e6a {
    grid-column: span 2 / span 2;
  }

  #w-node-_890164c0-aeea-642f-bdaf-34e537587e70-37587e6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6de61d02-4d57-bbb9-c431-c9eda29f9e45-2930ea5d {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_53336921-24f3-4a85-3021-b21279a80d1b-2930ea5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b4aef14-3e4a-0b5c-d2bc-b8d82930ea6a-2930ea5d {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_4b4aef14-3e4a-0b5c-d2bc-b8d82930ea63-2930ea5d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_83d5bbbd-29fb-3c1b-f284-a7526dd52df7-1f35b0ea {
    grid-column: span 1 / span 1;
  }

  #w-node-_83d5bbbd-29fb-3c1b-f284-a7526dd52dfa-1f35b0ea, #w-node-f88555d5-7a42-707b-a053-f7d66d8cc94f-1f35b0ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8f3179a-f936-f4f7-cda9-a4cd52229a1b-52229a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b8850c-26b8850a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88511-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88516-26b8850a {
    grid-column: span 2 / span 2;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b8851b-26b8850a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88520-26b8850a {
    grid-column: span 2 / span 2;
  }

  #w-node-_89d7133f-514b-21b2-406f-2a9f42ebccce-42ebccc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf107f-02cf107c {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1082-02cf107c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1087-02cf107c {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf108e-02cf107c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_324d9400-55bb-df74-3e8c-f4e45c19f5e5-def5e835 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40973415-f495-1d1b-0317-3325e0648d94-ae2af369 {
    place-self: start;
  }

  #w-node-_53336921-24f3-4a85-3021-b21279a80d1b-2930ea5d {
    order: 9999;
  }

  #w-node-_4b4aef14-3e4a-0b5c-d2bc-b8d82930ea6a-2930ea5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88511-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88516-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b8851b-26b8850a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88520-26b8850a {
    grid-column: span 1 / span 1;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1082-02cf107c {
    order: 9999;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1087-02cf107c {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_19650c7a-8439-8312-4d6b-c3f9d6a897a7-1f35b0e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0eff3753-59d8-28fe-79ba-c96d16e5a9c3-1f35b0e8 {
    grid-column-end: 2;
  }

  #w-node-_2920df24-c3e6-bccc-81d8-439a47dab5b9-1f35b0e8, #w-node-_6099285a-f348-81c6-0c91-066368a34061-1f35b0e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3326729f-3166-2110-d062-aacc84885d31-1f35b0e8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2f780d34-6d6a-0969-e4f0-fa1035cd9bec-1f35b0e8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_29b4e1d1-9b91-e923-0b8a-c6a956bbf958-1f35b0e8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7f75c020-d6d2-8407-1215-2090c1de0678-1f35b0e8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f6b98c66-1f23-f6c5-bbc7-db279301c93e-ae2af369 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_92b3ab0d-9b01-442a-fa01-0da781b06472-ae2af369 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: start;
  }

  #w-node-_87943391-ea46-35c9-04ef-3022041606f8-ae2af369 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start;
  }

  #w-node-_9505cca1-e9a6-9e07-a22c-b1c81ac84776-ae2af369 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c51e9d04-0eef-17e0-f3da-465ccfaf8672-ae2af369 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: start;
  }

  #w-node-_57b6d694-783e-21d3-bedd-0c01cceeeccd-ae2af369, #w-node-_45c92a25-07a8-37b3-3c46-e9b1f303e6f4-ae2af369 {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-b9d1130b-5247-7c62-6bd0-949224db4eba-ae2af369 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_40973415-f495-1d1b-0317-3325e0648d94-ae2af369 {
    grid-area: 7 / 1 / 8 / 3;
    justify-self: start;
  }

  #w-node-_890164c0-aeea-642f-bdaf-34e537587e70-37587e6a {
    grid-row: span 1 / span 1;
  }

  #w-node-_6de61d02-4d57-bbb9-c431-c9eda29f9e45-2930ea5d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_53336921-24f3-4a85-3021-b21279a80d1b-2930ea5d {
    grid-column: span 2 / span 2;
  }

  #w-node-_4b4aef14-3e4a-0b5c-d2bc-b8d82930ea6a-2930ea5d {
    grid-area: 2 / 1 / 3 / 3;
    place-self: start;
  }

  #w-node-_4b4aef14-3e4a-0b5c-d2bc-b8d82930ea63-2930ea5d {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_83d5bbbd-29fb-3c1b-f284-a7526dd52df7-1f35b0ea, #w-node-f8f3179a-f936-f4f7-cda9-a4cd52229a19-52229a17 {
    grid-column: span 2 / span 2;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88511-26b8850a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88516-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b8851b-26b8850a, #w-node-_54b695a5-4350-95ca-a4cb-ba8f26b88520-26b8850a {
    grid-column: span 1 / span 1;
  }

  #w-node-_89d7133f-514b-21b2-406f-2a9f42ebcccb-42ebccc9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf107f-02cf107c {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1082-02cf107c {
    grid-column: span 2 / span 2;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf1087-02cf107c {
    grid-area: 2 / 1 / 3 / 3;
    place-self: start;
  }

  #w-node-_52af47fb-351a-57a9-4b82-a3cf02cf108e-02cf107c {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_19650c7a-8439-8312-4d6b-c3f9d6a897a7-def5e835 {
    grid-column: span 2 / span 2;
  }
}


