@font-face {
  font-family: Everett;
  src: url('../fonts/everett-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Everett;
  src: url('../fonts/everett-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url('../fonts/foundersgrotesk-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url('../fonts/foundersgrotesk-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url('../fonts/foundersgrotesk-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url('../fonts/foundersgrotesk-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Foundersgrotesk;
  src: url('../fonts/foundersgrotesk-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glacial Indifference;
  src: url('../fonts/glacialindifference-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Glacial Indifference;
  src: url('../fonts/glacialindifference-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #4b604d;
  --bg-color: #efeeea;
  --desktop-padding: 20px;
  --max-width: 1420px;
  --green-over: #4b604d;
  --brown: #a27555;
  --grey: #e0e0e0;
  --line-grey: #949494;
  --black-transparent: #0000003d;
  --white: #fff;
}

.hero-section {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#00000070, #00000070), url('../images/sumer-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.sub-page {
  background-color: #205c40;
  background-image: none;
  height: 60vh;
  padding-top: 100px;
}

.hero-section.project-page {
  background-image: linear-gradient(#00000075, #00000075), url('../images/hero-image-gotze.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.hero-section.contact {
  background-color: var(--green);
  background-image: none;
  height: auto;
}

.link-block-2 {
  text-align: center;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 450px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: #fff;
  text-decoration: none;
}

.link-block-2.w--current {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.link-block-2.w--current:hover {
  color: #919191;
  text-decoration: none;
}

.dropdown-toggle {
  padding: 0;
  overflow: hidden;
}

.grey-block {
  background-color: #fff;
  width: 300px;
  height: 400px;
  display: none;
  position: relative;
  left: -270px;
}

.nav-bar-container {
  z-index: 101;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-bar-container.fixed {
  background-color: var(--bg-color);
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -101%);
  box-shadow: 0 0 18px #17161926;
}

.nav-bar-container.top {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  background-color: #205c4000;
  background-image: linear-gradient(#000000bf, #0000);
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-507 {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.link-block-13 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-13.final {
  margin-right: 0;
  padding-top: 0;
}

.dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.div-block-284 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 30px;
  display: flex;
}

.link-119 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.contact-info-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
}

.contact-info-page.align-menu {
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
}

.text-block-4 {
  color: #f3941f;
  text-transform: none;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.3vw;
  text-decoration: none;
  transition: all .2s;
}

.text-block-4:hover {
  color: #8f8f8f;
}

.top-menu {
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  margin-bottom: 60px;
  display: flex;
}

.top-menu._2 {
  border-bottom: 1px #ffffffb5;
  justify-content: space-between;
  height: 120px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list-2 {
  top: -5px;
}

.dropdown-list-2.w--open {
  border-bottom: 3px solid var(--green);
  background-color: var(--bg-color);
  border-radius: 3px;
  padding: 10px 15px;
  top: 39px;
}

.exit-button {
  z-index: 105;
  opacity: 0;
  cursor: pointer;
  mix-blend-mode: normal;
  margin-left: auto;
  display: none;
  position: absolute;
  inset: 44px 0 auto auto;
}

.project-info-text {
  color: #fff;
  font-size: 20px;
}

.project-info-text.header {
  color: #9c9c9c;
  font-size: 15px;
}

.project-info-text.answer {
  margin-top: 5px;
  font-weight: 400;
}

.text-block-87 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.menu {
  z-index: 100;
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(0deg, #000, #000000db);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-link {
  color: #313030;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
}

.dropdown-link:hover {
  opacity: .72;
}

.dropdown-link.w--current {
  color: #000;
}

.project-info-card {
  margin-bottom: 40px;
  margin-left: 0;
}

.project-info-card.contact {
  margin-bottom: 20px;
  margin-left: 0;
}

.project-info-card.contact.align-menu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-menu-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 101;
  max-width: var(--max-width);
  border-bottom: 1px #ffffff69;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-bar.fixed {
  border-bottom-style: none;
}

.text-block {
  color: #fff;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.image {
  height: 30px;
}

.body {
  background-color: var(--bg-color);
  font-family: Everett, sans-serif;
}

.hero-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.hero-container.about {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
}

.hero-container.contact {
  max-width: var(--max-width);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-508 {
  max-width: var(--max-width);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-508.about {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.div-block-508.project {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-508.contact {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  max-width: 600px;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.heading.projects {
  text-align: left;
}

.heading.no-mt {
  text-align: left;
  text-transform: capitalize;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 110px;
}

.heading.top-heading {
  color: #fff;
  text-transform: none;
  font-family: Everett, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.heading.contact {
  margin-bottom: 40px;
}

.section {
  background-color: var(--green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 140px 40px;
  display: flex;
}

.section.overlap-padding {
  z-index: 1;
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: auto;
  margin-top: -30px;
  position: relative;
}

.div-block-509 {
  max-width: var(--max-width);
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-transform: none;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading-2.centred {
  text-align: center;
}

.heading-2.centred.project {
  font-size: 40px;
  line-height: 46px;
}

.div-block-510 {
  width: 100%;
  padding-right: 0;
}

.div-block-511 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph {
  color: #fff;
  max-width: 430px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Everett, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.project {
  text-align: center;
  max-width: 800px;
  margin-left: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.hero {
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 22px;
}

.paragraph.gren, .paragraph.green {
  color: var(--green);
}

.link-block-14 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-14.page-button {
  height: 55px;
}

.link-block-14.page-button.green {
  border-color: var(--green);
  color: var(--green);
  margin-top: 0;
}

.link-block-14.page-button.green.no-mt {
  margin-top: 0;
}

.link-block-14.page-button.green.mt-40px {
  margin-top: 40px;
}

.link-block-14.page-button.mt-40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-radius: 0;
  height: 45px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-14.page-button.mt-40.no-mt {
  margin-top: 0;
}

.link-block-14.green {
  border-color: var(--green);
}

.button-main-text {
  color: #fff;
  margin-bottom: -10px;
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
}

.button-main-text.page-button {
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.button-main-text.page-button.green {
  color: var(--green);
  font-size: 20px;
}

.button-main-text.green {
  color: var(--green);
}

.image-2 {
  width: 25px;
  margin-left: 0;
  margin-right: 15px;
}

.image-2.green {
  opacity: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-2.green.green-button {
  opacity: 1;
}

.image-2.white.green-button {
  opacity: 0;
}

.div-block-512 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 40px;
  display: flex;
  position: relative;
}

.section-2.top {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-2.top.overlap-padding {
  padding-top: 130px;
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  margin-top: -30px;
  overflow: visible;
}

.section-2.about {
  padding-top: 0;
  padding-bottom: 60px;
}

.section-2.about._2 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-2.about._3 {
  padding-top: 70px;
  padding-bottom: 140px;
  overflow: visible;
}

.arrow {
  width: 17px;
  height: 17px;
  margin-left: 15px;
}

.arrow.green {
  color: var(--green);
}

.content-container-home {
  z-index: 1;
  max-width: var(--max-width);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._50-container-1 {
  width: 50%;
  height: 100%;
  padding-right: 100px;
}

._50-container-1.about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-top: 60px;
  padding-right: 100px;
  display: flex;
}

._50-container-1.right {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 220px;
  padding-right: 0;
  display: flex;
  position: relative;
}

._50-container-1._70 {
  width: 70%;
  padding-right: 60px;
}

._50-container-1.image {
  padding-right: 220px;
}

._50-container {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: relative;
}

._50-container.about-65 {
  width: 60%;
}

._50-container._30 {
  width: 30%;
}

.image-3 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.heading-3 {
  color: var(--green);
  text-transform: none;
  margin-top: 0;
  font-family: Everett, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-2 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2.about-top {
  font-size: 24px;
  line-height: 30px;
}

.paragraph-2.larger {
  font-size: 24px;
  line-height: 28px;
}

.div-block-513 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 530px;
  margin-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-513.about {
  max-width: none;
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-514 {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-515 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 143px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-516 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.image-4 {
  width: 100%;
  max-width: 580px;
}

.text-block-89 {
  color: var(--bg-color);
  font-size: 80px;
  line-height: 80px;
}

.text-block-90 {
  color: #fff;
  text-align: center;
  max-width: 150px;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.slickdemo-stats {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 30px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.stat-card {
  width: 100%;
  padding-right: 220px;
}

.div-block-518 {
  max-width: var(--max-width);
  width: 100%;
  height: 500px;
}

.main-page {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #fff0;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 0px;
  min-width: auto;
  margin-right: 40px;
}

.text-block-91 {
  opacity: 1;
  color: var(--green);
  text-transform: uppercase;
  margin-right: 40px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
}

.card-slider_item {
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-138 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.project-section {
  flex-direction: column;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-section.project-gallery {
  padding: 0px var(--desktop-padding);
  overflow: visible;
}

.slickdemo {
  padding-bottom: 50px;
}

.card {
  background-color: #231f2000;
  width: 100%;
  height: 450px;
  padding-left: 0;
  padding-right: 30px;
}

.card.project-page {
  height: 100%;
  padding-right: 0;
  position: relative;
}

.text-block-99 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.image-43 {
  width: auto;
  height: 65px;
  margin-top: 28px;
  position: absolute;
  inset: auto auto -7px -8px;
}

.project-bg {
  background-color: #231f2000;
  background-image: linear-gradient(#0000, #00000080), url('../images/byron-bay-beach-house-by-jase-sullivan-project-feature-the-local-project-image-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.project-bg._1 {
  border-bottom: 3px #12b3d7;
  border-bottom: 3px solid var(--green);
  background-image: none;
  border-radius: 5px;
  overflow: hidden;
}

.div-block-328 {
  border-bottom: 1px #ffffff96;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.text-block-96 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.container {
  z-index: 3;
  max-width: var(--max-width);
  width: 100%;
  margin-top: -74px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.home {
  margin-top: 0;
}

.project-info-container {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-431 {
  align-items: center;
  display: flex;
}

.link-block-27 {
  background-color: #12b3d7;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-27.no-mt {
  margin-top: 0;
}

.div-block-330 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-330.padding {
  max-width: var(--max-width);
  height: auto;
  margin-bottom: 40px;
}

.link-block-18 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #231f20;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 60px;
  padding-left: 70px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-18.no-margin {
  margin-top: 0;
  padding-right: 30px;
}

.link-block-18.no-margin.mobile {
  display: none;
}

.text-block-100 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.text-block-100.type {
  background-color: #12b3d7;
  border-radius: 999px;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 600;
}

.div-block-473 {
  background-color: #12b3d7;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto -15px -15px auto;
}

.link-block-20 {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.heading-4 {
  color: #231f20;
  text-transform: none;
  max-width: 700px;
  margin-top: 20px;
  margin-left: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 85px;
}

.heading-4.services {
  color: var(--green);
  text-transform: none;
  margin-top: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

.heading-4.services.value {
  font-size: 38px;
  line-height: 42px;
}

.heading-4.what-we-do {
  color: var(--green);
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.service-cards {
  border-bottom: 1px #000;
  padding-bottom: 20px;
  text-decoration: none;
}

.service-cards.residential {
  width: 33%;
  height: 550px;
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
}

.service-cards.residential.project-page {
  width: 100%;
  padding-right: 0;
}

.div-block-398 {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.text-block-164 {
  color: var(--bg-color);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.service-overlay {
  z-index: 2;
  background-color: var(--green);
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marquee-2 {
  grid-column-gap: 0px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.text-block-103 {
  color: #000;
  margin-left: auto;
  font-weight: 700;
}

.paragraph-3 {
  color: #000;
  font-size: 15px;
  line-height: 28px;
}

.main-page-2 {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 550px;
}

.service-image-container {
  position: relative;
  overflow: hidden;
}

.heading-5 {
  color: #000;
  width: 80%;
  margin-top: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-5.h3 {
  font-size: 42px;
  line-height: 50px;
}

.bg-shade {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.text-block-165 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 17px;
}

.div-block-519 {
  margin-top: 20px;
}

.text-block-166 {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}

.div-block-520 {
  border: 1px solid var(--bg-color);
  border-radius: 999px;
  width: 50px;
  height: 50px;
}

.code-embed-2 {
  color: #fff;
}

.bottom-line-footer {
  background-color: #0101016e;
  width: 100%;
  height: 1px;
}

.image-6 {
  opacity: .86;
  filter: grayscale();
  height: 80px;
}

.div-block-552 {
  max-width: var(--max-width);
  border-top: 1px #00000075;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.text-block-92 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.div-block-556 {
  margin-top: 30px;
}

.text-block-93 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 11px;
  font-weight: 300;
  line-height: 22px;
}

.link-block-40 {
  color: #010101;
  text-decoration: none;
}

.link-block-40.mb-5px {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.link-block-40.mt-30p {
  margin-top: 20px;
  overflow: hidden;
}

.link-153 {
  color: #969696;
  text-decoration: none;
}

.div-block-557 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.image-5 {
  opacity: .57;
  filter: grayscale();
  height: 80px;
  margin-left: 20px;
}

.div-block-559 {
  max-width: var(--max-width);
  border-top: 1px solid #ffffffa3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  display: flex;
}

.div-block-554 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.footer-contact-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-link-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.contact-link-container.mt-contact {
  margin-top: 40px;
}

.contact-link-container.mt-40px {
  margin-top: 20px;
}

.contact-link-container.no-mr {
  margin-right: 0;
}

.contact-link-container.social {
  display: none;
}

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

.div-block-558 {
  margin-right: auto;
}

.div-block-553 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.image-44 {
  max-width: 400px;
}

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

.footer {
  padding: 60px var(--desktop-padding) 0px;
  background-color: var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.link-block-41 {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.link-block-41:hover {
  opacity: .73;
}

.footer-header-text {
  color: var(--bg-color);
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 23px;
}

.footer-header-text.white {
  color: #fff;
}

.footer-header-text.green {
  color: var(--green);
}

.social-icons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icons.contact-page {
  margin-top: 0;
}

.link-block-21 {
  margin-left: 10px;
}

.link-block-21:hover {
  opacity: .66;
}

.link-block-21.no-m.contact-page {
  background-color: var(--green);
  border-radius: 999px;
  margin-left: 0;
  padding: 12px;
}

.link-block-21.no-m.contact-page:hover {
  opacity: .66;
}

.link-block-21.no-m.contact-page.fb {
  margin-left: 10px;
}

.link-block-21.no-m.contact-page.footer-social {
  background-color: var(--green-over);
}

.code-embed-3 {
  color: var(--green);
  width: 17px;
  height: 17px;
}

.code-embed-3._2 {
  color: var(--green);
}

.code-embed-3.white {
  color: var(--bg-color);
}

.hero-bg-image-container {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image-slide {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-image-slide._1 {
  background-image: url('../images/hero-image-gotze.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-image-slide._2 {
  background-image: url('../images/gotze-6.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-image-slide._3 {
  background-image: url('../images/gotze-8.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-bg-shade {
  z-index: 1;
  background-color: #00000014;
  width: 100%;
  height: 100%;
  position: absolute;
}

.stat-card-container.about {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 4px solid var(--brown);
  background-color: var(--green);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.section-3 {
  padding: 100px var(--desktop-padding);
  background-color: var(--brown);
  background-image: linear-gradient(45deg, var(--brown), #a28155);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-565 {
  max-width: var(--max-width);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 52px;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-4.footer-text {
  text-align: left;
  max-width: 420px;
}

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

.image-45 {
  width: 65%;
  margin-top: 0;
  margin-bottom: 140px;
}

.image-45._40 {
  z-index: 1;
  width: 50%;
  position: relative;
}

.div-block-567 {
  z-index: 10;
  opacity: .66;
  background-color: #fff;
  width: 1px;
  height: 200px;
  margin-top: -100px;
  position: relative;
}

.link-block-42 {
  border: 1px solid var(--bg-color);
  background-color: var(--bg-color);
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
}

.code-embed-4 {
  color: #fff;
  width: 20px;
  height: 20px;
}

.text-block-167 {
  color: var(--green);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Everett, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.div-block-568 {
  color: #fff;
  width: 50%;
  height: 100%;
}

.image-46 {
  width: 100%;
  margin-top: -147px;
  margin-bottom: 0;
  position: relative;
  bottom: 0;
}

.content-container-about {
  max-width: var(--max-width);
  justify-content: space-between;
  display: flex;
}

.heading-7 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-7.testimonial {
  color: var(--green);
}

.section-4 {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 40px;
  display: flex;
}

.section-4.white {
  background-color: #e0e0e000;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 20px;
}

.section-4.white.values {
  background-color: var(--grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4.white.testimonials {
  padding-bottom: 140px;
}

.section-4.grey {
  padding-bottom: 196px;
}

.div-block-569 {
  max-width: var(--max-width);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-569.values {
  flex-flow: column;
}

.div-block-570 {
  width: 40%;
  height: 100%;
  padding-right: 60px;
}

.div-block-570._100 {
  width: 100%;
  padding-right: 0;
  display: flex;
}

.div-block-570._100.body-value {
  border-top: 1px solid var(--line-grey);
  margin-top: 60px;
  padding-top: 40px;
}

.div-block-571 {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 0;
}

.div-block-571.no-mt {
  z-index: 1;
  margin-top: 0;
  padding-left: 100px;
  position: relative;
}

.div-block-572 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-card {
  border-bottom: 1px solid var(--line-grey);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.div-block-573 {
  max-width: var(--max-width);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.div-block-574 {
  z-index: 1;
  width: 80%;
  height: 100%;
  position: relative;
}

.image-47 {
  z-index: 1;
  object-fit: cover;
  width: 30%;
  height: auto;
  max-height: 450px;
  position: relative;
}

.div-block-575 {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 400px;
  margin-top: -273px;
  margin-left: auto;
  padding: 30px 40px 30px 161px;
  display: flex;
  position: relative;
}

.div-block-576 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-168 {
  color: var(--green);
  font-size: 32px;
  line-height: 35px;
}

.text-block-169 {
  color: var(--green);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}

.image-48 {
  opacity: .05;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-577 {
  width: 60%;
}

.div-block-578 {
  width: 40%;
  padding-right: 60px;
}

.project-grid {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-block-170 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-170.blod {
  font-weight: 400;
  line-height: 13px;
}

.div-block-282 {
  background-color: #fff;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-transform: none;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.heading-11.no-margin-top {
  margin-top: 0;
}

.heading-11.no-margin-top.left {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 10px;
  font-size: 58px;
  font-weight: 300;
  line-height: 62px;
}

.hero-container-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-container-2.services {
  padding-left: 40px;
  padding-right: 40px;
}

.image-49 {
  width: 30px;
}

.text-block-125 {
  color: #fff;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-125:hover {
  text-decoration: none;
}

.text-block-86 {
  z-index: 1;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  position: relative;
}

.html-embed-34 {
  color: #fff;
  width: 10px;
  height: auto;
  position: relative;
  top: -1px;
}

.link-block-12 {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-301 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-301.service-page {
  padding-top: 0;
}

.div-block-301.service-page.projects {
  flex-flow: column;
  max-width: 1280px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.text-block-124 {
  color: #fff;
  max-width: 250px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-283 {
  background-color: #14141400;
  border: 1px solid #fff;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-536 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-43 {
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-43:hover {
  opacity: .79;
}

.div-block-394 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ffffffba;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  padding-top: 20px;
  display: grid;
}

.div-block-394.project-info {
  border-top-style: none;
  margin-top: 20px;
}

.div-block-393 {
  border-top: 1px #ffffffa8;
  border-bottom: 1px solid #ffffff69;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-123 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 300;
}

.div-block-302 {
  max-width: 600px;
  margin-top: -111px;
}

.div-block-302.service-page {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-top: -100px;
  display: flex;
}

.div-block-302.service-page.projects {
  margin-top: -214px;
}

.div-block-302.service-page.projects.project-page {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.div-block-525 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: -60px;
  display: grid;
}

.div-block-526 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.lightbox-link-3, .image-58 {
  width: 100%;
}

.green-circle {
  background-color: var(--green);
  border-radius: 999px;
  width: 7px;
  height: 7px;
}

.slider {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-slider-image {
  background-image: url('../images/hero-image-gotze.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.bg-slider-image._2 {
  background-image: url('../images/gotze-7.webp');
}

.div-block-580 {
  position: fixed;
}

.text-block-171 {
  color: #fff;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}

.div-block-581 {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.field-label {
  color: var(--green);
  text-transform: uppercase;
  font-weight: 400;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-transparent);
  color: var(--green);
  background-color: #fff0;
  margin-bottom: 40px;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-transparent);
  color: var(--green);
  background-color: #fff0;
  min-height: 150px;
  padding-left: 0;
  display: flex;
}

.submit-button {
  border: 1px solid var(--green);
  color: var(--green);
  text-transform: none;
  background-color: #3898ec00;
  border-radius: 999px;
  margin-top: 40px;
  padding-top: 14px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 400;
}

.form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-11 {
  margin-left: 30px;
}

.div-block-278 {
  width: 45px;
  margin-left: 0;
}

.div-block-277._60 {
  background-color: #fff;
  width: 60%;
  height: 2px;
  margin-bottom: 7px;
  margin-left: auto;
}

.div-block-277._60.green {
  background-color: var(--green);
}

.div-block-277._2 {
  background-color: #fff;
  height: 2px;
  margin-bottom: 0;
}

.div-block-277._2.bottom {
  width: 60%;
  height: 2px;
  margin-bottom: 0;
  margin-left: auto;
}

.div-block-277._2.green {
  background-color: var(--green);
}

.div-block-582 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  padding-right: 140px;
  display: flex;
}

.div-block-583 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  height: auto;
  padding-left: 0;
  display: flex;
}

.div-block-584 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-59 {
  width: 15px;
  margin-left: 15px;
}

.image-59.no-ml {
  width: 20px;
  margin-left: 0;
}

.slickdemo-why {
  z-index: 1;
  max-width: var(--max-width);
  width: 100%;
  height: auto;
  margin-top: 220px;
  position: relative;
}

.slick-why-item {
  width: 33%;
  height: 250px;
  padding-right: 20px;
}

.div-block-585 {
  height: 100%;
}

.div-block-586 {
  width: 100px;
  height: 100px;
}

.usp-heading {
  color: var(--brown);
  max-width: 300px;
  margin-top: 10px;
  font-family: Everett, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.code-embed-5 {
  color: var(--green);
}

.arrow-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 70px;
  display: flex;
}

.div-block-587 {
  border: 1px solid var(--green);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.div-block-587.right {
  margin-left: 20px;
}

.grey-block-2 {
  background-color: var(--green);
  width: 100%;
  height: 100%;
}

.footer-header {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-172 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.text-block-172.dropdown-text {
  letter-spacing: 1px;
  white-space: nowrap;
}

.text-block-172.dropdown-text.menu-dropdown-text {
  color: #c0bbab;
  letter-spacing: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
}

.text-block-172.contact-info-text {
  letter-spacing: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 25px;
}

.dropdown-toggle-2 {
  padding: 0;
}

.footer-container-info {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-149 {
  align-items: center;
  display: flex;
}

.footer-dropwdown-text-container {
  overflow: hidden;
}

.text-block-131 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.dropdown-list {
  background-color: #dddddd47;
  margin-top: 0;
  padding-top: 20px;
  top: 8px;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.dropdown-list.menu-dropdown {
  padding-left: 235px;
  left: 180px;
}

.dropdown-list.menu-dropdown.w--open {
  padding-top: 0;
  top: -23px;
}

.link-block-17 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.reveal-text-dropdown {
  overflow: hidden;
}

.div-block-112 {
  border-bottom: 1px #68776030;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-112.menu-div {
  max-width: none;
  height: 110px;
  padding-bottom: 10px;
}

.exit-button-2 {
  z-index: 1;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.exit-button-2._3 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-contact-info-header-container {
  margin-bottom: 10px;
  overflow: hidden;
}

.footer-contact-info-header-container._5-mb {
  margin-bottom: 5px;
}

.text-block-130 {
  color: var(--brown);
  font-size: 60px;
  line-height: 50px;
  text-decoration: none;
}

._25-menu {
  background-color: #78786f00;
  width: 25%;
  height: 100%;
  position: relative;
}

.menu-nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.dropdown-link-2 {
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.dropdown-link-2.menu-dropdown-text {
  color: #c0bbab;
}

.div-block-588 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  display: flex;
}

.div-block-589 {
  width: 100%;
  height: 150px;
  display: flex;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.code-embed-6 {
  color: #0d1d41;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

.code-embed-6.white {
  color: #fff;
  margin-bottom: 3px;
}

.image-60 {
  height: 90px;
}

.div-block-383 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  max-width: none;
  height: 600px;
  margin-top: 40px;
  display: grid;
}

.div-block-590 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-591 {
  opacity: 0;
  background-color: #c0bbab;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.text-block-6 {
  color: var(--brown);
  letter-spacing: 1px;
  margin-right: 0;
  font-size: 22px;
  text-decoration: none;
}

.div-block-150 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.link-block-16 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-16.drop-dowb {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
}

.menu-container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-cta-sub-heading-container {
  overflow: hidden;
}

.div-block-592 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-cta-container {
  margin-top: 10px;
  overflow: hidden;
}

.menu-drop-down {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.menu-2 {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-menu-item {
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
}

.footer-drop-down-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-593 {
  padding-bottom: 3px;
}

.menu-contact-info-container {
  padding-top: 100px;
}

.hamburger-line._2 {
  background-color: #000;
  height: 1px;
  margin-bottom: 7px;
}

.hamburger-line._2.bottom {
  background-color: #000;
  width: 60%;
  height: 1px;
  margin-bottom: 0;
}

.hamburger-line._2.bottom.white {
  background-color: #fff;
  height: 1px;
}

.hamburger-line._2.white {
  background-color: #fff;
  height: 1px;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.div-block-387 {
  width: 50px;
  margin-left: 0;
}

.black-hamburger-swipe-line {
  background-color: #0d1d41;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-101%);
}

.main-button {
  background-color: #fff;
  border-radius: 5px;
  width: auto;
  height: 60px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.main-button.no-mt {
  background-color: var(--brown);
  border-radius: 5px;
  margin-top: 0;
  overflow: hidden;
}

.div-block-594 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-595 {
  background-color: var(--brown);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-595.green {
  background-color: var(--green);
}

.button-text {
  color: var(--green);
  font-size: 15px;
}

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

.code-embed-7 {
  color: var(--green);
  width: 25px;
  height: 25px;
}

.testimonial {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-596 {
  max-width: var(--max-width);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 140px;
  display: flex;
}

.stats-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.text-block-174 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.text-block-175 {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.text-block-176 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.image-61 {
  height: 80px;
}

.c-faq-q {
  border-style: none none solid;
  border-width: 1px;
  border-color: #e0e0e0 #e0e0e0 var(--green);
  background-color: #fff0;
  align-items: center;
  display: flex;
}

.c-faq-a-text {
  padding: 20px 20px 20px 0;
}

.c-faq-a-text.bottom {
  padding-bottom: 0;
}

.c-faq {
  z-index: 2;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-a-text {
  color: var(--green);
  font-size: 15px;
  line-height: 28px;
}

.container-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-2.cloneable {
  border-top: 2px #ffffff80;
  width: 100%;
  margin-top: 40px;
  padding: 0 0%;
}

.cloneable-area {
  z-index: 2;
  min-height: auto;
  position: relative;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.c-faq-q-text.top {
  padding-top: 0;
  padding-left: 0;
}

.faq-stripe-1 {
  background-color: var(--green);
  width: 2px;
  height: 100%;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-icon.top {
  padding-top: 0;
}

.faq-q-text {
  color: var(--green);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.faq-stripe-2 {
  background-color: var(--green);
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-item {
  z-index: 2;
  cursor: pointer;
  background-color: #fff0;
  border: 1px #e0e0e0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

._w-faq-icon {
  color: var(--green);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-content.cloneable {
  z-index: 2;
  padding-top: 0;
  position: relative;
}

.div-block-597 {
  max-width: var(--max-width);
  background-color: var(--bg-color);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 60px;
  padding: 20px 30px;
  display: flex;
}

.image-62 {
  height: 100%;
}

.div-block-598 {
  background-color: var(--green);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 30px;
  margin-top: 40px;
  display: flex;
}

.text-block-177 {
  color: #fff;
  font-size: 15px;
}

.div-block-599 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ffffff69;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-600 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-178 {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  font-style: italic;
}

.footer-banner-button-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-602 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-block-15 {
  border: 1px #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-15.no-mt {
  margin-top: 0;
}

.text-span-18 {
  font-weight: 500;
}

.text-block-179 {
  z-index: 1;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  position: relative;
}

.text-block-179.white {
  color: #fff;
  font-weight: 600;
}

.section-22 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -65px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.text-block-180 {
  z-index: 1;
  color: var(--green);
  text-transform: none;
  font-size: 28px;
  line-height: 34px;
  position: relative;
}

.div-block-603 {
  background-color: var(--bg-color);
  height: 400px;
  position: absolute;
  inset: 6% -51px 0 0%;
  transform: rotate(-23deg);
}

.div-block-604 {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-605 {
  max-width: var(--max-width);
  background-color: var(--bg-color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  padding: 0 0 0 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 22px #17161e30;
}

.bg-button {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
  transform: translate(0, 101%);
}

.bg-button.white {
  background-color: #fff;
}

.text-block-181 {
  color: var(--brown);
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
}

.color-1 {
  opacity: .79;
  filter: blur(200px);
  background-color: #a8ceab;
  border-radius: 100%;
  width: 60vw;
  height: 50vw;
  margin-bottom: -12vw;
  margin-left: 12vw;
  position: absolute;
  inset: auto auto 0% 50%;
}

.color-1.about {
  opacity: .39;
  margin-left: -20vw;
  left: 50%;
}

.color-2 {
  background-color: var(--brown);
  opacity: .88;
  filter: blur(300px);
  border-radius: 100%;
  width: 50vw;
  height: 50vw;
  margin-top: -10vw;
  position: absolute;
  inset: 0% -25% auto auto;
}

.usp-full-div {
  border-top: 1px #ffffffc4;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.usp-wrapper {
  aspect-ratio: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border-top: 1px #fff;
  width: 200%;
  height: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.infinite-loop-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 300px;
  grid-auto-columns: 300px;
  grid-auto-flow: column;
  margin-right: 16px;
  display: grid;
}

.infinite-loop-card {
  background-color: #eee0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  display: flex;
}

.usp-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 13px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 600;
}

.text-block-7 {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

.text-span {
  color: var(--bg-color);
  text-decoration: none;
}

.div-block-606 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-607 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 300px;
  display: flex;
}

.home-about-image-1 {
  object-fit: cover;
  border-radius: 5px;
  width: 50%;
  height: 100%;
}

.home-about-image-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-63 {
  border-radius: 5px;
  width: 50%;
  overflow: hidden;
}

.div-block-608 {
  max-width: var(--max-width);
  width: 100%;
  margin-bottom: 40px;
}

.image-64 {
  width: 100%;
}

.max-width-container {
  z-index: 1;
  max-width: var(--max-width);
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
}

.max-width-container.full-height {
  height: 100%;
}

.content-container {
  width: 100%;
}

.content-container.full-height {
  height: 100%;
}

.pain-point-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  display: grid;
}

.pain-point-item.text {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.pain-point-item.text.last-point {
  padding-bottom: 0;
}

.pain-point-item.text.green {
  border-top-color: var(--black-transparent);
}

.pain-point-item.heading-pain-point {
  border-top-style: none;
  height: auto;
  padding-bottom: 20px;
}

.pain-point-item.blurb-heading {
  height: auto;
  padding-bottom: 100px;
}

.pain-point-container {
  flex-flow: column;
  display: flex;
}

.large-seperator {
  width: 100%;
  height: 140px;
}

.small-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Everett, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.small-heading.green {
  color: var(--green);
}

.services-home {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  display: flex;
}

.services-home-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.sub-text-container {
  max-width: 420px;
}

.services-link-container {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.services-home-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-title-container {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  width: 100%;
}

.service-link-block-home {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  border-top: 1px solid var(--black-transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.service-link-block-home.last {
  border-bottom: 1px solid var(--black-transparent);
}

.service-link-content-container {
  max-width: var(--max-width);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.xlarge-heading {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 400;
  line-height: 65px;
}

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

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-highlight-bottom {
  z-index: -1;
  background-color: var(--grey);
  transform-origin: 50% 100%;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-item-bottom-wrapper {
  max-width: var(--max-width);
  padding-left: 50%;
  font-size: 16px;
  overflow: hidden;
}

.accordion {
  border-bottom: 1px solid var(--black-transparent);
}

.p-accordion-answer {
  color: var(--green);
  max-width: 38vw;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 36px;
}

.accordion-item {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  border-top: 1px solid var(--black-transparent);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.accordion-highlight-top {
  z-index: -1;
  background-color: var(--grey);
  transform-origin: 50% 0;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-arrow {
  opacity: .56;
  mix-blend-mode: exclusion;
  width: 28px;
  max-width: none;
}

.accordion-item-top-wrapper {
  max-width: var(--max-width);
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: flex;
}

.small-seperator {
  width: 100%;
  height: 70px;
}

.number-span {
  font-size: 14px;
  position: relative;
  top: -36px;
  left: -6px;
}

.testimonial-home {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.xxl-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 88px;
  font-weight: 400;
  line-height: 80px;
}

.testimonial-heading {
  max-width: 700px;
}

.bg-section {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image {
  width: 100%;
  position: relative;
  top: -10%;
}

.bg-shade-div {
  background-color: #00000075;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.testimonial-paragraph-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.div-block-609 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-610 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-183 {
  color: #fff;
  font-size: 22px;
}

.text-block-184 {
  color: var(--green);
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.splide__list {
  width: auto;
  display: flex;
}

.project-section-2 {
  z-index: 1;
  background-color: var(--bg-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  max-width: 1420px;
  height: auto;
}

.splide__slide {
  flex: none;
  width: 50%;
  margin-right: 40px;
}

.div-block-611 {
  align-items: center;
  display: flex;
}

.link-button {
  border: 1px solid var(--black-transparent);
  background-color: #cdc0b000;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.splide__track {
  width: 100%;
}

.div-block-612 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-612.padding {
  height: auto;
  margin-bottom: 40px;
}

.h2-heading {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 53px;
}

.splide {
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-block-684 {
  background-color: #cdc0b0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  display: flex;
}

.div-block-684.black {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #10101000;
  border-radius: 999px;
  overflow: hidden;
}

.bg-sahde-project {
  z-index: 1;
  background-image: linear-gradient(0deg, #00000082, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-685 {
  border-bottom: 1px #ffffff96;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.project-if-card {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-185 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.text-block-185.type {
  color: #1c1c1c;
  letter-spacing: normal;
  text-transform: none;
  background-color: #cdc0b0;
  border-radius: 2px;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-186 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-186.project-page {
  font-size: 32px;
  line-height: 38px;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-card-link {
  aspect-ratio: 3 / 2;
  width: 100%;
  text-decoration: none;
}

.project-card-link.project-page {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  height: auto;
  max-height: 80vh;
}

.cta-heading-container {
  max-width: 900px;
}

.menu-bg {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #93939347;
  position: absolute;
  inset: 0%;
}

.menu-link-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-3 {
  z-index: 99;
  background-color: #cdc0b000;
  border-radius: 10px;
  width: 50%;
  max-width: 470px;
  height: 95%;
  margin-left: auto;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(0%);
}

.menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.nav-link:hover {
  opacity: .74;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--white);
  font-size: 54px;
  line-height: 54px;
}

.div-block-700 {
  border-radius: 3px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.div-block-700.contact {
  background-color: #1c1c1c;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-container-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed-21 {
  color: #fff;
  width: 12px;
  max-width: 20px;
  height: 12px;
  margin-top: -3px;
}

.link-block-45 {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link-block-45.menu-button {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-79 {
  width: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.exit-button-3 {
  z-index: 1;
  color: #fff0;
  -webkit-text-stroke-color: #fff;
  background-color: #4b604d00;
  border: 1px solid #ffffff87;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-video {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video.desktop-hidden {
  display: none;
}

.background-video.mobile-hidde {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.menu-links-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.menu-nav-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.text-block-210 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  overflow: visible;
}

.div-block-701 {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.menu-content-container {
  width: 100%;
  height: 100%;
}

.div-block-699 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: grid;
  position: relative;
}

.div-block-702 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-left: auto;
  display: flex;
}

.section-23 {
  overflow: hidden;
}

.hero-bg-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: relative;
  top: -5%;
}

.sub-page-hero-content-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-intro {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-intro-container {
  max-width: 1200px;
}

.large-paragraph {
  color: var(--green);
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
}

.large-paragraph.white {
  color: var(--white);
  font-weight: 400;
}

.line-seperator {
  border-top: 1px solid var(--black-transparent);
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
}

.div-block-704 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-211 {
  color: var(--green);
  font-size: 15px;
}

.about-image {
  border-radius: 5px;
  width: 100%;
}

.about-image-container-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.about-image-section-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-705 {
  max-width: var(--max-width);
  width: 100%;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-section {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-hero {
  padding-top: 140px;
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link-heading {
  color: var(--green);
  font-size: 15px;
}

.contact-link-text {
  color: var(--green);
  font-size: 22px;
  line-height: 26px;
}

.div-block-706 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.footer-link-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-container.scoials {
  display: none;
}

.footer-menu-wrapper {
  width: 50%;
}

.project-info {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
}

.project__overview {
  width: 100%;
}

.project__overview-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--black-transparent);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.heading-tiny {
  color: var(--green);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-regular-3 {
  font-size: 1rem;
  line-height: 150%;
}

.text-regular-3.c1-80 {
  color: var(--green);
  font-size: 18px;
  line-height: 24px;
}

.project-gallery {
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
}

.collection-list-2 {
  flex-flow: wrap;
  display: flex;
}

.collection-item {
  max-width: 50%;
}

.image-122 {
  border-radius: 7px;
}

.code-embed-8 {
  color: var(--white);
  width: 60px;
  margin-left: -10px;
  position: relative;
}

.button {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.button.top {
  margin-top: 40px;
}

.button-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-212 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.button-underline {
  border-bottom: 1px solid var(--white);
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 3px;
}

.button-underline.green {
  border-bottom-color: var(--green);
  background-color: var(--green);
}

.button-line-container {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-wrapper {
  max-width: 400px;
}

.nextarrow, .prevarrow {
  border: 1px solid var(--green);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-span-19 {
  margin-left: 220px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .nav-bar-container.fixed, .nav-bar-container.top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-13 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu {
    opacity: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.no-mt {
    font-size: 80px;
    line-height: 80px;
  }

  .section {
    height: auto;
    padding: 100px 20px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-512 {
    margin-bottom: 40px;
  }

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

  .project-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-block-18 {
    margin-top: 40px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 45px;
  }

  .service-cards.residential {
    margin-right: 20px;
  }

  .image-31 {
    height: 350px;
  }

  .heading-5 {
    width: 100%;
    font-size: 52px;
    line-height: 70px;
  }

  .heading-5.h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .image-6 {
    height: 60px;
  }

  .div-block-552 {
    justify-content: space-between;
  }

  .text-block-92 {
    font-size: 17px;
    line-height: 24px;
  }

  .text-block-93 {
    font-size: 14px;
  }

  .image-5 {
    height: 60px;
  }

  .div-block-554 {
    width: 66%;
  }

  .div-block-553 {
    width: 40%;
  }

  .image-44 {
    width: 200px;
    max-width: none;
  }

  .footer, .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-4.footer-text {
    margin-top: 0;
  }

  .div-block-525 {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .link-block-11 {
    margin-top: 0;
  }

  .div-block-582 {
    padding-right: 40px;
  }

  .div-block-583 {
    padding-left: 0;
  }

  .slickdemo-why {
    margin-top: 140px;
  }

  .slick-why-item {
    height: auto;
  }

  .usp-heading {
    max-width: 210px;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-112 {
    padding-top: 10px;
  }

  .exit-button-2 {
    margin-top: 0;
  }

  .div-block-150 {
    flex-direction: row;
    align-items: center;
  }

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

  .hamburger-line._2 {
    height: 2px;
  }

  .testimonial {
    height: 1100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-597 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-banner-button-container {
    justify-content: flex-end;
    width: auto;
  }

  .text-block-180 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-603 {
    right: -69px;
  }

  .div-block-605 {
    padding-left: 30px;
  }

  .home-about-image-1 {
    width: 43%;
  }

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

  .number-span {
    top: -26px;
  }

  .xxl-heading {
    font-size: 80px;
  }

  .project-section-2 {
    padding: 0px var(--desktop-padding);
  }

  .h2-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .link-block-45 {
    margin-top: 20px;
  }

  .div-block-702 {
    justify-content: space-between;
    width: 100%;
  }

  .large-paragraph.white {
    margin-top: 0;
  }

  .about-image-container-1 {
    grid-row-gap: 40px;
  }

  .footer-link-container {
    display: none;
  }

  .page-wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .heading.no-mt {
    font-size: 60px;
    line-height: 60px;
  }

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

  .div-block-509 {
    flex-flow: column;
  }

  .paragraph.hero {
    font-size: 18px;
    line-height: 24px;
  }

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

  ._50-container-1._70 {
    width: 100%;
    padding-right: 0;
  }

  .project-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-330 {
    margin-bottom: 20px;
  }

  .service-cards.residential {
    margin-right: 0;
  }

  .heading-5 {
    font-size: 38px;
    line-height: 48px;
  }

  .div-block-552 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-554 {
    width: 100%;
    padding-top: 20px;
  }

  .footer-contact-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .contact-link-container {
    margin-right: 20px;
  }

  .contact-link-container._2 {
    flex: none;
    margin-right: 12px;
  }

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

  .heading-6 {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-4.footer-text {
    max-width: 100%;
  }

  .div-block-301.service-page {
    flex-flow: column;
  }

  .div-block-301.service-page.projects {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-393 {
    position: static;
  }

  .div-block-302.service-page {
    margin-top: 0;
  }

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

  .div-block-583 {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .slickdemo-why {
    margin-top: 140px;
  }

  .slick-why-item {
    width: 100%;
  }

  .testimonial {
    height: 100vh;
  }

  .div-block-597 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-banner-button-container {
    justify-content: center;
    align-items: center;
  }

  .usp-wrapper {
    height: 100px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .home-about-image-1 {
    width: 100%;
  }

  .xxl-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .bg-image {
    object-fit: cover;
    height: 110%;
  }

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

  .div-block-610 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .project-section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-612 {
    margin-bottom: 20px;
  }

  .project-if-card {
    padding-bottom: 20px;
  }

  .image-79 {
    width: 80px;
  }

  .div-block-702 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-image-section-container {
    flex-flow: column;
  }

  .project__overview-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 95vh;
  }

  .link-block-2, .link-block-2.w--current, .div-block-9 {
    width: 100%;
  }

  .contact-info-page {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .contact-info-page.align-menu {
    margin-bottom: 100px;
  }

  .text-block-4 {
    font-size: 40px;
  }

  .top-menu {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu {
    opacity: 0;
    display: none;
  }

  .project-info-card {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .nav-menu-2 {
    margin-top: 0;
  }

  .div-block-508 {
    padding-bottom: 60px;
  }

  .div-block-508.contact {
    flex-flow: column;
  }

  .heading.no-mt {
    font-size: 40px;
    line-height: 46px;
  }

  .heading.top-heading {
    font-size: 24px;
  }

  .section.overlap-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-2.centred.project {
    font-size: 36px;
    line-height: 42px;
  }

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

  .paragraph.project {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph.hero {
    font-size: 16px;
    line-height: 22px;
  }

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

  .section-2.top.overlap-padding {
    padding-top: 100px;
  }

  .content-container-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  ._50-container-1._70, ._50-container-1.image {
    width: 100%;
    padding-right: 0;
  }

  ._50-container {
    width: 100%;
  }

  .text-block-91 {
    font-size: 150px;
  }

  .card-slider_item {
    width: 100%;
  }

  .project-section {
    padding: 40px 0%;
  }

  .slickdemo {
    margin-left: 0;
    padding-bottom: 30px;
    position: relative;
    left: 0;
  }

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

  .card.project-page {
    padding-left: 0;
    padding-right: 0;
  }

  .image-43 {
    flex: 0 auto;
    display: none;
  }

  .div-block-330 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-330.padding {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-18 {
    margin-top: 20px;
    padding-left: 30px;
  }

  .link-block-18.no-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-18.no-margin.mobile {
    display: flex;
  }

  .heading-4 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }

  .heading-4.services {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-398 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-103 {
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-5.h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-552 {
    padding-bottom: 50px;
  }

  .text-block-92 {
    font-size: 16px;
  }

  .text-block-93 {
    text-align: center;
    font-size: 13px;
  }

  .link-153 {
    color: #969696;
    text-decoration: none;
  }

  .div-block-557 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-559 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 70px;
    padding-top: 0;
  }

  .div-block-554 {
    padding-top: 30px;
  }

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

  .contact-link-container.no-mr {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-contact-details-card {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .div-block-558 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 0;
    display: flex;
  }

  .div-block-553 {
    justify-content: center;
    align-items: center;
  }

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

  .social-icons {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .social-icons.contact-page {
    margin-bottom: 0;
  }

  .link-block-21.no-m {
    margin-left: 0;
  }

  .code-embed-3 {
    height: 18px;
  }

  .section-3 {
    height: 490px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .paragraph-4.footer-text {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .link-block-42 {
    display: none;
  }

  .div-block-568 {
    width: 100%;
    padding-top: 80px;
  }

  .div-block-572 {
    grid-template-columns: 1fr;
  }

  .text-block-170 {
    text-align: center;
    font-size: 13px;
    line-height: 13px;
  }

  .div-block-282 {
    width: 90%;
  }

  .heading-11 {
    text-align: center;
    font-size: 30px;
    line-height: 39px;
  }

  .heading-11.no-margin-top.left {
    text-align: left;
  }

  .text-block-125 {
    margin-left: 10px;
  }

  .div-block-301 {
    justify-content: center;
  }

  .div-block-301.service-page {
    flex-direction: column;
  }

  .div-block-301.service-page.projects {
    align-items: flex-start;
    padding-top: 40px;
  }

  .div-block-536 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-394.project-info {
    grid-template-columns: 1fr;
  }

  .div-block-393 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    position: static;
  }

  .text-block-123 {
    margin-top: 5px;
    line-height: 14px;
  }

  .div-block-302.service-page {
    align-items: center;
    margin-top: 0;
  }

  .div-block-302.service-page.projects {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-302.service-page.projects.project-page {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .div-block-525 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .green-circle {
    min-width: 7px;
    min-height: 7px;
  }

  .link-block-11 {
    margin-left: 0;
  }

  .div-block-278 {
    width: 45px;
    height: auto;
    position: relative;
  }

  .div-block-277 {
    background-color: #000;
    width: 25px;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-277._60 {
    background-color: #fff;
    width: 60%;
    height: 1.5px;
    max-height: none;
    margin-left: auto;
  }

  .div-block-277._2 {
    color: #fff;
    background-color: #fff;
    width: 45px;
    height: 1.5px;
    max-height: none;
    margin-top: 7px;
    position: static;
  }

  .div-block-277._2.bottom {
    background-color: #fff;
  }

  .div-block-582 {
    padding-right: 0;
  }

  .slickdemo-why {
    margin-top: 80px;
  }

  .usp-heading {
    max-width: 300px;
    font-size: 30px;
    line-height: 36px;
  }

  .footer-header._2 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-172.contact-info-text {
    font-size: 16px;
    line-height: 22px;
  }

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

  .div-block-112 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-112.menu-div {
    padding-bottom: 0;
  }

  .text-block-130 {
    font-size: 30px;
    line-height: 25px;
  }

  .menu-nav {
    padding-top: 0;
  }

  .div-block-588 {
    height: 130px;
  }

  .image-60 {
    height: 70px;
  }

  .div-block-383 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 2fr;
    height: 530px;
  }

  .div-block-150 {
    justify-content: center;
  }

  .menu-container {
    padding-top: 6px;
  }

  .nav-menu-item._2 {
    margin-bottom: 0;
  }

  .menu-contact-info-container {
    padding-top: 0;
  }

  .hamburger-line {
    background-color: #000;
    width: 25px;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .hamburger-line._2 {
    color: #fff;
    background-color: #fff;
    height: 2px;
    max-height: none;
    margin-top: 7px;
    position: static;
  }

  .hamburger-line._2.bottom {
    background-color: #fff;
  }

  .div-block-387 {
    width: 25px;
    height: auto;
    position: relative;
  }

  .testimonial {
    height: 740px;
  }

  .text-block-174 {
    font-size: 38px;
  }

  .text-block-175 {
    font-size: 14px;
  }

  .faq-q-text {
    line-height: 20px;
  }

  .div-block-597 {
    flex-flow: column;
    height: 100%;
    margin-bottom: 50px;
  }

  .image-62 {
    width: 100%;
  }

  .footer-banner-button-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .div-block-602 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-603 {
    margin-bottom: 207px;
    inset: auto -28% auto -36%;
    transform: rotate(-4deg);
  }

  .div-block-604 {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .div-block-605 {
    flex-flow: column;
    height: auto;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .usp-full-div {
    margin-top: 10px;
  }

  .usp-wrapper {
    height: 100px;
  }

  .infinite-loop-card-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-8 {
    margin-bottom: 9px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .home-about-image-1 {
    width: 100%;
  }

  .home-about-image-container {
    flex-flow: column;
  }

  .image-63 {
    width: 100%;
  }

  .pain-point-item.text {
    grid-template-columns: 1fr;
  }

  .pain-point-item.text.green {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pain-point-item.blurb-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pain-point-div.hidden-mobile {
    display: none;
  }

  .large-seperator {
    height: 100px;
  }

  .xlarge-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .xlarge-heading.white {
    font-size: 40px;
    line-height: 47px;
  }

  .accordion-item-bottom-wrapper {
    padding-left: 0%;
  }

  .p-accordion-answer {
    max-width: 100%;
  }

  .accordion-arrow {
    width: 15px;
  }

  .number-span {
    font-size: 12px;
    top: -17px;
    left: 0;
  }

  .xxl-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 26px;
  }

  .project-section-2 {
    padding: 0 0%;
  }

  .splide__slide {
    width: 90%;
  }

  .div-block-612 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-612.padding {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-186.project-page {
    font-size: 22px;
    line-height: 28px;
  }

  .menu-link-container {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .menu-3 {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 20px;
    display: flex;
    transform: none;
  }

  .nav-link, .nav-link.w--current {
    font-size: 38px;
    line-height: 42px;
  }

  .div-block-700 {
    display: none;
  }

  .div-block-700.contact {
    background-color: #1c1c1c00;
    border-radius: 7px;
  }

  .menu-container-2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .link-block-45 {
    width: 100%;
  }

  .image-79 {
    display: none;
  }

  .exit-button-3 {
    left: auto;
    right: 0;
  }

  .background-video, .background-video.desktop-hidden {
    display: block;
  }

  .background-video.mobile-hidde {
    display: none;
  }

  .menu-links-container {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .menu-nav-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-210 {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .sub-page-hero-content-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .large-paragraph, .large-paragraph.white {
    font-size: 24px;
    line-height: 30px;
  }

  .about-image-container-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-image-section-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .collection-list-2 {
    flex-flow: column;
    width: 100%;
  }

  .collection-item {
    width: 100%;
    max-width: 100%;
  }

  .lightbox-link-4, .image-122 {
    width: 100%;
  }

  .button {
    z-index: 1;
    margin-top: 30px;
    padding-left: 0;
    position: relative;
  }

  .button.top {
    margin-top: 30px;
  }

  .text-block-212 {
    font-size: 12px;
  }
}

#w-node-_1cda17ac-de6b-beec-9ed6-b49b607eb8d5-a6867a76, #w-node-_2da4ab9f-cc50-3dd0-fffd-5e2b9936642b-a6867a76, #w-node-_08204955-77be-fe47-7677-943bab40ded6-a6867a76, #w-node-_86071edc-43a4-ffe2-c31d-6515832dfd00-a6867a76 {
  place-self: center end;
}

#w-node-a2dad64f-d52b-5d7f-1929-eb6e97487ff5-a6867a96, #w-node-a2dad64f-d52b-5d7f-1929-eb6e97487ffb-a6867a96, #w-node-a2dad64f-d52b-5d7f-1929-eb6e97488000-a6867a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Everett';
  src: url('../fonts/everett-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('../fonts/everett-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/foundersgrotesk-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/foundersgrotesk-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/foundersgrotesk-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/foundersgrotesk-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/foundersgrotesk-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacialindifference-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacial Indifference';
  src: url('../fonts/glacialindifference-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}