:root {
  --neutral-600: #070707;
  --neutral-800: #070707;
  --neutral-800-50: #07070780;
  --neutral-100: white;
  --neutral-400: #b3b3b3;
  --neutral-700: #222;
  --neutral-500: #8c8c8c;
  --neutral-300: #dadada;
  --neutral-200: whitesmoke;
  --main-blue: #5067b8;
  --error: #ff00008c;
  --blue: #0037ff;
}

body {
  color: var(--neutral-600);
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.26em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.35em;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.31818em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--neutral-800);
  padding-left: 0;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral-800-50);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 48px;
  padding-left: 56px;
}

img {
  width: 100%;
  max-width: none;
  display: inline-block;
}

label {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-weight: 400;
}

strong {
  color: var(--neutral-800);
  font-weight: 400;
}

blockquote {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  border-left: 0 solid #000;
  align-items: center;
  margin-bottom: 24px;
  padding: 120px 80px;
  font-size: 24px;
  line-height: 38px;
  display: flex;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 18px;
}

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

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.mg-bottom-40px.mg-bottom-mobile-32px {
  margin-bottom: 20px;
}

.mg-bottom-40px.no-padding-down {
  margin-bottom: 20px;
  font-size: 18px;
}

.block {
  display: block;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.5em;
}

.text-uppercase._18px {
  font-size: 18px;
}

.text-center {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-center.mobile-l {
  text-align: left;
}

.text-center.ligh-frey-back {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 22px 20px;
}

.text-center.ligh-frey-back.centered {
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.text-center.ligh-frey-back.top-alignment {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-center.full-height-space {
  justify-content: space-between;
  align-items: center;
}

.color-white {
  color: var(--neutral-100);
  line-height: 66px;
}

.color-white.mg-bottom-0px.link {
  transition: color .3s;
}

.color-white.mg-bottom-0px.link:hover {
  color: var(--neutral-400);
}

.color-white.mg-bottom-0px.footer {
  background-image: none;
  padding-top: 0;
}

.color-white.mg-bottom-8px {
  margin-bottom: 20px;
  line-height: 60px;
}

.color-white.mg-bottom-8px.smaller-font {
  font-size: 40px;
  line-height: 42px;
}

.color-white.mg-bottom-8px.less-padding {
  line-height: 36px;
}

.color-white.mg-bottom-32px {
  margin-bottom: 0;
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.container-default {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-default.home-hero {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.container-default.project {
  position: static;
}

.container-default.wider-container {
  max-width: 2100px;
}

.container-default.left {
  justify-content: space-between;
  align-items: flex-start;
}

.container-default.header-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  height: 100%;
  padding: 0 20px;
}

.container-default.other-padding {
  background-color: var(--neutral-800);
  background-image: linear-gradient(#000 23%, #0000), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640b94df260a9f7fe3423ab3_Screen%20Shot%202023-03-09%20at%2012.42.21%20PM.webp");
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-default.other-padding.other {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.container-medium {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-medium.no-padding-up {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 20px;
}

.button-primary {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.button-primary:hover {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
  background-color: #0000;
}

.button-primary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 24px 56px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  align-self: stretch;
  width: 100%;
  display: block;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary._2-buttons {
  margin-bottom: 20px;
  margin-right: 26px;
}

.button-primary.button-row {
  margin-right: 24px;
}

.button-primary.brix-templates {
  background-color: #553ffe;
}

.button-primary.brix-templates:hover {
  color: #553ffe;
  background-color: #0000;
  border-color: #553ffe;
}

.button-primary.space-down {
  margin-bottom: 0;
}

.button-primary.space-down.up {
  margin-top: 0;
  margin-bottom: 40px;
}

.button-primary.button-white {
  border-color: var(--neutral-600);
  background-color: var(--neutral-600);
  color: var(--neutral-100);
  -webkit-text-stroke-color: var(--neutral-600);
}

.button-primary.button-white:hover {
  border-color: var(--neutral-600);
  color: var(--neutral-600);
  background-color: #0000;
}

.button-primary.button-white._2-buttons.other-button:hover {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  -webkit-text-stroke-color: var(--neutral-100);
  border-color: var(--neutral-100);
  -webkit-text-stroke-color: var(--neutral-100);
  border-color: var(--neutral-100);
  -webkit-text-stroke-color: var(--neutral-100);
}

.button-secondary {
  border: 1px solid var(--neutral-800);
  color: var(--neutral-800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.button-secondary:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  border-color: #0000;
}

.button-secondary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 24px 56px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary.button-dark {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  background-color: #0000;
  padding: 12px 17px;
  font-size: 14px;
}

.button-secondary.button-dark:hover {
  border-color: var(--neutral-600);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
}

.button-secondary.button-white {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  background-color: #0000;
}

.button-secondary.button-white:hover {
  background-color: var(--neutral-100);
  color: var(--neutral-800);
}

.button-secondary.button-white.full-width {
  width: 100%;
  margin-top: 0;
}

.button-secondary.tab {
  margin-left: 18px;
  margin-right: 18px;
  padding-left: 64px;
  padding-right: 64px;
}

.button-secondary.tab:hover {
  background-color: var(--neutral-800);
}

.button-secondary.tab.w--current {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.button-secondary.testimonial-button {
  justify-content: center;
  align-items: center;
  width: 300px;
  display: block;
}

.button-secondary.smaller-button {
  padding: 12px 24px;
  font-size: 12px;
}

.header {
  background-color: #0000;
  border-bottom: 1px #ffffff80;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo {
  width: 100%;
  display: block;
}

.header-navigation {
  margin-bottom: 0;
  margin-right: 64px;
  padding-left: 0;
  list-style-type: none;
}

.header-navigation.hide-in-mobile {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 10px;
}

.nav-item-wrapper.block {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: var(--neutral-400);
  font-size: 24px;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.nav-link:hover {
  color: var(--neutral-100);
}

.nav-link.inside-header.dropdown, .nav-link.inside-header.dropdown:hover {
  padding-right: 20px;
}

.nav-link.inside-header {
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 38px 5px;
  font-size: 16px;
  line-height: 20px;
  transition: background-color .3s, color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link.inside-header:hover {
  color: var(--neutral-100);
  background-color: #ffffff26;
}

.nav-link.inside-header.w--current {
  border-bottom: 1px none var(--neutral-100);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  display: flex;
}

.nav-link.inside-header.dropdown, .nav-link.inside-header.dropdown:hover {
  padding-right: 20px;
}

.nav-link.inside-header.contact-button {
  border-right: .5px solid var(--neutral-100);
  border-left: .5px solid var(--neutral-100);
  text-align: center;
  background-color: #5067b800;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px 15px;
  line-height: 22px;
  display: flex;
}

.nav-link.inside-header.contact-button:hover {
  background-color: #394d92;
}

.nav-link.inside-header.dropdown, .nav-link.inside-header.dropdown:hover {
  padding-right: 20px;
}

.nav-link.inside-header.dropdown.w--open {
  padding-right: 31px;
}

.menu-button {
  z-index: 10;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 6px;
  padding: 0;
  display: flex;
}

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

.nav-menu {
  z-index: 2147483647;
  background-color: var(--neutral-800);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 88px;
  padding-bottom: 120px;
  display: flex;
}

.footer {
  z-index: 2;
  background-color: var(--neutral-800);
  background-image: linear-gradient(to bottom, var(--neutral-100), var(--neutral-100));
  color: var(--neutral-300);
  border-top: 1px #ffffff21;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
}

.footer-mid-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1800px;
  margin-top: 0;
  margin-bottom: 19px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-logo-container {
  padding-left: 0;
}

.footer-logo-container.mg-bottom-24px.w--current {
  margin-bottom: 0;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-nav.other-div {
  width: auto;
  display: flex;
}

.footer-logo {
  transform-style: preserve-3d;
  width: 300px;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.footer-nav-item {
  margin-bottom: 10px;
}

.page-wrapper {
  background-color: #fff;
  width: 100vw;
}

.section {
  width: 100%;
  padding: 40px;
}

.section.utility-page {
  background-color: var(--neutral-800);
  padding-top: 200px;
  padding-bottom: 120px;
}

.section.home-hero {
  color: var(--neutral-100);
  background-image: url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640b9258e3594b274b2dace8_Screen%20Shot%202023-03-09%20at%2012.30.08%20PM.webp");
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 107px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.mask.hidden {
  display: flex;
}

.section.bg-neutral-800 {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.section.bg-neutral-800.mask {
  padding: 50px 40px;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.mask {
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.about {
  color: var(--neutral-100);
  background-image: linear-gradient(#0000 56%, #fff 56%), linear-gradient(#0000008a, #0000008a), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69aaebeabb3045fa31741207_66d899f27e80cb6ad6aa141e_4.avif");
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 157px;
  padding-bottom: 0;
  position: relative;
}

.section.pd-bottom-0px {
  padding-bottom: 0;
}

.section.pd-bottom-0px.black-back {
  background-color: var(--neutral-800);
  padding-top: 0;
  padding-bottom: 98px;
}

.section.blog {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  padding-top: 200px;
  padding-bottom: 240px;
}

.section.small-first-section {
  background-color: var(--neutral-800);
  color: var(--neutral-300);
  background-image: linear-gradient(#00000047, #00000047), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403aa96a05a6b1d204b627e_Photo%20Mar%2025%202022%2C%2012%2017%2006%20PM%20-%20LOW.webp");
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 550px;
  padding-top: 92px;
  padding-bottom: 0;
  display: flex;
}

.section.small-first-section.project-hero-div {
  background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69b94e01e8237d5cca27d5bc_Image%20Feb%2025%2C%202026%2C%2003_54_05%20PM.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  padding-bottom: 0;
  display: flex;
}

.section.small-first-section.project-hero-div.company {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69aaebeabb3045fa31741207_66d899f27e80cb6ad6aa141e_4.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.small-first-section.architects-designers {
  background-image: linear-gradient(#00000054, #00000054), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69b4046900a654f4cebc2870_Image%20Feb%2025%2C%202026%2C%2003_56_48%20PM.png");
  height: 100vh;
}

.section.shop {
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section.first-section {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  padding-top: 200px;
  padding-bottom: 120px;
}

.section.medium {
  padding-top: 164px;
  padding-bottom: 164px;
}

.section.hidden {
  display: none;
}

.section.blog {
  color: #fff;
  background-color: #070707;
  padding-top: 200px;
  padding-bottom: 120px;
}

.section.other {
  padding-bottom: 21px;
}

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

.section.cms-page-first-section {
  color: #fff;
  padding: 190px 41px 120px;
}

.section.cms-page-first-section.pd-bottom-0px {
  padding-bottom: 0;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral-400);
  color: var(--neutral-100);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0;
  padding: 0 13px 0 0;
  font-size: 12px;
  line-height: 1.2em;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: #fff9;
}

.input:focus {
  border-bottom-color: var(--neutral-100);
  color: var(--neutral-100);
}

.input::placeholder {
  color: var(--neutral-100);
}

.input.password {
  margin-bottom: 24px;
}

.input.checkout {
  height: 46px;
  margin-bottom: 16px;
}

.input.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: 46px;
  margin-bottom: 16px;
}

.input.footer-input {
  color: var(--neutral-600);
  border-style: none none solid;
  border-color: #000;
  margin-bottom: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 19px;
  font-size: 13px;
}

.input.footer-input::placeholder {
  color: var(--neutral-600);
}

.input.dark {
  border-bottom-color: var(--neutral-500);
  color: var(--neutral-800);
}

.input.dark:hover, .input.dark:focus {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.input.dark::placeholder {
  color: var(--neutral-700);
}

.input.other-specify {
  display: block;
}

.input.text-area {
  color: var(--neutral-100);
  min-height: 85px;
  font-size: 12px;
  line-height: 1.6em;
}

.divider {
  background-color: var(--neutral-600);
  width: 100%;
  min-height: 1px;
}

.divider.utility-pages {
  background-color: var(--neutral-300);
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.spacer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.spacer._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.bg-white {
  background-color: var(--neutral-100);
}

.divider.product-page {
  margin-top: 44px;
  margin-bottom: 44px;
}

.divider.sections-hero {
  background-color: var(--neutral-300);
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item {
  color: var(--neutral-800);
  font-weight: 700;
  text-decoration: none;
}

.title.utility-page {
  color: var(--neutral-100);
}

.title.nav-menu-title {
  color: var(--neutral-100);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
}

.title.faq-title {
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 22px;
}

.split-content.checkout-left {
  flex-grow: 1;
}

.split-content.checkout-right {
  border: 1px solid var(--neutral-800);
  flex-grow: 1;
}

.split-content.portfolio-right-column {
  flex: 1;
  max-width: 600px;
  margin-left: 16px;
}

.split-content.portfolio-left-column {
  flex: 1;
  max-width: 550px;
  margin-top: 110px;
  margin-right: 16px;
}

.split-content.footer-top-content-left {
  width: 50%;
  max-width: none;
}

.split-content.about-story {
  max-width: 88%;
}

.split-content.about-story.left {
  max-width: none;
  margin-bottom: 20px;
}

.split-content.about-story-right {
  margin-top: 0;
}

.split-content.testimonials-left {
  flex: 1;
  max-width: 50%;
  margin-right: 21px;
}

.split-content.testimonials-right {
  flex: 1;
  max-width: 50%;
  margin-top: 80px;
}

.split-content.featured-blog-right {
  align-self: center;
  max-width: 428px;
}

.split-content.featured-blog-left {
  align-self: stretch;
  width: 100%;
  margin-right: 56px;
  position: relative;
  overflow: hidden;
}

.split-content.blog-card-bottom-content-left {
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.split-content.blog-card-bottom-content-right {
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.cta-v2-left {
  flex: 1;
  max-width: 400px;
  margin-right: 64px;
}

.split-content.cta-v2-right {
  flex: 1;
  max-width: 540px;
}

.split-content.portfolio-card-left {
  flex: 1;
  align-self: center;
  max-width: 50%;
}

.split-content.portfolio-card-right {
  flex: 1;
  max-width: 50%;
  height: 350px;
  margin-left: 32px;
  overflow: hidden;
}

.split-content.contact-left-content {
  flex: 1;
  max-width: 490px;
  margin-right: 20px;
}

.split-content.contact-right-content {
  flex: 1;
  max-width: 53%;
  margin-left: 20px;
}

.split-content.contact-links-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.split-content.offices-left {
  z-index: 1;
  border: 2px none var(--neutral-100);
  background-color: #0000006e;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  width: 300px;
  min-width: auto;
  max-width: none;
  height: 260px;
  margin-right: 0;
  padding: 27px;
  position: absolute;
  inset: 4% auto auto 3%;
}

.split-content.blog-post-left {
  width: 100%;
  max-width: none;
  margin-right: 20px;
}

.split-content.blog-post-right {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  text-align: center;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  min-width: 360px;
  max-width: 430px;
  margin-left: 20px;
  padding: 72px 65px 72px 56px;
  display: flex;
  position: sticky;
  top: 40px;
}

.split-content.team-left {
  flex: 1;
  max-width: 45%;
}

.split-content.team-right {
  flex: 1;
  max-width: 51%;
}

.split-content.blog-post-right {
  text-align: center;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  min-width: 360px;
  max-width: 430px;
  margin-left: 20px;
  padding: 72px 65px 72px 56px;
  display: flex;
  position: sticky;
  top: 40px;
}

.split-content.header-left {
  z-index: 10;
  width: 300px;
  position: relative;
}

.split-content.header-right {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.split-content.footer-top-content-right {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  max-width: 1400px;
  margin-bottom: 0;
  display: flex;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.gallery-image {
  transition: opacity .3s, transform .3s;
}

.image.gallery-image:hover {
  opacity: .72;
  transform: translate(5px, -5px);
}

.image.full-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  inset: 0;
}

.image.portfolio-main-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0;
}

.header-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.h4-size {
  font-size: 22px;
  line-height: 1.31818em;
}

.rich-text {
  color: #696969;
  width: 100%;
}

.rich-text blockquote {
  background-color: var(--neutral-800);
  color: var(--neutral-200);
  margin-bottom: 48px;
}

.rich-text figure {
  margin-bottom: 48px;
}

.rich-text ul {
  margin-bottom: 48px;
  padding-left: 56px;
}

.rich-text li {
  margin-bottom: 8px;
}

.rich-text.white-headers h1, .rich-text.white-headers h2, .rich-text.white-headers h3, .rich-text.white-headers h4, .rich-text.white-headers h5, .rich-text.white-headers h6 {
  color: var(--neutral-100);
}

.rich-text h3 {
  margin-top: 48px;
  font-size: 1.125rem;
}

.rich-text.company {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-0px {
  margin-bottom: 10px;
  font-size: 18px;
}

.mg-bottom-0px.width-100 {
  width: 100%;
}

.mg-bottom-0px.white-text {
  color: var(--neutral-100);
  text-align: center;
  margin-top: 16px;
}

.mg-bottom-0px.white-text.left-align {
  text-align: left;
}

.mg-bottom-0px.space-up-little {
  margin-top: 34px;
}

.menu-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 42px;
  height: 30px;
  display: none;
}

.menu-icon-bottom-line {
  background-color: var(--neutral-100);
  width: 42px;
  min-height: 1px;
}

.brand {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brand:hover {
  transform: scale3d(.94, .94, 1.01);
}

.decoration-line {
  background-color: var(--neutral-800);
  flex: 1;
  min-height: 1px;
  margin-bottom: 3px;
  margin-left: 16px;
  position: relative;
}

.decoration-line.mg-bottom-0px {
  margin-bottom: 0;
}

.decoration-line.bg-neutral-600 {
  background-color: var(--neutral-600);
  background-color: var(--neutral-600);
}

.bg {
  z-index: -1;
  position: absolute;
}

.bg.home-hero-line-wrapper {
  z-index: auto;
  justify-content: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg.about {
  background-color: var(--neutral-800);
  min-height: auto;
  inset: 0% 0% auto;
}

.bg.shop {
  background-color: var(--neutral-800);
  min-height: 660px;
  inset: 0% 0% auto;
}

.bg.cms-page {
  background-color: var(--neutral-800);
  background-color: #070707;
  background-color: var(--neutral-800);
  inset: 0% 0% auto;
  inset: 0% 0% auto;
  inset: 0% 0% auto;
  background-color: #070707;
  min-height: 85vh;
  inset: 0% 0% auto;
}

.top-content.title-button {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.top-content.title-button.wrap-in-tablet.half {
  max-width: 1200px;
}

.top-content.title-button.blog.bottom-border-neutral-600 {
  border-bottom-color: var(--neutral-600);
}

.top-content.title-button.hafl {
  grid-template-columns: 1.5fr 1fr;
  place-items: end stretch;
  margin-bottom: 22px;
}

.top-content.title-button.blog {
  border-bottom: 1px solid #dadada;
  grid-template-columns: auto 1fr;
  margin-bottom: 64px;
}

.top-content.title-paragraph {
  grid-column-gap: 29px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.top-content.title-paragraph._0-8fr---1fr {
  flex-flow: column;
  grid-template-columns: .85fr 1fr;
  justify-content: center;
  place-items: start;
  width: 100%;
  display: flex;
}

.top-content.left-white-stroke {
  border-left: 1px solid var(--neutral-100);
  color: var(--neutral-300);
  padding-left: 5vw;
  position: relative;
}

.top-content.left-white-stroke {
  color: var(--neutral-300);
  border-left: 1px solid #fff;
  border-left: 1px solid var(--neutral-100);
  padding-left: 5vw;
  position: relative;
}

.top-content.left-white-stroke.mg-bottom {
  margin-bottom: 100px;
}

.top-content.left-white-stroke {
  color: #dadada;
  border-left: 1px solid #fff;
  padding-left: 5vw;
  position: relative;
}

.inner-container-600px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.inner-container-600px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container-600px.align-center.mg-bottom-32px {
  justify-content: flex-start;
  align-items: flex-start;
}

.mask {
  position: relative;
  overflow: hidden;
}

.menu-icon-top-line {
  background-color: var(--neutral-100);
  width: 42px;
  min-height: 1px;
}

.menu-icon-mid-line {
  background-color: var(--neutral-100);
  width: 34px;
  min-height: 1px;
}

.subtitle {
  color: var(--neutral-800);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.125em;
}

.subtitle.color-white, .subtitle.mg-bottom-16px.white-text, .subtitle.mg-bottom-16px.white-text {
  color: var(--neutral-100);
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet.mg-bottom-64px {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  margin-bottom: 0;
}

.bottom-underline {
  background-color: var(--neutral-400);
  width: 100%;
  min-height: 1px;
  position: relative;
}

.inner-underline {
  background-color: var(--neutral-800);
  max-width: 64%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.cta-wrapper.v3 {
  background-color: var(--neutral-200);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 86px 88px 96px;
  display: flex;
}

.cta-wrapper.v2 {
  z-index: 2;
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  margin-top: -120px;
  padding: 97px 70px;
  display: flex;
  position: relative;
}

.cta-wrapper.v1 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403815afecdefeacdfce8ae_Photo%20Feb%2024%202023%2C%208%2040%2021%20AM%20-%20LOW.webp");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  margin-top: 0;
  padding: 142px 24px;
  display: flex;
}

.cta-wrapper.v1.other-div {
  background-image: linear-gradient(#00000059, #00000059), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69aaebeabb3045fa31741207_66d899f27e80cb6ad6aa141e_4.avif");
  width: 100%;
  padding-top: 174px;
  padding-bottom: 174px;
}

.cta-wrapper.v1.project {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69b2ff711f4458cade6569a9_Image%20Mar%206%2C%202026%2C%2009_59_18%20AM%20Wide.jpg");
  padding-left: 0;
  padding-right: 0;
}

.footer-link {
  color: #ffffffb3;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 0;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.footer-link:hover {
  color: var(--neutral-100);
  transform: translate(2px);
}

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

.footer-link.special {
  border-bottom: 2px solid var(--neutral-100);
  color: var(--neutral-100);
  padding-bottom: 6px;
  font-weight: 400;
  transition: border-color .3s, transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-link.special:hover {
  border-bottom-color: var(--neutral-400);
  color: var(--neutral-400);
}

.footer-contact-link-wrapper {
  color: var(--neutral-400);
  white-space: nowrap;
  flex: 1;
  margin-bottom: 35px;
  margin-left: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.footer-contact-link-wrapper:hover {
  color: var(--neutral-100);
  transform: translate(0, 4px);
}

.footer-contact-link-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.footer-bottom-content {
  border-top: 1px solid var(--neutral-600);
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
  line-height: 1.7em;
}

.footer-column.footer-nav-column {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-column.first {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  margin-right: 20px;
  display: flex;
}

.decoration-line-wrapper {
  align-items: center;
  margin-bottom: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-title {
  color: var(--neutral-100);
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-title:hover {
  color: var(--neutral-100);
}

.footer-title.mg-bottom-32px {
  border-right: 1px solid var(--neutral-100);
  border-right: 1px solid var(--neutral-100);
  width: auto;
  margin-bottom: 16px;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.footer-nav-container {
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-nav-main-container {
  width: 30%;
  margin-right: 16px;
}

.footer-nav-main-container.last {
  width: 38%;
  margin-right: 0;
}

.footer-nav-main-container.second {
  width: 60%;
}

.footer-social-link {
  color: var(--neutral-400);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: baseline;
  margin-right: 17px;
  line-height: 1.8em;
  text-decoration: none;
  transition: transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.footer-social-link:hover {
  color: var(--neutral-100);
  transform: translate(2px);
}

.footer-social-icon {
  color: var(--neutral-100);
  margin-right: 10px;
  font-family: Icons decoration x template, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-social-icon.pinterest {
  font-family: "Font Awesome 5 Brands 400", Arial, sans-serif;
  font-size: 14px;
}

.footer-bottom-link {
  color: var(--neutral-100);
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: #ffffff80;
}

.success-message {
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  padding: 24px;
}

.success-message.black {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.success-message.contact {
  border-top: 1px none var(--neutral-100);
  border-bottom: 1px none var(--neutral-100);
  color: var(--neutral-100);
  background-color: #0000;
  min-height: 400px;
  position: relative;
}

.error-message {
  background-color: #fc9191;
  margin-top: 24px;
  padding: 11px 24px;
}

.narrow-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.narrow-section.no-bottom-padding {
  padding: 54px 40px;
}

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

.narrow-section.medium {
  padding-top: 120px;
  padding-bottom: 120px;
}

.narrow-section.blog-post-body {
  padding-bottom: 100px;
  padding-left: 42px;
  padding-right: 42px;
}

.narrow-section.bg-neutral-800 {
  color: var(--neutral-100);
}

.narrow-section.other-section {
  padding: 80px 50px 115px;
}

.narrow-section.other-section.no-space-down {
  padding-top: 60px;
  padding-bottom: 30px;
}

.narrow-section.large-180px {
  background-color: #fff;
  width: 100%;
  padding: 38px 20px;
}

.narrow-section.large-180px.hidden {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.narrow-section.large-180px.smaller-div {
  padding-top: 0;
}

.narrow-section.large-180px.no-paddding-bottom {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.narrow-section.large-160px {
  padding: 30px 40px;
}

.narrow-section.large-160px.less-padding-zbottom {
  padding-bottom: 30px;
}

.narrow-section.large-160px.bg-neutral-800 {
  color: var(--neutral-300);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-contact-text {
  color: var(--neutral-100);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.26em;
  transition: color .3s;
}

.footer-contact-text:hover {
  color: #fffc;
}

.text-separator.blog-bottom-content.bg-white {
  background-color: #fff;
}

.text-separator.blog-bottom-content {
  background-color: #696969;
  width: 1em;
  min-height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.text-separator.large {
  background-color: #fff;
  background-color: var(--neutral-100);
  background-color: #fff;
  width: 5em;
  min-height: 1px;
  margin-left: 0;
  margin-right: 24px;
}

.subscribe-button {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.subscribe-button:hover {
  border-color: var(--neutral-800);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
}

.subscribe-button.absolute {
  padding: 14px 24px;
  position: absolute;
  bottom: 16px;
  left: auto;
  right: 0;
}

.subscribe-button.button-white {
  color: var(--neutral-800);
  background-color: #fff;
}

.subscribe-button.button-white:hover {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  background-color: #0000;
}

.subscribe-button.button-white.contact {
  max-width: 216px;
}

.contact-form {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form.otehr-form {
  grid-row-gap: 15px;
  width: 100%;
}

.about-cms-item-content {
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.about-cms-item-content.mg-top-48px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.inner-container-700px {
  max-width: 700px;
}

.inner-container-700px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container-700px.center-content {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-700px.center-content.mg-bottom-40px {
  max-width: 100%;
  margin-bottom: 0;
}

.inner-container-700px.center-content.mg-bottom-40px.other-outlined {
  border: 1px solid #0006;
  width: 100%;
  max-width: 1800px;
  padding: 18px;
}

.project-gallery-main-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 27px;
  display: grid;
}

.project-gallery-grid {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.project-gallery-grid.small {
  grid-template-columns: 1fr;
}

.full-block {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-success-message-inner-content {
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-navi {
  color: var(--neutral-100);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-navi:hover {
  color: #fff9;
}

.text-navi:visited {
  color: #87cbff;
}

.text-navi.w--current:visited {
  color: #6accfa;
}

.dropdown-list {
  background-color: var(--neutral-800);
}

.dropdown-list.w--open {
  width: 330px;
  inset: 100% 0% auto -68%;
}

.icon {
  right: -16px;
}

.hidden {
  display: none;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.text-block {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 16px;
}

.text-block.shorter {
  text-align: center;
  text-align: center;
  width: 70%;
}

.link-2 {
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding: 6px 17px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s, color .3s;
  display: flex;
  position: static;
  inset: auto 0% -44% auto;
}

.link-2:hover {
  color: var(--neutral-100);
  letter-spacing: 1px;
  background-color: #000;
}

.link-2.link-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.bold-text-2 {
  color: var(--neutral-100);
  font-size: 28px;
  font-weight: 300;
}

.bold-text-2:hover {
  letter-spacing: 1px;
}

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

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

.image-4 {
  min-height: 100%;
}

.form-block {
  margin: 0;
}

.form-block.other-form {
  background-color: #07070757;
  padding: 24px;
}

.heading-12 {
  color: var(--neutral-100);
  text-align: center;
}

.base-container {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.section-16 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-16.home-1-slider {
  z-index: 0;
  z-index: 0;
  height: auto;
  padding: 68px 35px;
  top: 0;
}

.heading-4 {
  text-align: center;
  margin-bottom: 0;
}

.heading-4.smaller-text {
  font-size: 32px;
}

.div-block-103 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-104 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-143 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -50% auto;
}

.div-block-143.hidden {
  display: none;
}

.text-area {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #babec3;
  height: 100px;
  min-height: 130px;
  padding-top: 8px;
  font-size: 14px;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.modal-close {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.modal {
  z-index: 2147483647;
  color: #000;
  background-color: #01020aeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  height: auto;
  padding: 26px 146px 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.div {
  width: 70%;
  height: 50%;
}

.div.less {
  height: auto;
  overflow: scroll;
}

.div-block-70 {
  background-color: var(--neutral-800);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.footer-brand-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-69 {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: 1600px;
}

.heading-52 {
  color: #afafaf;
  padding-top: 13px;
}

.paragraph-10 {
  color: #ffffffa1;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.link {
  color: var(--neutral-400);
  padding-left: 0;
  text-decoration: none;
}

.link:hover {
  color: #9fb4ff;
}

.link.reverse {
  color: #89a3ff;
}

.link.reverse:hover {
  color: var(--neutral-400);
}

.div-block-153 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 51px;
  display: flex;
}

.text-block-39 {
  color: var(--neutral-200);
  margin-bottom: 32px;
  font-size: 22px;
}

.div-block-157 {
  text-align: center;
}

.div-block-158 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-13 {
  margin-bottom: 0;
  font-size: 16px;
}

.text-block-40 {
  font-weight: 400;
}

.text-block-40.subtext {
  font-weight: 300;
}

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

.div-block-162 {
  flex-flow: column;
  display: flex;
}

.div-block-163 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-43 {
  text-align: center;
}

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

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.full-image._1 {
  object-fit: cover;
}

.div-block-164 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-default.home-hero {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .container-default.other-padding {
    background-position: 0 0, 0 100%;
  }

  .header-navigation.hide-in-mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .section.home-hero {
    justify-content: center;
    align-items: center;
  }

  .section.small-first-section.project-hero-div {
    background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69b94e01e8237d5cca27d5bc_Image%20Feb%2025%2C%202026%2C%2003_54_05%20PM.png");
    background-position: 0 0, 50%;
  }

  .grid-2-columns.home-hero {
    border-left-style: solid;
    border-left-width: 1px;
    width: 100%;
  }

  .portfolio-content-main-wrapper.other-div-block.more-other-div {
    top: -206px;
  }

  .about-story-row.top {
    padding-left: 0;
  }

  .testimonials-v2-wrapper {
    justify-content: flex-start;
  }

  .service-details-banner-heading {
    padding-left: 14%;
    padding-right: 14%;
  }

  .service-details-text {
    width: 100%;
  }

  .who-with-us {
    padding-left: 16em;
    padding-right: 16em;
  }

  .section-4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-4.about-us-banner {
    min-height: 580px;
    padding-top: 130px;
  }

  .section-15 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .main-left-title-wrapper-2 {
    width: 100%;
  }

  .home-1-reviews-mask {
    width: 95%;
  }

  .home-1-reviews-slider {
    bottom: -138%;
  }

  .home-1-left-arrow, .home-1-right-arrow {
    bottom: -70%;
  }

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

  .section-16.home-1-slider {
    padding-bottom: 90px;
  }

  .icon-style-one-icon-wrap {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  .icon-style-one-content {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .flex.product-page {
    margin-bottom: 72px;
  }

  .color-white {
    line-height: 66px;
  }

  .container-default {
    max-width: 1800px;
  }

  .container-default.home-hero {
    align-items: center;
    max-width: none;
  }

  .section.home-hero {
    justify-content: center;
    align-items: center;
  }

  .section.small-first-section.project-hero-div {
    background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69b94e01e8237d5cca27d5bc_Image%20Feb%2025%2C%202026%2C%2003_54_05%20PM.png");
    background-position: 0 0, 50%;
    height: 100vh;
  }

  .section.less-padding {
    padding-bottom: 63px;
  }

  .image-wrapper {
    height: 380px;
  }

  .h2-size.color-white.left-align {
    line-height: 40px;
  }

  .grid-2-columns.home-hero {
    width: 100%;
  }

  .grid-2-columns.product-page {
    grid-column-gap: 90px;
    grid-template-columns: 1.5fr 1fr;
  }

  ._2-button-wrap.align-center {
    justify-content: center;
    align-items: flex-start;
  }

  .top-content.title-button.wrap-in-tablet.half {
    grid-template-columns: .75fr auto;
  }

  .top-content.title-paragraph._0-8fr---1fr {
    justify-content: center;
    justify-items: center;
  }

  .inner-container-600px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .portfolio-content-main-wrapper, .gallery-wrapper {
    justify-content: center;
  }

  .about-story-row.top {
    padding-left: 0;
  }

  .blog-post-page-image {
    max-width: 95vw;
    height: 700px;
    min-height: auto;
  }

  .service-details-grid-col.service-details-grid-two {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .service-details-container {
    max-width: 100%;
  }

  .service-details-text {
    width: 100%;
  }

  .home-client-marque-slider.wht.other {
    max-width: none;
  }

  .who-with-us {
    padding-left: 18em;
    padding-right: 18em;
  }

  .container-client {
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-left-title-wrapper-2 {
    width: 100%;
  }

  .base-container {
    max-width: 1300px;
  }

  .section-16.home-1-slider {
    padding-bottom: 100px;
  }

  .icon-style-one-content {
    padding-right: 62px;
  }

  .div-block-161 {
    max-width: 1400px;
  }

  .div-block-166 {
    padding: 67px 5%;
  }
}

@media screen and (min-width: 1920px) {
  .mg-bottom-48px {
    margin-bottom: 0;
  }

  .container-default {
    max-width: 1800px;
  }

  .container-default.home-hero {
    align-items: center;
    max-width: none;
  }

  .container-default.other-padding {
    background-position: 0 0, 0 74%;
  }

  .container-default.other-padding.other {
    background-image: linear-gradient(#000, #0000), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640b94df260a9f7fe3423ab3_Screen%20Shot%202023-03-09%20at%2012.42.21%20PM.webp");
    background-position: 0 0, 0 74%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-medium, .footer-mid-content {
    width: 100%;
  }

  .section.home-hero {
    justify-content: center;
    align-items: center;
  }

  .section.small-first-section.project-hero-div {
    background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69b94e01e8237d5cca27d5bc_Image%20Feb%2025%2C%202026%2C%2003_54_05%20PM.png");
    background-position: 0 0, 50%;
  }

  .split-content.portfolio-right-column, .split-content.portfolio-left-column {
    max-width: 750px;
  }

  .split-content.header-left {
    width: 17%;
  }

  .split-content.portfolio-right-column, .split-content.portfolio-left-column {
    max-width: 750px;
  }

  .split-content.about-story-right {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .image-wrapper {
    height: 400px;
  }

  .rich-text {
    flex-flow: column;
    display: flex;
  }

  .grid-2-columns.home-hero {
    width: 100%;
  }

  ._2-button-wrap.align-center {
    justify-content: center;
    align-items: flex-start;
    padding-left: 26px;
  }

  .top-content.title-paragraph._0-8fr---1fr {
    flex-flow: column;
    display: flex;
  }

  .inner-container-550px {
    margin-top: 0;
  }

  .inner-container-600px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .inner-container-400px {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-column.footer-nav-column {
    max-width: 40%;
  }

  .narrow-section.large-180px {
    background-color: #fff;
  }

  .blog-post-page-image {
    height: 1000px;
    min-height: auto;
    max-height: none;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .teaser-img-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 90vh;
    padding-left: 39%;
    display: flex;
  }

  .service-details-grid.padding-between {
    justify-content: space-between;
    align-items: stretch;
  }

  .expert-strategy-wrap {
    padding-left: 0%;
    top: 5vh;
  }

  .service-details-section-one {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-details-grid-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .service-list {
    font-size: 18px;
    line-height: 36px;
  }

  .service-details-banner-heading {
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .service-details-grid-col {
    width: 80%;
  }

  .service-details-grid-col.service-details-grid-two {
    width: 100%;
    padding-top: 148px;
    padding-bottom: 42px;
    padding-left: 182px;
    left: 0;
  }

  .service-details-text {
    z-index: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    padding-right: 0;
    display: flex;
  }

  .marque-train-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-client {
    max-width: 90%;
  }

  .section-4.about-us-banner {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/64280c435c4c4c5da13f9fb9_home-g.webp");
    background-position: 0 0, 50%;
  }

  .main-left-title-wrapper-2 {
    width: 100%;
  }

  .base-container {
    max-width: 1600px;
  }

  .div-block-145 {
    max-width: 18000px;
  }

  .div-block-148 {
    max-width: none;
  }

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

  .div-block-150, .div-block-151, .div-block-152, .container-3 {
    max-width: 1800px;
  }

  .testimonial-grid {
    width: 100%;
    max-width: 1800px;
  }

  .div-block-161 {
    max-width: 1600px;
  }

  .div-block-163 {
    width: 100%;
    max-width: 1600px;
  }

  .grid-7 {
    max-width: 1600px;
  }

  .p-teaser-img-wrap {
    height: 800px;
  }

  .div-block-164 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-4 {
    max-width: 1800px;
  }

  .div-block-165 {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#000 4%, #0000 39%);
  }

  .relative-content.left-alignment {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-178.smaller-section, .paragraph-23 {
    max-width: 1800px;
  }

  .section-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-18.space-down.padding-up {
    padding-top: 20px;
  }

  .div-block-186 {
    width: 100%;
    max-width: 1800px;
  }

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

  .div-block-193 {
    max-width: 1800px;
  }
}

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

  ol {
    padding-left: 40px;
  }

  li {
    display: block;
  }

  .mg-bottom-40px.mg-bottom-mobile-32px {
    font-size: 14px;
    line-height: 1.6em;
  }

  .mg-bottom-48px {
    margin-bottom: 2px;
    font-size: 36px;
  }

  .flex.product-pricing {
    margin-bottom: 12px;
  }

  .inline.color-white.text-bold {
    font-size: 14px;
  }

  .text-center.full-height-space {
    justify-content: space-between;
    align-items: stretch;
  }

  .color-white {
    font-size: 42px;
    line-height: 52px;
  }

  .color-white.mg-bottom-0px {
    font-size: 38px;
  }

  .color-white.mg-bottom-0px.footer {
    padding-left: 0;
  }

  .color-white.mg-bottom-8px {
    font-size: 36px;
    line-height: 1.1em;
  }

  .color-white.mg-bottom-32px {
    font-size: 28px;
    line-height: 38px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default.home-hero {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .container-default.header-container {
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  .container-default.other-padding.other {
    padding-left: 30px;
  }

  .style-guide-content {
    max-width: 100%;
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 220px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary, .button-primary.button-white, .button-primary.space-down, .button-primary.button-white, .button-primary.space-down {
    margin-bottom: 0;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-navigation {
    flex-direction: column;
  }

  .header-navigation.hide-in-mobile {
    flex-direction: row;
    align-items: stretch;
    display: none;
  }

  .nav-item-wrapper {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .nav-item-wrapper.block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.inside-header {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .nav-menu {
    height: 100vh;
    padding-top: 41px;
    padding-bottom: 41px;
    overflow: scroll;
  }

  .footer-mid-content {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .footer-nav.last {
    width: 100%;
    display: block;
  }

  .footer-nav.other-div {
    flex-flow: row;
    width: 100%;
  }

  .footer-nav.begin-a-consultation {
    background-color: var(--main-blue);
    margin-top: 25px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: all .45s;
  }

  .footer-nav.begin-a-consultation:hover {
    background-color: #5067b8a1;
  }

  .footer-nav-item {
    text-align: left;
  }

  .footer-nav-item.centered {
    text-align: center;
    text-align: center;
  }

  .section {
    padding: 37px 20px;
  }

  .section.utility-page {
    padding-top: 200px;
  }

  .section.home-hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.bg-neutral-800.mask {
    padding-bottom: 69px;
  }

  .section.no-bottom-padding.mask {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.about {
    padding-top: 200px;
  }

  .section.pd-bottom-0px.black-back {
    padding-top: 50px;
  }

  .section.small-first-section {
    padding-top: 65px;
    padding-bottom: 0;
  }

  .section.small-first-section.project-hero-div {
    padding-top: 72px;
  }

  .section.shop {
    padding-top: 200px;
    padding-bottom: 120px;
  }

  .section.first-section {
    padding-top: 138px;
  }

  .section.medium {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.blog {
    padding-bottom: 57px;
  }

  .section.cms-page-first-section {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.cms-page-first-section.pd-bottom-0px {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 184px;
  }

  .card.service-card {
    height: auto;
    min-height: auto;
    margin-bottom: 24px;
  }

  .card.service-card.other-size {
    min-height: 360px;
  }

  .card.service-card.other-size.maller-div {
    margin-bottom: 0;
  }

  .card.product-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .checkout-block-header {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-block-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title.nav-menu-title {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.checkout-right {
    padding-left: 48px;
    padding-right: 48px;
  }

  .split-content.header-left {
    width: 60%;
  }

  .split-content.portfolio-right-column {
    margin-left: 12px;
  }

  .split-content.portfolio-left-column {
    margin-right: 12px;
  }

  .split-content.footer-top-content-left {
    width: auto;
    max-width: none;
    margin-bottom: 24px;
    margin-right: 56px;
  }

  .split-content.footer-top-content-right {
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .split-content.about-story.left {
    margin-bottom: 28px;
  }

  .split-content.about-story-right {
    margin-top: 16px;
    margin-bottom: 3px;
  }

  .split-content.featured-blog-right {
    flex: 1;
    order: -9999;
    width: 100%;
    max-width: none;
  }

  .split-content.featured-blog-left {
    flex: 1;
  }

  .split-content.cta-v2-left {
    max-width: 41%;
    margin-right: 24px;
  }

  .split-content.cta-v2-right {
    max-width: 92%;
  }

  .split-content.contact-left-content {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.contact-right-content {
    max-width: 100%;
    margin-top: 64px;
    margin-left: 0;
  }

  .split-content.offices-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 350px;
    max-width: 350px;
    padding: 22px;
    display: flex;
  }

  .split-content.blog-post-left {
    margin-right: 20px;
  }

  .split-content.blog-post-right {
    min-width: 300px;
    margin-left: 12px;
    padding: 48px 32px;
  }

  .image-wrapper {
    height: auto;
  }

  .image-wrapper.portfolio-card.absolute-image {
    right: 0;
  }

  .image.full-image {
    height: 400px;
    left: 0;
  }

  .header-wrapper {
    width: 100%;
  }

  .cart-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-size.color-white.mg-bottom-16px {
    font-size: 32px;
  }

  .rich-text ul {
    padding-left: 0;
  }

  .mg-bottom-0px {
    font-size: 16px;
    line-height: 1.4em;
  }

  .mg-bottom-0px.white-text, .mg-bottom-0px.space-up-little.white-text {
    line-height: 1.4em;
  }

  .mg-bottom-0px.white-text, .mg-bottom-0px.space-up-little.white-text, .mg-bottom-0px.space-up-little.white-text {
    line-height: 1.4em;
  }

  .mg-bottom-0px.text-bigger {
    font-size: 28px;
  }

  .color-neutral-800 {
    color: var(--neutral-800);
  }

  .menu-icon {
    display: flex;
  }

  .brand {
    margin-right: 24px;
  }

  .grid-2-columns.home-hero {
    max-width: none;
    margin-left: 24px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
    grid-template-columns: 1.4fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .bg.cms-page {
    min-height: 90vh;
  }

  .page-line-inside {
    background-color: #0000;
    background-image: linear-gradient(to top, var(--neutral-100) 63%, transparent 90%);
    left: 48px;
    right: auto;
  }

  .top-content.title-button {
    grid-row-gap: 24px;
  }

  .top-content.title-button.wrap-in-tablet {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .top-content.title-button.hafl {
    grid-template-columns: 1fr .8fr;
  }

  .top-content.title-paragraph._0-8fr---1fr {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .top-content.left-white-stroke.mg-bottom {
    margin-bottom: 80px;
  }

  .inner-container-550px {
    max-width: none;
    margin-top: 0;
  }

  .about-home-images {
    grid-template-rows: 300px;
    min-height: 300px;
  }

  .scroll-down-wrap.blog-post {
    bottom: -16px;
    right: -24px;
  }

  .portfolio-content-main-wrapper {
    margin-top: 32px;
  }

  .service-card-content {
    padding: 56px 32px;
  }

  .service-card-content.other-div {
    height: auto;
  }

  .overlay.portfolio-item-bg {
    background-image: linear-gradient(to right, var(--neutral-800) 32%, #03030369 69%, transparent);
    background-image: linear-gradient(to right, var(--neutral-800) 32%, #03030369 69%, transparent);
  }

  .slider.portfolio {
    margin-bottom: 80px;
  }

  .slide.portfolio-item {
    margin-right: 40px;
  }

  .portfolio-slide-item-content {
    min-height: 420px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .subtitle.mg-bottom-16px {
    margin-bottom: 0;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1-col-tablet.mg-bottom-64px {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-left-column {
    margin-right: 8px;
  }

  .gallery-right-column {
    margin-left: 8px;
  }

  .gallery-item {
    margin-bottom: 16px;
  }

  .cta-wrapper.v1 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .cta-wrapper.v1.other-div {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .cta-wrapper.v2 {
    padding: 64px 48px;
  }

  .nav-menu-link {
    font-size: 20px;
  }

  .footer-link {
    font-size: 26px;
  }

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

  .footer-link.w--current {
    font-size: 26px;
  }

  .footer-link.w--current:hover {
    color: var(--main-blue);
    font-size: 26px;
  }

  .footer-link.smaller-link {
    width: 100%;
    font-size: 18px;
  }

  .footer-link.smaller-link.centered {
    text-align: center;
  }

  .footer-link.smaller-link.centered.w--current:hover {
    font-size: 18px;
  }

  .footer-link.smaller-link.begin-a-consultation {
    font-size: 22px;
  }

  .footer-link.smaller-link.begin-a-consultation:hover {
    color: #ffffffb3;
  }

  .footer-link.smaller-text {
    font-size: 16px;
  }

  .footer-top-content {
    flex-direction: column;
    align-content: flex-start;
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .footer-contact-link-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-column.footer-nav-column {
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-column.first {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .decoration-line-wrapper.mg-bottom-32px {
    text-align: center;
    background-color: #272626;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .decoration-line-wrapper.mg-bottom-32px.no-background-colour {
    background-color: #27262600;
  }

  .footer-title {
    color: #ffffffb3;
    font-size: 26px;
  }

  .footer-title.mg-bottom-32px {
    width: 130px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-title.smaller-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

  .footer-title.smaller-text.title {
    color: #fff;
    text-align: left;
    text-align: left;
    border: 1px #000;
    transition-property: none;
  }

  .footer-nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-nav-main-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-nav-main-container.last {
    width: 35%;
  }

  .footer-social-link, .footer-bottom-link {
    padding-left: 0;
  }

  .about-hero-wrapper._600px-height {
    height: 400px;
    margin-bottom: 0;
    padding: 36px 40px 0;
  }

  .about-hero-image-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stats-bar {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin: -12px -12px -12px 0;
  }

  .about-hero-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .narrow-section.no-bottom-padding {
    padding: 42px 20px;
  }

  .narrow-section.large-180px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .narrow-section.large-180px.hidden {
    padding-bottom: 28px;
  }

  .narrow-section.large-180px.no-paddding-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .narrow-section.blog-post-body {
    padding-bottom: 52px;
    padding-left: 30px;
  }

  .narrow-section.large-160px {
    padding: 20px 30px 0;
  }

  .narrow-section.other-section {
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-story-row {
    grid-template-columns: 1fr;
  }

  .about-story-row.top {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 0;
  }

  .about-story-image {
    height: 500px;
  }

  .about-story-image.bottom {
    max-width: 100%;
    height: 400px;
  }

  .footer-contact-text {
    font-size: 26px;
  }

  .stats-item {
    white-space: nowrap;
    margin: 12px;
  }

  .pagination {
    margin-top: 100px;
  }

  .underline-block.bottom-large {
    margin-top: 61px;
  }

  .underline-block.bottom-large.other-padding {
    margin-top: 29px;
  }

  .blog-grid.grid-three {
    grid-template-columns: 1fr 1fr;
  }

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

  .scroll-down-arrow {
    width: 48px;
  }

  .mg-bottom-large-120px {
    margin-bottom: 80px;
  }

  .contact-hero-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-link-wrapper {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-page-image {
    height: auto;
    margin-top: 152px;
    margin-left: 0;
    margin-right: 0;
  }

  .inner-container-700px.align-center.mg-bottom-32px {
    margin-bottom: 0;
    line-height: 18px;
  }

  .project-gallery-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 268px;
    grid-template-columns: 1fr;
    margin-bottom: 53px;
  }

  .project-gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 263px;
    height: auto;
  }

  .project-gallery-grid.small {
    grid-template-rows: auto 108px;
  }

  .big-number {
    font-size: 100px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-cards.suprises-pages-right, .grid-cards.suprises-pages-left, .grid-cards.suprises-pages-right, .grid-cards.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .section-index {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .figma-wrapper {
    flex-direction: column;
    overflow: hidden;
  }

  .index-cta-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .text-navi {
    color: #ffffffb3;
    width: 100%;
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .text-block {
    text-align: center;
    flex-flow: column;
    font-size: 12px;
    display: block;
  }

  .text-block.shorter {
    width: 100%;
  }

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

  .service-details-woman-block {
    overflow: hidden;
  }

  .service-details-grid {
    display: block;
  }

  .heading-7 {
    font-size: 42px;
    line-height: 1.26em;
  }

  .expert-strategy-wrap {
    position: static;
  }

  .padding-top-1-25rem {
    padding-top: .5rem;
  }

  .service-details-section-one {
    background-size: cover;
  }

  .service-details-section-one.outdoor-audio {
    background-size: auto, 130%;
  }

  .service-details-section-one.softscape {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403c2b619731cb38fb57b93_Photo%20Sep%2027%202021%2C%202%2022%2021%20PM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 100%;
  }

  .service-details-section-one.pavilions-pergolas {
    background-image: linear-gradient(#00000075, #00000075), linear-gradient(#000000cf, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403c3f927be9b4841bf8841_Photo%20Jul%2016%202022%2C%2011%2016%2024%20AM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% -80%;
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.outdoor-kitchens {
    background-image: linear-gradient(#00000069, #00000069), linear-gradient(#000000cf, #0000 9%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/64039a85f5eb58e4374efed1_Outdoor%20Kitchens.webp");
    background-position: 0 0, 0 0, 50% -60%;
    background-size: auto, auto, 100%;
  }

  .service-details-section-one.decks {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, #000c, #07070700 9%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640fa3815f34c4670bc01a99_Tafler%20residence%20daytime%20shot%201%20LOW.webp");
    background-position: 0 0, 0 0, 50%;
  }

  .service-details-section-one.pools {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#000, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403a3ff19731cde99b2dfc2_Pool.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 100%;
    background-attachment: scroll, scroll, fixed;
  }

  .service-details-section-one.bathrooms {
    background-image: linear-gradient(#0006, #0006), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403d5ccf813ce202febcdf5_Photo%20Feb%2018%202023%2C%202%2052%2009%20PM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 100%;
    background-size: auto, auto, 120%;
  }

  .service-details-section-one.whole-home-renovations {
    background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403d8f2a2b653485355c1be_Photo%20Feb%2017%202023%2C%201%2024%2020%20PM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.audio-video-smart-home-home-theatre {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, #000000d1, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/64038b537d01f7651f234c09_Photo%20Jul%2009%202022%2C%208%2048%2052%20AM%20-%20LOW.webp");
    background-size: auto, auto, auto;
  }

  .service-details-section-one.irrigations {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, #000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640fa8c24ff79ea04111397c_IMG_1849%20LOW%20LOW.webp");
    background-size: auto, auto, auto;
  }

  .service-details-section-one.custome-homes {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .text-block-main {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .text-block-main.margin-top-one {
    font-size: 1.1rem;
  }

  .service-details-banner-heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-details-banner-heading.h {
    font-size: 26px;
  }

  .service-details-grid-col {
    width: 100%;
  }

  .service-details-grid-col.service-details-grid-two {
    padding: 40px 30px 26px;
  }

  .service-details-grid-col.service-details-grid-two.space-down {
    padding-bottom: 40px;
  }

  .service-details-grid-col.service-details-grid-one {
    width: 100%;
    left: 0;
  }

  .service-details-grid-col.service-details-grid-one.hidden-responsive {
    display: none;
  }

  .service-details-grid-col.left-image-carousel {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .service-details-grid-wrapper {
    padding-right: 0%;
  }

  .service-details-container {
    padding-top: 53px;
  }

  .service-details-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 0 20px;
    display: flex;
  }

  .home-client-marque-slider.wht {
    padding-bottom: 0;
  }

  .who-with-us {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container-client {
    max-width: 100%;
  }

  .white-client-section {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }

  .marque-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading.is-content-title-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .blue-lines---corner-right, .blue-lines---middle-right {
    font-size: .7em;
  }

  .container-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .blue-lines---middle {
    font-size: .7em;
  }

  .gallery-lightbox, .gallery-lightbox.is-large-image, .gallery-lightbox.is-large-image {
    height: 15em;
  }

  .blue-lines---middle-left, .blue-lines---corner-right-2, .blue-lines---corner-left-2 {
    font-size: .7em;
  }

  .content-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 23px 0;
    display: flex;
  }

  .content-block-4.padding-down {
    flex-flow: column;
  }

  .padding-inner {
    padding-top: 2em;
    padding-bottom: 3.8em;
  }

  .blue-lines---corner-left {
    font-size: .7em;
  }

  .paragraph-3 {
    line-height: 1.4em;
  }

  .space-up {
    background-image: linear-gradient(to right, #000 1%, #fff0 53%), linear-gradient(270deg, #000, #f5f5f50a 46%, #fff0 57%), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640b932985f0c0730c9301ee_Screen%20Shot%202023-03-09%20at%2012.35.42%20PM.webp");
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    margin-top: 46px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 19px;
    display: flex;
  }

  .div-block-4 {
    text-align: center;
    border: 1px solid #636363;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-right: 20px;
    padding: 12px;
    display: flex;
  }

  .div-block-5 {
    width: 30%;
  }

  .map {
    height: 300px;
    margin-top: 41px;
    margin-bottom: 37px;
  }

  .image-2, .image-3 {
    width: 20%;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 1.4em;
  }

  .heading-8 {
    font-size: 38px;
  }

  .heading-9 {
    font-size: 36px;
  }

  .heading-9.no-padding {
    font-size: 42px;
  }

  .heading-9.centered {
    width: 100%;
  }

  .heading-10 {
    color: var(--neutral-100);
    font-size: 36px;
  }

  .heading-11 {
    font-size: 38px;
    line-height: 1.16em;
  }

  .heading-11.white {
    font-size: 28px;
  }

  .heading-11.white.smaller-title {
    text-align: left;
    text-align: left;
    font-size: 22px;
  }

  .paragraph-7 {
    line-height: 1.6em;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-4 {
    padding: 47px 34px 9px;
  }

  .section-4.about-us-banner {
    padding-top: 120px;
  }

  .heading-6 {
    width: 55%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1.5em;
  }

  .italic-text-27 {
    font-size: 16px;
  }

  .form-block.other-form {
    margin-top: 25px;
  }

  .heading-12 {
    margin-bottom: 19px;
  }

  .div-block-10 {
    flex-direction: column;
    display: flex;
  }

  .background-video {
    height: 400px;
  }

  .form-block-2, .form-block-2.other-form, .form-block-2.other-form {
    width: auto;
  }

  .heading-13 {
    text-align: left;
    line-height: 1.1em;
  }

  .color-white-2 {
    font-size: 42px;
  }

  .color-white-2.mg-bottom-0px {
    font-size: 38px;
  }

  .featured-blog-wrapper-2 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-5.full-image {
    height: 250px;
    left: 0;
  }

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

  .footer-top-content-2 {
    flex-direction: column;
    align-content: flex-start;
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 12px;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-contact-link-wrapper-2 {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .color-white-3 {
    font-size: 42px;
  }

  .color-white-3.mg-bottom-0px {
    font-size: 38px;
  }

  .color-white-3.mg-bottom-0px.footer {
    padding-left: 0;
  }

  .footer-contact-text-2 {
    font-size: 34px;
  }

  .container-default-3 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .color-white-4 {
    font-size: 42px;
  }

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

  .rich-text-2 {
    font-size: 16px;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .side-bar-box {
    margin-bottom: 26px;
  }

  .text-subtitle {
    text-align: left;
    font-size: 18px;
  }

  .section-8 {
    padding: 70px 30px 0;
  }

  .content-2 {
    overflow: hidden;
  }

  ._2-1-column-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .columns {
    flex-flow: column;
    width: 300px;
    display: block;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .areas-button {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-2 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .icon-4 {
    color: var(--neutral-400);
    right: -39px;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    background-color: #4d4d4d;
    width: 300px;
    padding-left: 15px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-link {
    color: var(--neutral-300);
    width: 100%;
    padding: 5px;
  }

  .dropdown-link:hover {
    color: var(--neutral-100);
  }

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

  .primary-button {
    min-height: auto;
    display: block;
  }

  .primary-button.other {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-subtitle-3 {
    font-size: 14px;
  }

  .home-11-services-list-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr 1fr;
  }

  .block-heading {
    margin-bottom: 1px;
  }

  .home-11-service-item-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .heading-68 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    letter-spacing: 0;
    flex-flow: column;
    width: 100%;
    max-width: none;
    font-size: 32px;
    display: flex;
  }

  .heading-68._2 {
    margin-bottom: 0;
    line-height: 20px;
    display: block;
  }

  .main-left-title-wrapper-2 {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .home-1-reviews-holder {
    grid-column-gap: 20px;
  }

  .base-container {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-1-left-arrow, .home-1-right-arrow {
    bottom: -120%;
  }

  .section-16.home-1-slider {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .reviews-name {
    font-size: 20px;
  }

  .reviews-title {
    margin-top: 0;
  }

  .icon-style-one-content {
    padding-right: 30px;
  }

  .list-2 {
    grid-row-gap: 5px;
  }

  .modal {
    padding-top: 48px;
    padding-left: 11px;
    padding-right: 11px;
    display: none;
  }

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

  .div-block-70 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-brand-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-52 {
    font-size: 18px;
  }

  .link {
    font-size: 12px;
  }

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

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

  .paragraph-11 {
    line-height: 1.6em;
  }

  .slide-nav-2 {
    top: 362.688px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .big-title {
    font-size: 28px;
  }

  .grid-8.space-down {
    grid-row-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .feature-list-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .feature-content-track {
    width: 20rem;
  }

  .feature-content-wrapper {
    height: 20rem;
  }

  .feature-list-track {
    margin-right: 4rem;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-img._1, .teaser-img._2, .teaser-img._1, .teaser-img._2 {
    position: absolute;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    height: 500px;
    display: flex;
    position: static;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

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

  .why-us-count {
    font-size: 64px;
  }

  .why-us-blocks-box {
    grid-template-columns: 1fr 1fr;
  }

  .team-section {
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-166 {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .accordion-item {
    padding: 15px;
  }

  .text-block-47 {
    font-size: 16px;
    line-height: 1.6em;
  }

  .offer-item {
    height: 450px;
  }

  .offer-item.small {
    height: 230px;
  }

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

  .div-block-178.smaller-section {
    height: 470px;
  }

  .div-block-178.smaller-section.bigger-image {
    height: 400px;
  }

  .div-block-178.smaller-section.architecture-pics {
    height: 500px;
  }

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

  .section-18 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .map-2 {
    height: 360px;
  }

  .text-block-53 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

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

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

  .heading-76 {
    font-size: 18px;
  }

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

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

  .figure {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .list-3 {
    padding-left: 3px;
  }

  .heading-80 {
    margin-bottom: 34px;
  }

  .text-block-58 {
    font-size: 1rem;
  }

  .figure-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-17 {
    padding-left: 0;
    display: flex;
  }

  .div-block-200 {
    border: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 28px;
  }

  ol {
    margin-bottom: 32px;
    padding-left: 32px;
  }

  li {
    list-style-type: disc;
  }

  blockquote {
    padding: 100px 64px;
    font-size: 20px;
    line-height: 34px;
  }

  .mg-bottom-24px.white-text {
    font-size: 36px;
  }

  .mg-bottom-40px.mg-bottom-mobile-32px {
    margin-bottom: 32px;
  }

  .mg-bottom-48px {
    font-size: 28px;
  }

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

  .color-white {
    text-align: left;
    font-size: 38px;
    line-height: 48px;
  }

  .color-white.mg-bottom-0px.footer {
    font-size: 28px;
  }

  .color-white.mg-bottom-8px {
    text-align: center;
    font-size: 36px;
  }

  .color-white.mg-bottom-32px {
    text-align: center;
    font-size: 32px;
  }

  .container-default.header-container {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 31px;
    padding-right: 31px;
    overflow: scroll;
  }

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

  .container-medium {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .section-styleguide {
    padding-top: 158px;
  }

  .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 34px;
  }

  .style-guide-subheader {
    padding-left: 19px;
    padding-right: 19px;
  }

  .button-primary {
    margin-bottom: 0;
    padding: 10px 32px;
  }

  .button-primary.button-white {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
  }

  .button-secondary {
    padding: 20px 32px;
  }

  .button-secondary.tab {
    margin: 8px 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-navigation {
    margin-right: 48px;
  }

  .header-navigation.hide-in-mobile {
    display: none;
  }

  .nav-item-wrapper {
    margin-bottom: 14px;
  }

  .menu-button {
    margin-left: 0;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 28px;
    padding-bottom: 64px;
    overflow: scroll;
  }

  .footer-mid-content {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 2px;
  }

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

  .footer-nav.last {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-nav.other-div {
    flex-flow: row;
    width: 100%;
  }

  .footer-nav.begin-a-consultation {
    margin-top: 0;
  }

  .footer-logo {
    transition: transform .3s;
  }

  .footer-logo:hover {
    transform: scale(.94);
  }

  .footer-nav-item {
    margin-bottom: 6px;
  }

  .section {
    padding: 55px 15px 0;
  }

  .section.utility-page {
    padding-bottom: 90px;
  }

  .section.home-hero {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.bg-neutral-800.mask {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.no-bottom-padding.mask {
    padding-top: 67px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.pd-bottom-0px.black-back {
    padding-top: 4px;
  }

  .section.small-first-section {
    height: 400px;
    padding-top: 74px;
    padding-bottom: 0;
  }

  .section.small-first-section.project-hero-div {
    padding-top: 71px;
  }

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

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

  .section.medium {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .section.blog {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .section.cms-page-first-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.cms-page-first-section.pd-bottom-0px {
    padding-top: 124px;
  }

  .utility-page-content-password {
    padding: 80px 64px 100px;
  }

  .input.checkout {
    margin-bottom: 40px;
  }

  ._404-title {
    font-size: 168px;
  }

  .icon-password {
    width: 56px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.service-card {
    height: 400px;
    min-height: auto;
  }

  .card.team-member-card {
    max-width: 100%;
  }

  .card.testimonial-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.portfolio-card {
    flex-direction: column;
    justify-content: flex-start;
  }

  .card.product-page {
    padding: 22px 32px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 0;
    padding-right: 0;
  }

  .title.checkout {
    font-size: 20px;
  }

  .title.nav-menu-title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .title.faq-title {
    font-size: 24px;
    line-height: 1.5em;
  }

  .split-content.checkout-right {
    padding-bottom: 48px;
  }

  .split-content.header-left {
    width: 80%;
  }

  .split-content.portfolio-right-column {
    margin-left: 0;
  }

  .split-content.portfolio-left-column {
    margin-top: 0;
    margin-right: 0;
  }

  .split-content.footer-top-content-left {
    width: auto;
    max-width: none;
    margin-bottom: 32px;
  }

  .split-content.footer-top-content-right {
    flex-flow: column;
    margin-bottom: 0;
  }

  .split-content.about-story.left {
    max-width: 100%;
    margin-bottom: 19px;
  }

  .split-content.about-story-right {
    margin-top: 0;
  }

  .split-content.testimonials-left {
    max-width: none;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .split-content.testimonials-right {
    border-top: 1px solid var(--neutral-400);
    max-width: none;
    margin-top: 0;
  }

  .split-content.featured-blog-right {
    align-self: auto;
    max-width: none;
  }

  .split-content.featured-blog-left {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.cta-v2-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .split-content.cta-v2-right {
    align-self: stretch;
    max-width: 100%;
  }

  .split-content.portfolio-card-left {
    align-self: auto;
    max-width: 100%;
  }

  .split-content.portfolio-card-right {
    max-width: 100%;
    margin-left: 0;
  }

  .split-content.contact-left-content {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 64px;
    margin-right: 0;
  }

  .split-content.contact-right-content {
    max-width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }

  .split-content.contact-links-wrapper {
    margin-bottom: 40px;
  }

  .split-content.offices-left {
    background-color: #0000006e;
    align-self: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
    padding: 19px;
  }

  .split-content.blog-post-left {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .split-content.team-left {
    max-width: 100%;
  }

  .split-content.team-right {
    max-width: 100%;
    margin-top: 34px;
  }

  .split-content.blog-post-right {
    align-self: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    padding: 56px 41px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image.full-image {
    height: auto;
    left: 0;
  }

  .cart-button {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cart-button:hover, .cart-quantity:hover {
    color: var(--neutral-100);
  }

  .h2-size.color-white {
    font-size: 36px;
  }

  .h2-size.color-white.mg-bottom-16px {
    font-size: 28px;
  }

  .rich-text blockquote, .rich-text figure {
    margin-bottom: 32px;
  }

  .rich-text blockquote, .rich-text figure {
    margin-bottom: 32px;
  }

  .rich-text ul {
    margin-bottom: 32px;
    padding-left: 0;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-bottom-0px {
    text-align: left;
  }

  .mg-bottom-0px.bugger-title {
    font-size: 32px;
  }

  .grid-2-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-hero {
    max-width: 100%;
    margin-left: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .grid-2-columns.no-break {
    grid-column-gap: 20px;
  }

  .subtitle-wrap.about-top-content {
    text-align: left;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .decoration-line {
    margin-left: 12px;
  }

  .bg.cms-page {
    min-height: 830px;
  }

  .page-line-inside {
    left: 24px;
  }

  .inner-container-520px.align-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .top-content.title-button, .top-content.title-button.blog, .top-content.title-button.hafl, .top-content.title-button.blog, .top-content.title-paragraph {
    grid-template-columns: 1fr;
  }

  .top-content.title-button, .top-content.title-button.blog, .top-content.title-button.hafl, .top-content.title-button.blog, .top-content.title-button.blog, .top-content.title-button.hafl, .top-content.title-button.blog, .top-content.title-paragraph {
    grid-template-columns: 1fr;
  }

  .top-content.title-paragraph._0-8fr---1fr {
    margin-bottom: 0;
  }

  .top-content.left-white-stroke {
    border-left-width: 0;
    padding-left: 0;
  }

  .inner-container-550px.align-center.mg-bottom-40px {
    align-items: flex-start;
    margin-top: 61px;
  }

  .about-home-images {
    grid-template-columns: 1fr;
    width: auto;
  }

  .scroll-down-wrap {
    padding: 24px;
    display: none;
  }

  .scroll-down-wrap.blog-post {
    display: flex;
  }

  .portfolio-content-main-wrapper {
    flex-direction: column;
  }

  .portfolio-content-main-wrapper.other-div-block._11 {
    top: -6px;
  }

  .card-bottom-dash {
    width: 32px;
    margin-right: 20px;
  }

  .service-card-content, .overlay {
    padding: 48px 30px;
  }

  .overlay.portfolio-item-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .slider.portfolio {
    margin-bottom: 64px;
  }

  .slider.blog {
    margin-bottom: 120px;
  }

  .slider-arrow-v1 {
    bottom: 20px;
  }

  .portfolio-slide-item-content {
    padding-left: 19px;
    padding-right: 19px;
  }

  .subtitle.color-white.mg-bottom-24px, .subtitle.mg-bottom-8px, .subtitle.color-white.mg-bottom-24px, .subtitle.color-white.mg-bottom-24px, .subtitle.mg-bottom-8px {
    font-size: 16px;
  }

  .portfolio-item-content {
    width: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 24px;
  }

  .cms-empty-state {
    padding: 24px;
  }

  .grid-3-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.product-why-buy {
    grid-row-gap: 60px;
    grid-row-gap: 60px;
  }

  .testimonials-v1-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .cta-wrapper.v1 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .cta-wrapper.v3 {
    padding: 80px 48px 88px;
  }

  .cta-wrapper.v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 56px;
  }

  .nav-menu-main-container {
    justify-content: flex-start;
  }

  .nav-menu-column {
    width: auto;
    max-width: none;
    margin-bottom: 56px;
    margin-right: 32px;
  }

  .nav-menu-link {
    font-size: 18px;
    display: inline;
  }

  .footer-contact-link-wrapper {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .footer-bottom-content {
    font-size: 16px;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column.footer-nav-column {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .footer-column.first {
    flex: 0 auto;
    max-width: 100%;
    margin-right: 0;
  }

  .footer-title.mg-bottom-32px {
    border-right-style: none;
    width: auto;
    margin-bottom: 3px;
  }

  .footer-nav-container {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
  }

  .footer-nav-main-container {
    flex: 1;
    width: 100%;
    margin-bottom: 31px;
  }

  .footer-nav-main-container.last {
    width: 100%;
    margin-bottom: 0;
  }

  .success-message.contact {
    min-height: 300px;
  }

  .about-hero-wrapper._600px-height {
    height: 400px;
    margin-bottom: 0;
    padding-top: 54px;
    padding-bottom: 0;
  }

  .about-hero-image-wrapper {
    margin: -12px;
  }

  .about-hero-image {
    margin: 6px;
  }

  .about-hero-image._03, .about-hero-image._04, .about-hero-image._03, .about-hero-image._04 {
    max-width: 100%;
  }

  .stats-bar {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-grid.top {
    display: none;
  }

  .about-hero-grid.bottom {
    flex-direction: column;
  }

  .narrow-section.no-bottom-padding {
    padding: 22px 15px;
  }

  .narrow-section.large-180px {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .narrow-section.large-180px.hidden {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .narrow-section.large-180px.smaller-div {
    padding-top: 40px;
  }

  .narrow-section.small-100px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .narrow-section.blog-post-body {
    margin-top: 44px;
    padding: 44px 15px 0;
  }

  .narrow-section.large-160px {
    padding: 34px 15px;
  }

  .narrow-section.other-section {
    padding-top: 32px;
  }

  .about-story-row {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .about-story-row.top {
    margin-bottom: 56px;
  }

  .about-story-image {
    height: 300px;
  }

  .about-story-image.bottom {
    max-width: 100%;
    height: 300px;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .inner-container-350px.align-center {
    align-items: flex-start;
    max-width: none;
  }

  .testimonials-v2-wrapper {
    flex-direction: column;
  }

  .testimonial-bottom-content {
    margin-top: 30px;
  }

  .footer-contact-text {
    margin-top: 8px;
    font-size: 22px;
  }

  .stats-item {
    width: 25%;
    margin-left: 1px;
    margin-right: 1px;
  }

  .pagination {
    margin-top: 80px;
  }

  .featured-blog-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .text-separator.large {
    width: 3em;
    margin-left: 16px;
    margin-right: 16px;
  }

  .underline-block.about-top {
    margin-left: 22px;
    margin-right: 22px;
  }

  .underline-block.about-story {
    margin-left: 12px;
  }

  .underline-block.single-line-0-5px.mg-left-32px {
    margin-left: 24px;
  }

  .underline-block.bottom-large {
    margin-top: 54px;
  }

  .underline-fill.white, .underline-fill.white.about-left, .underline-fill.white, .underline-fill.white.about-left, .underline-fill.white.about-left {
    display: none;
  }

  .cta-form-wrapper.mb-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-button {
    padding: 20px 32px;
  }

  .subscribe-button.absolute {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-button.absolute.mb-bottom {
    margin-top: 16px;
    position: static;
  }

  .categories-collection-list, .categories-wrapper {
    justify-content: flex-start;
  }

  .category-link {
    padding-top: 20px;
    padding-bottom: 24px;
  }

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

  .blog-item-wrapper:nth-child(odd) {
    margin-top: 0;
  }

  .portfolio-grid {
    grid-row-gap: 60px;
  }

  .shop-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .slider-arrow-v2 {
    top: 133%;
    bottom: 0;
  }

  .mg-bottom-large-120px {
    margin-bottom: 54px;
  }

  .contact-hero-wrapper {
    flex-direction: column;
  }

  .inner-container-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .inner-container-split.mask {
    height: auto;
  }

  .about-cms-item-content {
    max-width: 100%;
  }

  .blog-post-page-image {
    margin-top: 68px;
  }

  .project-gallery-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 268px 272px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

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

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

  .team-main-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .big-number.medium {
    font-size: 70px;
  }

  .tabs-menu {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

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

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .paragraph-2 {
    width: auto;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 1.26em;
  }

  .expert-strategy-wrap {
    height: auto;
  }

  .service-details-section-one.outdoor-audio {
    background-size: auto, 140%;
  }

  .service-details-section-one.softscape {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403c2b619731cb38fb57b93_Photo%20Sep%2027%202021%2C%202%2022%2021%20PM%20-%20LOW.webp");
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.pavilions-pergolas {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000000cf, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403c3f927be9b4841bf8841_Photo%20Jul%2016%202022%2C%2011%2016%2024%20AM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.outdoor-kitchens {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, #000000cf, #0000 9%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/64039a85f5eb58e4374efed1_Outdoor%20Kitchens.webp");
    background-position: 0 0, 0 0, 50% 0;
  }

  .service-details-section-one.bathrooms {
    background-image: linear-gradient(#00000069, #00000069), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403d5ccf813ce202febcdf5_Photo%20Feb%2018%202023%2C%202%2052%2009%20PM%20-%20LOW.webp");
    background-size: auto, auto, 150%;
  }

  .service-details-section-one.basements {
    background-image: linear-gradient(#00000078, #00000078), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403d69bf813ce4eb8ebda7d_Photo%20Feb%2023%202023%2C%206%2009%2007%20PM%20(2).webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 100%;
  }

  .service-details-section-one.audio-video-smart-home-home-theatre {
    background-image: linear-gradient(#00000078, #00000078), linear-gradient(#000000d1, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/64038b537d01f7651f234c09_Photo%20Jul%2009%202022%2C%208%2048%2052%20AM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 100%;
  }

  .service-details-section-one.irrigations {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, #000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640fa8c24ff79ea04111397c_IMG_1849%20LOW%20LOW.webp");
    background-size: auto, auto, auto;
  }

  .text-block-main.bold-text.margin-top-one.space-down-more {
    font-size: 1rem;
  }

  .service-details-banner-heading {
    font-size: 36px;
  }

  .service-details-banner-heading.h {
    font-size: 16px;
  }

  .service-details-grid-col.service-details-grid-two {
    padding: 31px 15px 7px;
  }

  .service-details-container {
    padding-top: 0;
  }

  .service-details-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 300px;
    padding-top: 74px;
  }

  .who-with-us {
    padding-left: 2em;
    padding-right: 2em;
  }

  .medium-gallery-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

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

  .projects-with-lines.with-margin {
    margin-bottom: 1.2em;
  }

  .heading.is-content-title-4 {
    margin-right: 0;
  }

  .heading.is-content-title-4.gallery-title {
    font-size: 2em;
  }

  .heading.is-content-title-4.gallery-title.space-down {
    font-size: 1.5em;
  }

  .blue-lines---corner-right {
    top: -1.75em;
    right: -1.75em;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-lightbox.is-large-image {
    height: 10em;
  }

  .blue-lines---corner-right-2 {
    bottom: -1.75em;
    right: -1.75em;
  }

  .blue-lines---corner-left-2 {
    bottom: -1.75em;
    left: -1.75em;
  }

  .content-block-4 {
    flex-flow: column;
  }

  .content-block-4.padding-down {
    margin-bottom: 0;
  }

  .padding-inner {
    padding-top: 1.3em;
    padding-bottom: 3.2em;
  }

  .blue-lines---corner-left {
    top: -1.75em;
    left: -1.75em;
  }

  .space-up {
    margin-top: 0;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .div-block-3, .div-block-4 {
    width: 100%;
    margin-bottom: 22px;
  }

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

  .music-logo {
    flex-flow: row;
    display: block;
  }

  .image-3 {
    width: 20%;
  }

  .text-block-2 {
    letter-spacing: .16em;
    font-size: 16px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .heading-9.no-padding {
    font-size: 28px;
  }

  .heading-9.centered {
    text-align: left;
    display: block;
  }

  .heading-10 {
    text-align: left;
    font-size: 32px;
  }

  .heading-11.white {
    font-size: 24px;
  }

  .div-block-9 {
    padding-top: 46px;
  }

  .section-4 {
    margin-top: 81px;
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .section-4.about-us-banner {
    min-height: 370px;
    margin-top: 0;
  }

  .heading-6 {
    width: 75%;
  }

  .background-video {
    height: 2800px;
  }

  .form-block-2.other-form {
    width: auto;
  }

  .heading-13 {
    text-align: left;
    font-size: 36px;
  }

  .cms-empty-state-2 {
    padding: 24px;
  }

  .underline-fill-2.white {
    display: none;
  }

  .color-white-2 {
    text-align: left;
    font-size: 38px;
  }

  .subscribe-button-2 {
    padding: 20px 32px;
  }

  .subscribe-button-2.absolute {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-button-2.absolute.mb-bottom {
    margin-top: 16px;
    position: static;
  }

  .cms-empty-state-3 {
    padding: 24px;
  }

  .underline-fill-3.white {
    display: none;
  }

  .featured-blog-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .image-5.full-image {
    height: auto;
    left: 0;
  }

  .footer-bottom-content-2 {
    font-size: 16px;
  }

  .button-primary-2 {
    padding: 20px 32px;
  }

  .decoration-line-2 {
    margin-left: 12px;
  }

  .footer-contact-link-wrapper-2 {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .color-white-3 {
    text-align: left;
    font-size: 38px;
  }

  .color-white-3.mg-bottom-0px.footer {
    font-size: 28px;
  }

  .footer-contact-text-2 {
    margin-top: 8px;
    font-size: 32px;
  }

  .color-white-4 {
    text-align: left;
    font-size: 38px;
  }

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

  .rich-text-2 {
    font-size: 16px;
  }

  .left-alignment.smaller-text {
    font-size: 26px;
  }

  .button-wrapper-2.product {
    margin-top: 0;
  }

  .text-subtitle {
    font-size: 18px;
  }

  .section-8 {
    padding-top: 34px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .check {
    width: 25px;
    height: 25px;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .list {
    color: var(--neutral-800);
  }

  .section-15 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .base-container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-11-services-list-2 {
    grid-template-columns: 1fr;
  }

  .block-heading {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-68 {
    text-align: left;
    font-size: 28px;
  }

  .heading-68._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .main-left-title-wrapper-2 {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .home-1-reviews-holder {
    margin-top: 40px;
  }

  .base-container {
    max-width: none;
    padding: 0;
  }

  .home-1-left-arrow {
    right: 13%;
  }

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

  .section-16.home-1-slider {
    height: auto;
    padding: 52px 15px;
  }

  .heading-4.smaller-text {
    font-size: 28px;
  }

  .small-title {
    font-size: 14px;
  }

  .div-block-104 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 100%;
  }

  .grid-5 {
    grid-template-columns: auto;
  }

  .form-block-5.outline-outside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal {
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div.less {
    width: 85%;
  }

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

  .rich-text-block-3 {
    margin-top: 0;
    font-size: 16px;
  }

  .footer-brand-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .text-block-39, .link-9 {
    font-size: 14px;
  }

  .feature-content-track {
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .feature-content-wrapper {
    width: 35vh;
    height: 35vh;
  }

  .feature-list-track {
    width: auto;
    margin-right: auto;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .title1 {
    font-size: 2.6em;
  }

  .div-block-166 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-170 {
    padding-bottom: 0;
  }

  .text-block-44 {
    font-size: 10px;
  }

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

  .text-block-45 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .text-block-47 {
    font-size: 16px;
    line-height: 1.6em;
  }

  .white-paragraph.small-text {
    font-size: 14px;
  }

  .offer-item {
    height: 350px;
    padding: 15px;
  }

  .offer-item.small {
    height: 180px;
    padding: 14px;
  }

  .div-block-178 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-178.smaller-section {
    height: 330px;
  }

  .div-block-178.smaller-section.bigger-image {
    height: 340px;
  }

  .div-block-178.smaller-section.architecture-pics {
    height: 380px;
  }

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

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

  .section-18.space-down.padding-up {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-13 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .link-block-11 {
    height: 300px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .map-2 {
    height: 280px;
  }

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

  .heading-76 {
    font-size: 18px;
  }

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

  .italic-text-28 {
    text-align: left;
    font-size: 14px;
  }

  .bold-text-18 {
    font-size: 14px;
  }

  .figure-caption {
    text-align: left;
    font-size: 14px;
    line-height: 1.3rem;
  }

  .heading-79 {
    font-size: 28px;
    line-height: 1.15em;
  }

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

  .heading-81 {
    color: var(--neutral-100);
  }

  .heading-82 {
    color: var(--neutral-800);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 72px 48px;
  }

  .mg-bottom-24px.white-text {
    font-size: 28px;
  }

  .mg-bottom-40px {
    font-size: 16px;
    line-height: 1.4em;
  }

  .mg-bottom-40px.mg-bottom-mobile-32px {
    margin-bottom: 14px;
    line-height: 1.3em;
  }

  .mg-bottom-48px {
    margin-bottom: 0;
    font-size: 26px;
  }

  .flex.product-page {
    flex-direction: column;
  }

  .color-white {
    text-align: left;
    letter-spacing: 1.1px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .color-white.mg-bottom-0px {
    text-align: left;
  }

  .color-white.mg-bottom-0px.footer {
    text-align: left;
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .color-white.mg-bottom-8px {
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
  }

  .color-white.mg-bottom-8px.smaller-font {
    text-align: left;
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }

  .color-white.mg-bottom-32px {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.home-hero {
    padding-left: 0;
    padding-right: 0;
    top: 55px;
  }

  .container-default.header-container {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-default.other-padding {
    padding-left: 19px;
    padding-right: 19px;
  }

  .container-default.other-padding.other {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-default.padding-more, .container-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-content {
    max-width: 100%;
  }

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

  .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large.mg-bottom-0px.white-text {
    font-size: 16px;
  }

  .style-guide-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-primary {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 11px;
    display: block;
  }

  .button-primary.button-white {
    width: auto;
    padding: 13px;
    font-size: 10px;
  }

  .button-primary.button-white._2-buttons {
    margin-right: 0;
  }

  .button-secondary {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding: 11px;
    font-size: 12px;
    display: block;
  }

  .button-secondary.button-dark {
    font-size: 12px;
  }

  .button-secondary.tab {
    margin: 6px 0;
  }

  .header-logo {
    max-width: 100%;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-bottom: 0;
    inset: 100% 0% auto;
  }

  .footer-mid-content {
    padding-top: 21px;
    padding-bottom: 0;
  }

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

  .footer-nav.last {
    margin-bottom: 0;
  }

  .footer-nav.other-div {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .footer-nav.begin-a-consultation {
    justify-content: flex-start;
    align-items: center;
    margin-top: -21px;
  }

  .footer-logo {
    width: 250px;
  }

  .footer-nav-item {
    width: 100%;
    margin-bottom: 6px;
  }

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

  .section.utility-page {
    padding-top: 140px;
  }

  .section.home-hero {
    justify-content: center;
    align-items: center;
    padding-top: 114px;
    padding-bottom: 150px;
  }

  .section.no-bottom-padding.mask {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about {
    padding-top: 140px;
  }

  .section.pd-bottom-0px.black-back {
    padding-top: 0;
  }

  .section.small-first-section {
    justify-content: center;
    align-items: flex-end;
    height: 400px;
    padding-top: 69px;
    padding-bottom: 0;
  }

  .section.small-first-section.project-hero-div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.shop {
    padding-top: 140px;
  }

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

  .section.medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog {
    padding-top: 140px;
  }

  .section.cms-page-first-section {
    padding-top: 140px;
    padding-bottom: 223px;
  }

  .section.cms-page-first-section.pd-bottom-0px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    background-color: #0000;
    padding: 0;
  }

  .utility-page-form {
    text-align: center;
    align-items: center;
  }

  .input.footer-input {
    font-size: 13px;
  }

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

  ._404-title {
    font-size: 120px;
    line-height: 120px;
  }

  .container-medium-730px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .divider.bg-neutral-300.spacer {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.service-card {
    height: 300px;
  }

  .card.team-member-card {
    max-width: 100%;
  }

  .card.testimonial-card.last {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card.product-page {
    padding-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 0;
    padding-right: 0;
  }

  .title.faq-title {
    font-size: 22px;
  }

  .split-content.checkout-right {
    padding-left: 23px;
    padding-right: 23px;
  }

  .split-content.header-left {
    width: 150%;
  }

  .split-content.footer-top-content-left {
    width: 100%;
  }

  .split-content.footer-top-content-right {
    position: relative;
    left: 0;
  }

  .split-content.about-story-right {
    margin-bottom: 24px;
  }

  .split-content.blog-card-bottom-content-left {
    margin-bottom: 16px;
    margin-right: 20px;
  }

  .split-content.contact-left-content {
    margin-bottom: 28px;
  }

  .split-content.offices-left {
    background-color: #000;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 1px;
    padding: 22px;
    position: relative;
  }

  .split-content.blog-post-right {
    padding: 32px 21px 47px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper {
    height: auto;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.portfolio-card.absolute-image {
    z-index: 0;
    z-index: 0;
  }

  .image.full-image {
    object-fit: fill;
    height: 180px;
  }

  .image.full-image.more-height {
    z-index: 11;
    object-fit: fill;
    z-index: 11;
    object-fit: fill;
    height: 180px;
    overflow: visible;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .cart-button {
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .h2-size {
    font-size: 32px;
  }

  .h2-size.color-white {
    text-align: left;
    font-size: 32px;
  }

  .h2-size.color-white.mg-bottom-16px {
    font-size: 24px;
  }

  .h3-size {
    font-size: 20px;
  }

  .h3-size.color-white.white-text {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .h4-size {
    font-size: 18px;
  }

  .rich-text {
    line-height: 1.6em;
  }

  .rich-text blockquote {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rich-text figure {
    width: 100%;
  }

  .rich-text ul {
    padding-left: 3px;
  }

  .mg-bottom-0px {
    font-size: 16px;
    line-height: 1.6em;
  }

  .mg-bottom-0px.white-text.left-align {
    font-size: 16px;
  }

  .mg-bottom-0px.text-bigger {
    margin-bottom: 0;
    font-size: 20px;
  }

  .brand {
    margin-right: 0;
  }

  .grid-2-columns.home-hero {
    border-left-width: 0;
    padding-left: 0;
  }

  .subtitle-wrap.inner-container-300px.mg-bottom-32px {
    margin-bottom: 0;
  }

  .subtitle-wrap.about-top-content {
    flex-direction: column;
    justify-content: center;
  }

  .subtitle-wrap.align-center.mg-bottom-48px {
    margin-bottom: 7px;
  }

  .bg.cms-page {
    min-height: 550px;
  }

  .page-line-inside {
    display: none;
    left: 16px;
  }

  .inner-container-520px.align-center {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  ._2-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  ._2-button-wrap.mg-top-40px {
    margin-bottom: 0;
  }

  ._2-button-wrap.align-center {
    margin-bottom: 0;
    padding-left: 0;
  }

  .top-content.title-button.hafl {
    grid-row-gap: 14px;
  }

  .top-content.title-button.blog {
    border-bottom-width: 0;
  }

  .top-content.left-white-stroke {
    border-left-width: 0;
    padding-left: 0;
  }

  .inner-container-550px {
    margin-top: 0;
  }

  .inner-container-550px.align-center.mg-bottom-40px {
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .inner-container-600px {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .about-home-images {
    grid-template-rows: 200px;
    min-height: 200px;
  }

  .scroll-down-wrap {
    display: none;
  }

  .scroll-down-wrap.blog-post {
    bottom: 0;
    right: 0;
  }

  .portfolio-content-main-wrapper.other-div-block {
    top: -37px;
  }

  .portfolio-content-main-wrapper.other-div-block.more-other-div {
    top: -143px;
  }

  .service-card-content {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .overlay.portfolio-item-bg {
    padding-bottom: 0;
  }

  .slider.blog {
    margin-bottom: 100px;
  }

  .slider-arrow-v1 {
    bottom: 48px;
  }

  .portfolio-slide-item-content {
    min-height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-bottom-content.blog-card {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .portfolio-item-content {
    padding-bottom: 2px;
    padding-right: 0;
  }

  .grid-3-columns {
    grid-row-gap: 28px;
  }

  .grid-3-columns._1-col-tablet.mg-bottom-64px {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-3-columns.product-why-buy {
    grid-row-gap: 70px;
  }

  .testimonials-v1-wrapper {
    grid-row-gap: 50px;
  }

  .cta-wrapper.v1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-wrapper.v1.other-div {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .cta-wrapper.v3 {
    padding: 64px 30px;
  }

  .cta-wrapper.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    width: 100%;
    padding-left: 0;
  }

  .footer-link.smaller-link {
    text-align: center;
    font-size: 16px;
  }

  .footer-link.smaller-link.centered.w--current:hover {
    font-size: 16px;
  }

  .footer-link.smaller-link.begin-a-consultation {
    font-size: 18px;
  }

  .footer-contact-link-wrapper {
    padding-left: 0;
  }

  .footer-bottom-content {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-column.footer-nav-column {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-title {
    letter-spacing: .1em;
    font-size: 18px;
  }

  .footer-title.mg-bottom-32px {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .footer-nav-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-nav-main-container {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-nav-main-container.second {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-social-link {
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 0;
  }

  .about-hero-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-hero-wrapper._600px-height {
    height: 260px;
    padding: 86px 15px 0;
  }

  .about-hero-image-wrapper {
    margin: 0;
  }

  .about-hero-image {
    margin: 6px;
  }

  .about-hero-image._01 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-hero-image._02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .stats-bar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }

  .about-hero-grid {
    flex-direction: column;
  }

  .narrow-section.no-bottom-padding {
    background-color: var(--neutral-100);
    padding-top: 44px;
  }

  .narrow-section.large-180px {
    padding: 40px 15px;
  }

  .narrow-section.large-180px.hidden {
    padding: 15px;
  }

  .narrow-section.medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .narrow-section.blog-post-body {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .narrow-section.large-160px {
    padding-top: 16px;
    padding-bottom: 80px;
  }

  .narrow-section.large-160px.less-padding-zbottom {
    padding-bottom: 0;
  }

  .narrow-section.other-section {
    padding-top: 66px;
  }

  .about-story-row {
    min-height: auto;
  }

  .about-story-row.top {
    margin-bottom: 80px;
  }

  .about-story-image {
    height: 180px;
  }

  .about-story-image.bottom {
    height: 200px;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
  }

  .avatar._140px.round {
    width: 110px;
    height: 110px;
  }

  .footer-contact-text {
    font-size: 18px;
  }

  .stats-item {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-separator.large {
    background-color: var(--neutral-500);
    background-color: #8c8c8c;
    background-color: var(--neutral-500);
    background-color: #8c8c8c;
    width: 100%;
    margin: 16px 0;
  }

  .underline-block.single-line-0-5px.mg-left-32px {
    margin-left: 16px;
  }

  .underline-block.bottom-large {
    margin-top: 48px;
  }

  .underline-fill.white {
    display: none;
  }

  .underline-fill.about-story {
    max-width: 80px;
  }

  .cta-form-wrapper {
    flex-direction: column;
  }

  .subscribe-button {
    flex: 1;
    width: 100%;
    display: block;
  }

  .subscribe-button.button-white.contact {
    max-width: none;
  }

  .subscribe-button.absolute {
    margin-top: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .categories-wrapper {
    flex-direction: column;
  }

  .category-link {
    padding: 14px 16px;
  }

  .category-link.current-color-white:hover {
    color: var(--neutral-100);
  }

  .blog-grid {
    grid-row-gap: 72px;
  }

  .blog-grid.grid-three {
    grid-row-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .blog-card-content {
    flex-flow: column;
    margin-top: 7px;
    display: flex;
  }

  .inner-container-450px.align-center.mg-bottom-64px {
    margin-bottom: 32px;
  }

  .slider-arrow-v2 {
    top: 123%;
  }

  .contact-form.otehr-form {
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .contact-link-wrapper {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .contact-link-text {
    width: 100%;
    font-size: 20px;
  }

  .inner-container-split.mask {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .office-item {
    margin-bottom: 0;
  }

  .faq-item.last {
    padding-bottom: 0;
  }

  .about-cms-item-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-container-700px.center-content.mg-bottom-40px {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    display: flex;
  }

  .inner-container-700px.center-content.mg-bottom-40px.other-outlined {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-gallery-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 272px;
    display: block;
  }

  .project-gallery-grid {
    grid-template-rows: auto;
    margin-bottom: 18px;
  }

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

  .team-main-wrapper {
    flex-direction: column;
  }

  .big-number {
    font-size: 90px;
    line-height: 86px;
  }

  .big-number.medium {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 72px;
  }

  .category-link-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .product-quantity-wrapper {
    margin-bottom: 22px;
    margin-right: 0;
  }

  .tabs-menu {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .shipping-method {
    padding: 30px 0;
  }

  .heading-size-h3 {
    font-size: 22px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

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

  .section-index.hero-page {
    background-image: linear-gradient(#fff 76%, #4a3aff 76%);
    padding-bottom: 94px;
  }

  .index-cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .text-block {
    text-align: center;
    flex-flow: row;
    width: 100%;
    font-size: 11px;
    line-height: 1.6em;
    display: block;
  }

  .paragraph-2 {
    line-height: 1.4em;
  }

  .container {
    padding: 0;
  }

  .service-details-grid.padding-between {
    width: 100%;
  }

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

  .service-details-section-one.design-and-build {
    background-position: 0 0, 50% 0;
    background-size: auto, 130%;
    background-attachment: scroll, scroll;
  }

  .service-details-section-one.outdoor-lighintg {
    background-size: auto, 135%;
  }

  .service-details-section-one.outdoor-audio {
    background-size: auto, 145%;
  }

  .service-details-section-one.hardscape {
    background-image: linear-gradient(#00000063, #00000063), linear-gradient(#000c, #0000 9%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403be9abdf9c68afa8d16b4_Photo%20May%2013%202021%2C%203%2022%2026%20PM%20-%20LOW.webp");
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.softscape {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403c2b619731cb38fb57b93_Photo%20Sep%2027%202021%2C%202%2022%2021%20PM%20-%20LOW.webp");
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.pavilions-pergolas {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000000cf, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403c3f927be9b4841bf8841_Photo%20Jul%2016%202022%2C%2011%2016%2024%20AM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.outdoor-kitchens {
    background-image: linear-gradient(#00000054, #00000054), linear-gradient(#000000cf, #0000 9%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/64039a85f5eb58e4374efed1_Outdoor%20Kitchens.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.pools {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, black, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403a3ff19731cde99b2dfc2_Pool.webp");
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.bathrooms {
    background-image: linear-gradient(#0006, #0006), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403d5ccf813ce202febcdf5_Photo%20Feb%2018%202023%2C%202%2052%2009%20PM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 100%;
    background-attachment: scroll, scroll, fixed;
  }

  .service-details-section-one.basements {
    background-image: linear-gradient(#00000078, #00000078), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403d69bf813ce4eb8ebda7d_Photo%20Feb%2023%202023%2C%206%2009%2007%20PM%20(2).webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.whole-home-renovations {
    background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/6403d8f2a2b653485355c1be_Photo%20Feb%2017%202023%2C%201%2024%2020%20PM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 200%;
  }

  .service-details-section-one.audio-video-smart-home-home-theatre {
    background-image: linear-gradient(#0000007a, #0000007a), linear-gradient(#000000d1, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/64038b537d01f7651f234c09_Photo%20Jul%2009%202022%2C%208%2048%2052%20AM%20-%20LOW.webp");
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 135%;
  }

  .service-details-section-one.irrigations {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000c, #0000 8%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/640fa8c24ff79ea04111397c_IMG_1849%20LOW%20LOW.webp");
    background-size: auto, auto, 200%;
    background-attachment: scroll, scroll, scroll;
  }

  .service-details-section-one.custome-homes {
    background-image: linear-gradient(#000, #fff0 4%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/69b4046900a654f4cebc2870_Image%20Feb%2025%2C%202026%2C%2003_56_48%20PM.png");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .service-details-section-one.outdoor-living {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#000, #fff0 5% 56%), url("https://cdn.prod.website-files.com/63fbe20a69cf807c6f1dbee9/68c9c0559b08eb23452da507_Outdoor%20living%20portrait%202.png");
    background-size: auto, auto, contain;
  }

  .text-block-main, .text-block-main.bold-text.margin-top-one, .text-block-main.margin-top-one.margin-bottom-1em {
    font-size: 1rem;
    line-height: 25px;
  }

  .text-block-main.bold-text.margin-top-one, .text-block-main.margin-top-one.margin-bottom-1em, .text-block-main.margin-top-one.margin-bottom-1em {
    font-size: 1rem;
    line-height: 25px;
  }

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

  .service-details-grid-wrap {
    width: 100%;
  }

  .our-services-hifen-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .service-details-banner-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
  }

  .service-details-banner-heading.h {
    font-size: 12px;
  }

  .service-details-grid-col.service-details-grid-two {
    padding: 25px 14px;
  }

  .service-details-grid-wrapper {
    width: 100%;
  }

  .service-details-text {
    flex-flow: column;
    height: 260px;
    padding: 147px 15px 90px;
  }

  .who-with-us {
    padding-left: 0;
    padding-right: 0;
  }

  .marque-wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .medium-gallery-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .section-2.blue-ligh-bg {
    padding-left: 3px;
    padding-right: 3px;
  }

  .content-subtitle-4 {
    margin-bottom: 2.5em;
  }

  .heading.is-content-title-4 {
    margin-bottom: 0;
    font-size: 1.6em;
  }

  .heading.is-content-title-4.gallery-title {
    font-size: 1.4em;
  }

  .heading.is-content-title-4.gallery-title.space-down {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .blue-lines---corner-right, .blue-lines---middle-right {
    font-size: .5em;
  }

  .medium-gallery {
    grid-template-columns: 1fr;
  }

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

  .blue-lines---middle {
    font-size: .5em;
  }

  .gallery-lightbox {
    height: 10em;
  }

  .gallery-lightbox.is-large-image {
    justify-content: center;
    align-items: center;
    height: 7em;
  }

  .blue-lines---middle-left, .blue-lines---corner-right-2, .blue-lines---corner-left-2 {
    font-size: .5em;
  }

  .content-block-4 {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .padding-inner {
    padding: 1em .6em 2em;
  }

  .blue-lines---corner-left {
    font-size: .5em;
  }

  .gallery-thumbnail {
    height: 100%;
  }

  .white-text {
    font-size: 12px;
  }

  .space-up {
    padding-left: 17px;
    padding-right: 17px;
  }

  .div-block-3, .div-block-4 {
    margin-right: 0;
  }

  .map {
    height: 150px;
    margin-top: 0;
  }

  .collection-list {
    margin-left: 7px;
  }

  .link-2 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .link-2.link-1 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .bold-text-2 {
    font-size: 26px;
  }

  .music-logo {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-3 {
    width: 40%;
    margin-bottom: 17px;
  }

  .div-block-8 {
    top: -80px;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .paragraph-5 {
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
  }

  .paragraph-6 {
    letter-spacing: .5px;
    font-size: 13px;
    line-height: 1.3em;
  }

  .heading-8 {
    font-size: 33px;
    line-height: 1.1em;
  }

  .heading-9 {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .heading-9.centered {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-11 {
    font-size: 32px;
  }

  .heading-11.white {
    font-size: 24px;
  }

  .heading-11.white.smaller-title {
    font-size: 22px;
  }

  .text-block-3 {
    margin-bottom: 13px;
    font-size: 13px;
  }

  .paragraph-7 {
    line-height: 1.4em;
  }

  .div-block-9 {
    height: 300px;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .text-block-5 {
    font-size: 1.1rem;
  }

  .section-4 {
    margin-top: 96px;
    padding: 0;
  }

  .heading-6 {
    width: 80%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.4em;
  }

  .italic-text-27 {
    font-size: 14px;
    line-height: 18px;
  }

  .form-block.other-form {
    margin-top: 38px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .background-video {
    height: 160px;
  }

  .form-block-2.other-form {
    width: auto;
  }

  .text-field-2 {
    width: 100%;
  }

  .heading-13 {
    font-size: 26px;
  }

  .underline-fill-2.white {
    display: none;
  }

  .color-white-2 {
    text-align: left;
    letter-spacing: 1.1px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .color-white-2.mg-bottom-0px {
    text-align: left;
    text-align: left;
  }

  .subscribe-button-2 {
    flex: 1;
    width: 100%;
    display: block;
  }

  .subscribe-button-2.absolute {
    margin-top: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .underline-fill-3.white {
    display: none;
  }

  .image-5.full-image {
    object-fit: fill;
    object-fit: fill;
    height: 180px;
  }

  .divider-3.bg-neutral-300.spacer {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .heading-14 {
    margin-bottom: 0;
  }

  .text-block-6 {
    text-align: left;
    font-size: 11px;
    line-height: 1.6em;
  }

  .button-primary-2 {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .input-3.footer-input {
    font-size: 13px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-title-2.mg-bottom-32px {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .color-white-3 {
    text-align: left;
    letter-spacing: 1.1px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .color-white-3.mg-bottom-0px {
    text-align: left;
  }

  .color-white-3.mg-bottom-0px.footer {
    text-align: left;
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contact-text-2 {
    font-size: 27px;
  }

  .container-default-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .color-white-4 {
    text-align: left;
    letter-spacing: 1.1px;
    font-size: 24px;
    line-height: 1.1em;
  }

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

  .rich-text-2 {
    font-size: 16px;
  }

  .form-5 {
    align-items: center;
  }

  .text-check {
    font-size: 16px;
  }

  .left-alignment {
    line-height: .9em;
  }

  .left-alignment.smaller-text {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .button-wrapper-2 {
    width: auto;
  }

  .home-primary-button-2 {
    display: flex;
  }

  .text-subtitle {
    font-size: 18px;
  }

  .text-area-2 {
    color: #000;
    font-size: 14px;
  }

  .section-8 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field-contact-2 {
    width: 100%;
    font-size: 14px;
  }

  .flex-form-2 {
    flex-direction: column;
    width: 94%;
  }

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

  .heading-67.space-down {
    font-size: 28px;
  }

  .dropdown-list-2.w--open {
    width: auto;
  }

  .text-block-9 {
    margin-bottom: 10px;
  }

  .section-15 {
    padding-top: 22px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .primary-button {
    min-height: auto;
    padding: 6px 11px;
    font-size: 10px;
    line-height: 14px;
  }

  .primary-button.other {
    font-size: 12px;
  }

  .text-subtitle-3 {
    font-size: 11px;
  }

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

  .heading-68 {
    letter-spacing: 0;
    flex-flow: column;
    font-size: 28px;
  }

  .heading-68._2 {
    flex-flow: row;
  }

  .text-span-49 {
    font-size: 25px;
  }

  .home-1-reviews-holder {
    flex-direction: column;
  }

  .base-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-1-reviews-name {
    align-items: center;
  }

  .home-1-reviews-slider {
    height: 100%;
    min-height: auto;
  }

  .home-1-left-arrow {
    bottom: -115%;
    right: 22%;
  }

  .home-1-reviews-wrap {
    flex-direction: column;
  }

  .home-1-right-arrow {
    z-index: 99;
    bottom: -115%;
    right: -19%;
  }

  .section-16.home-1-slider {
    height: auto;
    padding: 38px 16px 62px;
  }

  .reviews-name {
    text-align: center;
    margin-top: 10px;
  }

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

  .reviews-title {
    text-align: center;
  }

  .icon-style-one-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .icon-style-one-desc {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-143 {
    flex-flow: column;
    bottom: -97%;
  }

  .primary-red-button.curved {
    border-radius: 100px;
    width: 100%;
  }

  .text-area {
    color: #000;
    min-height: 100px;
    font-size: 14px;
  }

  .form-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-5.outline-outside {
    width: 100%;
    height: auto;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: scroll;
  }

  .modal {
    padding-top: 33px;
    display: none;
  }

  .div.less {
    width: 95%;
    height: 90%;
  }

  .text-field-contact {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .image-84 {
    max-width: 55%;
    margin-top: 16px;
  }

  .flex-form {
    flex-direction: column;
    width: 100%;
  }

  .rich-text-block-3 {
    flex-flow: column;
    font-size: 16px;
    line-height: 1.6em;
    display: flex;
  }

  .paragraph-9 {
    margin-bottom: 11px;
    line-height: 1.3em;
  }

  .div-block-144 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    display: flex;
  }

  .div-block-70 {
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-brand-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

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

  .heading-52 {
    font-size: 16px;
  }

  .paragraph-10 {
    line-height: 1.35em;
  }

  .link {
    padding-left: 0;
  }

  .link.reverse {
    font-size: 10px;
  }

  .grid-6 {
    grid-row-gap: 15px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 1.6em;
  }

  .div-block-148 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 1.6em;
  }

  .text-block-39 {
    line-height: 1.6em;
  }

  .big-title {
    font-size: 26px;
  }

  .paragraph-13 {
    font-size: 16px;
    line-height: 1.6em;
  }

  .div-block-162 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-43 {
    font-size: 14px;
    line-height: 1.5em;
  }

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

  .grid-8.space-down {
    margin-bottom: 32px;
  }

  .paragraph-16 {
    line-height: 1.6em;
  }

  .feature-content-wrapper {
    width: 25vh;
    height: 25vh;
  }

  .p-teaser-img-wrap {
    height: 400px;
  }

  .link-10 {
    font-size: 16px;
  }

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

  .section-title.light {
    font-size: 26px;
  }

  .why-us-block {
    padding: 40px;
  }

  .why-us-blocks-box {
    grid-template-columns: 1fr;
  }

  .team-section {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-166 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .accordion-item {
    padding: 13px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 22px;
  }

  .accordion-list-content {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-170 {
    padding-top: 0;
  }

  .text-block-44 {
    line-height: 12px;
  }

  .text-block-44.subtitle {
    font-size: 12px;
  }

  .div-block-171 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .link-11 {
    font-size: 12px;
  }

  .text-block-47 {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
  }

  .text-block-47.black {
    text-align: left;
    text-align: left;
  }

  .paragraph-21 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .white-paragraph {
    font-size: 14px;
    line-height: 1.4em;
  }

  .white-paragraph.small-text {
    font-size: 14px;
    line-height: 1.1em;
  }

  .small-arrow {
    width: 10px;
    min-width: 10px;
    max-width: 70%;
    font-size: 4px;
  }

  .relative-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .offer-item, .offer-item.small, .offer-item.small {
    height: 200px;
    padding: 20px;
  }

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

  .image-88 {
    width: 130%;
  }

  .div-block-178.smaller-section, .div-block-178.smaller-section.bigger-image, .div-block-178.smaller-section.architecture-pics, .div-block-178.smaller-section, .div-block-178.smaller-section.bigger-image, .div-block-178.smaller-section.architecture-pics, .div-block-178.smaller-section.bigger-image, .div-block-178.smaller-section.architecture-pics {
    height: 180px;
  }

  .heading-71 {
    font-size: 20px;
  }

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

  .heading-72 {
    font-size: 32px;
  }

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

  .link-block-11 {
    height: 180px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .title-1 {
    font-size: 16px;
  }

  .map-2 {
    height: 180px;
  }

  .text-block-52 {
    font-size: 9px;
  }

  .text-block-53 {
    font-size: 14px;
    line-height: 1.4em;
  }

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

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

  .text-block-55 {
    font-size: 13px;
  }

  .heading-76 {
    font-size: 16px;
  }

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

  .bold-text-16 {
    letter-spacing: .1em;
    font-size: 12px;
  }

  .text-block-57 {
    font-size: 12px;
  }

  .bold-text-17 {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
  }

  .div-block-198 {
    line-height: 1.6em;
  }

  .heading-79 {
    font-size: 26px;
    line-height: 1.2em;
  }

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

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

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

  .heading-84 {
    font-size: 26px;
  }

  .image-100 {
    width: 70%;
  }

  .image-101, .image-70 {
    width: 100%;
  }
}

#w-node-_4362ebf0-1302-6d68-7967-84898d08b803-b17db239, #w-node-_4362ebf0-1302-6d68-7967-84898d08b805-b17db239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4362ebf0-1302-6d68-7967-84898d08b807-b17db239 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4362ebf0-1302-6d68-7967-84898d08b809-b17db239 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcc43864-8d2a-ccdc-2500-222d5536ff0b-5536ff06, #Email.w-node-dcc43864-8d2a-ccdc-2500-222d5536ff0f-5536ff06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #submit-button.w-node-dcc43864-8d2a-ccdc-2500-222d5536ff13-5536ff06 {
    justify-self: auto;
  }
}
