:root {
  --black: #10131f;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.7em;
  line-height: 1.4em;
}

.search-button-1 {
  z-index: 10;
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding: 1em 2em;
  font-size: .65em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s;
  position: relative;
  top: 1px;
}

.search-button-1:hover {
  background-color: #202330;
  border-bottom-color: #6c757d;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.bold-text-7 {
  font-weight: 400;
  line-height: 1.3em;
}

.bold-text-7.big {
  font-size: 2em;
  line-height: 1.3em;
}

.scroll-up-circle {
  z-index: 2;
  background-color: #202330;
  border-radius: 50%;
  flex: none;
  position: absolute;
  inset: 0%;
}

.aside-menu-padding {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 10.5em 12vw 10em 10vw;
  display: flex;
  position: relative;
}

.aside-menu-padding.is-2nd {
  padding-left: 7vw;
  padding-right: 7vw;
}

.works-list {
  width: 100%;
}

.subfooter {
  background-color: #000;
  border-top: 1px solid #2b2f3a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 7em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: none;
}

.footer-large-title {
  color: #ced4da;
  margin-bottom: 1.7em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3em;
}

.hero-2-block-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.aside-cta-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.content-5-column {
  max-width: 17.5em;
}

.padding-inner {
  z-index: 10;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 4em;
  position: relative;
}

.padding-inner.projects {
  padding-top: 4em;
  padding-bottom: 2em;
}

.accordion-title {
  font-size: 1.3em;
  line-height: 1.1em;
}

.subfooter-links-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fullscreen-tabs-content {
  z-index: 5;
  align-self: stretch;
  width: 100%;
  overflow: visible;
}

.tab-pane-grid {
  width: 100%;
  height: 100%;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.icon.in-accordion {
  font-size: 1.4em;
  position: absolute;
  right: 0;
}

.icon.extra-large {
  font-size: 1.4em;
}

.nav-link-2 {
  z-index: 10;
  color: #800f2f;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  top: 1px;
}

.nav-link-2:hover {
  color: #10131f;
}

.nav-link-2.w--current {
  border-bottom: 1px solid #10131f;
}

.nav-link-2.in-nav-2 {
  color: #ffffffa6;
  border-bottom-color: #fff;
}

.nav-link-2.in-nav-2:hover {
  color: #fff;
}

.nav-link-2.in-nav-2.hide {
  display: none;
}

.subfooter-2-item {
  margin-right: 2em;
}

.aside-cta-inner {
  z-index: 5;
  color: #10131f;
  text-align: left;
  border-bottom: 1px solid #6c757d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.aside-cta-inner:hover {
  border-bottom-color: #202330;
}

.fullscreen-tab {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #ffffff40;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5em;
  left: 9.5em;
}

.button-1 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #3a3f44;
  border-radius: 10em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.4em 2.5em;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  transition: transform .3s ease-out, background-color .3s, box-shadow .4s;
  position: relative;
}

.button-1:hover {
  z-index: 99;
  background-color: #2b2f3a;
  background-image: none;
  border-color: #484e53;
  transform: scale(1.03)translate(0, -.4em);
  box-shadow: 0 22px 27px -10px #070d2282;
}

.button-1:focus {
  background-color: #10131f;
  box-shadow: 1px 1px 20px #27bdab;
}

.button-1.newsletter-button {
  z-index: 20;
  position: absolute;
  right: 0;
}

.button-1.in-nav-button-2 {
  background-color: #ffffff1a;
  border-color: #ffffff6b;
  margin-left: 2.5em;
  font-size: .75em;
}

.button-1.in-nav-button-2:hover {
  background-color: #ffffff2e;
  border-color: #fff9;
  box-shadow: 0 22px 27px -10px #ffffff2b;
}

.button-1.hide {
  display: none;
}

.image-animation-trigger {
  filter: grayscale();
  background-image: url('../images/2-PP.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.project {
  background-image: url('../images/48306E9C-2A0F-478D-B1C7-198E85661574.webp');
}

.image-animation-trigger.project-1 {
  filter: grayscale();
  background-image: url('../images/450E9405-4665-4371-AA44-F2C517732DD5.webp');
}

.image-animation-trigger.project-3 {
  background-image: url('../images/1-PP.webp');
}

.image-animation-trigger.project-4 {
  background-image: url('../images/image_6483441-2.webp');
}

.image-animation-trigger.project-5 {
  background-image: url('../images/F1B4BBBD-A35B-44B3-A663-5DE4E0DFC856.webp');
}

.image-animation-trigger.projectts {
  background-image: url('../images/3-PP.webp');
}

.image-animation-trigger.project-7 {
  background-image: url('../images/image_6483441-3-1.webp');
}

.footer-2-contacts {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.fs-gradient {
  z-index: 2;
  background-image: linear-gradient(to right, #070d22d1, #10131f0d);
  position: absolute;
  inset: 0%;
}

.newsletter-1-column {
  padding-left: 0;
}

.nav-icon-button {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: .5em;
  display: flex;
  position: relative;
}

.nav-icon-button.hide {
  display: none;
}

.company-service-image {
  z-index: 5;
  width: 100%;
  height: 30em;
  margin-bottom: 8em;
  position: relative;
}

.subfooter-2-links-list {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.footer-5-brand {
  z-index: 10;
  letter-spacing: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4em;
  padding: 0;
  transition: letter-spacing .8s cubic-bezier(.785, .135, .15, .86);
  display: flex;
}

.footer-5-brand:hover {
  letter-spacing: .8em;
}

.aside-contact {
  z-index: 10;
  color: #fff;
  font-size: .85em;
  font-weight: 300;
  position: relative;
}

.circle-asset {
  z-index: 5;
  color: #10131f;
  font-weight: 600;
  position: relative;
}

.circle-asset.is-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
}

.aside-cta-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.aside-image-bg-animated {
  z-index: 15;
  background-color: #373b47;
  display: none;
  position: absolute;
  inset: 0%;
}

.accordion-inner {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em 2em 0;
  display: flex;
}

.hero-2-grid-title {
  margin-bottom: .6em;
  font-size: 1.15em;
}

.fs-inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.cta-block-2 {
  text-align: center;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
}

.cta-block-2.hide {
  display: none;
}

.button-4 {
  z-index: 1;
  color: #dde1e6;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  padding: 2em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, box-shadow .3s, transform .3s, padding .3s ease-out, background-color .3s;
  display: flex;
  position: relative;
}

.button-4:hover {
  background-color: #2b2f3a;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  transform: translate(.5em, -.5em);
  box-shadow: -17px 47px 60px -12px #070d228c;
}

.footer-col-links {
  flex-flow: column wrap;
  align-items: flex-start;
  padding-top: .1em;
  display: flex;
}

.footer-col-links.hide {
  display: none;
}

.scroll-down-icon {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  display: none;
  position: absolute;
}

.scroll-down-icon.play {
  width: 1.5em;
  height: auto;
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.container {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
  position: relative;
}

.container.is-fs-tab {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 20em;
  padding-bottom: 13vh;
  display: flex;
}

.container.in-navigation {
  align-self: stretch;
  display: flex;
  position: static;
}

.container.nav {
  flex-direction: row;
  max-width: 1600px;
  padding: 1em 6em;
}

.footer-social-icon {
  object-fit: contain;
  width: 1.2em;
  height: 1.2em;
}

.aside-cta-background-2 {
  z-index: 2;
  background-color: #8eaa9d;
  display: none;
  position: absolute;
  inset: 0%;
}

.accordion-arrow {
  z-index: 3;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: absolute;
}

.nav-logo {
  width: 7em;
  display: none;
}

.brand {
  letter-spacing: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 3.5em;
  padding: 0;
  transition: letter-spacing 1.2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.brand:hover {
  letter-spacing: .8em;
}

.list-title {
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.4em;
}

.min-100vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 4em;
  display: flex;
}

.footer-contacts {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.aside-image-link {
  color: #dde1e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 18vw;
  margin-bottom: 2.5em;
  transition: color .2s;
  display: flex;
  position: relative;
}

.aside-image-link:hover {
  color: #fff;
}

.aside-image-link-pic {
  z-index: 10;
  width: 100%;
  height: 14em;
  margin-bottom: 1.7em;
  position: relative;
  overflow: hidden;
}

.form-success-title-1 {
  color: #10131f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
}

.form-success-title-1.reverse-colors {
  color: #fff;
}

.nav-new {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #599b39;
  border-radius: 1.3em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding-left: .7em;
  padding-right: .7em;
  font-size: .55em;
  display: flex;
  position: absolute;
  top: 2.9em;
  right: -.2em;
}

.aside-call-to-action {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10em;
  position: absolute;
  inset: auto 0% 0%;
}

.fs-image {
  z-index: 1;
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-num-paragraph {
  z-index: 10;
  line-height: .9em;
  position: relative;
  top: .1em;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-line {
  background-color: #ced4da;
  width: 1px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1.5em;
}

.list-line.reverse-colors {
  background-color: #454955;
}

.navbar {
  z-index: 990;
  background-color: #fff;
  border-bottom: 1px solid #dde1e6;
  justify-content: center;
  align-items: center;
  height: 7em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.is-nav-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  border-bottom-color: #ffffff26;
  position: absolute;
  inset: 0% 0% auto;
}

.main-button-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
}

.page-wrapper {
  width: 100%;
}

.bg-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-burger-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  position: relative;
}

.accordion-circle {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 5em;
  margin-right: 1em;
  display: flex;
  position: relative;
  top: 1px;
}

.button-3 {
  z-index: 1;
  color: #070d22;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #070d22;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.4em 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  transition: padding .3s ease-out, background-position .3s;
  position: relative;
}

.button-3:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-bottom-color: #800f2f;
  padding-right: 2em;
}

.nav-close-background {
  z-index: 1;
  background-color: #2b2f3a;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-item {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}

.form-item:hover {
  border-bottom-color: #fff;
}

.form-item.newsletter-item {
  align-items: stretch;
  margin-bottom: 0;
}

.form-item.form-48-column {
  width: 48%;
}

.large-paragraph {
  margin-bottom: 3em;
  font-size: 1.4em;
  line-height: 1.6em;
}

.footer {
  z-index: 10;
  position: relative;
}

.scroll-down-line {
  background-color: #10131f;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-line.bg-white {
  background-color: #fff;
}

.scroll-down-line.in-footer {
  background-color: #373b47;
}

.nav-close {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 7em;
  padding: .5em;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.aside-bg-full-2 {
  z-index: 3;
  background-color: #2b2f3a;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
}

.nav-icon.is-close-icon {
  display: none;
  position: absolute;
}

.aside-contact-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: 2em;
  font-size: .9em;
  position: absolute;
  left: 0;
}

.footer-uppercase-title {
  color: #adb5bd;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1.5em;
  font-size: .65em;
}

.ctas-title {
  color: #10131f;
  margin-bottom: 1.1em;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.8em;
}

.hero-grid-image-40 {
  z-index: 5;
  object-fit: cover;
  flex: none;
  width: 40%;
  height: 7em;
  margin-right: 2em;
  position: relative;
}

.parallax-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 140%;
  position: absolute;
}

.nav-flex {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.nav-num {
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: #c9184a;
  border-radius: 1.3em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: .65em;
  display: flex;
  position: absolute;
  top: 2.3em;
  right: .7em;
}

.aside-brand {
  z-index: 10;
  letter-spacing: .6em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  transition: letter-spacing .8s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: fixed;
  top: 2.7em;
  left: 10vw;
}

.aside-brand:hover {
  letter-spacing: .8em;
}

.form {
  z-index: 10;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.aside-contact-button {
  z-index: 5;
  opacity: .75;
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: 3vw;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.aside-contact-button:hover {
  opacity: 1;
}

.nav-flex-right {
  align-items: center;
  display: flex;
}

.works-grid {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list-paragraph {
  color: #373b47;
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.35em;
}

.scroll-up-button {
  z-index: 5;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
}

.nav-inner {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
  position: static;
}

.aside-title-width {
  z-index: 20;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .3em;
  padding-bottom: .3em;
  transition: border 1s;
  display: flex;
  position: relative;
}

.aside-title-width:hover {
  border-bottom-color: #6c757d;
}

.section {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section.bg-white-smoke {
  padding-bottom: 4em;
}

.section.bg-white-smoke.hide {
  display: none;
}

.section.newsletter-colors {
  color: #dde1e6;
  background-color: #202330;
}

.section.hide {
  padding-bottom: 8em;
  display: none;
}

.section.hide.blue {
  background-color: #000;
  display: flex;
  position: relative;
}

.section.dark, .section.bg-gray-c6.white-color {
  background-color: #000;
}

.aside-links {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.aside-links.is-2nd {
  margin-bottom: 5em;
}

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

.search-background {
  z-index: 2;
  background-color: #10131f;
  border: 1px solid #373b47;
  border-radius: 5em;
  position: absolute;
  inset: 0%;
}

.bg-for-animation {
  z-index: 20;
  background-color: #e4e7eb;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.is-grey-color {
  background-color: #2b2f3a;
}

.nav-menu-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.brand-name {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 800;
  position: relative;
}

.brand-name.in-aside-menu {
  color: #fff;
}

.brand-name.in-footer {
  color: #fff;
  font-size: 1.4em;
}

.brand-name.in-nav-2 {
  color: #fff;
}

.aside-link-line {
  background-color: #fff;
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.company-title-block {
  max-width: 51em;
}

.aside-menu {
  z-index: 99999;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.scroll-up-icon {
  z-index: 8;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: absolute;
}

.hero-2-grid-block {
  z-index: 5;
  filter: grayscale();
  color: #fff;
  background-color: #ffffff0d;
  flex-direction: row;
  align-items: center;
  padding: 2em;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.hero-2-grid-block:hover {
  filter: none;
  color: #fff;
  background-color: #000;
}

.hero-2-grid-block.is-3rd:hover {
  filter: none;
  color: #fff;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.grid-footer-2-links {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.nav-burger {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6.9em;
  padding: .5em;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.nav-icon-circle {
  z-index: 1;
  background-color: #e9ecef;
  border-radius: 50%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-icon-circle.in-nav-2 {
  background-color: #373b47;
}

.work-item {
  width: 100%;
}

.aside-bg-overlay {
  z-index: 1;
  background-color: #10131fcc;
  display: block;
  position: fixed;
  inset: 0%;
}

.circle-background {
  z-index: 2;
  background-color: #e4e7eb;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle-background.reverse-colors {
  background-color: #404450;
}

.bg-video-color {
  z-index: 5;
  background-image: linear-gradient(45deg, #000000fc, #000000d1 98%, #000000b8);
  position: absolute;
  inset: 0%;
}

.bg-video-color.projects {
  background-image: linear-gradient(45deg, #000000f2, #000000d1 98%, #000000ed);
}

.subfooter-2-column-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-input {
  z-index: 10;
  color: #f2f4f5;
  letter-spacing: .05em;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  height: 2.2em;
  margin-bottom: 0;
  padding: .3em 2.2em .3em 0;
  font-size: 1em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.search-input:focus {
  border-color: #0000 #0000 #373b47;
}

.search-input::placeholder {
  color: #ced4da;
}

.aside-cta-title {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
}

.form-success-message {
  color: #13355f;
  background-color: #dee2e6;
  border: 1px solid #adb5bd;
  width: 100%;
  padding: .8em 3em;
}

.form-success-message.reverse-colors {
  color: #fff;
  background-color: #373b47;
  background-image: none;
  border-color: #6c757d;
}

.nav-paragraph {
  line-height: 1.5em;
}

.footer-inner {
  color: #fff;
  background-color: #10131f;
  padding-top: 8em;
  padding-bottom: 8em;
  display: none;
}

.footer-5-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-2-block-1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 5em;
  display: flex;
}

.hero-2-grid-paragraph {
  opacity: .8;
  letter-spacing: .01em;
  font-size: .85em;
}

.nav-burger-bg {
  background-color: #e4e7eb;
  display: none;
  position: absolute;
  inset: 0%;
}

.parallax-background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.uppercase-title {
  color: #373b47;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1.5em;
  font-size: .7em;
  font-weight: 600;
}

.uppercase-title.in-portfolio-tabs {
  color: #adb5bd;
  margin-bottom: 2.3em;
}

.fullscreen-tab-wrap {
  background-color: #070d22;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.aside-image-link-title {
  z-index: 10;
  font-size: 1.6em;
  font-weight: 300;
  position: relative;
}

.hero-2-background {
  background-color: #10131f;
  position: absolute;
  inset: 0%;
}

.hero-2-background.projects {
  background-image: url('../images/2-PP.webp');
  background-position: 50%;
  background-size: cover;
}

.search {
  z-index: 9999;
  border-radius: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 33em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4em 2.5em;
  display: none;
  position: absolute;
  inset: 8em 0% auto;
}

.scroll-up-border {
  z-index: 5;
  border: 1px solid #373b47;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 10;
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.heading-fs {
  color: #fff;
  letter-spacing: -.04em;
  margin-bottom: 0;
  padding-bottom: .2em;
  font-size: 7em;
  font-weight: 400;
  line-height: 1em;
}

.fs-flex {
  border-top: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5em;
  padding-top: 3em;
  display: flex;
}

.footer-link-block {
  color: #fff;
  letter-spacing: .05em;
  flex-direction: row;
  align-items: center;
  padding-top: .6em;
  padding-bottom: .6em;
  font-weight: 200;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link-block.in-footer-2 {
  color: #dde1e6;
  margin-right: 3em;
  padding-top: .7em;
  padding-bottom: .7em;
}

.footer-link-block.in-footer-2:hover {
  color: #fff;
}

.footer-link-block.in-footer-2.hide {
  display: none;
}

.aside-menu-column {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  overflow: auto;
}

.aside-contacts {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10em;
  padding: 1em 10vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-template {
  letter-spacing: .3em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .6em;
  font-weight: 500;
  position: absolute;
  bottom: 2.8em;
}

.brand-template.in-footer-white {
  color: #fff;
  margin-bottom: 0;
  bottom: -1.5em;
}

.brand-template.in-aside-menu {
  color: #fff;
  bottom: -2.2em;
}

.brand-template.in-nav-2 {
  color: #fff;
}

.brand-template.in-footer-white {
  color: #fff;
  bottom: -1.5em;
}

.empty-state-hidden {
  display: none;
}

.aside-link {
  z-index: 10;
  color: #dde1e6;
  border-left: 1px solid #373b47;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 3vw;
  font-size: 2em;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.aside-link:hover {
  color: #fff;
}

.tab-link-fs {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 10em;
  padding: 1.4em 2em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
  transition: color .3s, border-color .3s;
}

.tab-link-fs:hover {
  background-color: #ffffff1a;
}

.tab-link-fs.w--current {
  opacity: 1;
  color: #070d22;
  background-color: #fff;
  border-bottom-color: #495057;
}

.footer-2-contact-link {
  color: #e4e7eb;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: opacity .2s;
}

.footer-2-contact-link:hover {
  opacity: .65;
}

.custom-list {
  width: 100%;
}

.search-shadow {
  z-index: 1;
  border-radius: 5em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 40px 50px -20px #191c1f87;
}

.grid {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr .25fr 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.grid.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link-4 {
  opacity: .8;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3em;
  margin-right: 3em;
  transition: opacity .2s, padding .3s, transform .3s;
  display: flex;
}

.footer-social-link-4:hover {
  opacity: 1;
}

.embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-top: 3em;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-line {
  background-color: #10131f;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-line.reverse-colors {
  background-color: #e4e7eb;
}

.aside-cta-background {
  z-index: 1;
  background-color: #bed4cb;
  position: absolute;
  inset: 0%;
}

.nav-close-icon {
  z-index: 3;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.aside-image-link-bg {
  z-index: 1;
  background-color: #373b47;
  width: 120%;
  height: 120%;
  display: none;
  position: absolute;
}

.search-label-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  font-size: 1.1em;
  position: relative;
}

.footer-2-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-line {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-2-grid {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

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

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-inner.newsletter-inner {
  align-items: center;
}

.form-label {
  z-index: 11;
  color: #10131f;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  position: absolute;
  left: 0;
}

.form-label.white-color {
  color: #fff;
}

.nav-close-circle {
  z-index: 2;
  background-color: #202330;
  border: 1px solid #373b47;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  position: absolute;
}

.aside-link-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.main-button {
  z-index: 20;
  color: #10131f;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  top: 2px;
}

.main-button.in-footer {
  color: #dde1e6;
  margin-bottom: .9em;
  margin-right: 2em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: 1.2em;
  text-decoration: none;
}

.main-button.in-footer {
  color: #dde1e6;
  margin-bottom: .9em;
  margin-right: 2em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: 1.2em;
}

.main-button.in-footer:hover {
  color: #fff;
}

.main-button.in-footer.hide {
  display: none;
}

.main-button.mr-2em {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 500;
  text-decoration: none;
}

.main-button.is-light-version {
  color: #fff;
  text-decoration: none;
}

.main-button.is-light-version.scroll-down {
  margin-top: 1em;
}

.main-button.is-light-version.var {
  padding-bottom: 1em;
}

.content-title-gray {
  color: #6c757d;
  letter-spacing: 0;
  margin-bottom: 1.5em;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
}

.aside-bg-full {
  z-index: 3;
  background-color: #202330;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.grid-listing-3-column {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: #10131f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-link {
  z-index: 10;
  color: #fff;
  border-bottom: 2px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .9em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 1px;
}

.nav-link:hover {
  border-bottom-color: #fff;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-link.in-nav-2 {
  color: #fff;
}

.nav-link.in-nav-2:hover, .nav-link.in-nav-2.w--current {
  border-bottom-color: #fff;
}

.nav-link.in-nav-2.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.is-100per-width {
  width: 100%;
}

.footer-2-link-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
}

.accordion-toggle {
  white-space: normal;
  border-bottom: 1px solid #dde1e6;
  justify-content: flex-start;
  align-items: center;
  min-height: 5em;
  padding: 0;
  transition: border-color .3s;
  display: flex;
}

.accordion-toggle:hover {
  border-bottom-color: #adb5bd;
}

.accordion-toggle.in-newsletter {
  padding-right: 3.5em;
}

.accordion-toggle.reverse-colors {
  border-bottom-color: #4a535c;
}

.subfooter-2-column-2 {
  justify-content: space-between;
  display: none;
}

.heading {
  color: #10131f;
  letter-spacing: -.0125em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.heading.large {
  margin-top: 0;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1em;
}

.heading.large.mb-1em.white {
  color: #fff;
}

.heading.hero-title-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading.regular {
  font-weight: 400;
}

.form-field {
  z-index: 5;
  color: #10131f;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #adb5bd;
  min-height: 4em;
  margin-bottom: 0;
  padding: 1em 0 .2em;
  font-size: 1.2em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: #10131f;
}

.form-field:focus {
  background-color: #0000;
  border-color: #0000 #0000 #10131f;
}

.form-field::placeholder {
  color: #6c757d;
  font-size: .8em;
}

.form-field.newsletter-field {
  padding-right: 11em;
}

.form-field.text-area {
  min-height: 7em;
  padding-top: 1.5em;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.list-content {
  padding-top: .3em;
}

.footer-inner-2 {
  color: #fff;
  background-color: #000;
  padding-top: 8em;
  padding-bottom: 8em;
}

.body {
  color: #10131f;
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 1em;
}

.paragraph {
  margin-bottom: 0;
  line-height: 1.4em;
}

.services-wrapper {
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
}

.services-grid {
  grid-column-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: start;
}

.project-type-header {
  grid-column-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-paragraph-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.number-wrapper {
  border: .11em solid #10131f66;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.number {
  color: #10131f66;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  color: #fff;
  transform: rotate(-180deg);
}

.swiper-drag-wrapper.is-slider-main {
  background-color: #ffffff59;
  border-radius: 100vw;
  align-items: center;
  width: 80%;
  max-width: 100%;
  height: .09em;
  margin-bottom: -3.6em;
  display: flex;
}

.section-3 {
  background-color: #e6e3dd;
  border-bottom: 1px #000;
  padding-top: 10.42em;
  padding-bottom: 10em;
  padding-left: 17.24em;
  transition: background-color .4s;
  position: relative;
  overflow: hidden;
}

.slider-main_button {
  color: #c8dd5e;
  text-align: center;
  border: 2px solid #c8dd5e;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  background-color: #c8dd5e;
}

.slider-main_button.swiper-next {
  color: #fff;
  border-color: #fff;
  width: 2.6em;
  height: 2.6em;
}

.slider-main_button.swiper-next:hover {
  background-color: #7e777333;
}

.slider-main_button.swiper-prev {
  color: #7e7773;
  border-color: #fff;
  width: 2.6em;
  height: 2.6em;
}

.slider-main_button.swiper-prev:hover {
  background-color: #7e777333;
}

.slider-main_component {
  margin-top: 5em;
  padding-left: 8em;
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0%;
  display: flex;
  overflow: hidden;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 32em;
}

.scroll {
  width: 1.35em;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5em;
  padding-top: 0;
  padding-right: 5em;
  display: flex;
}

.slider-id-wrapper {
  z-index: 2;
  position: absolute;
  inset: 10.24em auto auto 7.08em;
}

.swiper-drag.is-slider-main {
  background-color: #fff;
  border-radius: 100vw;
  width: 7em;
  height: .42em;
}

.section-4 {
  background-color: #10131f;
  height: auto;
  padding-top: 5em;
  padding-bottom: 8em;
  overflow: hidden;
}

.section-4.hide {
  display: none;
}

.div-bswiper-wrapperlock {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.projecy-link {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.project-bg-image {
  background-image: url('../images/F88D920E-72CD-4F89-9877-64E496B0200B.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 35em;
}

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

.project-heading {
  color: #fff;
  font-size: 2em;
  line-height: 1.3em;
}

.text-block {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
}

.text-block.project-type-tile-home {
  text-align: center;
  margin-top: .8em;
  font-size: 1.1em;
}

.sticky-cta-link-p {
  color: #2b2f3a;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
}

.sticky-badge-number {
  white-space: nowrap;
}

.footer-large-title-2 {
  color: #ced4da;
  margin-bottom: 1.7em;
  font-size: 2em;
  font-weight: 300;
}

.sticky-content-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-link-title {
  font-size: 2em;
}

.padding-inner-2 {
  z-index: 10;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.padding-inner-2.pb-4em {
  padding-top: 10.3em;
  padding-bottom: 4em;
}

.padding-inner-2.pt-0em {
  padding-top: 0;
}

.padding-inner-2.contact {
  padding-top: 10em;
}

.sticky-link-block {
  opacity: .5;
  color: #070d22;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  font-size: .8em;
  font-weight: 300;
  transition: opacity .3s;
  position: relative;
  overflow: hidden;
}

.sticky-link-block:hover {
  opacity: .75;
}

.sticky-link-block.w--current {
  opacity: 1;
  overflow: visible;
}

.bold-text-11 {
  font-weight: 600;
}

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

.newsletter-1-column-2 {
  padding-left: 4.1em;
}

.grid-clients-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid #ced4da;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 1px;
  display: grid;
}

.experience-title {
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600;
}

.accordion-inner-2 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em 2em;
  display: flex;
}

.experience-number {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: .2em;
  font-size: 4em;
  font-weight: 200;
  line-height: 1em;
}

.sticky-content-wrap {
  width: 100%;
}

.paragraph-2 {
  letter-spacing: .01em;
  margin-bottom: 0;
  text-decoration: none;
}

.container-4 {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
}

.container-4.in-navigation {
  align-self: stretch;
  display: flex;
  position: static;
}

.content-1-title-2 {
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 1.2em;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.3em;
}

.list-title-2 {
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 600;
}

.content-block-2 {
  padding-top: 1em;
  display: flex;
}

.sticky-content-heading {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 600;
}

.heading-animation-trigger {
  padding-top: .5em;
  padding-bottom: 1.3em;
  overflow: hidden;
}

.stick-content-column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.content-1-image-2 {
  height: 100%;
  min-height: 40em;
}

.content-1-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.sticky-cta-link-title {
  align-items: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
}

.experiences-block {
  padding-top: 3em;
  padding-bottom: 3em;
}

.main-button-title-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.main-button-title-2.scroll-down-text {
  letter-spacing: .3em;
}

.content-block-1 {
  grid-column-gap: 1em;
  grid-row-gap: .8em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-height-30em {
  height: 30em;
  position: relative;
  overflow: hidden;
}

.image-height-30em.projects {
  height: 35em;
  margin-top: 4em;
}

.content-1-toptitle {
  opacity: .7;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: .8em;
  font-weight: 500;
}

.content-1-toptitle.mb-4em {
  margin-bottom: 4em;
}

.list-paragraph-2 {
  color: #373b47;
  letter-spacing: .01em;
}

.list-paragraph-2.in-newsletter {
  color: #adb5bd;
}

.sticky-column {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.subfooter-2-column-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-cta-link {
  color: #10131f;
  border-bottom: 2px solid #dde1e6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.cta-title-in-tab {
  color: #373b47;
  max-width: 23em;
  margin-top: 5em;
  padding-left: 2.5em;
}

.grid-2 {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr .25fr 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-2.mb-3em.no-grid, .grid-2.mb-3em.project-gallery {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.accordion-2 {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.sticky-link-badge {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  inset: .8em -1.5em auto auto;
}

.about-paragraph-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.4em;
}

.content-1-image {
  height: 100%;
  min-height: 30em;
}

.subfooter-2-column-4 {
  justify-content: space-between;
  display: flex;
}

.content-6-column-1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  letter-spacing: -.0125em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.heading-2.large {
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-2.large.mb-0em {
  margin-top: 0;
}

.heading-2.large.mb-0em.white {
  color: #fff;
}

.heading-2.extra-large {
  font-size: 4em;
  line-height: 1.1em;
}

.heading-2.capitalize {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}

.heading-2.team-title-1 {
  margin-top: 0;
  font-size: 2.5em;
  line-height: 1.3em;
}

.heading-2.hero-title-11 {
  max-width: 11em;
  font-size: 4em;
}

.heading-2.hero-title-11.white {
  color: #fff;
  margin-top: 0;
  font-size: 4em;
}

.heading-2.contact-oversize {
  color: #fff;
  margin-bottom: .2em;
  font-size: 11.4em;
}

.heading-2.contact-oversize.project {
  margin-top: 0;
  font-size: 3.8em;
}

.content-1-title {
  text-align: center;
  letter-spacing: .01em;
  max-width: 18em;
  margin-bottom: 1.9em;
  font-size: 1.6em;
  line-height: 1.2em;
}

.about-paragraph-white-2 {
  color: #fff;
}

.projects-wrapper {
  flex-direction: column;
  display: flex;
}

.projects-about-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .07em solid #10131f33;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-block-about {
  color: var(--black);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 3.5em 4.4em 2.5em;
  text-decoration: none;
  display: flex;
}

.project-block-about:hover {
  color: #fff;
  background-color: #000;
}

.project-block-about.white {
  filter: grayscale();
  color: #fff;
  mix-blend-mode: normal;
  border: 1px solid #fce3e30a;
  padding: 2.4em;
}

.project-block-about.white:hover {
  filter: none;
  background-color: #ffffff0a;
}

.image {
  width: 100%;
  height: 12em;
}

.paragraph-3 {
  margin-bottom: 0;
  line-height: 1.3em;
}

.paragraph-3.white {
  color: #fff;
}

.prohect-image-abou {
  width: 100%;
  height: 25em;
}

.project-tile-about {
  text-align: center;
  margin-top: 1em;
  font-size: 1.5em;
  line-height: 1.4em;
}

.arrow-image {
  width: 1.2em;
  margin-top: 2em;
}

.project-bg-wrapper-about {
  background-image: url('../images/5E9CB83E-EF14-493C-9E55-116989EEAA21.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 22em;
}

.project-bg-wrapper-about._2 {
  background-image: url('../images/F88D920E-72CD-4F89-9877-64E496B0200B.webp');
  background-position: 50%;
  background-size: cover;
  height: 22em;
}

.project-bg-wrapper-about._3 {
  background-image: url('../images/1022CBCE-1850-46A6-93EC-EF88414D377B.webp');
  height: 22em;
}

.project-bg-wrapper-about._4 {
  background-image: url('../images/1-PP.webp');
}

.project-bg-wrapper-about._5 {
  mix-blend-mode: normal;
  background-image: url('../images/image_6483441-1.webp');
}

.project-bg-wrapper-about._6 {
  mix-blend-mode: normal;
  background-image: url('../images/image_6483441-3-1.webp');
}

.checkbox-label {
  color: #6c757d;
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.4em;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-bottom: 1.3em;
  padding-left: 0;
  display: flex;
}

.form-success-message-2 {
  color: #13355f;
  background-color: #fff;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 5em 3em;
}

.container-5 {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.container-5.c-hero-8 {
  max-width: 87em;
}

.container-5.in-navigation {
  align-self: stretch;
  display: flex;
  position: static;
}

.hero-8-column-2 {
  z-index: 5;
  height: 70vh;
  max-height: 800px;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.buttons-wrap {
  align-items: center;
  display: flex;
}

.checkbox {
  cursor: pointer;
  background-color: #0000;
  border-width: .25em;
  border-color: #191c1f;
  border-radius: 0;
  flex: none;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px #fff;
}

.checkbox.w--redirected-checked {
  background-color: #191c1f;
  background-image: none;
  background-size: 1em;
  border-width: .25em;
  border-color: #191c1f;
  margin-left: 0;
}

.checkbox.w--redirected-focus-visible {
  box-shadow: 0 0 3px 1px #3898ec;
}

.mb-1em {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  line-height: 1.4em;
}

.grid-3 {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr .25fr 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-success-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3em;
  display: block;
  transform: rotate(-30deg);
}

.contact-content-block {
  border-bottom: 2px solid #dde1e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5em;
  display: flex;
}

.hero-8-paragraph {
  color: #fff;
  letter-spacing: .01em;
  margin-bottom: 0;
  line-height: 1.7em;
}

.hero-8-column-1 {
  z-index: 10;
  position: relative;
}

.hero-8-column-1.project {
  grid-row-gap: 1.3em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-success-title-2 {
  color: #10131f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.div-block {
  display: none;
}

.project-info-grid {
  grid-template-rows: auto;
}

.project-intro-header {
  color: var(--black);
  margin-bottom: 1.7em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3em;
}

.project-contact-block {
  border-bottom: 2px #dde1e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5em;
  display: flex;
}

.div-block-2, .project-details-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.project-details-grid {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.prohect-info-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.project-info-block {
  grid-row-gap: .9em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-services-tile {
  letter-spacing: .3em;
  font-size: .9em;
  font-weight: 500;
}

.project-type {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4em;
}

.faq-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-question-03 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 1em 0;
  display: flex;
}

.expand-text {
  color: #7e7773;
  letter-spacing: .1em;
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
  position: absolute;
  inset: 0%;
}

.finishes-image-grid {
  grid-column-gap: 1.04em;
  grid-template-rows: auto;
}

.faq-03 {
  border: 1px #dbdbdb;
  border-bottom: .13em #7e7773;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.plus-minus-wrap {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-top: 4px;
  display: flex;
}

.plus-minus-wrap.smaller {
  background-color: #0000;
  border: .13em solid #7e7773;
  border-radius: 100%;
  width: 2.6em;
  height: 2.6em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.finishes-wrapper {
  padding-bottom: 0;
}

.expand-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.4em;
  margin-top: 1em;
  display: flex;
  position: relative;
}

.collapse {
  color: #7e7773;
  letter-spacing: .1em;
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.4em;
  text-decoration: underline;
  position: absolute;
  inset: 0%;
}

.light-box-grid {
  grid-column-gap: 2em;
  grid-row-gap: 1.04em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 1em;
}

.faq-lottie {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  display: flex;
}

.faq-answer-wrap-02 {
  padding: 0 40px 0 60px;
  overflow: hidden;
}

.faq-answer-wrap-02._03 {
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.faq-question-header {
  color: #7e7773;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.08em;
  font-weight: 500;
}

.light-box-finishes {
  background-image: url('../images/5E9CB83E-EF14-493C-9E55-116989EEAA21.webp');
  background-position: 50%;
  background-size: cover;
  height: 32em;
  overflow: hidden;
}

.light-box-finishes.dinning-2 {
  background-image: url('../images/-35_1 35.webp');
  background-position: 50%;
  background-size: cover;
}

.light-box-finishes.dinning {
  background-image: url('../images/-34_1 34.webp');
  background-position: 50%;
  background-size: cover;
}

.light-box-finishes.dinning-3 {
  background-image: url('../images/-30_1 30.webp');
  background-position: 50%;
  background-size: cover;
  height: 28em;
}

.light-box-finishes.dinning-intro2 {
  background-image: url('../images/-33_1 33.webp');
  background-position: 50%;
  background-size: cover;
}

.light-box-finishes.dinning-intro {
  background-image: url('../images/-32_1 32.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.light-box-finishes.dinning-4 {
  background-image: url('../images/-31_1 31.webp');
  background-position: 50%;
  background-size: cover;
}

.light-box-finishes._2 {
  background-image: url('../images/48306E9C-2A0F-478D-B1C7-198E85661574.webp');
}

.light-box-finishes._3 {
  background-image: url('../images/8422407A-DD04-4EE4-BD82-719E6BB02D48-1.webp');
}

.project-light-box {
  background-image: url('../images/5E9CB83E-EF14-493C-9E55-116989EEAA21.webp');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

.project-light-box._2 {
  background-image: url('../images/48306E9C-2A0F-478D-B1C7-198E85661574.webp');
  height: 30em;
}

.project-light-box._3 {
  background-image: url('../images/8422407A-DD04-4EE4-BD82-719E6BB02D48-1.webp');
}

.project-light-box._4 {
  background-image: url('../images/F88D920E-72CD-4F89-9877-64E496B0200B.webp');
}

.project-light-box._5 {
  background-image: url('../images/450E9405-4665-4371-AA44-F2C517732DD5.webp');
  height: 30em;
}

.project-light-box._6 {
  background-image: url('../images/39F2B19B-0B0D-4FCB-96A4-83C9C2016FFA.webp');
}

.project-light-box._8 {
  background-image: url('../images/3-PP.webp');
  height: 30em;
}

.project-light-box._9 {
  background-image: url('../images/2-PP.webp');
}

.project-light-box._11 {
  background-image: url('../images/image_6483441-2.webp');
  height: 30em;
}

.project-light-box._12 {
  background-image: url('../images/image_6483441-3.webp');
}

.project-light-box._13 {
  background-image: url('../images/1022CBCE-1850-46A6-93EC-EF88414D377B.webp');
}

.project-light-box._14 {
  background-image: url('../images/8B192A2F-F519-4E78-8EE0-B552E56E7333.webp');
  height: 30em;
}

.project-light-box._15 {
  background-image: url('../images/F1B4BBBD-A35B-44B3-A663-5DE4E0DFC856.webp');
}

.project-light-box._16 {
  background-image: url('../images/image_6483441-3-1.webp');
  height: 30em;
}

.project-light-box._17 {
  background-image: url('../images/image_6483441-2-3.webp');
}

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

.project-light-box-7 {
  background-image: url('../images/1-PP.webp');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

.project-light-box-7._2 {
  background-image: url('../images/48306E9C-2A0F-478D-B1C7-198E85661574.webp');
  height: 30em;
}

.project-light-box-7._3 {
  background-image: url('../images/8422407A-DD04-4EE4-BD82-719E6BB02D48-1.webp');
}

.project-light-box-7._4 {
  background-image: url('../images/F88D920E-72CD-4F89-9877-64E496B0200B.webp');
}

.project-light-box-7._5 {
  background-image: url('../images/450E9405-4665-4371-AA44-F2C517732DD5.webp');
  height: 30em;
}

.project-light-box-7._6 {
  background-image: url('../images/39F2B19B-0B0D-4FCB-96A4-83C9C2016FFA.webp');
}

.project-light-box-10 {
  background-image: url('../images/image_6483441-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

.project-light-box-10._2 {
  background-image: url('../images/48306E9C-2A0F-478D-B1C7-198E85661574.webp');
  height: 30em;
}

.project-light-box-10._3 {
  background-image: url('../images/8422407A-DD04-4EE4-BD82-719E6BB02D48-1.webp');
}

.project-light-box-10._4 {
  background-image: url('../images/F88D920E-72CD-4F89-9877-64E496B0200B.webp');
}

.project-light-box-10._5 {
  background-image: url('../images/450E9405-4665-4371-AA44-F2C517732DD5.webp');
  height: 30em;
}

.project-light-box-10._6 {
  background-image: url('../images/39F2B19B-0B0D-4FCB-96A4-83C9C2016FFA.webp');
}

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

.image-2 {
  width: 7em;
}

.navbar-2 {
  background-color: #0000;
  border-bottom: 1px solid #ffffff24;
  padding-top: 1em;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.image-3 {
  width: 5em;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.blur {
  z-index: 10;
  filter: blur(20px);
  background-color: #0000005e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-5 {
  background-color: #10131f;
  border: 1px solid #ffffff24;
  border-radius: 100px;
  margin-top: -.6em;
  margin-left: 2em;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: 500;
  transition: all .3s ease-in;
}

.button-5:hover {
  transform: scale(1.05);
}

.button-5.var {
  color: #000;
  background-color: #fff;
  margin-top: 0;
}

.projects-flip-bg {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.projects-flip-bg.bg-white-smoke {
  padding-bottom: 4em;
}

.projects-flip-bg.bg-white-smoke.hide {
  display: none;
}

.projects-flip-bg.newsletter-colors {
  color: #dde1e6;
  background-color: #202330;
}

.projects-flip-bg.hide {
  padding-bottom: 8em;
  display: flex;
}

.projects-flip-bg.hide.blue {
  background-color: #000;
  position: relative;
}

.projects-flip-bg.dark, .projects-flip-bg.bg-gray-c6.white-color {
  background-color: #000;
}

.project-light-box-15 {
  background-image: url('../images/image_6483441-4.webp');
  background-position: 50%;
  background-size: cover;
  height: 30em;
}

.project-light-box-15._2 {
  background-image: url('../images/48306E9C-2A0F-478D-B1C7-198E85661574.webp');
  height: 30em;
}

.project-light-box-15._3 {
  background-image: url('../images/8422407A-DD04-4EE4-BD82-719E6BB02D48-1.webp');
}

.project-light-box-15._4 {
  background-image: url('../images/F88D920E-72CD-4F89-9877-64E496B0200B.webp');
}

.project-light-box-15._5 {
  background-image: url('../images/450E9405-4665-4371-AA44-F2C517732DD5.webp');
  height: 30em;
}

.project-light-box-15._6 {
  background-image: url('../images/39F2B19B-0B0D-4FCB-96A4-83C9C2016FFA.webp');
}

.property-details {
  margin-bottom: 2em;
}

.nav {
  justify-content: space-between;
  align-items: center;
  padding: 1.3em 5em;
  display: flex;
}

.brand-2 {
  grid-row-gap: .5em;
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.image-4 {
  width: 8em;
}

.nav-links-wrapper {
  grid-column-gap: 3em;
  align-items: center;
  display: flex;
}

.nav-link-block {
  grid-row-gap: .1em;
  color: #fff;
  letter-spacing: .1em;
  flex-direction: column;
  align-items: flex-start;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
}

.nav-linke-stroke {
  background-color: #fff;
  width: 100%;
  height: .1em;
}

@media screen and (min-width: 1920px) {
  .hero-2-grid-title {
    line-height: 1.4em;
  }

  .container {
    max-width: 1600px;
  }

  .min-100vh {
    line-height: 1.3em;
  }

  .hero-2-grid-block.is-3rd {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-4 {
    max-width: 1600px;
    padding-left: 7em;
    padding-right: 7em;
  }

  .heading-2.team-title-1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 10;
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    position: relative;
  }

  .nav-menu.tab-hide {
    display: none;
  }

  .aside-menu-padding {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer-large-title {
    font-size: 1.6em;
  }

  .aside-cta-icon {
    font-size: 1.8em;
  }

  .icon.in-accordion {
    right: .7em;
  }

  .nav-link-2 {
    color: #a4133c;
    background-color: #fff;
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .fullscreen-tab {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 10em;
  }

  .newsletter-1-column {
    padding-left: 0;
  }

  .hero-2-grid-title {
    margin-bottom: .3em;
    font-size: 1.3em;
  }

  .scroll-down-icon {
    display: block;
    position: relative;
    top: -.05em;
  }

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

  .container.is-fs-tab {
    padding-top: 13.5em;
    padding-bottom: 10em;
  }

  .container.in-navigation {
    padding-left: 8.5em;
    padding-right: 8.5em;
  }

  .footer-social-icon {
    font-size: 1.2em;
  }

  .brand {
    margin-right: 2.5em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .min-100vh {
    min-height: auto;
    max-height: none;
    padding-top: 15em;
  }

  .navbar {
    height: 7em;
  }

  .main-button-title {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .button-3, .button-3:hover {
    background-size: 1.6em;
    padding-right: 3em;
  }

  .large-paragraph {
    font-size: 1.8em;
  }

  .nav-close {
    width: 12vw;
  }

  .footer-uppercase-title {
    font-size: .75em;
  }

  .nav-num {
    font-size: .9em;
    position: relative;
    top: auto;
    right: auto;
  }

  .aside-brand {
    top: 2em;
    left: 12.7vw;
  }

  .aside-contact-button {
    padding-left: 5vw;
    font-size: 1.2em;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

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

  .nav-menu-2.tab-hide {
    display: none;
  }

  .brand-name.in-aside-menu {
    margin-bottom: .2em;
  }

  .brand-name.in-footer {
    margin-bottom: .3em;
  }

  .hero-2-grid-block.is-3rd {
    color: #10131f;
    background-color: #fff;
  }

  .nav-burger {
    width: 6em;
  }

  .search-input {
    font-size: 1.2em;
  }

  .aside-cta-title {
    font-size: .9em;
  }

  .nav-paragraph {
    font-size: 1.9em;
  }

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

  .hero-2-block-1 {
    padding-bottom: 8em;
  }

  .hero-2-grid-paragraph {
    font-size: 1.1em;
  }

  .uppercase-title {
    font-size: .75em;
  }

  .heading-fs {
    font-size: 7.5em;
  }

  .aside-menu-column {
    width: 50vw;
  }

  .brand-template {
    font-size: .7em;
    position: relative;
    bottom: auto;
  }

  .brand-template.in-footer-white, .brand-template.in-aside-menu, .brand-template.in-footer-white {
    bottom: auto;
  }

  .aside-link {
    padding-left: 5vw;
  }

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

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

  .form-label {
    font-size: .8em;
    font-weight: 500;
  }

  .main-button {
    flex-direction: row;
    font-size: .9em;
  }

  .main-button.in-footer {
    justify-content: flex-start;
  }

  .content-title-gray {
    letter-spacing: .05em;
    font-size: 1.3em;
  }

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

  .nav-link {
    background-color: #fff;
    padding: 2em;
    top: 0;
  }

  .nav-link.w--current {
    color: #10131f;
    border-bottom-color: #0000;
  }

  .accordion-toggle.in-newsletter {
    border: 1px solid #dde1e6;
  }

  .accordion-toggle.reverse-colors.in-newsletter {
    border-color: #474b57;
  }

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

  .heading.hero-title-2 {
    font-size: 5em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .footer-large-title-2 {
    font-size: 1.6em;
  }

  .content-6-image {
    height: 30em;
  }

  .newsletter-1-column-2 {
    padding-left: 0;
  }

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

  .paragraph-2 {
    font-size: 1.2em;
  }

  .container-4 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .container-4.in-navigation {
    padding-left: 8.5em;
    padding-right: 8.5em;
  }

  .list-title-2 {
    font-size: 1.4em;
  }

  .content-block-2 {
    padding-top: 0;
  }

  .main-button-title-2 {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .list-paragraph-2 {
    font-size: 1.1em;
  }

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

  .heading-2.large {
    font-size: 3em;
  }

  .heading-2.extra-large {
    font-size: 3.5em;
  }

  .heading-2.contact-oversize {
    font-size: 10em;
  }

  .content-1-title {
    font-size: 1.5em;
  }

  .container-5 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .container-5.in-navigation {
    padding-left: 8.5em;
    padding-right: 8.5em;
  }

  .hero-8-column-2 {
    height: 50vh;
  }

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

  .hero-8-paragraph {
    font-size: 1.1em;
  }

  .project-intro-header {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #fff;
  }

  .subfooter {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-5-column {
    max-width: none;
  }

  .padding-inner {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .subfooter-2-item {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .fullscreen-tab {
    margin-right: 6em;
  }

  .button-1 {
    font-size: 1em;
  }

  .newsletter-1-column {
    margin-bottom: 3em;
    padding-left: 0;
  }

  .subfooter-2-links-list {
    margin-bottom: 2em;
  }

  .footer-5-brand {
    margin-right: 2.6em;
  }

  .hero-2-grid-title {
    font-size: 1.5em;
  }

  .button-4 {
    font-size: .9em;
  }

  .container {
    padding-left: 7em;
    padding-right: 7em;
  }

  .container.in-navigation {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .accordion-arrow {
    font-size: 1.6em;
  }

  .navbar {
    height: 5em;
  }

  .main-button-title {
    font-size: 1em;
  }

  .button-3 {
    font-size: .9em;
  }

  .form-item {
    width: 100%;
  }

  .large-paragraph {
    margin-bottom: 1.5em;
  }

  .nav-close {
    width: 14vw;
  }

  .ctas-title {
    margin-bottom: 1.5em;
  }

  .nav-flex {
    align-self: stretch;
    width: auto;
    padding-left: 3em;
  }

  .nav-flex.in-nav-2 {
    padding-left: 3.5em;
  }

  .form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-column-flex {
    margin-bottom: 2em;
  }

  .brand-name.in-footer {
    margin-bottom: .4em;
  }

  .nav-burger {
    width: 5em;
    height: 4.9em;
  }

  .subfooter-2-column-1 {
    justify-content: center;
    margin-bottom: 1em;
  }

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

  .hero-2-grid-paragraph {
    font-size: 1em;
    line-height: 1.2em;
  }

  .uppercase-title.in-portfolio-tabs {
    font-size: 1em;
  }

  .fullscreen-tab-wrap {
    min-height: 50vh;
  }

  .search {
    top: 6em;
  }

  .heading-fs {
    font-size: 6em;
  }

  .sm-topic-title {
    font-size: 1.1em;
  }

  .brand-template {
    margin-top: -.2em;
  }

  .aside-link {
    font-size: 1.7em;
  }

  .tab-link-fs {
    flex: 1;
    min-width: auto;
    line-height: 1.2em;
  }

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

  .footer-social-link-4 {
    margin-left: 1.8em;
    margin-right: 1.8em;
  }

  .footer-2-column-1 {
    margin-bottom: 2em;
  }

  .hero-2-grid {
    grid-template-columns: 1fr;
    display: flex;
  }

  .form-label {
    font-size: 1em;
  }

  .main-button.mr-2em {
    padding-bottom: 1.5em;
  }

  .main-button.is-light-version {
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }

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

  .nav-link, .subfooter-2-column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .padding-inner-2 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .sticky-link-block {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 2.5em;
    margin-right: 2.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .6em;
    display: flex;
  }

  .sticky-links {
    background-color: #f2f4f5d9;
    border: 1px solid #ced4da;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4.9em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9em;
    padding-right: .9em;
  }

  .newsletter-1-column-2 {
    margin-bottom: 3em;
    padding-left: 0;
  }

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

  .container-4 {
    padding-left: 7em;
    padding-right: 7em;
  }

  .container-4.in-navigation {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .content-1-title-2 {
    font-size: 2em;
  }

  .content-1-image-2 {
    height: 30em;
    min-height: auto;
  }

  .experiences-block {
    padding: 5em 2.5em;
  }

  .main-button-title-2 {
    margin-bottom: 0;
    font-size: 1em;
  }

  .sticky-column {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .content-6-column-2 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .subfooter-2-column-3 {
    justify-content: center;
    margin-bottom: 1em;
  }

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

  .sticky-link-badge {
    right: -1.1em;
  }

  .content-1-image {
    height: 30em;
    min-height: auto;
  }

  .subfooter-2-column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-6-column-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-2.hero-title-11 {
    font-size: 3.4em;
  }

  .heading-2.contact-oversize {
    font-size: 6em;
  }

  .content-1-title {
    font-size: 2em;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .container-5 {
    padding-left: 7em;
    padding-right: 7em;
  }

  .container-5.c-hero-8 {
    max-width: 43em;
  }

  .container-5.in-navigation {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .hero-8-column-2 {
    height: 30em;
    max-height: none;
    margin-bottom: 3em;
  }

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

  .contact-content-block, .project-contact-block {
    margin-bottom: 3.5em;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: auto;
  }

  .aside-menu-padding {
    align-items: flex-start;
    padding-bottom: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .aside-menu-padding.is-2nd {
    padding: 5em 0 0;
  }

  .subfooter {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .footer-large-title {
    font-size: 1.4em;
    line-height: 1.8em;
  }

  .aside-cta-icon {
    font-size: 5vw;
  }

  .padding-inner {
    padding-bottom: 2em;
  }

  .accordion-title {
    font-size: 1.2em;
  }

  .subfooter-links-wrap {
    width: 100%;
  }

  .nav-link-2 {
    justify-content: flex-start;
    padding: 1.5em 8vw;
  }

  .subfooter-2-item {
    margin-left: 1em;
    margin-right: 1em;
  }

  .fullscreen-tab {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-right: 3.7em;
    padding: 1em;
    left: 5.3em;
  }

  .button-1.in-nav-button-2 {
    display: none;
  }

  .subfooter-2-links-list {
    justify-content: center;
    width: 100%;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .aside-contact {
    font-size: 3.5vw;
  }

  .aside-cta-button {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .hero-2-grid-title {
    font-size: 1.2em;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-fs-tab {
    padding-top: 18.9em;
    padding-bottom: 4em;
  }

  .container.in-navigation {
    padding-left: 2.8em;
    padding-right: 2.8em;
  }

  .container.nav {
    margin-top: -1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .form-success-title-1 {
    font-size: 1.2em;
  }

  .aside-call-to-action {
    min-height: 12em;
    position: relative;
  }

  .circle-in-list {
    margin-right: 1.5em;
  }

  .navbar {
    height: 4em;
  }

  .accordion-circle {
    width: 3.5em;
    margin-right: .6em;
  }

  .button-3 {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .form-item.form-48-column.mob-100-col {
    width: 100%;
  }

  .large-paragraph {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .nav-close {
    width: 24vw;
  }

  .ctas-title {
    font-size: 1.4em;
  }

  .nav-flex {
    padding-left: 2.1em;
  }

  .nav-num {
    font-size: .7em;
  }

  .aside-brand {
    left: 24vw;
  }

  .aside-contact-button {
    padding-left: 12vw;
  }

  .list-paragraph {
    line-height: 1.3em;
  }

  .aside-links {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .search-background {
    border-radius: 0;
  }

  .aside-menu {
    flex-wrap: wrap;
    overflow: auto;
  }

  .hero-2-grid-block {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
    padding: 2em;
  }

  .hero-2-grid-block.is-3rd {
    grid-row-gap: 2em;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-burger {
    width: 4em;
    height: 3.9em;
  }

  .search-input {
    font-size: 1em;
  }

  .aside-cta-title {
    font-size: 3vw;
  }

  .nav-paragraph {
    font-size: 1.5em;
  }

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

  .hero-2-grid-paragraph {
    margin-top: .4em;
    margin-bottom: 0;
    font-size: 1.1em;
  }

  .fullscreen-tab-wrap {
    height: 80vh;
    overflow: hidden;
  }

  .aside-image-link-title {
    font-size: 7vw;
  }

  .search {
    border-radius: 0;
    width: 100%;
    max-width: none;
    padding: 1.2em 2.1em;
    top: 4em;
  }

  .heading-fs {
    font-size: 3em;
    line-height: 1em;
  }

  .fs-flex {
    flex-wrap: wrap-reverse;
  }

  .aside-menu-column {
    width: 100%;
    overflow: visible;
  }

  .aside-contacts {
    min-height: auto;
    padding: 0 12vw;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .sm-topic-title {
    font-size: 8vw;
  }

  .brand-template {
    margin-top: -.3em;
  }

  .aside-link {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 12vw;
  }

  .tab-link-fs.w--current {
    width: 100%;
    height: 100%;
  }

  .search-shadow {
    border-radius: 0;
  }

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

  .footer-2-column-1 {
    flex-direction: column;
  }

  .hero-2-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .main-button {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .main-button.in-footer {
    justify-content: space-between;
    width: 100%;
  }

  .main-button.is-light-version {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    background-color: #0000;
    align-items: center;
    padding: 1.5em 0;
  }

  .heading.large {
    font-size: 2.5em;
  }

  .heading.hero-title-2 {
    font-size: 3.6em;
    line-height: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .body {
    font-size: 3.5vw;
  }

  .services-grid {
    flex-direction: column;
    display: flex;
  }

  .swiper-drag-wrapper.is-slider-main {
    width: 70%;
  }

  .section-3 {
    padding-top: 13.52em;
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .slider-main_bottom-wrapper {
    padding-right: 0;
  }

  .slider-id-wrapper {
    top: 2.2em;
    left: 1.75em;
  }

  .footer-large-title-2 {
    font-size: 1.4em;
    line-height: 1.8em;
  }

  .sticky-link-block {
    margin-left: 2em;
    margin-right: 2em;
  }

  .sticky-links {
    min-height: 3.9em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container-4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-4.in-navigation {
    padding-left: 2.8em;
    padding-right: 2.8em;
  }

  .content-1-title-2 {
    font-size: 1.8em;
  }

  .experiences-block {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .content-6-column-2 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

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

  .heading-2.large {
    font-size: 2.5em;
  }

  .heading-2.extra-large {
    font-size: 3em;
  }

  .heading-2.team-title-1 {
    font-size: 2.5em;
  }

  .heading-2.hero-title-11 {
    font-size: 2.6em;
    line-height: 1.2em;
  }

  .heading-2.hero-title-11.white, .heading-2.contact-oversize.project {
    font-size: 3em;
  }

  .content-1-title {
    font-size: 1.8em;
  }

  .projects-about-wrapper {
    flex-direction: column;
    display: flex;
  }

  .project-block-about {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .project-bg-wrapper-about {
    height: 18em;
  }

  .container-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-5.in-navigation {
    padding-left: 2.8em;
    padding-right: 2.8em;
  }

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

  .form-success-title-2 {
    font-size: 1.2em;
  }

  .project-info-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-intro-header {
    font-size: 1.4em;
    line-height: 1.8em;
  }

  .faq-question-03 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2.2em;
  }

  .finishes-image-grid {
    flex-direction: column;
    display: flex;
  }

  .faq-03 {
    border-bottom-style: none;
  }

  .plus-minus-wrap {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .light-box-grid {
    flex-direction: column;
    display: flex;
  }

  .faq-answer-wrap-02 {
    padding-left: 50px;
    padding-right: 0;
  }

  .faq-question-header {
    font-size: 20px;
  }

  .light-box-finishes.dinning-2, .light-box-finishes.dinning, .light-box-finishes.dinning-3 {
    height: 17em;
  }

  .light-box-finishes.dinning-intro2 {
    height: 15.52em;
  }

  .light-box-finishes.dinning-intro {
    height: 21.25em;
  }

  .light-box-finishes.dinning-4 {
    height: 17em;
  }

  .project-light-box, .project-light-box._2, .project-light-box._5, .project-light-box._8, .project-light-box._11, .project-light-box._14, .project-light-box._16, .project-light-box-7, .project-light-box-7._2, .project-light-box-7._5, .project-light-box-10, .project-light-box-10._2, .project-light-box-10._5 {
    height: 25em;
  }

  .nav-menu-3 {
    text-align: center;
    background-color: #000;
    justify-content: center;
    padding: 38px;
  }

  .button-5 {
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    background-color: #0000;
    padding-right: 0;
  }

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

  .div-block-3 {
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-light-box-15, .project-light-box-15._2, .project-light-box-15._5 {
    height: 25em;
  }

  .nav {
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .image-4 {
    width: 10em;
  }

  .nav-links-wrapper {
    grid-column-gap: 2em;
  }
}

#w-node-_46780b45-a942-08fc-d061-f0c64760555a-58caaf85 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c64760555d-58caaf85 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a750f7b7-4e8c-c029-27b0-dd2156e61206-58caaf85, #w-node-bf32dd6f-cc37-aaa2-71ce-82d25c5aece4-58caaf85, #w-node-a4cd8ac0-b8f7-3123-0520-08c37f586741-58caaf85, #w-node-a4cd8ac0-b8f7-3123-0520-08c37f586747-58caaf85, #w-node-_22a7b222-0b38-3d59-7599-b1a76c9bcc53-58caaf85, #w-node-_22a7b222-0b38-3d59-7599-b1a76c9bcc59-58caaf85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-58caaf85 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055aa-58caaf85 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ad-58caaf85 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ba-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-58caaf85, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b0d-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b21-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b61-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b68-301b9b09 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3526-de6567c7 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c352c-de6567c7 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c353d-de6567c7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3544-de6567c7 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3554-de6567c7 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c355a-de6567c7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c355e-de6567c7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3569-de6567c7 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c356e-de6567c7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3576-de6567c7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c357a-de6567c7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3588-de6567c7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c359c-de6567c7 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_841209ff-d3f7-3153-83ea-a3f2e3653956-6c28deda {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_841209ff-d3f7-3153-83ea-a3f2e3653960-6c28deda {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_841209ff-d3f7-3153-83ea-a3f2e3653968-6c28deda {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_841209ff-d3f7-3153-83ea-a3f2e3653977-6c28deda {
  grid-area: 1 / 9 / 2 / 14;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-51cd05cd {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-51cd05cd {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c8c797e4-5aee-6726-e547-370b4bbec0ec-51cd05cd, #w-node-bf413e51-626e-fe63-15da-f5b934b64760-51cd05cd, #w-node-c2e0e14e-1944-9a15-dc5f-0a517697cf65-51cd05cd, #w-node-ecccb15e-4ae2-1bf4-0ff0-09e89558a709-51cd05cd, #w-node-_882c8c39-9c53-4c10-3e44-e1ca4980a758-51cd05cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-51cd05cd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a73271e8-4246-635c-e865-d87fab8f24c6-51cd05cd, #w-node-_35e222f7-0f8c-15e4-ae08-f990f69d2423-51cd05cd, #w-node-a321a514-749f-50ed-4608-7512168261a8-51cd05cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055aa-51cd05cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ad-51cd05cd {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ba-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-51cd05cd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-51cd05cd {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-51cd05cd {
  grid-area: 1 / 9 / 2 / 14;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-51cd05cd {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-51cd05cd {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-ebfcaa8a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-ebfcaa8a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c8c797e4-5aee-6726-e547-370b4bbec0ec-ebfcaa8a, #w-node-bf413e51-626e-fe63-15da-f5b934b64760-ebfcaa8a, #w-node-c2e0e14e-1944-9a15-dc5f-0a517697cf65-ebfcaa8a, #w-node-ecccb15e-4ae2-1bf4-0ff0-09e89558a709-ebfcaa8a, #w-node-_882c8c39-9c53-4c10-3e44-e1ca4980a758-ebfcaa8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-ebfcaa8a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a73271e8-4246-635c-e865-d87fab8f24c6-ebfcaa8a, #w-node-_35e222f7-0f8c-15e4-ae08-f990f69d2423-ebfcaa8a, #w-node-a321a514-749f-50ed-4608-7512168261a8-ebfcaa8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ebfcaa8a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ebfcaa8a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ebfcaa8a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-ebfcaa8a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-ebfcaa8a {
  grid-area: 1 / 9 / 2 / 14;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-ebfcaa8a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-ebfcaa8a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-40595df1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-40595df1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c8c797e4-5aee-6726-e547-370b4bbec0ec-40595df1, #w-node-bf413e51-626e-fe63-15da-f5b934b64760-40595df1, #w-node-c2e0e14e-1944-9a15-dc5f-0a517697cf65-40595df1, #w-node-ecccb15e-4ae2-1bf4-0ff0-09e89558a709-40595df1, #w-node-_882c8c39-9c53-4c10-3e44-e1ca4980a758-40595df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-40595df1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a73271e8-4246-635c-e865-d87fab8f24c6-40595df1, #w-node-_35e222f7-0f8c-15e4-ae08-f990f69d2423-40595df1, #w-node-a321a514-749f-50ed-4608-7512168261a8-40595df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055aa-40595df1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ad-40595df1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ba-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-40595df1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-40595df1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-40595df1 {
  grid-area: 1 / 9 / 2 / 14;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-40595df1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-40595df1 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-45b4665b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-45b4665b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c8c797e4-5aee-6726-e547-370b4bbec0ec-45b4665b, #w-node-bf413e51-626e-fe63-15da-f5b934b64760-45b4665b, #w-node-c2e0e14e-1944-9a15-dc5f-0a517697cf65-45b4665b, #w-node-ecccb15e-4ae2-1bf4-0ff0-09e89558a709-45b4665b, #w-node-_882c8c39-9c53-4c10-3e44-e1ca4980a758-45b4665b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-45b4665b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a73271e8-4246-635c-e865-d87fab8f24c6-45b4665b, #w-node-_35e222f7-0f8c-15e4-ae08-f990f69d2423-45b4665b, #w-node-a321a514-749f-50ed-4608-7512168261a8-45b4665b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055aa-45b4665b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ad-45b4665b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ba-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-45b4665b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-45b4665b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-45b4665b {
  grid-area: 1 / 9 / 2 / 14;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-45b4665b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-45b4665b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-ee9fb115 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-ee9fb115 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c8c797e4-5aee-6726-e547-370b4bbec0ec-ee9fb115, #w-node-bf413e51-626e-fe63-15da-f5b934b64760-ee9fb115, #w-node-c2e0e14e-1944-9a15-dc5f-0a517697cf65-ee9fb115, #w-node-ecccb15e-4ae2-1bf4-0ff0-09e89558a709-ee9fb115, #w-node-_882c8c39-9c53-4c10-3e44-e1ca4980a758-ee9fb115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-ee9fb115 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a73271e8-4246-635c-e865-d87fab8f24c6-ee9fb115, #w-node-_35e222f7-0f8c-15e4-ae08-f990f69d2423-ee9fb115, #w-node-a321a514-749f-50ed-4608-7512168261a8-ee9fb115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ee9fb115 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ee9fb115 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ee9fb115 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-ee9fb115 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-ee9fb115 {
  grid-area: 1 / 9 / 2 / 14;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-ee9fb115 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-ee9fb115 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_794f64d6-4954-bec0-c664-a287caa12f28-57feb95c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-53e5f367 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-53e5f367 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c8c797e4-5aee-6726-e547-370b4bbec0ec-53e5f367, #w-node-bf413e51-626e-fe63-15da-f5b934b64760-53e5f367, #w-node-c2e0e14e-1944-9a15-dc5f-0a517697cf65-53e5f367, #w-node-ecccb15e-4ae2-1bf4-0ff0-09e89558a709-53e5f367, #w-node-_882c8c39-9c53-4c10-3e44-e1ca4980a758-53e5f367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-53e5f367 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a73271e8-4246-635c-e865-d87fab8f24c6-53e5f367, #w-node-_35e222f7-0f8c-15e4-ae08-f990f69d2423-53e5f367, #w-node-a321a514-749f-50ed-4608-7512168261a8-53e5f367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055aa-53e5f367 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ad-53e5f367 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_46780b45-a942-08fc-d061-f0c6476055ba-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-53e5f367 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-53e5f367 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-53e5f367 {
  grid-area: 1 / 9 / 2 / 14;
  align-self: center;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-53e5f367 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-53e5f367 {
  grid-area: 1 / 8 / 2 / 13;
}

@media screen and (min-width: 1920px) {
  #w-node-_46780b45-a942-08fc-d061-f0c64760555a-58caaf85 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_46780b45-a942-08fc-d061-f0c647605545-58caaf85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c64760555a-58caaf85 {
    grid-column: span 4 / span 4;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-58caaf85 {
    grid-column: span 3 / span 3;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-58caaf85 {
    grid-column-start: 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-58caaf85 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055d4-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055ee-58caaf85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b0d-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b21-301b9b09 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b27-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b41-301b9b09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b61-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b68-301b9b09 {
    grid-column: span 5 / span 5;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3526-de6567c7 {
    grid-column: span 10 / span 10;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c352c-de6567c7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c353d-de6567c7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3544-de6567c7 {
    grid-area: 2 / 8 / 3 / 11;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3554-de6567c7 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3576-de6567c7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3588-de6567c7 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c359c-de6567c7 {
    grid-column-start: 5;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c35a2-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c35ab-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c35c0-de6567c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_841209ff-d3f7-3153-83ea-a3f2e3653956-6c28deda {
    grid-column: span 5 / span 5;
  }

  #w-node-_841209ff-d3f7-3153-83ea-a3f2e3653968-6c28deda {
    grid-column: span 6 / span 6;
  }

  #w-node-_841209ff-d3f7-3153-83ea-a3f2e3653977-6c28deda {
    grid-column-start: 8;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-51cd05cd {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-51cd05cd {
    grid-column: span 3 / span 3;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-51cd05cd {
    grid-column-start: 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-51cd05cd {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055d4-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055ee-51cd05cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-51cd05cd {
    grid-column: span 6 / span 6;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-51cd05cd {
    grid-column-start: 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-51cd05cd {
    grid-column: span 6 / span 6;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-ebfcaa8a {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ebfcaa8a {
    grid-column: span 3 / span 3;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ebfcaa8a {
    grid-column-start: 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ebfcaa8a {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055d4-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055ee-ebfcaa8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-ebfcaa8a {
    grid-column: span 6 / span 6;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-ebfcaa8a {
    grid-column-start: 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-ebfcaa8a {
    grid-column: span 6 / span 6;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-40595df1 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-40595df1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-40595df1 {
    grid-column-start: 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-40595df1 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055d4-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055ee-40595df1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-40595df1 {
    grid-column: span 6 / span 6;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-40595df1 {
    grid-column-start: 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-40595df1 {
    grid-column: span 6 / span 6;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-45b4665b {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-45b4665b {
    grid-column: span 3 / span 3;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-45b4665b {
    grid-column-start: 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-45b4665b {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055d4-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055ee-45b4665b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-45b4665b {
    grid-column: span 6 / span 6;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-45b4665b {
    grid-column-start: 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-45b4665b {
    grid-column: span 6 / span 6;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-ee9fb115 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ee9fb115 {
    grid-column: span 3 / span 3;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ee9fb115 {
    grid-column-start: 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ee9fb115 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055d4-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055ee-ee9fb115 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-ee9fb115 {
    grid-column: span 6 / span 6;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-ee9fb115 {
    grid-column-start: 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-ee9fb115 {
    grid-column: span 6 / span 6;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-53e5f367 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-53e5f367 {
    grid-column: span 3 / span 3;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-53e5f367 {
    grid-column-start: 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-53e5f367 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055d4-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055ee-53e5f367 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-53e5f367 {
    grid-column: span 6 / span 6;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-53e5f367 {
    grid-column-start: 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-53e5f367 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46780b45-a942-08fc-d061-f0c647605534-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c64760553d-58caaf85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c64760555a-58caaf85 {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c64760555d-58caaf85 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-58caaf85 {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-58caaf85 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-58caaf85, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b0d-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b21-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b61-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b68-301b9b09, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3526-de6567c7 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c352c-de6567c7 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c353d-de6567c7 {
    grid-column: span 10 / span 10;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3544-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3554-de6567c7 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c355a-de6567c7 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c355e-de6567c7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3569-de6567c7 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c356e-de6567c7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3576-de6567c7 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c357a-de6567c7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3588-de6567c7 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c359c-de6567c7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_841209ff-d3f7-3153-83ea-a3f2e3653956-6c28deda {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-_841209ff-d3f7-3153-83ea-a3f2e3653960-6c28deda {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_841209ff-d3f7-3153-83ea-a3f2e3653968-6c28deda {
    grid-column: span 8 / span 8;
  }

  #w-node-_841209ff-d3f7-3153-83ea-a3f2e3653977-6c28deda {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-51cd05cd {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-51cd05cd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-51cd05cd {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-51cd05cd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-51cd05cd, #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-51cd05cd {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-51cd05cd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-51cd05cd {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-51cd05cd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-ebfcaa8a {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-ebfcaa8a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ebfcaa8a {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ebfcaa8a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ebfcaa8a, #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-ebfcaa8a {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-ebfcaa8a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-ebfcaa8a {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-ebfcaa8a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-40595df1 {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-40595df1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-40595df1 {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-40595df1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-40595df1, #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-40595df1 {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-40595df1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-40595df1 {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-40595df1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-45b4665b {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-45b4665b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-45b4665b {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-45b4665b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-45b4665b, #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-45b4665b {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-45b4665b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-45b4665b {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-45b4665b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-ee9fb115 {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-ee9fb115 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ee9fb115 {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ee9fb115 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ee9fb115, #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-ee9fb115 {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-ee9fb115 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-ee9fb115 {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-ee9fb115 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_823ec1e9-6ae3-30cb-b4bc-a248bcb7a440-57feb95c, #w-node-_823ec1e9-6ae3-30cb-b4bc-a248bcb7a449-57feb95c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b10036190-53e5f367 {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-_094e5449-45ee-ce8b-b69e-5e6b1003619a-53e5f367 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-53e5f367 {
    grid-column: span 8 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-53e5f367 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-53e5f367, #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb869-53e5f367 {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb86c-53e5f367 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb889-53e5f367 {
    grid-column: span 8 / span 8;
  }

  #w-node-_143ee946-9ec0-6e41-4d24-c2ea9d1fb890-53e5f367 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-58caaf85, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-58caaf85, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b0d-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b21-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b61-301b9b09, #w-node-_2a618f2c-fe15-6f38-bb15-53f0301b9b68-301b9b09, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3526-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c352c-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3576-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c357a-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c3588-de6567c7, #w-node-_5fd699eb-6d39-f6d3-05ba-8410a66c359c-de6567c7, #w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-51cd05cd, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-51cd05cd, #w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ebfcaa8a, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ebfcaa8a, #w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-40595df1, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-40595df1, #w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-45b4665b, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-45b4665b, #w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-ee9fb115, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-ee9fb115, #w-node-_794f64d6-4954-bec0-c664-a287caa12f28-57feb95c, #w-node-a0f4ad41-564d-cfd2-c445-f65b67e62fd0-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055aa-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055ad-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055ba-53e5f367, #w-node-_46780b45-a942-08fc-d061-f0c6476055ce-53e5f367 {
    grid-column: span 6 / span 6;
  }
}


