:root {
  --black: #333;
  --white: #fffefe;
}

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

.nav-link {
  color: var(--black);
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: #979393;
  border: 1px #8d8b8b;
}

.nav-link.w--current {
  border: 1px #928e8e;
  margin-right: 12px;
  font-family: Avenirltstd, sans-serif;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  display: block;
}

.navbar {
  background-color: var(--white);
  min-width: auto;
}

.nav-menu {
  text-align: right;
  min-width: auto;
}

.container {
  background-color: var(--white);
  width: auto;
  min-width: 100%;
}

.heading-2 {
  margin-top: 11px;
  margin-bottom: 12px;
  margin-left: 23px;
  font-family: Avenirltstd, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.div-block {
  background-color: var(--white);
  text-align: right;
  width: 100%;
  height: 100%;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
}

.link {
  color: #858486;
  margin-bottom: 3px;
  margin-right: 29px;
  font-family: Avenirltstd, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #b3adad;
}

.container-2 {
  text-align: center;
  min-width: 100%;
}

.nav-menu-2 {
  min-width: 100%;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
}

.hero-home {
  background-image: url('../images/1.-Home-Page-Drawing.jpg');
  background-position: 50% 36%;
  background-size: cover;
  height: 600px;
  margin-top: 167px;
}

.text-block {
  text-align: center;
  margin-top: 49px;
  margin-bottom: 58px;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.nav-section {
  z-index: 1000;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.heading-3 {
  text-align: center;
  margin-top: 154px;
  margin-bottom: 37px;
  font-family: Avenirltstd, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.process {
  display: none;
}

.paragraph {
  margin-top: 58px;
  margin-bottom: 17px;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-2 {
  text-align: right;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
}

.body {
  background-color: var(--white);
}

.text-block-3 {
  margin-right: 29px;
  font-family: Avenirltstd, sans-serif;
}

.columns {
  flex-direction: row;
  align-items: center;
  margin-top: 29px;
  margin-bottom: 53px;
  display: flex;
}

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

.text-block-4 {
  color: #adaaaa;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
}

.link-2 {
  color: #e78308;
  text-decoration: none;
}

.section {
  background-color: var(--black);
}

.heading-4 {
  text-align: center;
  margin-top: 195px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  text-align: left;
  margin-top: -86px;
  margin-bottom: 43px;
  margin-left: 36px;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-5.cad {
  margin-top: -86px;
}

.member {
  position: relative;
}

.member_overlay {
  background-color: #f5f5f5;
  border: 2px solid #040807;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.member_name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
}

.demo_content {
  padding: 90px 30px;
}

.wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

.members_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.element-holder {
  background-color: #fff;
  border-top: 6px solid #a8dba8;
  margin-bottom: 30px;
}

.element-inner-wrap {
  padding: 30px;
}

.folio-image {
  background-color: #3b8686;
  background-image: url('../images/magnifier-4-icon-256_1magnifier-4-icon-256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.lightbox {
  transition: all .2s;
}

.lightbox:hover {
  opacity: .3;
}

.no-margin {
  margin-bottom: 0;
}

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

.container-3 {
  font-family: Avenirltstd, sans-serif;
  font-weight: 500;
}

.grid-2 {
  grid-template-columns: minmax(311px, 1fr) 1fr;
}

.grid-3 {
  grid-template-columns: 1fr minmax(177px, 1fr);
}

.grid-4 {
  grid-column-gap: 76px;
  grid-row-gap: 38px;
  grid-template-columns: minmax(200px, 1fr) 1fr minmax(200px, 1fr);
  margin-bottom: 113px;
  margin-left: 31px;
  margin-right: 31px;
}

.grid-4.projects {
  grid-column-gap: 78px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.lightbox-link {
  background-image: url('../images/D11.jpg');
  background-position: 0 0;
  background-size: cover;
  display: flex;
}

.lightbox-link-2 {
  background-image: url('../images/D23.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-3 {
  text-align: center;
  background-image: url('../images/D1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 240px;
  text-decoration: none;
}

.hover-wrapper {
  background-color: #fffefecf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.text-block-6 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Avenirltstd, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.lightbox-link-4 {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.image {
  object-fit: cover;
  border: 1px #d1cfcf;
  min-width: 100%;
}

.columns-2 {
  align-items: center;
  margin-bottom: 53px;
  display: flex;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 23px;
}

.div-block-2 {
  width: 45%;
  margin-bottom: 71px;
}

.video {
  margin-bottom: 63px;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.link-3:hover {
  color: #747272;
}

.link-3.w--current {
  color: var(--black);
  font-size: 36px;
}

.link-3.w--current:hover {
  color: #a39d9d;
  background-color: #0000;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  margin-left: 33px;
}

.image-3 {
  margin-left: 17px;
}

.div-block-4 {
  margin-bottom: 35px;
}

.section-3 {
  text-align: left;
  margin-top: 243px;
}

.section-4 {
  margin-top: 243px;
}

@media screen and (min-width: 1920px) {
  .hero-home {
    height: 850px;
  }
}

@media screen and (max-width: 991px) {
  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(auto, 1fr) 1fr minmax(auto, 1fr);
  }

  .lightbox-link-4 {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .hero-home {
    height: 468px;
  }

  .text-block {
    margin-top: -106px;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-2 {
    margin-right: 22px;
  }

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

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

  .element-inner-wrap {
    padding: 20px;
  }

  .grid-4 {
    grid-template-columns: minmax(auto, 1fr) 1fr;
  }

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

@media screen and (max-width: 479px) {
  .hero-home {
    background-position: 76%;
  }

  .text-block {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-5.cad {
    margin-top: -29px;
  }

  .demo_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(auto, 1fr);
  }
}

#w-node-_2bc5fee0-bbef-b78a-7154-7c3dfe017424-21bf4190 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_265d85f4-99fc-9d91-7c95-dff084ce94f0-21bf4190 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_90687422-a671-8627-82d4-1dd4583267e0-21bf4190, #w-node-_0c9ba772-e279-1d21-7e3b-92a7be483227-21bf4190, #w-node-_1aa09a8f-b95d-96c9-dfc5-b831cfb69092-21bf4190, #w-node-d63377ab-050d-3cc0-6c17-447c24b48cf4-21bf4190, #w-node-_0de493f5-f24a-61bb-e853-8b9b577781b1-21bf4190, #w-node-f7056734-90a2-ee66-e6f5-0cbe31a61c80-21bf4190, #w-node-_74abe4ad-da1e-2dcd-0614-fe8c4486f9fb-21bf4190, #w-node-_8066dd94-5c00-d165-2c08-f705c65944f8-21bf4190, #w-node-_2154cf4a-05c4-0b37-83bc-78200de88168-21bf4190, #w-node-b0c9a395-ac50-93a2-dd7a-e7d13a4ff4c2-21bf4190, #w-node-e4084cd9-4a85-8e45-661e-5f3483d5fc60-21bf4190, #w-node-_0235c733-4ad8-7eb7-42f7-1bf122c392eb-21bf4190, #w-node-_7e5061f7-5fa4-fc93-4756-61c17b484223-21bf4190, #w-node-_2a940922-e751-4fd1-0f9f-87cbe04b57a7-21bf4190, #w-node-_3a6e5834-c63a-ae93-7f1a-d2a7ca5d9bb1-21bf4190, #w-node-c447ee7b-f396-330e-4d25-77494e69c408-21bf4190, #w-node-ee9938bf-e84c-4539-8c7d-02949793392b-21bf4190, #w-node-_0b527c65-d349-42a5-d5e8-42203dc5c08f-21bf4190, #w-node-_7dfeaec7-ff18-0c1d-554c-afaf19573898-21bf4190, #w-node-_879e8696-03e8-c191-7c19-f3aa104882bd-21bf4190, #w-node-f5600a28-3cd6-f559-93f1-1628a746ab10-21bf4190, #w-node-_027b94c2-ca9d-2b67-7783-5b0c0b220217-21bf4190, #w-node-_9d72866d-3603-c15f-53a8-dd01bd883228-21bf4190, #w-node-_2340401e-ff95-beb9-9e83-96657189f43b-21bf4190, #w-node-c9e68e67-8c9e-6526-c172-1c92682e292d-21bf4190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bc5fee0-bbef-b78a-7154-7c3dfe017424-0cbf4191 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_265d85f4-99fc-9d91-7c95-dff084ce94f0-0cbf4191 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_90687422-a671-8627-82d4-1dd4583267e0-0cbf4191, #w-node-_0c9ba772-e279-1d21-7e3b-92a7be483227-0cbf4191, #w-node-_1aa09a8f-b95d-96c9-dfc5-b831cfb69092-0cbf4191, #w-node-d63377ab-050d-3cc0-6c17-447c24b48cf4-0cbf4191, #w-node-_0de493f5-f24a-61bb-e853-8b9b577781b1-0cbf4191, #w-node-f7056734-90a2-ee66-e6f5-0cbe31a61c80-0cbf4191, #w-node-_74abe4ad-da1e-2dcd-0614-fe8c4486f9fb-0cbf4191, #w-node-_8066dd94-5c00-d165-2c08-f705c65944f8-0cbf4191, #w-node-_2154cf4a-05c4-0b37-83bc-78200de88168-0cbf4191, #w-node-b0c9a395-ac50-93a2-dd7a-e7d13a4ff4c2-0cbf4191, #w-node-e4084cd9-4a85-8e45-661e-5f3483d5fc60-0cbf4191, #w-node-_0235c733-4ad8-7eb7-42f7-1bf122c392eb-0cbf4191, #w-node-_7e5061f7-5fa4-fc93-4756-61c17b484223-0cbf4191, #w-node-_2a940922-e751-4fd1-0f9f-87cbe04b57a7-0cbf4191, #w-node-_3a6e5834-c63a-ae93-7f1a-d2a7ca5d9bb1-0cbf4191, #w-node-c447ee7b-f396-330e-4d25-77494e69c408-0cbf4191, #w-node-_60428573-ee04-dcb9-542a-e48d7869a65f-0cbf4191, #w-node-bb19ea12-5a7c-e37d-c4fc-f1f08bd027db-0cbf4191, #w-node-_8dc1c643-239f-2bd5-b0d2-2821c932491c-0cbf4191, #w-node-b616d6ce-cd6d-3a56-428a-8952c7ace83e-0cbf4191, #w-node-_729c403e-6d94-a529-6cc6-b3a7ce6a654b-0cbf4191, #w-node-_660a0ffd-178b-0998-6352-1a3c08dce5f7-0cbf4191, #w-node-_9a9628f6-1fb1-c58e-4007-363e3ebbcd1c-0cbf4191, #w-node-e6385470-ccbe-767c-fe86-4d67b9ea7843-0cbf4191, #w-node-bdaa253c-b88c-7277-9774-48fafd13a37e-0cbf4191, #w-node-_6a3bf378-b167-6e8e-00b1-2d6d4a83d899-0cbf4191, #w-node-b9639947-54c8-9776-cb3e-0e5cce7b3237-0cbf4191, #w-node-cce5089b-72f7-8f96-8088-ce7aacebf7c6-0cbf4191, #w-node-_8d32c109-824e-7ab8-e356-bcd50ec43853-0cbf4191, #w-node-_47f61122-3ed3-78ec-e933-ce9740a70153-0cbf4191, #w-node-_92aafab8-cbb1-8419-d79c-687b7867a9f8-0cbf4191, #w-node-_9e60a87d-6861-f20c-9787-ea9dca843a18-0cbf4191, #w-node-_10f80885-0e90-9341-1b7d-4a47edc187b5-0cbf4191, #w-node-_30558464-459d-71ae-5927-3596c3b1fce6-0cbf4191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}