:root {
  --gunmetal-dark: #2e3330;
  --black: black;
  --brand-main: #007244;
  --brand2nd: #a5ecd7;
  --white: white;
  --cta-bg: #f3f9f6;
  --button-bg: #dfeeea;
  --label-bg: #4d5651;
  --cta-border: #d3dedb;
  --border-dark: #c4ccc7;
  --border: #dde4e0;
  --brand-main-copy: #0c4d32;
  --gunmetal: #4d5651;
  --text-link: #76807a;
}

.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: var(--gunmetal-dark);
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

h1 {
  color: var(--black);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.125em;
}

h2 {
  color: var(--black);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.125em;
}

h3 {
  color: var(--black);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125em;
}

h4 {
  color: var(--black);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--gunmetal-dark);
  cursor: pointer;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--black);
}

label {
  margin-bottom: 5px;
  display: block;
}

.mycontain {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: var(--brand-main);
  padding-top: 26px;
  padding-bottom: 0;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

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

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.heading-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.s-p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3em;
}

.s-p:hover {
  color: var(--black);
}

.s-p.center {
  text-align: center;
}

.s-p._0m {
  margin-bottom: 0;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.blackcolor {
  color: var(--black);
  background-color: #000;
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--brand-main);
}

.colorbox.brand2ndcolor {
  background-color: var(--brand2nd);
}

.colorbox.brandborder {
  background-color: var(--white);
  border: 3px solid #000;
}

.colorbox.limecolor {
  background-color: var(--cta-bg);
}

.colorbox.sandcolor {
  background-color: var(--button-bg);
}

.colorbox.greycolor {
  background-color: var(--label-bg);
}

.flex3col {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.button {
  background-color: var(--button-bg);
  color: var(--black);
  border-radius: 40px;
  flex: none;
  padding: 8px 16px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .35s;
}

.button:hover {
  background-color: var(--cta-border);
}

.button.w--current {
  background-color: var(--gunmetal-dark);
  color: var(--white);
}

.button.outline {
  border: 1px solid var(--border-dark);
  background-color: #0000;
  padding-top: 7px;
  padding-bottom: 7px;
}

.button.outline:hover {
  background-color: var(--border);
}

.button.outline.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.button.outline.inverse-ghost:hover {
  color: var(--brand-main);
  background-color: #fff;
}

.button.outline.projects-link, .button.outline.all-projects-link {
  z-index: 3;
  position: relative;
}

.button.inverse-button {
  color: var(--brand-main);
  background-color: #fff;
}

.button.inverse-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.button.solid {
  background-color: var(--brand-main);
  color: var(--white);
}

.button.solid:hover {
  background-color: var(--brand-main-copy);
}

.button.solid.l {
  padding: 12px 24px;
  font-size: 21px;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.hero {
  background-color: var(--brand-main);
  color: #fff;
  height: 700vh;
}

.section {
  padding: 48px 32px;
}

.section.section--home {
  background-color: var(--brand-main);
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section-intro {
  margin-top: 80px;
  margin-bottom: 48px;
  padding-top: 120px;
  padding-bottom: 0;
}

.section.section-intro.section--intro__services {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section.section-intro.section--intro__smoke {
  background-color: var(--label-bg);
  align-items: center;
  height: 75vh;
  padding-top: 250px;
  padding-bottom: 170px;
  display: flex;
}

.section.section-intro.section--intro__contact {
  background-color: #0000;
  height: 75vh;
  padding-top: 250px;
  padding-bottom: 170px;
  display: flex;
}

.section.section-intro._0m {
  margin-bottom: 0;
}

.section.section--footer {
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.section--footer.section--footer__contact {
  background-color: var(--label-bg);
}

.section.section--links {
  background-color: #0000;
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.section--image {
  align-items: center;
  height: 500px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section--image.section--image__services-1 {
  background-image: url('../images/services-hopetoun.jpg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: fixed;
}

.section.section--image.section--image__services-2 {
  background-image: url('../images/services-derby.jpg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: fixed;
}

.section.section--about-image--top {
  background-color: #0000;
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section.section--form {
  background-color: var(--label-bg);
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.section--intro-project {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 30px;
}

.section.section--intro-project.section--intro__services {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section.section--intro-project.section--intro__smoke {
  background-color: var(--label-bg);
  align-items: center;
  height: 75vh;
  padding-top: 250px;
  padding-bottom: 170px;
  display: flex;
}

.section.section--intro-project.section--intro__contact {
  background-color: #0000;
  height: 75vh;
  padding-top: 250px;
  padding-bottom: 170px;
  display: flex;
}

.section.section--more {
  border-top: 1px solid var(--border);
}

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

.section.section--less-padding-top {
  padding-top: 60px;
}

.section.section--intro-home {
  background-color: var(--label-bg);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.section--intro-home.section--intro__services {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section.section--intro-home.section--intro__smoke {
  background-color: var(--label-bg);
  align-items: center;
  height: 75vh;
  padding-top: 250px;
  padding-bottom: 170px;
  display: flex;
}

.section.section--intro-home.section--intro__contact {
  background-color: #0000;
  height: 75vh;
  padding-top: 250px;
  padding-bottom: 170px;
  display: flex;
}

.section.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  margin-bottom: 24px;
  padding-top: 80px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.section.title-left.hidden {
  display: none;
}

.section.slider {
  overflow: hidden;
}

.section.section-projects, .section.first.projects {
  padding-top: 0;
}

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

.body.body--services {
  background-color: var(--cta-bg);
}

.l-p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4em;
}

.l-p.credits-text {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 30px;
}

.l-p.intro--description {
  margin-bottom: 0;
}

.l-p.center {
  text-align: center;
}

.l-p.last {
  margin-bottom: 0;
}

.l-p.services-copy {
  margin-bottom: 24px;
}

.image-mask {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/home-bottom_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  display: block;
  position: absolute;
  inset: -20px;
}

.image-mask.image-mask__bottom {
  z-index: -3;
  background-image: url('../images/home-bottom.jpg');
  background-size: cover;
}

.image-mask.image-mask__middle {
  z-index: -2;
  background-image: url('../images/home-middle.png');
}

.image-mask.image-mask__top {
  z-index: -1;
  background-image: url('../images/home-bg.jpg');
}

.credits__text-italic {
  color: #ece6db;
  font-style: italic;
  font-weight: 700;
}

.my-contain {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.my-contain.my-contain--home {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.my-contain.services-link-contain {
  z-index: 1;
  flex: none;
}

.my-contain.services-intro-contain {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.my-contain.nav-wrapper {
  flex-flow: row;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.my-contain.nav-wrapper.desktop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fffc;
  border-bottom: 1px solid #dde4e000;
  flex: 1;
  max-width: 100%;
  height: 80px;
  padding-left: 32px;
  padding-right: 32px;
}

.my-contain.nav-wrapper.mobile {
  z-index: 8;
  border: 1px solid var(--border);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fffc;
  border-radius: 16px;
  align-self: stretch;
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.my-contain.full-width {
  max-width: 100%;
}

.my-contain.narrow {
  max-width: 926px;
}

.my-contain.full-height {
  z-index: 3;
}

.my-contain.border {
  border-bottom: 1px solid var(--border);
  padding-bottom: 96px;
}

.credits {
  margin-bottom: 0;
  display: flex;
}

.link {
  color: #ece6db;
  text-decoration: underline;
}

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

.credits__text {
  color: #ece6db;
}

.brand__home {
  width: 500px;
  margin-bottom: 30px;
}

.sticky-nav {
  z-index: 10;
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
}

.sticky-nav.nav__page {
  z-index: 10;
}

.sticky-nav.nav__page.nav-scroll {
  border-bottom: 1px solid var(--border);
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.nav--brand-link {
  z-index: 5;
  padding-left: 0;
}

.nav--brand-link.nav--brand-link__home {
  display: none;
}

.nav--brand {
  height: 32px;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav--brand.nav--brand__menu {
  margin-bottom: 30px;
  margin-left: 0;
}

.nav--brand.footer {
  height: 24px;
}

.nav {
  z-index: 10;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav--menu {
  z-index: 2;
  cursor: none;
  padding: 0;
  font-style: italic;
}

.nav--menu.w--open {
  z-index: 3;
  color: var(--white);
  background-color: #0000;
}

.nav--menu.link-hover-ix:hover {
  color: var(--brand2nd);
}

.nav--hamburger {
  color: var(--white);
  margin: 0;
  padding: 18px;
  font-size: 40px;
  transition: color .2s;
}

.nav--hamburger:hover {
  color: var(--brand2nd);
}

.nav--hamburger.nav--hamburger__page {
  color: var(--brand-main);
}

.nav--hamburger.nav--hamburger__page:hover {
  color: var(--brand2nd);
}

.nav--hamburger.nav--hamburger__home:hover {
  color: var(--black);
}

.nav--open {
  display: flex;
}

.nav-link-2 {
  display: block;
}

.nav--item {
  color: var(--black);
  flex: none;
  align-items: flex-end;
  padding: 0;
  font-size: 18px;
  display: block;
}

.nav--item:hover {
  color: var(--gunmetal);
}

.nav--item.w--current {
  color: var(--brand-main);
}

.nav--item.brand {
  display: none;
}

.intro--title {
  margin-bottom: 24px;
}

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

.services-link--block {
  background-image: linear-gradient(#0000 25%, #0009 90%), url('../images/services-build.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  height: 250px;
  display: flex;
}

.services-link--block.services-link--block__build {
  background-image: linear-gradient(#0000 25%, #0009 90%), url('../images/services-build_1.jpg');
  background-size: auto, cover;
}

.services-link--block.services-link--block__develop {
  background-image: linear-gradient(#0000 25%, #0009 90%), url('../images/services-develop.jpg');
  background-size: auto, cover;
}

.services-link--block.services-link--block__manage {
  background-image: linear-gradient(#0000 25%, #0009 90%), url('../images/services-manage.jpg');
}

.services-link--wrapper {
  width: 100%;
  text-decoration: none;
}

.services-link--wrapper:hover {
  background-color: var(--brand-main);
}

.services-link--wrapper.link-hover-ix {
  transition-property: none;
  position: relative;
}

.services-link--title {
  z-index: 2;
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.background-video {
  flex: 1;
}

.section-title {
  margin-top: 0;
  margin-bottom: 24px;
}

.section-title.sticky {
  margin-bottom: 0;
}

.section-description {
  max-width: 100%;
}

.section-description.section-description__padding {
  padding-right: 70px;
}

.section-description.section-description__padding.section-description__padding__last {
  margin-bottom: 0;
}

.section-description.section-description__case-study {
  width: 700px;
  margin-bottom: 120px;
}

.build-icons {
  justify-content: center;
  height: 100%;
  display: flex;
}

.build-icon {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.build-icon.build-icon__last {
  margin-right: 0;
}

.build-icon--image {
  margin-bottom: 10px;
}

.build-icon--title {
  font-weight: 600;
}

.section-description--wrapper {
  align-items: center;
  display: flex;
}

.section-description--wrapper.section-description--wrapper__projects {
  margin-bottom: 150px;
}

.projects-slider {
  background-color: #0000;
  border: 3px solid #000;
  height: 485px;
}

.projects-slider--dots {
  cursor: none;
  height: 50px;
  display: block;
}

.projects-slider__arrows.projects-slider__arrows__left, .projects-slider__arrows.projects-slider__arrows__right {
  cursor: none;
  width: 33%;
}

.col-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.col-wrapper.services-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.project-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.project-category {
  margin-top: 0;
}

.project-details {
  border-bottom: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.project-details.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-details--span {
  margin-right: 10px;
  font-weight: 600;
}

.project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 33%;
  max-width: 480px;
  height: 479px;
  display: block;
  position: relative;
}

.project-image.project-image__northumberland {
  background-image: url('../images/project-northumberland1.jpg');
  position: relative;
}

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

.project-image.project-image__mcnab {
  background-image: url('../images/project-one_mcnab.jpg');
  flex: 1;
}

.project-image.project-image__alston {
  background-image: url('../images/project-alston-3.jpg');
  position: relative;
}

.project-image.project-image__fenchurch {
  background-image: url('../images/project-fenchurch.jpg');
  position: relative;
}

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

.project-image.project-image__hampton {
  background-image: url('../images/project-hampton.jpg');
  flex: 1;
}

.project-details--wrapper {
  flex: none;
  width: 67%;
  min-width: 520px;
  margin: 0;
  padding: 40px;
  position: relative;
}

.project--wrapper {
  flex-direction: row;
  display: flex;
  position: relative;
}

.projects-slider__arrows--icon {
  color: var(--brand-main);
  font-size: 34px;
  font-weight: 700;
  display: none;
}

.projects-slider__arrows--icon.slider-prev, .projects-slider__arrows--icon.slider-next {
  display: block;
  position: absolute;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: var(--brand-main);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  inset: 0%;
}

.cursor-circle {
  border: 2px solid #00724440;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.p-link {
  color: var(--text-link);
  border-bottom-color: #00724440;
  text-decoration: underline;
  transition: border .2s;
  position: relative;
}

.p-link:hover {
  color: var(--brand-main);
  border-bottom-width: .25rem;
  border-bottom-color: #1e00ff;
}

.p-link:active {
  color: var(--brand-main);
  top: 1px;
}

.p-link.link-hover-ix {
  border-bottom-color: #00724433;
}

.p-link.link-hover-ix:hover {
  border-bottom-color: var(--brand-main);
  color: var(--brand-main);
}

.p-link.link-hover-ix:active {
  color: var(--brand2nd);
}

.accordion {
  width: 100%;
  margin-bottom: -24px;
  display: block;
}

.accordion.js-accordion {
  margin-bottom: 0;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body {
  display: block;
}

.accordion-body.js-accordion-body {
  padding-left: 0;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border: 3px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  margin-bottom: 20px;
  padding: 40px;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.projects-accordion-wrapper {
  background-color: #0000;
  max-width: 1200px;
  display: none;
}

.faq-video {
  margin-top: 40px;
}

.accordion_item-image {
  width: 40px;
}

.parallax-image--wrapper {
  width: 100%;
  position: relative;
}

.parallax-image {
  object-fit: cover;
  min-height: 1000px;
}

.services-link--hover {
  background-color: #0000;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.services-link--hover:hover {
  background-color: #0072444d;
}

.home-link {
  opacity: 1;
}

.about-image--wrapper {
  width: 480px;
  height: 280px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about-image--wrapper.about-image--wrapper__last {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
}

.about-image--wrapper.about-image--wrapper__first {
  margin-left: 0;
  padding-right: 0;
}

.about-image--wrapper.about-image--wrapper__solo, .about-image--wrapper.about-image--wrapper__solo-bottom {
  margin-bottom: 0;
}

.about-image {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: none;
  height: 380px;
  margin: auto;
  position: absolute;
  inset: -9999px;
}

.about-image.about-image__last-mobile {
  display: none;
}

.about-images {
  flex-flow: column;
  display: flex;
}

.form-header {
  margin-top: 0;
  margin-bottom: 30px;
}

.contact-form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-field {
  cursor: none;
  border: 3px solid #000;
  min-height: 50px;
  margin-bottom: 30px;
}

.contact-form--button {
  background-color: var(--black);
  cursor: none;
  width: 100%;
  transition: background-color .2s;
}

.contact-form--button:hover {
  background-color: var(--brand-main);
}

.form-half-width {
  width: 285px;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  place-content: space-between flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 16px;
  display: flex;
}

.form--field-title {
  margin-top: 0;
}

.form--success {
  background-color: var(--brand-main);
}

.form--success-text {
  color: var(--white);
}

.contact-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f9f600;
  flex-flow: column;
  display: flex;
}

.nav--items {
  background-color: var(--brand-main);
  width: 500px;
  height: 100vh;
  margin-left: auto;
  padding-top: 120px;
}

.nav-brand {
  width: 250px;
}

.section-services--background {
  z-index: 0;
  background-color: var(--cta-bg);
  position: absolute;
  inset: 0% 0% 250px;
}

.form-recaptcha {
  margin-bottom: 30px;
}

.intro-wrapper {
  border-bottom: 1px none var(--border-dark);
  max-width: 100%;
  padding-bottom: 0;
}

.intro-wrapper.no-border {
  border-bottom-style: none;
}

.paragraph.affiliate-copy {
  align-self: stretch;
}

.paragraph.last {
  margin-bottom: 0;
}

.paragraph.l {
  color: var(--black);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph.intro {
  color: var(--gunmetal-dark);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph.inverse {
  color: var(--white);
}

.heading-4 {
  font-weight: 500;
}

.div-block {
  width: 100%;
}

.nav-listing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.menu-open {
  display: none;
}

.nav-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.about-img-left {
  width: 75%;
  margin-bottom: 40px;
}

.about-img-right {
  align-self: flex-end;
  width: 75%;
}

.project-tab-link {
  opacity: .5;
  background-color: #ddd0;
  padding: 0;
  display: inline-flex;
}

.project-tab-link:hover {
  opacity: 1;
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.project-tab-link.w--current {
  opacity: 1;
  background-color: #c7979700;
}

.project-tab-amount {
  font-size: 16px;
  line-height: 16px;
}

.project-tab-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 48px;
  padding-bottom: 32px;
  padding-left: 90px;
  display: flex;
}

._3-col-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-grid-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-grid-title {
  margin-top: 0;
  margin-bottom: 0;
}

.project-grid-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.project-grid-item-link:hover {
  color: var(--brand-main);
}

.project-grid-img-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.project-hero {
  object-fit: cover;
  background-image: linear-gradient(0deg, #00000080, #0000 50%);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold {
  color: var(--black);
  font-weight: 500;
}

.project-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--cta-bg);
  border-radius: 6px;
  flex-flow: column;
  padding: 48px 0;
  display: flex;
}

.project-info {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.project-carousel {
  height: 700px;
}

.hide-pager {
  display: none;
}

.project-carousel-img {
  height: 700px;
}

.slider-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slider-img.mobile {
  display: none;
}

.slider-img-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  object-position: 50% 50%;
}

.left-arrow {
  align-self: center;
}

.splide__arrow {
  border: 1px solid var(--border-dark);
  background-color: var(--white);
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
}

.splide__arrow:hover {
  background-color: var(--border);
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-attachment: scroll;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

.right-arrow {
  align-self: center;
}

.title-text-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.text-block.right {
  padding-left: 70px;
  padding-right: 0;
}

._2-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer-logo {
  height: 100px;
}

.footer-link {
  margin-bottom: 0;
  font-size: 15px;
}

.footer-link:hover {
  color: var(--brand-main);
}

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

.footer-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-nav.hide-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.footer-mobile {
  display: none;
}

.slider-caption {
  color: var(--white);
  background-image: linear-gradient(#0000, #000000b3);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 66% 0% 0%;
}

.slider-link {
  color: var(--white);
  text-decoration: underline;
}

.slider-link:hover {
  color: var(--border);
}

.footer-contact {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.my-contain-2 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.my-contain-2.my-contain--home {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.large-p-2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 33px;
}

.large-p-2.credits-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 30px;
}

.section-2 {
  padding: 200px 40px;
}

.section-2.section--home {
  background-color: #007244;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-down {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.full-width-image {
  width: 100%;
}

.xl-p {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.4em;
}

.xl-p.credits-text {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 30px;
}

.xl-p.intro--description {
  margin-bottom: 0;
}

.xl-p.center {
  text-align: center;
}

.xl-p.hero-details-date {
  color: var(--white);
}

.xs-p {
  align-self: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
}

.xs-p:hover {
  color: var(--black);
}

.xs-p.center {
  text-align: center;
}

.footer-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link:hover {
  color: var(--brand-main);
}

.social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: center;
  display: flex;
}

.social-icon {
  color: var(--gunmetal);
  display: flex;
}

.footer-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: center;
  display: flex;
}

.project-grid-details-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-title.sidebar-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 124px;
}

.content-body.service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-body.services {
  flex-flow: column;
  display: flex;
}

.fulll-width-img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 72px;
}

.g-stamp {
  width: 110px;
}

.content-affiliates {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  display: flex;
}

.sidebar-link {
  color: var(--border-dark);
}

.sidebar-link {
  color: var(--text-link);
  letter-spacing: -.025em;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.125em;
}

.sidebar-link:hover, .sidebar-link.w--current {
  color: var(--black);
}

.services-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 48px;
}

.service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 96px;
  padding-bottom: 48px;
  display: flex;
}

.service.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--cta-bg);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 440px;
  padding: 48px;
  display: flex;
}

.cta.contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: 100%;
  min-height: 460px;
  padding: 32px;
}

.flex-between {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

._0m {
  margin-bottom: 0;
}

.contact-details {
  background-color: var(--cta-bg);
}

.field-label {
  font-weight: 400;
}

.field {
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  margin-bottom: 0;
}

.field.long {
  height: 180px;
}

.form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.contact-listing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-listing.icon {
  justify-content: flex-start;
  align-items: flex-start;
}

.map {
  border-radius: 6px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.recaptcha {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.form-detail {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-details-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-details {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 32px 32%;
}

.project-hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-hero-details {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.project-hero-details.text-opacity {
  opacity: 0;
}

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

.white._0m {
  width: auto;
}

.white-copy {
  color: var(--white);
}

.hero-details-date {
  color: var(--cta-border);
  margin-bottom: 0;
}

.label {
  background-color: var(--brand-main);
  color: var(--black);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  transition: all .35s;
  display: block;
}

.label.w--current {
  background-color: var(--gunmetal);
  color: var(--white);
}

.label.outline {
  border: 1px solid var(--border-dark);
  background-color: #0000;
  padding-top: 9px;
  padding-bottom: 9px;
}

.label.outline:hover {
  background-color: var(--label-bg);
}

.label.outline.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.label.outline.inverse-ghost:hover, .label.inverse-button {
  color: var(--brand-main);
  background-color: #fff;
}

.label.inverse-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.label.s {
  padding: 4px 8px;
}

.label-txt {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.label-txt.s {
  font-size: 14px;
}

.tab-text {
  margin-bottom: 0;
}

.project-hero-labels {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.project-hero-title {
  flex-flow: column;
  display: flex;
}

.more-projects {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.project-details-title {
  padding-left: 48px;
}

.project-details-title.sidebar-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 124px;
}

.project-details-copy {
  padding-right: 48px;
}

.project-details-copy.service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-details-copy.services {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  display: flex;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-top: 4em;
  padding-right: 7em;
}

.splide.pill {
  padding-top: 72px;
  padding-right: 20%;
}

.splide.pill.slider2, .splide.pill.slider1 {
  padding-top: 72px;
  padding-right: 4em;
}

.splide.pill.slider2mob {
  padding-top: 72px;
  padding-right: 4em;
  display: none;
}

.splide__slide {
  flex: none;
  width: 100%;
}

.splide__slide.mobile-only {
  display: none;
}

.splide__arrows {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splide__arrows.is--mobile-center {
  justify-content: flex-end;
  align-items: stretch;
}

.splide__arrows.splide__arrows-flex {
  margin-bottom: 0;
  position: relative;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__list.splide-mobile {
  display: none;
}

.slide-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  position: static;
}

._75w {
  width: 75%;
  max-width: 100%;
}

.splide_title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.splide_title.is--mobile-center {
  justify-content: flex-end;
  align-items: stretch;
}

.splide-wrapper-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.home-hero-slider {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.project-slide {
  object-fit: cover;
  background-image: linear-gradient(0deg, #00000080, #0000 50%), url('../images/marine-parade.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 75vh;
  min-height: 500px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.text-opacity {
  opacity: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  transition: opacity .35s;
  display: flex;
}

.content-affiliates-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-hide {
  display: none;
}

.home-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-hero-slider-wrapper {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.no-hover {
  z-index: 3;
  position: absolute;
  inset: 80px 32px 32px;
}

.border-trigger {
  width: 0;
  height: 0;
}

.home-slider-text {
  z-index: 4;
  object-fit: cover;
  background-image: linear-gradient(0deg, #00000080, #0000 50%);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 80px 32px 32px;
  overflow: hidden;
}

.home-slider-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.project-slide-title {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1em;
}

.last {
  margin-bottom: 0;
}

.form-title {
  display: none;
}

.projects-tab-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.project-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-hero-copy {
  z-index: 1;
  background-image: linear-gradient(0deg, #00000080, #0000 50%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.project-card-labels {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  right: auto;
}

.project-splide-wrapper {
  object-fit: cover;
  background-image: linear-gradient(0deg, #00000080, #0000 50%);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 66vh;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-splide-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--brand-main);
  object-fit: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 66vh;
  min-height: 400px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.success-message {
  background-color: var(--brand-main);
}

@media screen and (min-width: 1440px) {
  body {
    line-height: 1.3em;
  }

  h1 {
    font-size: 80px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 48px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.section-intro {
    margin-bottom: 56px;
  }

  .l-p {
    font-size: 24px;
  }

  .my-contain.border {
    padding-bottom: 112px;
  }

  .paragraph.l {
    font-size: 32px;
    line-height: 1.3em;
  }

  .paragraph.intro {
    font-size: 26px;
  }

  .tabs-menu {
    padding-left: 105px;
  }

  .xl-p {
    font-size: 32px;
  }

  .xs-p {
    font-size: 15px;
  }

  .fulll-width-img {
    margin-bottom: 80px;
  }

  .content-affiliates {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .services-img {
    margin-bottom: 46px;
  }

  .service {
    padding-bottom: 56px;
  }

  ._0m {
    width: auto;
  }

  .splide.pill.slider2, .splide.pill.slider2mob {
    padding-right: 12em;
  }

  .content-affiliates-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .project-slide-title {
    font-size: 64px;
  }

  .project-splide-wrapper, .project-splide-cta {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
    font-size: 18px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .s-p {
    font-size: 15px;
  }

  .button, .button.solid.l {
    font-size: 18px;
  }

  .section {
    padding: 40px 24px;
  }

  .section.section-intro {
    margin-top: 64px;
    margin-bottom: 40px;
    padding-top: 128px;
    padding-bottom: 0;
  }

  .section.section-intro.section--intro__services {
    height: auto;
    padding-top: 230px;
    padding-bottom: 0;
  }

  .section.section-intro.section--intro__smoke {
    height: auto;
    padding-top: 230px;
    padding-bottom: 200px;
    display: block;
  }

  .section.section-intro.section--intro__contact {
    height: auto;
    padding-top: 230px;
    padding-bottom: 150px;
    display: block;
  }

  .section.section--footer {
    padding-bottom: 24px;
  }

  .section.section--image {
    height: 420px;
  }

  .section.section--image.section--image__services-1, .section.section--image.section--image__services-2 {
    background-size: cover;
    background-attachment: scroll;
  }

  .section.section--about-image--top {
    display: block;
  }

  .section.section--form {
    height: auto;
    display: block;
  }

  .section.section--intro-project {
    margin-top: 80px;
  }

  .section.section--intro-project.section--intro__services {
    height: auto;
    padding-top: 230px;
    padding-bottom: 0;
  }

  .section.section--intro-project.section--intro__smoke {
    height: auto;
    padding-top: 230px;
    padding-bottom: 200px;
    display: block;
  }

  .section.section--intro-project.section--intro__contact {
    height: auto;
    padding-top: 230px;
    padding-bottom: 150px;
    display: block;
  }

  .section.section--intro-home.section--intro__services {
    height: auto;
    padding-top: 230px;
    padding-bottom: 0;
  }

  .section.section--intro-home.section--intro__smoke {
    height: auto;
    padding-top: 230px;
    padding-bottom: 200px;
    display: block;
  }

  .section.section--intro-home.section--intro__contact {
    height: auto;
    padding-top: 230px;
    padding-bottom: 150px;
    display: block;
  }

  .section.section-hero {
    height: 50vh;
    margin-bottom: 16px;
    padding: 0;
  }

  .l-p {
    font-size: 21px;
  }

  .l-p.white {
    color: var(--white);
  }

  .my-contain.services-intro-contain {
    margin-bottom: 150px;
  }

  .my-contain.nav-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .my-contain.nav-wrapper.desktop {
    display: none;
  }

  .my-contain.nav-wrapper.mobile {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #fffc;
    border-style: none none solid;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0;
    padding: 12px 24px;
    display: flex;
  }

  .my-contain.full-height {
    flex: 1;
  }

  .my-contain.border {
    padding-bottom: 80px;
  }

  .brand__home {
    width: 400px;
  }

  .nav--brand-link.w--current {
    padding-left: 0;
  }

  .nav--brand.menu {
    height: 56px;
    margin-bottom: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav {
    border-bottom: 1px none var(--border);
    padding-left: 0;
    padding-right: 0;
  }

  .nav--menu {
    cursor: pointer;
  }

  .nav--menu.link-hover-ix {
    position: absolute;
  }

  .nav--open {
    background-color: var(--brand-main);
    flex-flow: column;
    width: 100%;
    padding-top: 120px;
    position: fixed;
    inset: 0%;
  }

  .nav--item {
    color: var(--brand2nd);
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-decoration: none;
  }

  .nav--item:hover, .nav--item:active {
    color: var(--white);
  }

  .nav--item.w--current {
    color: var(--white);
    text-decoration: none;
  }

  .nav--item.brand {
    display: block;
  }

  .services-link--block.services-link--block__build, .services-link--block.services-link--block__develop, .services-link--block.services-link--block__manage {
    height: 200px;
  }

  .services-link--wrapper {
    cursor: pointer;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 26px;
  }

  .section-description.section-description__padding {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .section-description.section-description__padding.section-description__padding__last {
    margin-bottom: 0;
  }

  .build-icons {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .build-icon {
    margin-left: 0;
    margin-right: 30px;
  }

  .section-description--wrapper {
    display: block;
  }

  .projects-slider {
    height: 510px;
    display: none;
  }

  .projects-slider--dots, .projects-slider__arrows.projects-slider__arrows__left, .projects-slider__arrows.projects-slider__arrows__right {
    cursor: pointer;
  }

  .project-category {
    margin-bottom: 20px;
  }

  .project-description {
    margin-left: 30px;
    margin-right: 30px;
  }

  .cursor-wrapper {
    display: none;
  }

  .link-hover-ix.contact-link, .p-link.link-hover-ix {
    cursor: pointer;
  }

  .accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion.js-accordion {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-header.js-accordion-header {
    margin-left: 30px;
    margin-right: 30px;
  }

  .accordion__item.js-accordion-item {
    margin-bottom: 20px;
    padding: 30px 0 0;
  }

  .accordion__item.js-accordion-item.active {
    padding: 30px 0 0;
  }

  .accordion__item.js-accordion-item.last-accordion-item {
    margin-bottom: 0;
  }

  .projects-accordion-wrapper {
    display: block;
  }

  .parallax-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 420px;
    min-height: auto;
  }

  .about-image--wrapper {
    text-align: center;
  }

  .about-image--wrapper.about-image--wrapper__last {
    margin-top: 150px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .about-image--wrapper.about-image--wrapper__solo {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-image--wrapper.about-image--wrapper__solo-bottom {
    max-width: 100%;
    margin-top: 150px;
    margin-bottom: 0;
  }

  .about-image {
    object-fit: fill;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    inset: auto;
  }

  .about-image.about-image__last-mobile {
    margin-top: 150px;
    display: block;
  }

  .contact-form {
    max-width: 100%;
  }

  .form-field {
    cursor: text;
    margin-bottom: 20px;
  }

  .contact-form--button {
    cursor: pointer;
  }

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav--items {
    width: 100%;
  }

  .section-services--background {
    bottom: 160px;
  }

  .form-recaptcha {
    margin-bottom: 20px;
  }

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

  .paragraph {
    margin-bottom: 16px;
  }

  .paragraph.l {
    font-size: 24px;
  }

  .paragraph.intro {
    font-size: 20px;
  }

  .about-copy {
    margin-bottom: 120px;
  }

  .nav-listing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 1px solid var(--brand2nd);
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
    padding-bottom: 32px;
  }

  .menu-open {
    z-index: 7;
    background-color: #0009;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-top: 0;
    position: fixed;
    inset: 0%;
  }

  .menu-open-wrapper {
    z-index: 5;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--brand-main);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 75%;
    margin-left: auto;
    margin-right: 0;
    padding: 32px 24px;
    display: flex;
    position: absolute;
    top: 66px;
    bottom: 0;
    right: 0%;
  }

  .nav-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .menu-open-contact {
    color: var(--white);
    text-decoration: underline;
  }

  .modal-button-close {
    background-image: url('../images/xmark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 40px;
    height: 40px;
    position: fixed;
    inset: 20px 24px auto auto;
  }

  .modal-button-close.hide {
    z-index: 20;
    border: 1px solid var(--border-dark);
    border-radius: 20px;
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .modal-button-close.hide:hover {
    background-color: var(--border);
  }

  .modal-button-open {
    border: 1px solid var(--border-dark);
    background-image: url('../images/menu-3.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .modal-button-open:hover {
    background-color: var(--border);
  }

  .project-tab-amount {
    font-size: 14px;
    line-height: 14px;
  }

  .tabs-menu {
    margin-bottom: 32px;
    padding-bottom: 24px;
    padding-left: 80px;
  }

  ._3-col-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }

  .project-hero {
    border-radius: 0 0 12px 12px;
    width: 100%;
  }

  .project-grid {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .project-carousel {
    height: 400px;
  }

  .text-block {
    padding-right: 0;
  }

  .text-block.right {
    padding-left: 0;
  }

  .section-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xl-p {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .xl-p.white {
    color: var(--white);
  }

  .xl-p.hero-details-date {
    margin-bottom: 0;
  }

  .xs-p {
    font-size: 13px;
  }

  .social-link.inverse {
    color: var(--white);
  }

  .social-link.inverse:hover {
    color: var(--border-dark);
  }

  .social-icon.inverse, .social-icon.inverse:hover, .social-icon.inverse:active {
    color: var(--white);
  }

  .project-grid-details-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .fulll-width-img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 56px;
  }

  .g-stamp {
    width: 80px;
  }

  .content-affiliates {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    width: 100%;
  }

  .sidebar-link {
    font-size: 20px;
  }

  .cta {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    border-radius: 12px;
    height: 320px;
    padding: 32px 24px;
  }

  .cta.contact {
    padding: 24px;
  }

  .flex-between {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._0m.inverse {
    color: var(--brand2nd);
  }

  .contact-listing {
    justify-content: flex-start;
    align-items: center;
  }

  .map {
    height: 280px;
  }

  .form-details-wrapper {
    flex-flow: column;
    display: flex;
  }

  .project-hero-details {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
  }

  .project-hero-details.text-opacity {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .label {
    padding: 4px 8px;
  }

  .label-txt, .label-txt.s {
    font-size: 14px;
  }

  .project-hero-labels {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    order: -9999;
  }

  .project-hero-title {
    width: 100%;
  }

  .project-details-title {
    padding-left: 24px;
  }

  .project-details-copy {
    padding-right: 24px;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide.pill.slider2 {
    padding-top: 64px;
  }

  .splide.pill.slider1 {
    padding-top: 64px;
    padding-right: 4em;
  }

  .splide.pill.slider2mob {
    padding-top: 64px;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__arrows {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .splide_title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-hero-slider {
    border-radius: 0 0 12px 12px;
    width: 100%;
  }

  .project-slide {
    border-radius: 12px;
    height: 50vh;
    padding: 32px 24px;
  }

  .text-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .content-affiliates-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .home-hero-slider-wrapper {
    border-radius: 0 0 12px 12px;
    width: 100%;
  }

  .no-hover {
    inset: 80px 24px 24px;
  }

  .home-slider-text {
    border-radius: 0 0 12px 12px;
    padding: 32px 24px;
    inset: 0%;
  }

  .project-slide-title {
    font-size: 48px;
  }

  .nav-spacer {
    width: 24px;
    height: 1px;
  }

  .nav-item-wrapper {
    border: 1px solid var(--border);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffffe6;
    border-radius: 32px;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-item-wrapper.btn {
    justify-content: center;
    align-items: center;
    width: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .outside-menu-click {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 66px;
  }

  .project-hero-copy {
    width: 100%;
    padding: 24px;
  }

  .project-card-labels {
    order: -9999;
  }

  .project-splide-wrapper {
    border-radius: 12px;
    width: 100%;
    height: 50vh;
  }

  .image-4 {
    align-self: center;
  }

  .project-splide-cta {
    border-radius: 12px;
    width: 100%;
    height: 50vh;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 28px;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .s-p {
    font-size: 13px;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .button {
    padding: 8px 16px;
    font-size: 17px;
  }

  .button.outline {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .button.outline.all-projects-link {
    display: none;
  }

  .section {
    padding: 32px 16px;
  }

  .section.section-intro {
    margin-bottom: 32px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.section-intro.section--intro__services {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section.section-intro.section--intro__smoke {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .section.section-intro.section--intro__contact {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.section--footer {
    padding-top: 64px;
    padding-bottom: 16px;
  }

  .section.section--image {
    height: 360px;
  }

  .section.section--image.section--image__services-1 {
    height: 380px;
  }

  .section.section--intro-project {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.section--intro-project.section--intro__services {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section.section--intro-project.section--intro__smoke {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .section.section--intro-project.section--intro__contact {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.section--more {
    padding-top: 20px;
  }

  .section.section--less-padding-top {
    padding-top: 40px;
  }

  .section.section--intro-home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.section--intro-home.section--intro__services {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section.section--intro-home.section--intro__smoke {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .section.section--intro-home.section--intro__contact {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.section-hero {
    height: 66vh;
    min-height: 400px;
    margin-bottom: 16px;
    padding: 0;
  }

  .l-p {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .l-p.credits-text {
    margin-right: 20px;
  }

  .title--hero {
    margin-bottom: 20px;
  }

  .my-contain.my-contain--home {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .my-contain.services-intro-contain {
    margin-bottom: 100px;
  }

  .my-contain.nav-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .my-contain.nav-wrapper.mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .my-contain.border {
    padding-bottom: 64px;
  }

  .brand__home {
    width: 350px;
    margin-bottom: 20px;
  }

  .nav-grid {
    text-align: center;
  }

  .nav--brand {
    height: 28px;
    margin-top: 6px;
    margin-left: 0;
  }

  .nav--brand.nav--brand__menu {
    margin-bottom: 20px;
  }

  .nav--brand.menu {
    height: 28px;
    margin-bottom: 32px;
  }

  .nav.nav-hero {
    border-bottom-style: none;
  }

  .nav--hamburger.nav--hamburger__page, .nav--hamburger.nav--hamburger__home {
    padding: 10px;
  }

  .nav--item {
    font-size: 32px;
    line-height: 36px;
  }

  .intro--title {
    margin-bottom: 16px;
  }

  .services-link--block.services-link--block__build {
    background-image: linear-gradient(270deg, #0000 25%, #0006 90%), url('../images/services-build_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90px;
  }

  .services-link--block.services-link--block__develop {
    background-image: linear-gradient(270deg, #0000 25%, #0006 90%), url('../images/services-develop.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90px;
  }

  .services-link--block.services-link--block__manage {
    background-image: linear-gradient(270deg, #0000 25%, #0006 90%), url('../images/services-manage.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90px;
  }

  .services-link--wrapper {
    margin-bottom: 20px;
  }

  .services-link--wrapper.link-hover-ix.services-link--wrapper__last {
    margin-bottom: 0;
  }

  .section-description.section-description__padding {
    padding-right: 0;
  }

  .section-description.section-description__case-study {
    margin-bottom: 100px;
  }

  .build-icons {
    margin-top: 20px;
  }

  .build-icon--title {
    font-size: 16px;
    line-height: 24px;
  }

  .project-title {
    margin-bottom: 20px;
  }

  .project-description {
    margin-left: 20px;
    margin-right: 20px;
  }

  .project-details {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion {
    width: 100%;
  }

  .accordion-header.js-accordion-header {
    margin-left: 20px;
    margin-right: 20px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion__item.js-accordion-item, .accordion__item.js-accordion-item.active {
    padding-top: 20px;
  }

  .parallax-image {
    height: 360px;
  }

  .about-image--wrapper.about-image--wrapper__last {
    margin-top: 100px;
  }

  .about-image--wrapper.about-image--wrapper__solo {
    width: 100%;
    margin-top: 0;
  }

  .about-image--wrapper.about-image--wrapper__solo-bottom {
    margin-top: 100px;
  }

  .about-image.about-image__last-mobile {
    margin-top: 120px;
  }

  .form-header {
    margin-bottom: 20px;
  }

  .contact-form {
    width: 100%;
  }

  .form-field {
    margin-bottom: 15px;
  }

  .form-half-width, .nav--items {
    width: 100%;
  }

  .section-services--background {
    bottom: 270px;
  }

  .form-recaptcha {
    margin-bottom: 15px;
  }

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

  .paragraph.services-copy {
    margin-bottom: 24px;
  }

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

  .nav-listing {
    border-bottom: 1px solid var(--border);
    padding-bottom: 24px;
  }

  .menu-open {
    padding-top: 54px;
  }

  .menu-open-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 32px 24px;
    top: 64px;
  }

  .modal-button-close {
    top: 20px;
    right: 16px;
  }

  .about-img-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-img-right {
    width: 100%;
  }

  .project-tab-amount {
    font-size: 12px;
    line-height: 12px;
  }

  .project-tab-title {
    margin-right: 3px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  ._3-col-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .project-grid-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-grid-img-wrapper {
    aspect-ratio: 3 / 2;
  }

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

  .project-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .project-carousel {
    height: 300px;
  }

  .splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next {
    background-size: 21px 21px;
  }

  .image-2 {
    display: block;
  }

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

  .services-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-block {
    margin-top: 0;
  }

  ._2-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .footer-logo {
    height: 85px;
  }

  .footer-nav.hide-mobile, .footer-desktop {
    display: none;
  }

  .footer-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-mobile-inline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .slider-caption {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slider-wrapper {
    height: 100%;
  }

  .footer-contact.hide-mobile {
    display: none;
  }

  .my-contain-2.my-contain--home {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-p-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .large-p-2.credits-text {
    margin-right: 20px;
  }

  .section-2 {
    padding: 100px 30px;
  }

  .xl-p {
    margin-bottom: 16px;
    font-size: 21px;
  }

  .xl-p.credits-text {
    margin-right: 20px;
  }

  .xs-p {
    font-size: 13px;
  }

  .xs-p.follow-title {
    display: none;
  }

  .project-grid-details-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .content-title.sidebar-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    display: none;
  }

  .content-title.hide-mobile {
    display: none;
  }

  .fulll-width-img {
    margin-bottom: 40px;
  }

  .g-stamp {
    margin-bottom: 24px;
  }

  .sidebar-link {
    font-size: 20px;
  }

  .service {
    margin-bottom: 64px;
    padding-bottom: 32px;
  }

  .service.last {
    margin-bottom: 0;
  }

  .cta {
    height: auto;
    padding: 24px 20px;
  }

  .cta.contact {
    order: -9999;
    padding: 20px;
  }

  .flex-between {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._0m.contact-title {
    display: none;
  }

  .contact-listing.icon {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-details-title {
    padding-left: 0;
  }

  .project-details-copy {
    padding-right: 0;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide.pill.slider2 {
    padding-right: 1em;
    display: none;
  }

  .splide.pill.slider1 {
    padding-right: 1em;
  }

  .splide.pill.slider2mob {
    padding-right: 1em;
    display: block;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__slide.mobile-only {
    display: block;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .splide__list.splide-desktop {
    display: none;
  }

  .splide__list.splide-mobile {
    display: flex;
  }

  .splide_title.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .project-slide {
    padding: 24px 20px;
  }

  .services-title {
    margin-bottom: 16px;
    display: block;
  }

  .no-hover {
    inset: 80px 16px 16px;
  }

  .home-slider-text {
    padding: 24px 20px;
    inset: 0%;
  }

  .home-slider-title {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .project-slide-title {
    font-size: 40px;
  }

  .image-3 {
    height: 24px;
  }

  .form-title {
    display: block;
  }

  .projects-tab-header {
    display: none;
  }

  .outside-menu-click {
    top: 64px;
  }

  .project-hero-copy, .project-splide-cta {
    padding: 20px 20px 24px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
  }

  .section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.section-intro.section--intro__services, .section.section-intro.section--intro__smoke, .section.section-intro.section--intro__contact {
    padding-top: 150px;
  }

  .section.section--image, .section.section--image.section--image__services-1 {
    height: 300px;
  }

  .section.section--intro-project {
    padding-bottom: 15px;
  }

  .section.section--intro-project.section--intro__services, .section.section--intro-project.section--intro__smoke, .section.section--intro-project.section--intro__contact {
    padding-top: 150px;
  }

  .section.section--intro-home {
    padding-bottom: 15px;
  }

  .section.section--intro-home.section--intro__services, .section.section--intro-home.section--intro__smoke, .section.section--intro-home.section--intro__contact {
    padding-top: 150px;
  }

  .my-contain.nav-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand__home {
    width: 280px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav--brand-link {
    padding-left: 0;
  }

  .nav--hamburger.nav--hamburger__page, .nav--hamburger.nav--hamburger__home {
    padding: 5px;
  }

  .nav--item {
    padding-left: 0;
  }

  .services-link--block.services-link--block__build, .services-link--block.services-link--block__develop, .services-link--block.services-link--block__manage {
    height: 80px;
  }

  .services-link--wrapper {
    margin-bottom: 15px;
  }

  .section-description.section-description__padding {
    margin-bottom: 20px;
  }

  .section-description.section-description__case-study {
    margin-bottom: 80px;
  }

  .build-icons {
    padding-left: 0;
    padding-right: 0;
  }

  .build-icon {
    margin-left: 7px;
    margin-right: 7px;
  }

  .build-icon--image {
    width: 40px;
    margin-bottom: 5px;
  }

  .build-icon--title {
    font-size: 13px;
  }

  .project-title {
    margin-bottom: 15px;
  }

  .project-description {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project-details {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .link-hover-ix.contact-link {
    font-size: 18px;
  }

  .accordion-header.js-accordion-header {
    margin-left: 15px;
    margin-right: 15px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion__item.js-accordion-item {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__item.js-accordion-item.active {
    margin-bottom: 15px;
    padding: 15px 0 0;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .project-accordion--image {
    margin-bottom: 0;
  }

  .parallax-image {
    height: 300px;
  }

  .about-image--wrapper.about-image--wrapper__solo {
    height: 200px;
  }

  .about-image.about-image__last-mobile {
    margin-top: 100px;
  }

  .section-services--background {
    bottom: 230px;
  }

  .menu-open-wrapper {
    padding: 32px 20px;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

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

  .project-carousel {
    height: 240px;
  }

  .project-carousel.home-slider {
    height: 460px;
  }

  .slider-img.desktop {
    display: none;
  }

  .slider-img.mobile {
    display: inline-block;
  }

  .my-contain-2 {
    flex: 1;
  }

  .large-p-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-title.sidebar-nav {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .content-affiliates {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-between {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-slide {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: auto;
  }

  .home-hero-slider-wrapper {
    aspect-ratio: 1;
  }

  .home-slider-title {
    width: 75%;
  }

  .project-splide-wrapper {
    aspect-ratio: 4 / 5;
    height: auto;
  }

  .project-splide-cta {
    aspect-ratio: 4 / 5;
    height: auto;
    padding-right: 80px;
  }
}

#w-node-da2e4854-cc09-34d5-e9a7-84fb73096c10-d5502501, #w-node-_0b61fc22-f4f1-e280-6756-e12865f35af9-d5502501, #w-node-_87785884-97a4-a437-6272-076e0677aadf-0677aadf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e9f1215-1a40-6fb5-8dea-1a8db015c3b0-d550254c {
  align-self: start;
}

#w-node-_9e9f1215-1a40-6fb5-8dea-1a8db015c3b2-d550254c, #w-node-d2b2f279-e29c-e0e4-2f7d-063b4e3ae8ad-d550254d, #w-node-_5373a6ef-438d-d827-7814-5e2850720f8f-d550254d, #w-node-ee723286-7869-5b61-0a16-203215d668f4-d550254d, #w-node-b16690fc-bfc4-a685-4bb9-61bd780cb5bf-d550255f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20bf0e16-c6c2-4611-103e-e94caaf2f69e-d550255f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb832ccf-1e74-7ba4-b41c-440f0a333aa5-0a333aa0, #w-node-fb832ccf-1e74-7ba4-b41c-440f0a333aa9-0a333aa0, #w-node-fb832ccf-1e74-7ba4-b41c-440f0a333aae-0a333aa0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb832ccf-1e74-7ba4-b41c-440f0a333ab1-0a333aa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb832ccf-1e74-7ba4-b41c-440f0a333ab3-0a333aa0, #w-node-fb832ccf-1e74-7ba4-b41c-440f0a333ab8-0a333aa0, #w-node-ef177ffc-6717-24be-5a4c-47fab3eb42b7-0a333aa0, #w-node-fb832ccf-1e74-7ba4-b41c-440f0a333abd-0a333aa0, #w-node-_8d808ee3-b837-1515-a524-4b17b7407369-b7407365 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-fb832ccf-1e74-7ba4-b41c-440f0a333aa7-0a333aa0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


