:root {
  --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;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

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

.paragraph-light {
  opacity: .6;
}

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

.section-hero-slider {
  margin-left: 20px;
  margin-right: 20px;
}

.section-hero-slider.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  text-decoration: underline;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.slider-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}

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

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1, .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3 {
  background-image: none;
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.slider-hero {
  height: 100%;
}

.section-main-content {
  margin: 20px 20px 60px;
}

.main-text-container {
  font-size: 14px;
  font-weight: 300;
}

.grid-firm-text {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.front-page-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.front-page-title.font-lighter {
  color: #1a1b1f82;
}

.section-projects {
  margin-left: 20px;
  margin-right: 20px;
}

.lightbox-link-progr {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
}

.grid-projects-container {
  grid-template: "."
                 "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  min-height: 100vh;
}

.projects-container {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 14px;
}

.blocklightbox {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.lightbox-link-res {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-decoration: none;
}

.lightbox-link-mul {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
}

.lightbox-link-comm {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  max-height: 100%;
  text-decoration: none;
  display: none;
}

.image {
  cursor: pointer;
}

.image:hover {
  filter: grayscale();
}

.subcategories-link-block {
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.grid-category-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  display: flex;
}

.section-footer {
  margin-left: 20px;
  margin-right: 20px;
  position: static;
}

.grid-footer-wrapper {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
}

.text-span-8 {
  font-size: 22px;
}

.text-span-6 {
  font-weight: 300;
}

.pullupfooter {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.icon-wrap {
  flex: 0 auto;
}

.scroll-dot {
  background-color: #000000b8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.srcoll-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 21px;
  padding-right: 12px;
  display: flex;
}

.icon-scroll {
  border: 1px solid #00000087;
  border-radius: 25px;
  width: 15px;
  height: 35px;
  position: relative;
}

.heading-footer-logo {
  color: #1a1b1f82;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.grid-footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.footer-column-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer-column-titile {
  font-size: 16px;
  font-weight: 400;
}

.footer-paragraph-content {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  list-style-type: none;
  display: flex;
}

.copyright-text {
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  display: block;
}

.grid-service-text {
  grid-column-gap: 30px;
  text-align: justify;
  grid-template-rows: auto auto auto auto auto;
}

.services-title-format {
  text-transform: uppercase;
}

.services-title-format.font-lighter {
  color: #1a1b1f82;
}

.descrip-service-wrapper {
  text-transform: uppercase;
}

.section-ind-project {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-ind-project {
  height: auto;
}

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

.grid-ind-project {
  grid-template: "Area-3 Area"
                 "Area-3 Area"
                 "Area-3 Area"
                 "Area-3 Area"
                 "Area-3 Area-2"
                 / 1.5fr .5fr;
  place-content: center end;
  justify-items: end;
}

.div-block-description {
  max-width: 350px;
  padding-top: 20%;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
}

.project-slide-img {
  min-height: 100%;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.main-paragraph-div {
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
}

.right-arrow {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  display: flex;
  overflow: visible;
}

.left-arrow {
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  display: flex;
  overflow: visible;
}

.section-footer-logo {
  z-index: 800;
  text-align: center;
  margin-top: 129px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.body {
  background-color: #0000;
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.slide-nav {
  font-size: 10px;
}

.link {
  cursor: pointer;
  text-decoration: none;
  display: inline;
}

.link:hover {
  text-decoration: underline;
}

.list-footer {
  margin-top: 6px;
}

.next-prev-links {
  text-decoration: none;
}

.next-prev-links:hover {
  text-decoration: underline;
}

.next-prev-links.prev {
  cursor: w-resize;
}

.next-prev-links.next {
  cursor: e-resize;
}

.next-prev-links.all {
  cursor: pointer;
}

.bold-subtitles {
  color: #1a1b1fa6;
}

.div-slide {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.section-full, .slider {
  height: 100vh;
}

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

.slide-4 {
  background-image: url('../images/slider-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.navigation-items-full {
  color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.navigation-items-full:hover {
  color: var(--white);
}

.logo-link-full {
  z-index: 1;
}

.logo-link-full:hover {
  opacity: .8;
}

.logo-link-full:active {
  opacity: .7;
}

.logo-image-full {
  display: block;
}

.navigation-wrap-full {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.navigation-full {
  z-index: 99;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-3, .icon-4 {
  display: none;
}

.left-arrow-img {
  padding-right: 2px;
}

.left-arrow-img:hover {
  transform: translate(-7px);
}

.right-arrow-img {
  padding-left: 2px;
}

.right-arrow-img:hover {
  transform: translate(2px);
}

.body-full {
  font-family: Open Sans, sans-serif;
}

.slide-5 {
  background-image: url('../images/slider-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/slider-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/slider-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/slider-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/slide-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/slider-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.navigation-link-full {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.navigation-link-full:hover {
  color: var(--white);
  text-decoration: underline;
}

.firmtext {
  color: #1a1b1fad;
  text-align: justify;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 21px;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.heading-contact-logo {
  color: #1a1b1f82;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.project-title, .project-title.w--current {
  text-decoration: none;
}

.lightbox-link-empty {
  background-color: var(--white);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
}

.emptyimg {
  min-height: 202px;
}

.div-block-empty {
  min-height: 70px;
}

.slide-1 {
  background-image: url('../images/slider-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-gallery {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-hero {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

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

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

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: left;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .grid-firm-text, .grid-footer-content {
    flex-direction: column;
    display: flex;
  }

  .footer-link {
    display: inline;
  }

  .footer-link:hover {
    text-decoration: underline;
  }

  .section-ind-project {
    display: flex;
  }

  .slider-ind-project {
    background-color: var(--white);
    flex-flow: column wrap;
    place-content: center;
    align-items: stretch;
    min-width: 0;
    display: flex;
  }

  .grid-ind-project {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .div-block-description {
    padding-top: 10%;
  }

  .project-slide-img {
    position: relative;
  }

  .right-arrow, .left-arrow {
    background-color: #0000;
    width: 20%;
  }

  .slide-nav {
    flex-direction: column;
    display: flex;
  }

  .icon {
    color: #1bb9e0;
    font-size: 35px;
    font-weight: 500;
  }

  .list-footer {
    flex-direction: column;
    display: flex;
  }

  .div-slide {
    flex-direction: column;
    align-items: center;
    height: auto;
    max-height: 100%;
    display: flex;
    position: relative;
  }

  .navigation-items-full {
    background-color: #0000;
  }

  .logo-link-full.w--current {
    flex: 1;
  }

  .navigation-wrap-full {
    margin-right: 0;
  }

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

  .icon-full {
    color: #1bb9e0;
    font-size: 35px;
    font-weight: 500;
  }

  .navigation-full {
    padding: 25px 30px;
  }

  .left-arrow-img, .right-arrow-img {
    display: none;
  }

  .grid-gallery, .grid-hero {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container-hero-slider {
    text-align: center;
  }

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

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

  .section-hero-slider.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .grid-category-title {
    align-content: space-between;
  }

  .grid-footer-content {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .grid-service-text {
    flex-direction: column;
    display: flex;
  }

  .next-prev-arrows {
    align-items: center;
  }

  .columns {
    display: flex;
  }

  .logo-link-full {
    padding-left: 0;
  }

  .navigation-full {
    padding: 20px 30px;
  }

  .left-arrow-img {
    display: none;
  }

  .navigation-link-full {
    background-color: #0000;
  }

  .grid-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: none;
    padding: 23px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .grid-projects-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    display: grid;
  }

  .grid-category-title {
    flex-direction: column;
    align-content: space-around;
    align-items: baseline;
  }

  .text-span-6 {
    font-size: 24px;
    font-weight: 100;
  }

  .div-slide {
    height: 96%;
    max-height: 256%;
  }

  .menu-button-full {
    flex: none;
    padding: 23px;
  }

  .menu-button-full.w--open {
    flex: none;
  }

  .navigation-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .firmtext {
    font-weight: 300;
  }
}

#w-node-d0e398dc-22ec-eef6-ac4e-0b5142988269-529a06b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d08a2b84-bedf-cbf8-dc0d-1ec9a5cebff8-509f7c64, #w-node-d08a2b84-bedf-cbf8-dc0d-1ec9a5cec004-509f7c64, #w-node-d08a2b84-bedf-cbf8-dc0d-1ec9a5cec010-509f7c64 {
  justify-self: stretch;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06ba {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-eb3a5d63-c838-a4e9-46e1-5d3e3c28f732-529a06ba, #w-node-_7c8c5c5b-0a94-4897-fa90-b99a3a1e6238-529a06ba, #w-node-_1fc280a1-dca5-b267-78ac-175e53d11538-529a06ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06bb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06bb {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06bc {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963234-529a06bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06be {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06be {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963236-529a06be, #w-node-_29712e72-d296-eb73-84ee-8600aea477e9-529a06c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06c2 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_925a667c-538f-c6f7-7152-79f971d5876b-529a06c2, #w-node-_16b80b11-f447-0171-93b8-1fb3aeb20b4f-529a06c2, #w-node-_0fe33e71-9609-a5fd-5e1e-cd0ae9f5ceb5-529a06c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_069ab2f4-d439-b265-44b7-80fa076120a1-529a06c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06c5 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06c6 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_16b80b11-f447-0171-93b8-1fb3aeb20b4f-529a06c6, #w-node-_2f50979c-397e-3d14-f11e-8149397079fd-529a06c6, #w-node-_143630bd-77dc-9528-4b9a-a823115c9b8c-529a06c6, #w-node-fda444e9-96f1-7a3b-8cbc-449d27024a17-529a06c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06c7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06c7 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_63e9774e-1feb-1236-f109-2e552a0c2839-529a06c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06c8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06c8 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-efa9ba04-d4dd-4f49-90a3-ab629333a664-529a06c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06c9 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06c9, #w-node-d38acdce-08c4-1142-5463-e086d91c596b-529a06c9, #w-node-_466180b5-a7d4-7f47-9489-db3db0876953-529a06c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06cd {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_162feb68-7c8c-9ade-16be-02371335720d-529a06cd, #w-node-_98731c05-62c6-5015-f24a-b7646a09a497-529a06cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e94d136-e8f4-6e90-9327-fbb8ce6dc70a-529a06ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06ce {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_925a667c-538f-c6f7-7152-79f971d5876b-529a06ce, #w-node-_358aed70-df77-3425-2514-f7bb771222c7-529a06ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fc039c2-befe-bbd7-f1ea-3b46471e5446-529a06cf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0fc039c2-befe-bbd7-f1ea-3b46471e5483-529a06cf {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-_0fc039c2-befe-bbd7-f1ea-3b46471e544f-529a06cf, #w-node-eac0b7cb-a066-5cc5-2902-5aff08ce62fd-529a06cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fc039c2-befe-bbd7-f1ea-3b46471e5470-529a06cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1b71c6da-b341-7d5b-40fb-ee062656ce27-529a06cf, #w-node-a1bf6d67-5ad0-07a6-b1cd-ca16df37403c-529a06cf, #w-node-_3c3116b9-f0d1-0f07-4dab-5ede555b9292-529a06cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2880015-e468-fb05-9717-cdf448ca9166-529a06cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f43f41f-dac0-bf9f-37b4-b240b82ab3f8-529a06db {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_057a032c-cbca-c76d-d580-79c46439c351-529a06db {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06dc {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-a5769091-82d8-864b-6378-4a23cd7a51de-529a06dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_08032bfb-612e-4788-1c07-bf0fe66200ef-529a06dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_742374bd-09cd-53dd-682a-b1f365c7dabb-529a06dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_61892846-be1b-6db5-f95c-0ad604b62576-529a06f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06f3 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-f3a29b70-8805-0da8-d6d9-b5cc17107323-529a06f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_925a667c-538f-c6f7-7152-79f971d5876b-529a06f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d38acdce-08c4-1142-5463-e086d91c596b-529a06f3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_92fa3ad1-bca4-ebb0-4a1e-4c93297df942-529a06f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_120a23ba-2608-e7e7-2b8a-07497eb72211-529a06f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e04c81-24f5-bdd6-c854-df14366b8244-529a06f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-529a06f4 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-f3a29b70-8805-0da8-d6d9-b5cc17107323-529a06f4, #w-node-a9e288f4-6bcf-11cc-48f1-c14ced5a047b-529a06f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ec48e7a-a18f-bb58-4da5-26d7289aa04d-529a06f4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8c77f7b9-de98-ae31-99ff-3108c838132c-529a06f4, #w-node-_9f1f47ec-9f52-0d22-a2e9-43d991a081d2-529a06f4, #w-node-cbe626aa-2fb8-6d00-0f26-29c5c5abcf61-529a06f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06f5 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963238-529a06f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06f6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06f6 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-c8a40829-48f0-a95f-f62e-85f5cd373397-529a06f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-529a06f7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-529a06f7 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_120a23ba-2608-e7e7-2b8a-07497eb72211-fb277e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e04c81-24f5-bdd6-c854-df14366b8244-fb277e91 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-fb277e91 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-f3a29b70-8805-0da8-d6d9-b5cc17107323-fb277e91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_120a23ba-2608-e7e7-2b8a-07497eb72211-d7010713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e04c81-24f5-bdd6-c854-df14366b8244-d7010713 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-d7010713 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-a9e288f4-6bcf-11cc-48f1-c14ced5a047b-d7010713 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_120a23ba-2608-e7e7-2b8a-07497eb72211-dad4b257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1e04c81-24f5-bdd6-c854-df14366b8244-dad4b257 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ab7f386-8c32-a8b0-ac98-8695e92d98e1-dad4b257 {
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  justify-self: start;
}

#w-node-f3a29b70-8805-0da8-d6d9-b5cc17107323-dad4b257 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-53274b84 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-53274b84 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963236-53274b84, #w-node-_5d412fbd-1459-a8a2-e128-9909e096323a-53274b84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-42f74cf2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-42f74cf2 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-b39ad64a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-b39ad64a {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963238-b39ad64a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-498004f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-498004f5 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963238-498004f5, #w-node-_64c4983d-6e76-be3d-9121-07498c8a991e-498004f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28b33f7-00c7-520e-b416-59e6b15e0f87-498004f5, #w-node-c7846cf5-d609-d962-d028-481463d643fd-498004f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-67d484fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-67d484fb {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e096323c-67d484fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e0963232-42cc5151 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e904125-df39-5e76-5ee8-3c77d8e4d45d-42cc5151 {
  grid-row-start: span .996094;
  grid-row-end: span .996094;
  grid-column-start: span .996094;
  grid-column-end: span .996094;
  justify-self: start;
}

#w-node-_5d412fbd-1459-a8a2-e128-9909e096323c-42cc5151 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


