@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype"), url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #0a9446;
  --black: #111;
  --dim-grey: #888;
  --white: white;
  --sea-green: #056839;
  --dark-grey: #4f4f4f;
  --black-2: #222423;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.brand {
  text-decoration: none;
}

.primary-btn {
  background-color: var(--green);
  color: #fff;
  border-radius: 4px;
  margin-top: auto;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: var(--black);
  background-color: #f9f9f9;
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dl-link {
  color: var(--dim-grey);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.dl-link:hover {
  background-color: var(--green);
  color: var(--white);
}

.dl-link.w--current {
  background-color: var(--green);
  color: #fff;
}

.nav-link {
  color: var(--dim-grey);
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  background-color: var(--green);
  color: var(--white);
}

.nav-link.w--current {
  background-color: var(--green);
  color: var(--white);
  flex: 0 auto;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 0 0 6px 6px;
  margin-top: 43px;
  overflow: hidden;
}

.navbar-cta {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 200px;
  padding: 15px 40px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.navbar-cta:hover {
  background-color: var(--sea-green);
}

.dropdown-toggle {
  color: var(--dim-grey);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  background-color: var(--green);
  color: var(--white);
}

.navbar-container {
  background-color: #0000;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-link {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.contact-link:hover, .contact-link.white {
  color: var(--white);
}

.announcement-icon {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}

.announcement-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.icon-5 {
  font-size: 24px;
}

.hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080 20%, #fff0);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.container {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._w-90 {
  z-index: 999;
  width: 90%;
}

.heading-under-line {
  background-color: var(--green);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-under-line.white {
  background-color: #151623;
}

.heading-under-line.white.white-white {
  background-color: #f9f9f9;
}

.services-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services-wrapper.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lrg-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 48px;
}

.lrg-heading.margin-bottom-10 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.1;
}

.lrg-heading.margin-bottom-10.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

.section-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

.section-wrapper.display-flex.flex-reverse {
  flex-direction: row-reverse;
}

.section-image {
  border-radius: 4px;
  width: 50%;
  overflow: hidden;
}

.section-image.border-radius-md {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 48%;
}

.section-image.border-radius-md {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.section-image.border-radius-md.box-shadow-none {
  box-shadow: none;
  border-radius: 0 60px;
}

.green-section {
  border-bottom: 1px solid var(--dark-grey);
  background-color: #222423e6;
  padding-top: 100px;
  padding-bottom: 220px;
}

.para {
  color: #797878;
  font-size: 1em;
  line-height: 1.75;
}

.para.white-grey {
  color: #f7f7f7;
  font-size: 15px;
}

.para.white {
  color: #e4e4e4;
  font-size: 15px;
}

.bullet-heading {
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all .3s ease-in-out;
}

.img:hover {
  transform: scale(1.1);
}

.img.new {
  background-image: url('../images/house_370508152.webp');
}

.img.newbuild {
  background-image: url('../images/house_220501565.webp');
}

.img.additions {
  background-image: url('../images/maxlight.webp');
}

.img.property {
  background-image: url('../images/kitchen_126794729.webp');
}

.img.property1 {
  background-image: url('../images/loft_268120581.webp');
}

.img.refurb {
  background-image: url('../images/lounge_621015737.webp');
}

.img.refurb1 {
  background-image: url('../images/bedroom_156179307.webp');
}

.img.loft {
  background-image: url('../images/loft_562761547.webp');
}

.img.loft1 {
  background-image: url('../images/bathroom_296388747.webp');
}

.img.reno {
  background-image: url('../images/bathroom_115418816.webp');
}

.img.reno1 {
  background-image: url('../images/bedroom_79809038.webp');
  background-position: 90%;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

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

.list._2col {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list._2col._30b {
  margin-bottom: 30px;
}

.list._3col {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list._3col._30b {
  margin-bottom: 30px;
}

.list._4col {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list._30b {
  margin-bottom: 30px;
}

.section-content {
  width: 50%;
}

.section-content.inner-padding-right {
  width: 45%;
  padding-left: 0;
  padding-right: 40px;
}

.section-content.inner-padding-right._w-100 {
  width: 100%;
}

.list-item {
  color: #787879;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.list-item.white {
  color: #e4e4e4;
}

.font-icon {
  color: #f9f9f9;
  background-color: #ff6363;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.font-icon.green {
  background-color: var(--green);
  background-color: #139045;
  flex: none;
  width: 35px;
  height: 35px;
  padding: 5px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.products-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-item {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.title-top-sub {
  text-align: center;
}

.black-section {
  border-bottom: 1px solid var(--dark-grey);
  background-color: #222423e6;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #151623;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
  left: 0%;
}

.works-wrapper.flex {
  flex-direction: column;
  display: flex;
}

.heading {
  color: #949494;
  font-size: 1.2em;
  font-weight: 400;
}

.heading.h3 {
  color: #151623;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

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

.contact-div {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.contact-div.right {
  background-color: #f9f9f9;
  border-radius: 6px;
  width: 50%;
  margin-top: 5px;
  padding: 20px;
  box-shadow: 0 0 20px #080f3421;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-section {
  background-color: #f9f9f9d9;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.cta-text-contact {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.icon {
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #88888880;
  border-radius: 0;
  grid-template-columns: .25fr 1.5fr;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0 0 30px;
  transition-property: none;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.cta-link {
  color: var(--dark-grey);
  font-weight: 500;
  text-decoration: none;
}

.h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.heading-3-section {
  background-color: var(--green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3-subheading {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-3-container-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3-left-section {
  width: 75%;
}

.h3-btn {
  border-style: solid;
  border-width: 2px;
  border-color: #f9f9f9 #f9f9f9 var(--white);
  color: var(--white);
  border-radius: 4px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .2s;
}

.h3-btn:hover {
  background-color: var(--green);
  color: #fff;
}

.footer-desing-1-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-comp-desc {
  color: #aaa;
  font-size: 1em;
  line-height: 1.75;
}

.footer-comp-desc.margin-top-bottom-40 {
  color: #222423;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-copy-bottom {
  border-top: 1px solid #88888880;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.logo-text-accent {
  color: var(--dim-grey);
}

.footer-social-icon {
  background-color: var(--sea-green);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--green);
}

.footer-design-1 {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-copy {
  color: var(--dim-grey);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.footer-social-media {
  margin-top: 30px;
  font-family: "Fa Brands 400", sans-serif;
  display: flex;
}

.logo-text-placeholder {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
}

.logo-text-placeholder.menu {
  color: #139045;
  font-size: 1.2em;
  font-weight: 600;
}

.footer-menu-links-link {
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-menu-links-link:hover, .footer-menu-links-link.w--current {
  color: var(--green);
}

.footer-menu-link {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
}

.footer-links {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-desing-1-wrapper.display-grid-x3 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--dark-grey);
  color: var(--black);
  background-image: url('../images/marble_122815337.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.logo {
  width: 200px;
}

.contactform {
  width: 100%;
}

.co-logo {
  width: 200px;
}

.dropdown {
  color: var(--dim-grey);
}

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

.p._20b {
  margin-bottom: 20px;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.nav {
  z-index: 1000;
  background-color: var(--black);
  border-bottom: 1px solid #4f4f4f80;
  padding-top: 10px;
  padding-bottom: 20px;
  position: static;
  inset: 0 0% auto;
}

.body-div {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.body-div._60t {
  margin-top: 60px;
}

.body-div._20t {
  margin-top: 20px;
}

.body-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fixed-link {
  width: 0;
  height: 0;
  margin-top: -250px;
  position: absolute;
}

.int-link {
  color: var(--white);
  font-weight: 700;
}

.sub-heading {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

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

.areas-item {
  align-items: center;
  display: flex;
}

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

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lb-img.video {
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}

.top-section {
  background-image: linear-gradient(#111111bf, #111111bf), url('../images/lounge_621487329.webp');
  background-position: 0 0, 50% 78%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.banner-title-2 {
  background-color: var(--sea-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.footer-link {
  color: var(--dim-grey);
  text-decoration: none;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: var(--green);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--sea-green);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--sea-green);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--black);
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-top-text {
  color: var(--green);
  letter-spacing: 0;
  max-width: 185px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}

.live-icon-chat {
  margin-right: 10px;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-bottom-text {
  color: var(--black);
  font-size: 10px;
}

.live-chat-bottom-text.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.live-chat-bottom-text.block {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.chat-section {
  background-color: #88888880;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.btt {
  z-index: 80;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 7% .5%;
}

.bt-top {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.top-link {
  width: 0;
  height: 0;
}

.site-map-link {
  color: var(--white);
  text-decoration: none;
}

.contact-us-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.white-icon {
  color: var(--white);
  border: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.contact-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.trade-div {
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  margin-top: 30px;
  display: flex;
}

.delta {
  width: 37%;
}

.fmb {
  width: 58%;
}

.dl-menu-2.w--open {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: -20px;
  overflow: hidden;
}

.drop-down-icon-2 {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.05em;
}

.footer-brand {
  text-decoration: none;
}

.navbar-2 {
  background-color: #0000;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.navbar-cta-2 {
  color: #fff;
  background-color: #139045;
  border-radius: 0;
  margin-left: 10px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: inline-block;
}

.navbar-cta-2:hover {
  color: #f9f9f9;
  background-color: #4d4d4d;
}

.navigation-2 {
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link-2 {
  color: #fff;
  border-radius: 5px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.nav-link-2:hover {
  background-color: #ffffff12;
}

.nav-link-2.w--current {
  border-bottom-color: #f9f9f9;
  flex: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-2.no-margin-right {
  margin-right: 0;
  font-size: 15px;
}

.nav-menu-2 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dl-link-2 {
  text-transform: capitalize;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s ease-in-out;
}

.dl-link-2:hover {
  color: #f9f9f9;
  background-color: #139045;
}

.dl-link-2.w--current {
  background-color: var(--green);
  color: #fff;
}

.dropdown-toggle-2 {
  color: #fff6f6;
  margin-right: 0;
  padding: 0 20px 0 0;
}

.text-block {
  font-size: 15px;
}

.hero-main-text-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
}

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

.hero-sub-heading-2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.hero-wrapper-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  min-height: 577px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav-2 {
  display: none;
}

.slide-1-2 {
  background-image: linear-gradient(#000000b3 49%, #fff0), url('../images/Kitchen-Extension.webp');
  background-position: 0 0, 50% 48%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slider-2 {
  height: 80vh;
  overflow: hidden;
}

.hero-content-2 {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.h1-light {
  font-weight: 300;
}

.hero-primary-2 {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-primary-2:hover {
  color: #fff;
  background-color: #ff6363;
}

.hero-primary-2.margin-right {
  margin-top: 40px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  transition-property: background-color;
  display: inline-block;
}

.hero-primary-2.margin-right:hover {
  background-color: #139045;
}

.heading-under-line-2 {
  background-color: #139045;
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-under-line-2.margin-top-minus-20 {
  margin-top: -20px;
}

.services-box-2 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-box-2:hover {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-box-2._1 {
  background-image: radial-gradient(circle, #000c, #0000), url('../images/new-build.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box-2._5 {
  background-image: radial-gradient(circle, #000c, #0000), url('../images/lodft-conversion.webp');
  background-position: 0 0, 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-box-2._4 {
  background-image: radial-gradient(circle, #000c, #0000), url('../images/house-renovation.webp');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-heading-2 {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  display: inline-block;
}

.services-box-arrow-icon-2 {
  color: #fff;
  background-color: #139045;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.services-box-title-2 {
  color: #fff;
  text-transform: none;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.75;
}

.primary-btn-2 {
  color: #fff;
  background-color: #139045;
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn-2:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.primary-btn-2.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn-2.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn-2.hovr-black.margin-top-20.none-mob:hover {
  background-color: #4d4d4d;
}

.primary-btn-2.margin-top-40 {
  margin-top: 20px;
}

.primary-btn-2.margin-top-40.btn-white {
  color: #fff;
  background-color: #4d4d4d;
  border: 1px #f9f9f9;
}

.primary-btn-2.margin-top-40.btn-white:hover {
  color: #f9f9f9;
  background-color: #139045;
}

.primary-btn-2.m-center {
  margin-top: 10px;
}

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

.section-services.border-bottom {
  background-color: #222423e6;
  border-bottom: 1px solid #78787980;
}

.heading-under-line-3 {
  background-color: #139045;
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-under-line-3.margin-top-minus-20 {
  margin-top: -20px;
}

.heading-under-line-3.white {
  background-color: #151623;
}

.heading-under-line-3.white.white-white {
  background-color: #f9f9f9;
}

.heading-under-line-3.center {
  margin-left: auto;
  margin-right: auto;
}

.heading-under-line-3.center.thin {
  height: 2px;
}

.heading-under-line-3.center.w {
  background-color: #fff;
  height: 2px;
}

.default-bullet-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.default-bullet-list.margin-b-t-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.default-bullet-list.margin-b-t-20.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-heading-2 {
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.section-heading-1.margin-bottom-10 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.1;
}

.section-heading-1.margin-bottom-10.white {
  color: #f9f9f9;
  font-size: 38px;
}

.hyperlink-cta {
  color: #fff;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s ease-in-out;
  box-shadow: inset 0 -2px #fff;
}

.hyperlink-cta:hover {
  color: #139045;
  box-shadow: inset 0 -100px #fff;
}

.section-heading-1-with-image {
  background-color: #222423e6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.inner-image {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all .3s ease-in-out;
}

.inner-image:hover {
  transform: scale(1.1);
}

.services-box-3 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-box-3:hover {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-box-3._2 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_14.webp');
}

.services-box-3._2:hover {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_14.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.services-box-3._3 {
  background-image: linear-gradient(#0000, #0000), url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_15.webp');
  background-position: 0 0, 50%;
}

.product-info-2 {
  text-align: left;
  padding-left: 20px;
}

.services-heading-3 {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  display: inline-block;
}

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

.section-products.position-relative {
  position: relative;
}

.section-products.position-relative.overlay-bg {
  background-color: #222423e6;
  border-top: 1px solid #78787980;
  padding-top: 140px;
  padding-bottom: 140px;
}

.product-category-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-heading-1-with-image-2 {
  background-color: #222423;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-1-with-image-2.no-bg {
  background-color: #0000;
}

.section-heading-1-with-image-2.no-bg.yellow-bg {
  background-color: #222423e6;
  border-top: 1px solid #78787980;
}

.section-heading-1-with-image-2.m-bottom-none {
  background-color: #222423e6;
  border-top: 1px solid #ffffff80;
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-image-4 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all .3s ease-in-out;
}

.inner-image-4:hover {
  transform: scale(1.1);
}

.inner-image-4.home-2 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_21.webp');
}

.recent-p-text-2 {
  color: #d4d4d4;
  font-size: 18px;
  font-weight: 300;
}

.recent-p-text-2.dark {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}

.service-title-2 {
  color: #f9f9f9;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.services-additional {
  background-color: #222423e6;
  border-top: 1px solid #78787980;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-block-2 {
  background-color: #22242380;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 30px;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.works-h2-2 {
  color: #fff;
  font-size: 39px;
  line-height: 1;
}

.works-h2-2.dark {
  color: #fff;
  font-size: 40px;
}

.service-icon-2 {
  background-image: url('../images/icon-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.service-icon-2._6 {
  background-image: url('../images/icon-6.webp');
}

.service-icon-2._5 {
  background-image: url('../images/icon-4.webp');
}

.service-icon-2._3 {
  background-image: url('../images/icon-3.webp');
}

.service-icon-2._4 {
  background-image: url('../images/icon-5.webp');
}

.service-icon-2._2 {
  background-image: url('../images/icon-2.webp');
}

.services-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
}

.our-works-section-2 {
  background-color: #222423e6;
  border-top: 1px solid #78787980;
  padding-top: 100px;
  padding-bottom: 100px;
}

.works-1-2 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  align-items: flex-end;
  min-height: 600px;
  padding: 21px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1-2:hover {
  box-shadow: none;
  transform: scale(1.05);
}

.works-1-2._1 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_2.webp');
  background-position: 50%;
  background-size: cover;
}

.works-1-2._1:hover {
  box-shadow: none;
}

.works-1-2._2 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_7.webp');
  background-position: 50%;
  background-size: cover;
}

.works-1-2._2:hover {
  box-shadow: none;
}

.recent-p-text-3 {
  color: #d4d4d4;
  font-size: 18px;
  font-weight: 300;
}

.project-name-2 {
  color: #fff;
  font-size: 1.5em;
}

.works-texxt-lable-2 {
  background-color: #f0f0f0;
  padding: 5px 30px;
  display: inline-block;
  position: absolute;
  inset: 20px auto auto 20px;
}

.iew-all-project {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  margin-top: 40px;
  margin-left: auto;
  padding: 15px 40px;
  font-size: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.iew-all-project:hover {
  color: #151623;
  background-color: #fff;
}

.iew-all-project.display-none {
  border-radius: 4px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: background-color;
}

.iew-all-project.display-none:hover {
  color: #fff;
  background-color: #139045;
}

.social-link {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side._1 {
  background-color: #139045;
  border-color: #139045;
  font-family: "Fa Solid 900", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._1:hover {
  color: #139045;
  background-color: #fff;
}

.social-link.side._2 {
  background-color: #139045;
  border-color: #139045;
  font-family: "Fa Brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._2:hover {
  color: #139045;
  background-color: #fff;
}

.social-link.side._4 {
  background-color: #139045;
  border-color: #139045;
  font-family: "Fa Brands 400", sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link.side._4:hover {
  color: #139045;
  background-color: #fff;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: 1%;
  top: 50%;
}

.text-block-7 {
  font-family: "Fa Solid 900", sans-serif;
}

.icon-9 {
  color: #f9f9f9;
  background-color: #139045;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

.cta-text-contact-2 {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.contact-section-2 {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: #f9f9f9;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #080f3421;
}

.cta-link-2 {
  color: #4d4d4d;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

.heading-3-btn {
  color: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 4px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .2s;
}

.heading-3-btn:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.heading-3-subheading-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 800;
}

.heading-3-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-3-section-2 {
  background-color: #139045;
  padding-top: 40px;
  padding-bottom: 40px;
}

.map-section {
  background-image: url('../images/Untitled.png');
  background-position: 50%;
  background-size: cover;
  height: 380px;
}

.home-map {
  filter: grayscale(70%);
}

.brand-bands {
  background-color: #f5f8fae6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.brand-band-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  width: 220px;
  margin-right: 15px;
  font-size: 5em;
  line-height: 1;
  display: block;
}

.brand-icon.right {
  width: 170px;
  margin-left: 15px;
}

.footer-copy-2 {
  color: #222423;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.footer-social-media-2 {
  font-family: "Fa Brands 400", sans-serif;
  display: flex;
}

.image {
  width: 250px;
}

.footer-menu-link-2 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.logo-text-accent-2 {
  color: #139045;
}

.footer-design-1-2 {
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-design-1-2.primary-color {
  background-color: #ffffffe6;
}

.footer-copy-bottom-2 {
  border-top: 1px solid #aaaaaa40;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-social-icon-2 {
  color: #222423;
  border: 1px #139045;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.4em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon-2:hover {
  color: #139045;
  background-color: #ffffff0f;
}

.footer-social-icon-2.solid {
  font-family: "Fa Sharp 400", sans-serif;
}

.footer-menu-links-link-3 {
  color: #222423;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-menu-links-link-3:hover, .footer-menu-links-link-3.w--current {
  color: #139045;
}

.italic-text {
  font-size: 24px;
  line-height: 34px;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--sea-green);
  background-color: var(--sea-green);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--green);
  color: var(--green);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--sea-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--sea-green);
  color: var(--sea-green);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--sea-green);
  color: var(--sea-green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 9999;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.icon-2, .icon-10 {
  font-size: 20px;
  display: none;
}

.left-arrow {
  display: none;
}

._142-slide-image {
  background-image: url('../images/joseph-gonzalez-zcUgjyqEwe8-unsplash.jpg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

._142-slide-image._12 {
  background-image: url('../images/jezael-melgoza-layMbSJ3YOE-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._10 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_18.webp');
  background-position: 50% 27%;
}

._142-slide-image._6 {
  background-image: url('../images/david-clode-Yg_sNKOiXvY-unsplash.jpg');
  background-position: 50% 20%;
}

._142-slide-image._14 {
  background-image: url('../images/torsten-dederichs-3dDa9p4FU9U-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._3 {
  background-image: url('../images/jack-ward-rknrvCrfS1k-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

._142-slide-image._8 {
  background-image: url('../images/charles-postiaux-Q6UehpkBSnQ-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._4 {
  background-image: url('../images/delta-system-2.webp');
  background-position: 50% 30%;
}

._142-slide-image._9 {
  background-image: url('../images/aron-van-de-pol-tZDtyUrYrFU-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._11 {
  background-image: url('../images/tokyo-luv-CsMNgdHXzFs-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._1 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_15.webp');
  background-position: 50% 30%;
}

._142-slide-image._1.c1 {
  background-image: url('../images/03_Datum-House-by-DHaus-Photography-by-James-Retief-.webp');
}

._142-slide-image._2 {
  background-image: url('../images/la-so-vk4vjTNVrTg-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._15 {
  background-image: url('../images/jay-ruzesky-nvBfwtaUBnI-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._7 {
  background-image: url('../images/delta-system-3.webp');
  background-position: 50%;
}

._142-slide-image._13 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_19.webp');
  background-position: 50%;
}

._142-slide-image._5 {
  background-image: url('../images/holger-link-jK9dT34TfuI-unsplash.jpg');
  background-position: 50%;
}

._142-slide-image._61, ._142-slide-image._62 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_13.webp');
}

._142-slide-image._63 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_11.webp');
}

._142-slide-image._63.c2 {
  background-image: url('../images/05_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-slide-image._64 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_10.webp');
}

._142-slide-image._66 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_16.webp');
}

._142-slide-image._66.c4 {
  background-image: url('../images/13_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-slide-image._67 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_06.webp');
}

._142-slide-image._67.c5 {
  background-image: url('../images/10_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-slide-image._68 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_12.webp');
}

._142-slide-image._68.c6 {
  background-image: url('../images/06_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-slide-image._69 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_17.webp');
}

._142-slide-image._69.c7 {
  background-image: url('../images/16_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-slide-image._70 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_09.webp');
}

._142-slide-image._70.c8 {
  background-image: url('../images/20_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-slide-image._71 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_01.webp');
}

._142-slide-image._71.c9 {
  background-image: url('../images/21_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-slide-image._72 {
  background-image: url('../images/Hertfordshire_House_by-DHaus_Photogaphy-by-Nick-Dearden_05.webp');
}

._142-slide-image._72.c10 {
  background-image: url('../images/PHOTO-before.webp');
}

._142-slide-image._73 {
  background-image: url('../images/videothumb.webp');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
}

._142-slide-image._80 {
  background-image: url('../images/27_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._81 {
  background-image: url('../images/26_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._82 {
  background-image: url('../images/56_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._83 {
  background-image: url('../images/41_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._84 {
  background-image: url('../images/09_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._85 {
  background-image: url('../images/40_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._86 {
  background-image: url('../images/03_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._87 {
  background-image: url('../images/44_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._88 {
  background-image: url('../images/33_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._89, ._142-slide-image._90 {
  background-image: url('../images/04_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._91 {
  background-image: url('../images/32_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._92 {
  background-image: url('../images/43_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._93 {
  background-image: url('../images/54_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._94 {
  background-image: url('../images/34_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image._95 {
  background-image: url('../images/53_Butterfly-House-by-DHaus_Photography-by-Richard-Chivers.webp');
}

._142-slide-image.c3 {
  background-image: url('../images/04_Datum-House-by-DHaus-Photography-by-James-Retief.webp');
}

._142-lottie-arrow-down {
  width: 30px;
  height: 30px;
}

.right-arrow-3 {
  display: none;
}

._142-text-slider {
  z-index: 99;
  background-color: var(--green);
  width: 240px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.resize-text {
  display: none;
}

.slider-arrow-right {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 70px;
  display: flex;
  inset: 11% 20% auto auto;
}

._142-slide-right-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 30%;
  margin-left: 15px;
  margin-right: 0;
  display: flex;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 81vh;
  display: flex;
  position: static;
  inset: 0%;
}

.demo-wrapper.top {
  margin-top: 130px;
  position: static;
}

.slider-arrow-left {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 0% 20% auto auto;
}

._142-slider {
  background-color: #131313;
  width: 70%;
  height: 100%;
  position: static;
}

._142-slider._3 {
  height: 100%;
}

._142-slider._2 {
  flex: 0 auto;
  height: 100%;
  margin-bottom: 15px;
}

._142-sliders-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 65vh;
  display: flex;
}

._142-sliders-wrapper.gap {
  flex-flow: row;
  width: 100%;
  height: 66vh;
  margin-bottom: 0;
}

._142-sliders-wrapper._1 {
  height: 66vh;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

._142-slide-heading {
  text-align: right;
  letter-spacing: 1px;
  margin: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  display: none;
}

._141-heading-slide {
  border: 1px #fff;
}

._142-slide-left-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 15px;
  display: flex;
  position: relative;
}

._142-slide-left-wrapper.gap {
  height: auto;
}

._142-lottie-arrow-up {
  width: 30px;
  height: 30px;
}

.text-header {
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.mask-2 {
  height: 600px;
}

.div-block {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }

  .map-section {
    background-image: url('../images/Untitled.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 100;
    background-color: #fff;
    border-radius: 7px;
    flex-direction: column;
    width: 98%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .dl-link {
    border-bottom: 1px solid #8883;
    padding: 15px 0 15px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-link {
    color: var(--black);
    text-align: left;
    background-color: #0000;
    border-bottom: 1px solid #00000026;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    transition: all .3s ease-in-out;
    display: block;
  }

  .nav-link:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .nav-link.w--current {
    text-align: left;
    border-bottom-color: #11111126;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .navbar {
    justify-content: space-between;
  }

  .dl-menu.w--open {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .navbar-cta {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-toggle {
    color: #151623;
    border-bottom: 1px solid #11111126;
    border-radius: 0;
    width: 100%;
    padding-left: 20px;
  }

  .dropdown-toggle.w--open {
    padding-left: 20px;
  }

  .navbar-container {
    width: 100%;
  }

  .menu-button {
    background-color: var(--green);
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 15px;
  }

  .menu-button:hover {
    background-color: var(--sea-green);
  }

  .menu-button.w--open {
    background-color: var(--sea-green);
    color: #0000;
    margin-right: 20px;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-toggle {
    color: var(--white);
    font-size: 22px;
  }

  .announcement-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .hero-section {
    height: auto;
  }

  .container {
    width: 90%;
  }

  .services-wrapper.grid-3 {
    margin-bottom: 30px;
  }

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

  .lrg-heading.margin-bottom-10.white {
    font-size: 30px;
  }

  .section-wrapper.display-flex, .section-wrapper.display-flex.flex-reverse {
    flex-direction: column;
  }

  .section-image.border-radius-md {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .img {
    height: 100%;
    min-height: 400px;
  }

  .list._3col._30b {
    grid-template-columns: 1fr 1fr;
  }

  .section-content.inner-padding-right {
    width: 100%;
  }

  .section-content.inner-padding-right._w-100 {
    padding-right: 0;
  }

  .font-icon.green {
    flex: none;
  }

  .products-wrapper.display-grid {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

  .contact-div {
    width: 100%;
  }

  .contact-div.right {
    width: 100%;
    margin-top: 40px;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

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

  .h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6;
  }

  .heading-3-container-wrapper.display-flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-3-left-section {
    text-align: center;
    width: 100%;
  }

  .h3-btn {
    color: #151623;
    background-color: #f9f9f9;
    border-style: none;
    margin-top: 10px;
    padding: 10px 40px;
    font-weight: 600;
  }

  .footer-desing-1-wrapper.display-grid-x3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .dropdown {
    width: 100%;
  }

  .nav {
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
  }

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

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

  .banner-title-2 {
    font-size: 30px;
  }

  .contact-us-div {
    flex-direction: row;
    justify-content: center;
  }

  .dl-menu-2.w--open {
    margin-top: 0;
    margin-left: 0;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .nav-toggle-2 {
    font-size: 22px;
  }

  .navbar-cta-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    color: #000;
    text-align: left;
    background-color: #0000;
    border-bottom: 1px solid #00000026;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    display: block;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #139045;
  }

  .nav-link-2.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-weight: 400;
  }

  .nav-link-2.w--current:hover {
    background-color: #139045;
  }

  .nav-link-2.n-padding {
    padding-left: 0;
  }

  .nav-menu-2 {
    z-index: 100;
    background-color: #fff;
    border-radius: 7px;
    flex-direction: column;
    width: 98%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding: 15px 0 15px 20px;
  }

  .dropdown-toggle-2 {
    color: #151623;
    width: 100%;
    padding-left: 20px;
  }

  .dropdown-toggle-2.w--open {
    color: #fff;
    padding-left: 20px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #f9f9f92b;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 15px;
  }

  .menu-button-2.w--open {
    color: #151623;
    background-color: #f9f9f9;
    margin-right: 20px;
  }

  .hero-main-text-2 {
    font-size: 3em;
  }

  .hero-slider-2 {
    height: 80vh;
  }

  .hero-content-2 {
    width: 90%;
  }

  .heading-under-line-2.margin-top-minus-20 {
    margin-top: 0;
  }

  .services-box-2 {
    min-height: 300px;
  }

  .services-heading-2 {
    font-size: 1.7em;
  }

  .services-box-title-2 {
    text-align: center;
    line-height: 1.2;
  }

  .primary-btn-2.hovr-black.margin-top-20.none-mob {
    display: none;
  }

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

  .heading-under-line-3.margin-top-minus-20 {
    margin-top: 0;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .inner-image {
    height: 100%;
    min-height: 400px;
  }

  .services-box-3 {
    min-height: 300px;
  }

  .product-info-2 {
    padding-top: 60px;
    padding-left: 0;
  }

  .services-heading-3 {
    font-size: 1.7em;
  }

  .product-category-2 {
    grid-template-columns: 1fr;
  }

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

  .services-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .works-1-2 {
    width: 90%;
    min-width: 300px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-name-2 {
    font-size: 1.2em;
  }

  .iew-all-project.display-none {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .heading-3-btn {
    color: #151623;
    background-color: #f9f9f9;
    border-style: none;
    margin-top: 10px;
    padding: 10px 40px;
    font-weight: 600;
  }

  .heading-3-text {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6;
  }

  ._142-text-slider {
    z-index: 10;
    width: 140px;
  }

  .resize-text {
    color: #ce3434;
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  ._142-sliders-wrapper.gap {
    height: 80vh;
    margin-bottom: 40px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .mask-2 {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-cta {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    margin-right: 0;
  }

  .drop-down-wrapper {
    background-color: #fff;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .hero-section {
    height: auto;
  }

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

  .lrg-heading.margin-bottom-10.white {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .img {
    min-height: 350px;
  }

  .list._2col, .list._3col, .list._3col._30b, .list._4col {
    grid-template-columns: 1fr;
  }

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

  .works-image-grid.grid {
    padding-top: 40px;
  }

  .heading.h3 {
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .footer-comp-desc.margin-top-bottom-40 {
    margin-top: 20px;
  }

  .footer-design-1 {
    padding-top: 40px;
  }

  .footer-menu-link {
    padding-top: 0;
  }

  .footer-desing-1-wrapper.display-grid-x3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .co-logo-link {
    max-width: 200px;
  }

  .h2 {
    font-size: 24px;
  }

  .nav {
    padding-top: 0;
    padding-bottom: 20px;
    position: static;
  }

  .fixed-link {
    margin-top: -40px;
  }

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

  .banner-title-2 {
    font-size: 25px;
  }

  .contact-us-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .hero-main-text-2 {
    font-size: 2em;
  }

  .hero-sub-heading-2 {
    font-size: 1.25em;
  }

  .hero-btn-group-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-slider-2 {
    height: 60vh;
  }

  .hero-content-2 {
    width: 100%;
    padding-top: 0;
  }

  .services-box-2 {
    min-height: 250px;
  }

  .services-box-arrow-icon-2 {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }

  .services-box-title-2 {
    text-align: center;
    font-size: 1.25em;
  }

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

  .section-heading-1-with-image {
    padding-bottom: 60px;
  }

  .inner-image {
    min-height: 350px;
  }

  .services-box-3 {
    min-height: 250px;
  }

  .product-info-2 {
    padding-top: 0;
  }

  .section-heading-1-with-image-2 {
    padding-bottom: 60px;
  }

  .inner-image-4 {
    min-height: 350px;
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
  }

  .works-1-2 {
    min-width: 250px;
  }

  .iew-all-project.display-none {
    margin-left: auto;
    margin-right: auto;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .circle-div-side {
    display: none;
  }

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

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .resize-text {
    color: #000;
    line-height: 1.5;
    display: none;
  }

  .demo-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper.top {
    margin-top: 0;
  }

  ._142-sliders-wrapper {
    width: 90vw;
    height: 50vh;
    margin-bottom: 40px;
  }

  ._142-sliders-wrapper.gap {
    height: 50vh;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mask-2 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    margin-top: 25px;
  }

  .nav-link, .nav-link.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dl-menu.w--open {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .navbar-cta {
    display: none;
  }

  .menu-button.w--open {
    margin-right: 0;
  }

  .drop-down-wrapper {
    background-color: #f9f9f9;
    padding-top: 10px;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
  }

  .announcement-wrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .heading-under-line {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .services-wrapper.display-grid, .services-wrapper.grid-3, .services-wrapper.display-grid, .services-wrapper.grid-3 {
    grid-template-columns: 1fr;
  }

  .lrg-heading.margin-bottom-10 {
    font-size: 2.2em;
  }

  .lrg-heading.margin-bottom-10.white {
    margin-bottom: 20px;
  }

  .green-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img {
    min-height: 250px;
  }

  .section-content.inner-padding-right {
    padding-right: 0;
  }

  .black-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .works-image-grid.grid {
    padding-top: 30px;
  }

  .heading.h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .contact-div.right {
    margin-top: 30px;
    padding: 15px;
  }

  .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-text-contact {
    font-size: 1.15em;
  }

  .icon {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20 {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .heading-3-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-3-subheading {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 32px;
  }

  .h3-btn {
    text-align: center;
    width: 100%;
  }

  .footer-design-1 {
    padding-top: 30px;
  }

  .footer-desing-1-wrapper.display-grid-x3 {
    grid-template-columns: 1fr;
  }

  .nav {
    padding-top: 10px;
  }

  .body-div {
    width: 95%;
    max-width: none;
  }

  .fixed-link {
    margin-top: -30px;
  }

  .project-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .top-section {
    height: 270px;
    padding-bottom: 20px;
  }

  .banner-title-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .livechat-button {
    width: 90%;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .contact-us-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .white-icon {
    font-size: 1.2em;
  }

  .dl-menu-2.w--open {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .drop-down-icon-2 {
    margin-right: 20px;
  }

  .footer-brand.w--current {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .navbar-2 {
    flex-direction: column;
    justify-content: center;
  }

  .navbar-cta-2 {
    display: none;
  }

  .nav-link-2, .nav-link-2.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-2.n-padding {
    background-color: #fff;
    padding-right: 0;
  }

  .dropdown-toggle-2.w--open {
    color: #222423;
  }

  .menu-button-2, .menu-button-2.w--open {
    margin-right: 10px;
  }

  .hero-main-text-2 {
    font-size: 2em;
  }

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

  .hero-sub-heading-2 {
    font-size: 1.25em;
    font-weight: 400;
  }

  .hero-wrapper-2 {
    display: block;
  }

  .hero-btn-group-2 {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: -160px;
  }

  .hero-slider-2 {
    height: 60vh;
  }

  .hero-content-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .hero-primary-2.margin-right {
    text-align: center;
    flex: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
  }

  .heading-under-line-2 {
    margin-top: 0;
  }

  .services-box-2 {
    margin-bottom: 10px;
  }

  .services-box-2:hover {
    transform: none;
  }

  .services-box-title-2 {
    font-size: 1.5em;
  }

  .primary-btn-2.margin-top-40.btn-white {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-under-line-3 {
    margin-top: 0;
  }

  .default-bullet-list.margin-b-t-20.list-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-1.margin-bottom-10 {
    font-size: 2.2em;
  }

  .services-box-3 {
    margin-bottom: 10px;
  }

  .services-box-3:hover {
    transform: none;
  }

  .product-info-2 {
    padding-top: 0;
  }

  .section-products.position-relative.overlay-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-category-2 {
    width: 100%;
    padding-top: 40px;
  }

  .section-heading-1-with-image-2.no-bg.yellow-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .recent-p-text-2 {
    margin-bottom: 10px;
  }

  .services-additional {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-block-2 {
    padding: 15px;
  }

  .works-h2-2 {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .works-h2-2.dark {
    font-size: 2em;
  }

  .services-grid-2 {
    padding-top: 40px;
  }

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

  .works-1-2 {
    min-height: 350px;
  }

  .recent-p-text-3 {
    margin-bottom: 10px;
  }

  .works-texxt-lable-2 {
    color: #151623;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .iew-all-project.display-none {
    margin-left: auto;
    margin-right: auto;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .icon-9 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

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

  .circle-div-side {
    display: none;
  }

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

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .heading-3-text {
    font-size: 1.2em;
  }

  .map-section {
    height: 270px;
  }

  .brand-band-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 20px;
  }

  .brand-icon {
    margin-right: 0;
  }

  .brand-icon.right {
    margin-left: 0;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  ._142-text-slider {
    margin-bottom: 100px;
  }

  .resize-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-arrow-right {
    inset: -13% 0% auto auto;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 140px;
    margin-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-left {
    top: -13%;
    right: 20%;
  }

  ._142-slider {
    width: 100%;
  }

  ._142-sliders-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 60vh;
  }

  ._142-sliders-wrapper.gap {
    flex-flow: row;
    height: 60vh;
    display: flex;
  }

  ._142-sliders-wrapper._1 {
    height: 52vh;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  ._142-slide-left-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
  }

  ._142-slide-left-wrapper.gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .mask-2 {
    width: 100%;
  }
}

#w-node-_42298100-6507-6ff6-e28a-545989f7f18c-ba26a26e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_42298100-6507-6ff6-e28a-545989f7f18e-ba26a26e, #w-node-_42298100-6507-6ff6-e28a-545989f7f18f-ba26a26e, #w-node-_42298100-6507-6ff6-e28a-545989f7f190-ba26a26e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42298100-6507-6ff6-e28a-545989f7f191-ba26a26e {
  justify-self: end;
}

#w-node-ee59b826-c1a0-f2d2-6fc4-46747b49086a-ba26a26e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c6a3342-047b-5a0d-de8a-483a5d3aeb5d-f49a7547, #w-node-_5c6a3342-047b-5a0d-de8a-483a5d3aeb66-f49a7547, #w-node-_5c6a3342-047b-5a0d-de8a-483a5d3aeb6f-f49a7547 {
  align-self: center;
}

#w-node-_40cbe8cc-0277-e4c1-cfe8-4d1c7a2e59f1-6a31eafc, #w-node-_010d1f95-65a6-0d23-900e-586e0bfb0bd1-6a31eafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e3a72d7e-d711-73ac-3e7f-a341763333da-ba26a26e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_42298100-6507-6ff6-e28a-545989f7f191-ba26a26e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: stretch;
  }

  #w-node-ee59b826-c1a0-f2d2-6fc4-46747b49086b-ba26a26e, #w-node-ee59b826-c1a0-f2d2-6fc4-46747b490870-ba26a26e, #w-node-ee59b826-c1a0-f2d2-6fc4-46747b490875-ba26a26e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc84e5af-e18a-786c-4424-18d055c30e03-55c30e00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1699ad9-fafd-a181-f559-2be1ddbd4076-60c22422 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d1699ad9-fafd-a181-f559-2be1ddbd407b-60c22422 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3a72d7e-d711-73ac-3e7f-a341763333da-ba26a26e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42298100-6507-6ff6-e28a-545989f7f191-ba26a26e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6e558484-d312-f289-7100-422c8fcfad20-ba26a26e, #w-node-_6e558484-d312-f289-7100-422c8fcfad21-ba26a26e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bc84e5af-e18a-786c-4424-18d055c30e03-55c30e00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1699ad9-fafd-a181-f559-2be1ddbd4076-60c22422, #w-node-d1699ad9-fafd-a181-f559-2be1ddbd407b-60c22422 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype'), url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}