:root {
  --main-gray: #a3a3a3;
  --orange: #ff6416;
  --dark-green: #0d2323;
  --light-gray: #f8f8f8;
  --divider-gray: #ececec;
  --divider-light: #ffffff0d;
  --white: white;
  --black: black;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.body {
  color: var(--main-gray);
  letter-spacing: -.2px;
  font-family: Basis grotesque pro off white, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.h1 {
  color: #000;
  letter-spacing: -1.2px;
  margin-top: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.h1.h1-gray {
  color: var(--main-gray);
  text-align: center;
  max-width: 786px;
  margin-bottom: 0;
}

.h1.h1-hero-orange {
  color: var(--orange);
}

.h1.h1-special-1 {
  padding-right: 100px;
}

.body-25pt {
  color: #000;
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 32px;
}

.body-25pt.body-25pt-gray {
  color: var(--main-gray);
  letter-spacing: -.2px;
  padding-top: 5px;
  font-size: 25px;
  line-height: 32px;
}

.caption-25pt {
  letter-spacing: -.2px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 5px;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.caption-25pt.caption-wrapper {
  width: 1930px;
  position: relative;
  left: 47.8vw;
  overflow: hidden;
}

.caption-25pt.caption-new {
  margin-right: 0;
}

.caption-25pt.caption-lead {
  margin-right: 0;
  padding-top: 20px;
}

.caption-25pt.location {
  padding-top: 0;
}

.body-20pt {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.container-w-margins {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1720px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.container-w-margins.pre-footer {
  background-image: linear-gradient(to bottom, var(--dark-green), var(--dark-green));
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.container-w-margins.footer {
  padding: 20px 80px 60px;
}

.container-w-margins.footer.footer-main {
  background-color: var(--dark-green);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.container-w-margins.footer.footer-dark {
  background-color: var(--dark-green);
  max-width: none;
  padding-left: 80px;
  padding-right: 80px;
}

.container-w-margins.container-scroll {
  clear: none;
  background-color: var(--light-gray);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  position: static;
  overflow: hidden;
}

.container-w-margins.container-scroll.hide, .container-w-margins.hide {
  display: none;
}

.container-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2 {
  color: #000;
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.h2.h2-wrapper {
  text-align: left;
  letter-spacing: -.4px;
  background-image: linear-gradient(#f8f8f8, #f8f8f8);
  font-size: 25px;
  line-height: 35px;
}

.h2-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.link-30pt-gray {
  color: var(--main-gray);
  text-align: center;
  letter-spacing: -.2px;
  font-size: 25px;
  line-height: 32px;
}

.link-30pt-gray:hover {
  color: var(--orange);
}

.button-25-arrow-gray {
  color: var(--main-gray);
  text-align: left;
  letter-spacing: -.4px;
  background-color: #0000;
  background-image: url('../images/arrow-gray.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-top: 0;
  padding: 0 32px 0 0;
  font-size: 25px;
  line-height: 32px;
  transition: padding .2s;
}

.button-25-arrow-gray:hover {
  color: #000;
  background-image: url('../images/Combined-Shape.svg');
  padding-right: 36px;
}

.image-project {
  background-image: url('../images/project-w.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 500px;
  display: block;
}

.image-project.image-gum {
  background-image: url('../images/gum-main.jpg');
  background-position: 50%;
}

.image-project.image-hayastan {
  background-image: url('../images/hayastan-main.jpg');
}

.image-project.contact {
  background-image: url('../images/contacts-image.png');
  margin-bottom: 40px;
}

.image-project.atrium {
  background-image: url('../images/hayastan-main-1-1.jpg');
}

.image-project.pharaon {
  background-image: url('../images/pharaon-main-1.jpg');
  background-position: 50%;
}

.link-30pt-orange {
  color: var(--orange);
  letter-spacing: -.4px;
  background-color: #0000;
  background-image: url('../images/arrow-orange.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-top: 5px;
  padding: 0 32px 0 0;
  font-size: 25px;
  line-height: 32px;
  transition: padding .2s;
}

.link-30pt-orange:hover {
  padding-right: 36px;
}

.h2-wrapper-group {
  z-index: 986;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  top: auto;
}

.gradient-overflow {
  z-index: 5;
  background-image: linear-gradient(to right, #f8f8f8, #f8f8f800);
  width: 100px;
  height: 36px;
  position: relative;
}

.link-30pt-black {
  color: #000;
  letter-spacing: -.6px;
  background-color: #0000;
  background-image: url('../images/arrow-black.svg');
  background-position: 100% 49%;
  background-repeat: no-repeat;
  padding: 0 32px 0 0;
  font-size: 30px;
  line-height: 36px;
}

.div-block-4 {
  background-color: var(--light-gray);
}

.brands {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  min-width: 1000px;
  max-width: 1000px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.brands.new-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.link-46pt-orange {
  color: var(--orange);
  letter-spacing: -1.2px;
  font-size: 46px;
  line-height: 52px;
}

.link-46pt-orange:hover {
  color: var(--main-gray);
}

.brand-image, .brand-image._2 {
  width: 90%;
}

.image-3 {
  max-width: 83%;
}

.image-4 {
  position: relative;
  top: -8px;
}

.divider {
  background-color: var(--divider-gray);
  height: 2px;
  margin-top: auto;
  margin-bottom: 100px;
}

.divider.divider-dark {
  background-color: #ffffff0f;
  display: block;
}

.list-footer-address {
  margin-bottom: 0;
  padding-right: 10px;
}

.footer-links-social.links-black {
  color: #000;
}

.logo-footer-gray {
  align-self: auto;
  width: 112px;
  margin-bottom: 0;
}

.link-16pt-gray {
  color: var(--main-gray);
  margin-right: 20px;
}

.display-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 786px;
  margin-top: 160px;
  margin-bottom: 120px;
  display: flex;
}

.display-70pt-black {
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 74px;
}

.link-20pt-eye {
  color: #000;
  letter-spacing: -.2px;
  background-color: #0000;
  background-image: url('../images/eye-black.svg');
  background-position: 0 42%;
  background-repeat: no-repeat;
  background-size: 28px 20px;
  margin-top: 40px;
  padding: 0 0 0 40px;
  font-size: 20px;
  line-height: 28px;
}

.link-20pt-eye:hover {
  color: var(--orange);
  background-image: url('../images/eye-orange.svg');
  background-size: 28px 20px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-5 {
  background-image: linear-gradient(#ececec, #ececec), linear-gradient(#ececec, #ececec);
  padding: 30px 50px 50px 30px;
}

.link-style {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Group-3-Copy-2_1.svg');
  background-position: 0 41%;
  background-repeat: no-repeat;
  background-size: 30px 16px;
  margin-top: 20px;
  padding: 0 0 0 45px;
  font-size: 20px;
  line-height: 28px;
}

.link-style:hover {
  color: #ff6416;
  background-image: url('../images/Group-3-Copy-2.svg');
  background-size: 30px 16px;
}

.link-style.feature-link {
  letter-spacing: -1.2px;
  background-image: url('../images/arrow-big-1.svg');
  background-position: 100%;
  background-size: auto 28px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 48px;
  font-size: 40px;
  line-height: 46px;
  transition: padding .2s ease-in-out;
}

.link-style.feature-link:hover {
  background-image: url('../images/arrow-big-1-hover.svg');
  background-size: auto 28px;
  padding-right: 52px;
}

.container-centered-texts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-basic {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

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

.h1-group {
  width: 50%;
  padding-top: 40px;
}

.section-3 {
  height: 200px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.grid-3columns {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 80px;
}

.grid-3columns.two-rows {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.about-h1 {
  width: 700px;
  padding-top: 20px;
}

.div-block-7 {
  background-color: var(--divider-gray);
  height: 2px;
}

.list-item {
  font-size: 25px;
  line-height: 32px;
  list-style-type: disc;
}

.list-about {
  margin-top: 5px;
  padding-left: 25px;
}

.hero-image-project {
  background-image: url('../images/hayastan-main-1-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  overflow: visible;
}

.hero-image-project._w-hotel {
  background-image: url('../images/project-w.jpg');
  margin-bottom: 0;
}

.hero-image-project.gum {
  background-image: url('../images/gum-main.jpg');
  margin-bottom: 0;
}

.hero-image-project.svhy {
  background-image: url('../images/hayastan-main.jpg');
}

.hero-image-project.pharaon {
  background-image: url('../images/pharaon-main-1.jpg');
  background-position: 50%;
}

.gradient-menu {
  background-image: linear-gradient(#000c, #0000);
  height: 145px;
}

.project-lead {
  margin-top: auto;
}

.project-lead._3 {
  padding-top: 40px;
}

.div-block-16 {
  position: relative;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 2fr 1fr 1fr;
  align-content: stretch;
  place-items: start;
  padding-bottom: 80px;
}

.footer-grid.footer-grid-light {
  color: #000;
}

.copyright-footer {
  color: #a3a3a366;
  margin-top: 40px;
}

.copyright-footer.copyright-footer-light {
  color: var(--main-gray);
  margin-top: 20px;
}

.copyright-footer.footer-link {
  padding-left: 5px;
}

.copyright-footer.footer-link:hover {
  color: #a3a3a3c2;
}

.copyright-footer.footer-link-light {
  color: var(--main-gray);
  cursor: pointer;
  padding-left: 5px;
}

.copyright-footer.footer-link-light:hover {
  color: #6b6b6b;
}

.menu {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu.menu-over-image {
  z-index: 997;
  background-color: #3f1c1c03;
  background-image: linear-gradient(#00000005, #00000005);
  display: flex;
}

.menu-links-left {
  position: absolute;
  left: 20px;
}

.menu-links-right {
  position: absolute;
  right: 20px;
}

.menu-link-left {
  padding-top: 3px;
  padding-right: 20px;
  display: inline-block;
}

.menu-link-left:hover {
  color: var(--orange);
}

.menu-link-left.menu-link-white {
  color: #fff;
}

.menu-link-left.menu-link-white:hover {
  color: var(--orange);
}

.menu-link-right {
  padding-top: 3px;
  padding-left: 20px;
  display: inline-block;
}

.menu-link-right:hover {
  color: var(--orange);
}

.menu-link-right.menu-link-white-r {
  color: #fff;
}

.menu-link-right.menu-link-white-r:hover {
  color: var(--orange);
}

.menu-logo {
  position: static;
  inset: 0% 0% auto;
}

.menu-logo.w--current {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  top: auto;
}

.image-16 {
  display: none;
}

.menu-burger-button {
  margin-top: 1px;
  padding: 20px;
  display: none;
  position: absolute;
  right: 0;
}

.menu-logo-white, .menu-opened {
  display: none;
}

.link-16pt-black {
  margin-right: 20px;
}

.hero-spacing {
  height: 200px;
}

.images-wrapper-together {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scrolling-images {
  z-index: 939;
  width: 3500px;
  position: relative;
  top: -34px;
  overflow: hidden;
}

.image-scroll {
  padding-top: 20px;
  padding-right: 0;
}

.div-block-21 {
  max-width: 1720px;
}

.divider-dark, .div-block-25 {
  display: none;
}

.grid-project {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-bottom: 40px;
}

.grid-project._2 {
  grid-template-rows: 1fr;
  padding-bottom: 0;
}

.grid-project._3 {
  grid-template-rows: auto auto;
  padding-bottom: 0;
}

.menu-logo-black {
  display: block;
}

.grid-small-projects {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
}

.image-project-small {
  margin-bottom: 20px;
}

.container-grid {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.feature-big.vflex {
  flex-flow: column;
  display: flex;
}

.caption-group {
  padding-top: 40px;
}

.gray-header-separator {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px;
}

.project-description {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-new {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.lightbox-link {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.lightbox-link:hover {
  color: var(--orange);
}

.div-block-27 {
  background-image: url('../images/play-button-gray.svg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  flex-direction: row;
  padding-left: 32px;
  display: flex;
}

.div-block-27:hover {
  color: var(--orange);
  background-image: url('../images/play-button-orange.svg');
}

.h1-hero {
  color: #000;
  letter-spacing: -1.2px;
  align-self: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.h1-hero-2, .h1-hero-3 {
  color: #fff;
  letter-spacing: -1.2px;
  align-self: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.h1-hero-2-mobile, .h1-hero-3-mobile {
  color: #fff;
  letter-spacing: -1.2px;
  align-self: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  display: none;
}

.h1-hero-mobile {
  color: #000;
  letter-spacing: -1.2px;
  align-self: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.div-block-28 {
  width: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-29 {
  align-items: flex-end;
  display: flex;
}

.utility-page-wrap {
  color: var(--dark-green);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Basis grotesque pro off white, Arial, sans-serif;
  display: flex;
}

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

.text-block-3 {
  font-size: 18px;
}

.vflex {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.image-cut-h50 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 80%;
}

.new-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "Area Area"
                 "Area-4 ."
                 "Area-2 Area-3" 1fr
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

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

.image-17._2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cover {
  height: 100%;
}

.list {
  padding-left: 32px;
  display: block;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.pharaon-logo {
  width: 90%;
  height: auto;
}

.pharaon-logo.opacity {
  opacity: .58;
}

.image-18 {
  object-fit: cover;
  aspect-ratio: 1 !important;
}

.image-19 {
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .h1 {
    width: 100%;
  }

  .h1.h1-hero-orange {
    letter-spacing: -.4px;
    font-size: 30px;
    line-height: 35px;
  }

  .caption-25pt.caption-wrapper {
    width: 2050px;
  }

  .container-w-margins {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-w-margins.pre-footer {
    margin-bottom: -2px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-w-margins.footer, .container-w-margins.footer.footer-dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-project {
    background-position: 50%;
    background-size: cover;
  }

  .h2-wrapper-group {
    width: 70%;
  }

  .brands {
    min-width: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .brand-image {
    max-width: 94%;
  }

  .divider.divider-dark {
    background-color: #ffffff0d;
    margin-bottom: 60px;
  }

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

  .image-7 {
    max-width: 80%;
  }

  .image-8 {
    max-width: 56%;
  }

  .image-9 {
    max-width: 90%;
  }

  .image-10 {
    max-width: 84%;
  }

  .image-11 {
    max-width: 85%;
  }

  .display-70pt-black {
    letter-spacing: -1.5px;
    font-size: 60px;
    line-height: 64px;
  }

  .div-block-5 {
    min-height: auto;
    padding: 20px 40px 50px 20px;
  }

  .link-style.feature-link {
    background-size: auto 20px;
    padding-right: 38px;
    font-size: 30px;
    line-height: 35px;
  }

  .link-style.feature-link:hover {
    background-size: auto 20px;
    padding-right: 44px;
  }

  .container-centered-texts, .container-basic {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-group {
    width: 100%;
  }

  .grid-3columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .grid-3columns.two-rows {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         ". .";
    margin-bottom: 80px;
  }

  .about-h1 {
    width: 100%;
  }

  .project-lead._3 {
    padding-top: 24px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . .";
  }

  .grid-project {
    grid-column-gap: 40px;
  }

  .grid-project.grid-special-1 {
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .grid-small-projects {
    grid-column-gap: 40px;
  }

  .image-project-small {
    width: 100%;
  }

  .container-grid {
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gray-header-separator {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-description {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-cut-h50 {
    aspect-ratio: 1;
  }

  .new-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-areas: "Area Area"
                         "Area-4 Area-4"
                         "Area-2 Area-3";
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    text-align: left;
    align-self: center;
    padding-right: 0;
  }

  .h1.h1-special-1 {
    padding-right: 0;
  }

  .caption-25pt {
    padding-top: 10px;
    padding-right: 0;
  }

  .caption-25pt.caption-wrapper {
    left: 0;
  }

  .container-w-margins.container-scroll {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .h2.h2-wrapper {
    width: 316px;
  }

  .h2-group {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image-project {
    min-height: 400px;
  }

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

  .divider.divider-dark {
    background-color: var(--divider-light);
  }

  .list-footer-address {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .footer-links-social {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .image-6 {
    padding-top: 2px;
    padding-left: 0;
  }

  .image-12 {
    max-width: 69%;
  }

  .logo-footer-gray {
    align-self: auto;
    margin-bottom: 30px;
  }

  .link-16pt-gray.link-right {
    margin-right: 0;
  }

  .display-group {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .display-70pt-black {
    text-align: left;
    letter-spacing: -1.4px;
    font-size: 50px;
    line-height: 54px;
  }

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

  .div-block-5 {
    min-height: 370px;
  }

  .grid-3columns, .grid-3columns.two-rows {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .about-h1 {
    width: 100%;
  }

  .hero-image-project {
    height: 380px;
  }

  .hero-image-project._w-hotel {
    height: 400px;
  }

  .project-lead {
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    align-items: start;
  }

  .copyright-footer {
    margin-top: 0;
    inset: auto auto 60px 40px;
  }

  .copyright-footer.copyright-footer-light {
    margin-top: 0;
  }

  .menu {
    z-index: 996;
    justify-content: flex-start;
  }

  .menu-links-left, .menu-link-right {
    display: none;
  }

  .menu-logo {
    z-index: 999;
    margin-left: 40px;
    position: relative;
  }

  .menu-logo.w--current {
    z-index: 999;
    position: relative;
  }

  .image-16 {
    opacity: 1;
    display: none;
  }

  .menu-burger-button {
    z-index: 999;
    cursor: pointer;
    margin-top: 0;
    margin-right: 20px;
    display: block;
  }

  .menu-logo-white {
    display: block;
  }

  .menu-opened {
    z-index: 900;
    background-color: #0d2323fa;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-opened-link {
    color: #fff;
    text-align: left;
    letter-spacing: -1.4px;
    font-size: 50px;
    line-height: 52px;
    transition: color .2s;
  }

  .menu-opened-link:hover {
    color: #fffc;
  }

  .menu-opened-links {
    padding-top: 2px;
    padding-bottom: 2px;
    list-style-type: none;
  }

  .unordered-list-2 {
    inset: auto auto 70px 40px;
  }

  .menu-opened-content {
    position: absolute;
    inset: auto auto 23% 40px;
  }

  .link-16pt-black.link-right {
    text-align: right;
    margin-right: 0;
  }

  .scrolling-images {
    top: 0;
    overflow: scroll;
  }

  .divider-dark {
    background-color: var(--divider-light);
    align-self: end;
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    display: block;
  }

  .divider-dark.divider-light {
    background-color: var(--divider-gray);
    align-self: end;
  }

  .div-block-25 {
    z-index: 990;
    display: none;
  }

  .grid-project {
    grid-column-gap: 20px;
    padding-bottom: 40px;
  }

  .menu-close-icon-white {
    display: none;
  }

  .grid-small-projects {
    grid-column-gap: 20px;
  }

  .container-grid {
    padding-bottom: 20px;
  }

  .caption-group {
    padding-top: 20px;
  }

  .footer-new {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-hero, .h1-hero-2, .h1-hero-3 {
    align-self: center;
    display: none;
  }

  .h1-hero-2-mobile, .h1-hero-3-mobile {
    align-self: center;
    display: block;
  }

  .div-block-28 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    letter-spacing: -.8px;
    align-self: center;
    font-size: 36px;
    line-height: 40px;
  }

  .h1.h1-gray {
    text-align: center;
    letter-spacing: -.4px;
    width: 82%;
    font-size: 30px;
    line-height: 35px;
  }

  .h1.h1-hero-orange {
    color: var(--orange);
    width: auto;
  }

  .body-25pt.body-25pt-gray {
    padding-right: 20px;
  }

  .body-25pt.list {
    padding-left: 0;
  }

  .caption-25pt {
    margin-right: 0;
    padding-top: 10px;
    display: block;
  }

  .caption-25pt.location {
    display: block;
  }

  .container-w-margins {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w-margins.pre-footer {
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-w-margins.footer {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w-margins.footer.footer-main {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w-margins.footer.footer-dark {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w-margins.container-scroll {
    padding-bottom: 30px;
  }

  .container-centered {
    align-items: center;
  }

  .h2 {
    text-align: center;
    letter-spacing: -.4px;
    font-size: 25px;
    line-height: 32px;
  }

  .h2-group {
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .button-25-arrow-gray {
    text-align: center;
    letter-spacing: -.4px;
    margin-top: 0;
    margin-left: 0;
    font-size: 25px;
    line-height: 32px;
  }

  .image-project {
    min-height: 261px;
  }

  .link-30pt-orange {
    letter-spacing: -.4px;
    font-size: 24px;
    line-height: 32px;
  }

  .h2-wrapper-group {
    z-index: 998;
    width: auto;
    padding-right: 20px;
  }

  .gradient-overflow {
    display: none;
  }

  .brands {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .brands.new-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-46pt-orange {
    letter-spacing: -.4px;
    font-size: 30px;
    line-height: 32px;
  }

  .image-3 {
    max-width: 92%;
  }

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

  .image-6 {
    align-self: center;
    max-width: 103%;
    padding-left: 0;
  }

  .image-7 {
    max-width: 80%;
  }

  .image-13 {
    max-width: 107%;
  }

  .logo-footer-gray {
    width: 91px;
  }

  .display-group {
    min-width: none;
    align-items: flex-start;
    margin-top: 170px;
    margin-bottom: 40px;
  }

  .display-70pt-black {
    text-align: left;
    letter-spacing: -1.4px;
    font-size: 50px;
    line-height: 54px;
  }

  .link-20pt-eye {
    margin-top: 26px;
  }

  .div-block-5 {
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .container-centered-texts, .container-basic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3columns {
    grid-column-gap: 77px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-top: 40px;
  }

  .grid-3columns.two-rows {
    grid-column-gap: 183px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         ".";
    margin-top: 40px;
  }

  .about-h1 {
    padding-top: 0;
  }

  .hero-image-project, .hero-image-project._w-hotel {
    height: 470px;
  }

  .project-lead._2 {
    padding-bottom: 0;
  }

  .project-lead._3 {
    padding-top: 20px;
  }

  .footer-grid {
    padding-bottom: 50px;
  }

  .menu-logo {
    margin-left: 20px;
  }

  .menu-burger-button {
    margin-right: 0;
  }

  .menu-logo-white {
    display: none;
  }

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

  .menu-opened-content {
    left: 20px;
  }

  .grid-project {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-bottom: 40px;
  }

  .grid-small-projects {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .feature-small {
    padding-bottom: 20px;
  }

  .container-grid {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-big {
    padding-bottom: 0;
  }

  .gray-header-separator {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-desc-left {
    margin-bottom: -10px;
  }

  .h1-hero-2-mobile, .h1-hero-3-mobile, .h1-hero-mobile {
    letter-spacing: -.4px;
    align-self: center;
    font-size: 30px;
    line-height: 35px;
  }

  .new-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-4 Area-4"
                         "Area-2 Area-2"
                         "Area-3 Area-3";
    padding-top: 20px;
  }

  .image-17._2 {
    aspect-ratio: 1;
  }

  .logo-wrapper {
    width: 40%;
  }
}

#w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c801-742e2328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c806-742e2328 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ddc2b1f7-9eb9-ffe5-7908-54eb7eeb8b3f-742e2328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-742e2328 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-742e2328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434ab4-742e2328 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434abb-742e2328 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31166392-28d4-9a8b-6144-8a3967507c6a-742e2328 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5a622db7-bffb-41fe-fc92-a14a0a8fafb7-742e2328, #w-node-_0cae0792-701e-2ad0-eac8-68af32d4fab0-542e2325 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f412abd-a2f8-0bbf-a99e-03d484c9359d-542e2325 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f43bb831-7d8d-c510-26bf-abbed12c7033-e22e2326 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f43bb831-7d8d-c510-26bf-abbed12c7038-e22e2326, #w-node-b2ad52ab-3b50-b4ff-b521-2688cc42dbd0-e22e2326 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_264a49dd-8bd9-4d9f-01a6-a1d063fa35f3-e22e2326, #w-node-_3cd2bcc0-b9f6-1f72-f2f2-00015d48ab78-e22e2326, #w-node-f857e077-add6-b79d-1a76-e870f8ce389d-e22e2326 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2af12d3c-0f77-766a-e2e5-cc9676070145-e22e2326 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_836cc79f-40fb-528f-1d26-cbc3c206b0ac-e22e2326 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f754b744-50c2-e2b6-c448-d900d3ed918e-e22e2326 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ea169c8-c0da-825e-16fb-3ffa9261a62e-e22e2326 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bf51b01-4cf7-271a-4a52-1fb53975cd8a-e22e2326 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff78d8ce-9702-7658-dc32-c225a7708194-e22e2326, #w-node-_1d231281-b3f1-59ea-676b-a6f0119696c6-e22e2326 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4ce55a66-16ac-856c-82bf-d0e7d5212f49-e22e2326 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_168bab75-627c-4425-3211-57591d0094c6-1b2e2320 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_168bab75-627c-4425-3211-57591d0094c7-1b2e2320 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_168bab75-627c-4425-3211-57591d0094c8-1b2e2320 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_908e84ba-4cd6-fd59-cbdf-ea64dbaf5d62-1b2e2320, #w-node-_168bab75-627c-4425-3211-57591d0094c9-1b2e2320 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_168bab75-627c-4425-3211-57591d0094cb-1b2e2320, #w-node-_91c21349-f3cb-7e41-6159-e25998ce4791-1b2e2320 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_3285662b-8c77-766a-1dff-ecbd8b70b0e8-1b2e2320, #w-node-_168bab75-627c-4425-3211-57591d0094cd-1b2e2320 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_168bab75-627c-4425-3211-57591d0094cf-1b2e2320 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_383fd218-ef98-b5a1-d04a-153a573b362c-1b2e2320 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_383fd218-ef98-b5a1-d04a-153a573b3631-1b2e2320 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a71ab89e-0184-d2c5-29cd-0c2c399cc53e-1b2e2320 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a71ab89e-0184-d2c5-29cd-0c2c399cc543-1b2e2320 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65cc030a-b318-270a-8315-2e737f5c2511-1b2e2320 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8506a59f-94ad-70ae-4191-20b29b263d20-1b2e2320 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06e92bcf-c0ce-b669-8522-a8a7d5fe118a-1b2e2320 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_72fb2b98-0282-0420-56ba-a91a2442a893-1b2e2320 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9f8f008c-9941-c64f-28b0-ebe043982579-1b2e2320 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-a3b12f5b-f986-3c77-7d0a-eed17ccb728c-1b2e2320 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e7c70ae3-0823-4325-10d9-700224b3d1b8-1b2e2320 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_30446bef-b8fc-20fe-ecf6-504834e1a14b-1b2e2320 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0c56037f-1d0a-5fe7-ce49-744d5a92e37d-1b2e2320 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e349c1bd-244b-70d7-8182-9afd6c0fa4b6-1b2e2320 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_4fd65a06-f1c2-c163-2982-12cfde88ac74-de88ac73 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4fd65a06-f1c2-c163-2982-12cfde88ac79-de88ac73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_476387ff-6825-0a48-b784-68e989c8a085-89c8a084 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_476387ff-6825-0a48-b784-68e989c8a08a-89c8a084 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ce4d6c0-f674-1144-2b39-e4f9c7fb08c7-c7fb08c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7ce4d6c0-f674-1144-2b39-e4f9c7fb08cc-c7fb08c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_147a77c9-7220-aed0-3e8a-f4d0bc8e82cf-cf2e2327 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_147a77c9-7220-aed0-3e8a-f4d0bc8e82d4-cf2e2327 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ddc2b1f7-9eb9-ffe5-7908-54eb7eeb8b3f-cf2e2327 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-cf2e2327 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-cf2e2327, #w-node-_74e50da1-1bc2-8737-adf4-2bbf5c520c65-cf2e2327 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53157c77-f3f2-de0e-2145-ec6b877c43c7-cf2e2327 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_591f0a6f-8755-047d-5cc2-72ebc38ff279-cf2e2327, #w-node-ef1769b6-64ea-5b5f-edef-0edc6533ebb2-cf2e2327, #w-node-_798a0d14-05ee-809f-0ad1-9149f2a42785-ce2e2323 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d71b1168-b1c5-bd41-9891-734007160cc0-ce2e2323 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64d870f0-c51b-197b-5db2-47f89c799ea7-ce2e2323 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e809d21-d2b3-0463-28d2-80b6f2a05808-ce2e2323 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f49e3b3-8724-1e3e-5e6d-b6911b3be7dd-ce2e2323 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e8da6b08-c100-22bf-9e2b-e94097f73a9b-ce2e2323 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1a9edab-fa94-8343-03ad-926067663edb-ce2e2323 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_822ab82d-18be-6bac-2d69-ad70c70d569f-ce2e2323 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_822ab82d-18be-6bac-2d69-ad70c70d56a4-ce2e2323 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_822ab82d-18be-6bac-2d69-ad70c70d56a9-ce2e2323 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c78a1d18-cf7a-7f2e-4a7d-c033adebea5f-ce2e2323 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16b10fdd-22bc-8090-76a4-bd2cd6a4bafe-ce2e2323 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8195ece1-da17-7235-acaa-744ea1ad2b91-ce2e2323 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3c04afe2-7a44-ca57-8506-1bdfdd547021-372e2324 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c04afe2-7a44-ca57-8506-1bdfdd547026-372e2324 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_19aedcff-d190-3659-5239-d933e53e26f3-372e2324 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19aedcff-d190-3659-5239-d933e53e26f8-372e2324 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c801-924c3f62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c806-924c3f62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ddc2b1f7-9eb9-ffe5-7908-54eb7eeb8b3f-924c3f62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-924c3f62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-924c3f62, #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434ab4-924c3f62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434abb-924c3f62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_085da32d-da3c-ccea-f9f4-20a768f08896-924c3f62 {
  grid-area: Area;
}

#w-node-_553e928a-5ee7-8fa1-6335-dc4409cda288-924c3f62 {
  grid-area: Area-3;
  place-self: stretch stretch;
}

#w-node-_085da32d-da3c-ccea-f9f4-20a768f08897-924c3f62 {
  grid-area: Area-2;
  place-self: stretch stretch;
}

#w-node-_21fc0866-bcb2-c55f-3578-567355a600e9-924c3f62 {
  grid-area: Area-4;
}

#w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c801-7c57ce03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c806-7c57ce03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ddc2b1f7-9eb9-ffe5-7908-54eb7eeb8b3f-7c57ce03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-7c57ce03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_085da32d-da3c-ccea-f9f4-20a768f08896-7c57ce03 {
  grid-area: Area;
}

#w-node-_553e928a-5ee7-8fa1-6335-dc4409cda288-7c57ce03 {
  grid-area: Area-3;
}

#w-node-_085da32d-da3c-ccea-f9f4-20a768f08897-7c57ce03 {
  grid-area: Area-2;
}

#w-node-_21fc0866-bcb2-c55f-3578-567355a600e9-7c57ce03 {
  grid-area: Area-4;
}

#w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-7c57ce03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434ab4-7c57ce03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434abb-7c57ce03 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c806-742e2328 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-742e2328 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0cae0792-701e-2ad0-eac8-68af32d4fab0-542e2325 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7f412abd-a2f8-0bbf-a99e-03d484c9359d-542e2325, #w-node-f43bb831-7d8d-c510-26bf-abbed12c7038-e22e2326 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3cd2bcc0-b9f6-1f72-f2f2-00015d48ab78-e22e2326 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3bf51b01-4cf7-271a-4a52-1fb53975cd8a-e22e2326 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff78d8ce-9702-7658-dc32-c225a7708194-e22e2326 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_383fd218-ef98-b5a1-d04a-153a573b3631-1b2e2320, #w-node-a71ab89e-0184-d2c5-29cd-0c2c399cc543-1b2e2320, #w-node-_4fd65a06-f1c2-c163-2982-12cfde88ac79-de88ac73, #w-node-_476387ff-6825-0a48-b784-68e989c8a08a-89c8a084, #w-node-_7ce4d6c0-f674-1144-2b39-e4f9c7fb08cc-c7fb08c6, #w-node-_147a77c9-7220-aed0-3e8a-f4d0bc8e82d4-cf2e2327 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-cf2e2327, #w-node-ef1769b6-64ea-5b5f-edef-0edc6533ebb2-cf2e2327 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8f49e3b3-8724-1e3e-5e6d-b6911b3be7dd-ce2e2323 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_822ab82d-18be-6bac-2d69-ad70c70d56a9-ce2e2323 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8195ece1-da17-7235-acaa-744ea1ad2b91-ce2e2323 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3c04afe2-7a44-ca57-8506-1bdfdd547026-372e2324, #w-node-_19aedcff-d190-3659-5239-d933e53e26f8-372e2324, #w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c806-924c3f62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-924c3f62 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_21fc0866-bcb2-c55f-3578-567355a600e9-924c3f62 {
    grid-area: Area-4;
  }

  #w-node-_0b3c1c91-f0e0-6e48-a226-feb14173c806-7c57ce03 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_21fc0866-bcb2-c55f-3578-567355a600e9-7c57ce03 {
    grid-area: Area-4;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-7c57ce03 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434ab4-7c57ce03 {
    grid-column: 1 / 2;
  }

  #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434abb-7c57ce03 {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_168bab75-627c-4425-3211-57591d0094c7-1b2e2320 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_168bab75-627c-4425-3211-57591d0094c8-1b2e2320 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_168bab75-627c-4425-3211-57591d0094cb-1b2e2320, #w-node-_91c21349-f3cb-7e41-6159-e25998ce4791-1b2e2320 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3285662b-8c77-766a-1dff-ecbd8b70b0e8-1b2e2320, #w-node-_168bab75-627c-4425-3211-57591d0094cd-1b2e2320 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_168bab75-627c-4425-3211-57591d0094cf-1b2e2320 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9f8f008c-9941-c64f-28b0-ebe043982579-1b2e2320 {
    grid-area: 3 / 2 / 4 / 4;
    place-self: center;
  }

  #w-node-a3b12f5b-f986-3c77-7d0a-eed17ccb728c-1b2e2320 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e7c70ae3-0823-4325-10d9-700224b3d1b8-1b2e2320 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_30446bef-b8fc-20fe-ecf6-504834e1a14b-1b2e2320 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_0c56037f-1d0a-5fe7-ce49-744d5a92e37d-1b2e2320 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-e349c1bd-244b-70d7-8182-9afd6c0fa4b6-1b2e2320 {
    grid-area: 4 / 4 / 5 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-742e2328 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-742e2328 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434ab4-742e2328, #w-node-_31166392-28d4-9a8b-6144-8a3967507c6a-742e2328 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0cae0792-701e-2ad0-eac8-68af32d4fab0-542e2325 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7f412abd-a2f8-0bbf-a99e-03d484c9359d-542e2325, #w-node-b2ad52ab-3b50-b4ff-b521-2688cc42dbd0-e22e2326 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3cd2bcc0-b9f6-1f72-f2f2-00015d48ab78-e22e2326 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_2af12d3c-0f77-766a-e2e5-cc9676070145-e22e2326 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_836cc79f-40fb-528f-1d26-cbc3c206b0ac-e22e2326 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f754b744-50c2-e2b6-c448-d900d3ed918e-e22e2326 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3ea169c8-c0da-825e-16fb-3ffa9261a62e-e22e2326 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4ce55a66-16ac-856c-82bf-d0e7d5212f49-e22e2326, #w-node-_72fb2b98-0282-0420-56ba-a91a2442a893-1b2e2320 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9f8f008c-9941-c64f-28b0-ebe043982579-1b2e2320 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-a3b12f5b-f986-3c77-7d0a-eed17ccb728c-1b2e2320 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: end;
  }

  #w-node-e7c70ae3-0823-4325-10d9-700224b3d1b8-1b2e2320 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_30446bef-b8fc-20fe-ecf6-504834e1a14b-1b2e2320 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_0c56037f-1d0a-5fe7-ce49-744d5a92e37d-1b2e2320 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-e349c1bd-244b-70d7-8182-9afd6c0fa4b6-1b2e2320 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-cf2e2327 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-cf2e2327 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_53157c77-f3f2-de0e-2145-ec6b877c43c7-cf2e2327 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_591f0a6f-8755-047d-5cc2-72ebc38ff279-cf2e2327 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ef1769b6-64ea-5b5f-edef-0edc6533ebb2-cf2e2327 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_798a0d14-05ee-809f-0ad1-9149f2a42785-ce2e2323 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d71b1168-b1c5-bd41-9891-734007160cc0-ce2e2323, #w-node-_3e809d21-d2b3-0463-28d2-80b6f2a05808-ce2e2323 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8f49e3b3-8724-1e3e-5e6d-b6911b3be7dd-ce2e2323 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f1a9edab-fa94-8343-03ad-926067663edb-ce2e2323, #w-node-_822ab82d-18be-6bac-2d69-ad70c70d56a4-ce2e2323 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_822ab82d-18be-6bac-2d69-ad70c70d56a9-ce2e2323 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c78a1d18-cf7a-7f2e-4a7d-c033adebea5f-ce2e2323 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_16b10fdd-22bc-8090-76a4-bd2cd6a4bafe-ce2e2323 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8195ece1-da17-7235-acaa-744ea1ad2b91-ce2e2323 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-924c3f62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-924c3f62 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434ab4-924c3f62 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434abb-924c3f62 {
    grid-column: 1 / 2;
  }

  #w-node-_553e928a-5ee7-8fa1-6335-dc4409cda288-924c3f62, #w-node-_085da32d-da3c-ccea-f9f4-20a768f08897-924c3f62 {
    justify-self: stretch;
  }

  #w-node-_21fc0866-bcb2-c55f-3578-567355a600e9-924c3f62 {
    grid-area: Area-4;
  }

  #w-node-_0298c4d3-854f-34cf-9cc3-e7a2011f2cbf-7c57ce03 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_553e928a-5ee7-8fa1-6335-dc4409cda288-7c57ce03, #w-node-_085da32d-da3c-ccea-f9f4-20a768f08897-7c57ce03 {
    justify-self: stretch;
  }

  #w-node-_21fc0866-bcb2-c55f-3578-567355a600e9-7c57ce03 {
    grid-area: Area-4;
  }

  #w-node-_9029d8eb-eb48-495a-1943-675a8b3db16e-7c57ce03 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434ab4-7c57ce03 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_4011cc6f-993f-49fd-c4ec-3ae02e434abb-7c57ce03 {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Basis grotesque pro off white';
  src: url('../fonts/Basis-Grotesque-Pro-Off-White.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}