@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Fa duotone;
  src: url('../fonts/FA-Duotone.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 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 Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  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 Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.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");
  font-weight: 100;
  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 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Magistral;
  src: url('../fonts/MagistralBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #1b1a1a;
  --white: white;
  --grey: #080954;
  --beige: #fff;
  --dark-grey: #f8f6ad;
}

.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;
}

.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;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.title-section {
  margin-top: 140px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.title-section._0 {
  margin-top: 120px;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

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

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

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

.footer-section {
  z-index: 2;
  background-color: var(--black);
  padding-bottom: 80px;
  position: relative;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.modular-div {
  justify-content: space-between;
  align-items: center;
  width: 97%;
  max-width: 1500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-subtitle {
  color: var(--grey);
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 40px;
}

.large-subtitle._20 {
  margin-bottom: 12px;
  font-size: 50px;
}

.hero-img-div {
  overflow-wrap: normal;
  object-fit: cover;
  background-image: linear-gradient(#0003, #0003), url('../images/Atracx1.webp');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97%;
  max-width: 1500px;
  min-height: 85vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-img-div.service {
  background-image: linear-gradient(#0003, #0003), url('../images/Groundwork-Banner.webp');
  background-position: 0 0, 50% 5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.hero-img-div.drainage {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG-20250321-WA0046.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.hero-img-div.demolition {
  background-image: linear-gradient(#0003, #0003), url('../images/Atracx4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.hero-img-div.concrete {
  background-image: linear-gradient(#0003, #0003), url('../images/Atracx-2.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.hero-img-div.dem {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG-20250321-WA0039_1.webp');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.hero-img-div.areas {
  background-image: linear-gradient(#0003, #0003), url('../images/Areas.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.triangle {
  background-color: var(--beige);
  width: 250px;
  height: 250px;
  margin-top: -200px;
  margin-right: 20%;
  transform: skew(0deg)rotate(45deg);
}

.triangle.left {
  background-color: var(--white);
  width: 300px;
  height: 300px;
  margin: 0 auto -50px -150px;
}

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

.p {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 17px;
}

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

.p._30t {
  margin-top: 20px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}

.h2.light {
  color: var(--beige);
  letter-spacing: -1px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.h2.light.t20 {
  margin-top: 20px;
}

.footer-links {
  color: var(--beige);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.back-to-top-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.back-to-top-link {
  border: 2px solid var(--beige);
  background-color: var(--black);
  color: var(--beige);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.back-to-top-link:hover {
  background-color: var(--grey);
}

.btt-icon {
  color: var(--white);
  font-family: Fa duotone, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.bottom-container {
  border: 1px solid #e3ebd299;
  flex-direction: column;
  align-items: center;
  width: 48%;
  padding: 40px;
  display: flex;
}

.bottom-container._2 {
  justify-content: center;
  width: 35%;
  padding-left: 60px;
}

.bottom-container._1 {
  width: 35%;
  padding-right: 60px;
}

.bottom-link {
  color: var(--beige);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 6px;
  font-size: 16px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.bottom-link:hover {
  color: var(--dark-grey);
}

.icons {
  color: var(--beige);
  margin-right: 5px;
  font-family: Fa duotone, sans-serif;
}

.bottom-title {
  color: var(--white);
  letter-spacing: 1px;
  border-bottom: 1px solid #e3ebd280;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
}

.social-media-div {
  margin-top: 20px;
  display: flex;
}

.sm-link {
  text-align: center;
  margin-right: 1px;
  text-decoration: none;
}

.sm-icon {
  color: var(--beige);
  margin-right: 20px;
  font-family: Fa brands, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.sm-icon.fb {
  margin-right: 0;
  font-size: 28px;
  line-height: 38px;
  transition: color .45s ease-in-out;
}

.sm-icon.fb:hover {
  color: var(--grey);
}

.bottom-text {
  color: var(--beige);
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  text-decoration: none;
}

.bottom-div {
  justify-content: space-between;
  align-items: stretch;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.round-img {
  z-index: 1;
  filter: invert(200%);
  color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

._3-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

._3-box {
  border-bottom: 5px solid var(--beige);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 20px;
  display: flex;
}

._4-box-img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

._3-box-title {
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;
}

._4-svs-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.div-block {
  display: flex;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--grey);
  background-color: var(--grey);
  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(--black);
  color: var(--black);
  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-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: #616161;
  margin-right: 24px;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  letter-spacing: .5px;
  font-size: 13px;
}

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

.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_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

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

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

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

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

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

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

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

.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-banner_button {
  border: 2px solid var(--grey);
  background-color: var(--grey);
  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(--black);
  color: var(--black);
  background-color: #f5f5f5;
}

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

.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_space-medium {
  margin-bottom: 40px;
}

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

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

.h1-smal {
  color: var(--black);
  font-size: 35px;
  font-weight: 400;
}

.navbar-2 {
  mix-blend-mode: multiply;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-2 {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-2.w--current {
  width: 230px;
}

.email-link-head {
  color: #fff;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  text-decoration: none;
}

.email-text-head {
  color: var(--grey);
  letter-spacing: -1px;
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.div-block-2 {
  text-align: right;
  justify-content: flex-end;
  width: 200px;
  display: flex;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 0 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: var(--grey);
  color: var(--dark-grey);
  border-radius: 100px;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.image-2 {
  width: 230px;
}

.div-block-27 {
  flex-flow: row;
  align-items: flex-start;
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.text-span {
  color: var(--beige);
  margin-right: 30px;
  font-size: 16px;
  position: relative;
  top: -7px;
}

.text-span._5 {
  margin-right: 30px;
}

.button-4 {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 2em;
}

.div-block-26 {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-26._2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding-top: 0;
}

.menu {
  z-index: 1001;
  background-color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-30 {
  flex-flow: column;
  margin-right: 0;
  padding-top: 30px;
  display: flex;
}

.user-log-in-log-out-2 {
  background-color: var(--grey);
  color: var(--beige);
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 10px 21px;
  font-size: 16px;
  transition: background-color .3s ease-in-out;
}

.user-log-in-log-out-2:hover {
  background-color: var(--dark-grey);
  color: var(--black);
}

.menu-subs {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.button-2 {
  background-color: #3898ec00;
  padding-left: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 26px;
  transition: color .3s;
}

.button-2:hover {
  color: var(--dark-grey);
  text-align: left;
}

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

.button-7 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/right-arrow-black_1right arrow black.png');
  background-position: 100% 51%;
  background-repeat: no-repeat;
  background-size: 11px;
  padding-right: 20px;
  font-size: 16px;
  transition: all .3s;
}

.button-7:hover {
  padding-right: 27px;
}

.button-7.white {
  filter: invert();
  font-size: 18px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  width: 97%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16.5px;
  line-height: 28px;
}

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

.div-block-4.r {
  align-items: center;
  width: 45%;
  padding-right: 0%;
  position: relative;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div-block-3._100 {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-3._90 {
  height: 90vh;
}

.div-block-5 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  padding: 0;
  display: block;
}

.div-block-5.none {
  width: 100%;
}

.h2-main {
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 6%;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  font-weight: 400;
  line-height: 1em;
}

.h2-main.centre {
  text-align: center;
  margin-bottom: 3%;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.h2-main.low {
  color: var(--black);
  margin-bottom: 2%;
}

.div-block-6 {
  background-color: var(--grey);
  background-image: url('../images/Texture.webp');
  background-position: 50%;
  background-size: 1222px;
  width: 100%;
  max-width: 100%;
  height: 70%;
  min-height: 550px;
  margin-bottom: -70px;
  margin-left: auto;
  margin-right: 0;
  padding: 79px;
  position: absolute;
}

.div-block-6._2 {
  background-color: #b3acac;
  background-image: url('../images/WhatsApp-Image-2025-03-21-at-14.35.34_eff19bbf_1.webp');
  background-position: 46%;
  background-size: cover;
  width: 100%;
  height: 70%;
  min-height: 500px;
  margin-bottom: 0%;
  margin-right: 8%;
  position: absolute;
}

.div-block-6.s1-1 {
  background-color: #b3acac;
  background-image: url('../images/Groundworks2.webp');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  height: 70%;
  margin-bottom: 0%;
  margin-right: 10%;
  position: absolute;
}

.div-block-6.s2-1 {
  background-color: #b3acac;
  background-image: url('../images/Drainage1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  margin-bottom: 0%;
  margin-right: 10%;
  position: absolute;
}

.div-block-6.s3-1 {
  background-color: #b3acac;
  background-image: url('../images/IMG-20250321-WA0007.webp');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 70%;
  min-height: 550px;
  margin-bottom: 0%;
  margin-right: 10%;
  position: absolute;
}

.div-block-6.s4-1 {
  background-color: #b3acac;
  background-image: url('../images/Foundation1.webp');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 70%;
  margin-bottom: 0%;
  margin-right: 10%;
  position: absolute;
}

.button-divs.top {
  margin-top: 25px;
}

.banner-text {
  color: var(--beige);
  text-align: center;
  letter-spacing: -2px;
  text-transform: capitalize;
  font-size: 80px;
  line-height: 75px;
}

.banner-text._2 {
  background-color: var(--grey);
  letter-spacing: -2px;
  margin-top: 10px;
  padding: 6px 14px;
  line-height: 75px;
}

.banner-text.service {
  background-color: var(--grey);
  margin-top: 10px;
  padding: 6px 14px;
  font-size: 60px;
  font-weight: 600;
  line-height: 58px;
}

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

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--grey);
  color: var(--beige);
}

.hyperlink.white {
  box-shadow: inset 0 -2px 0 0 var(--beige);
  color: var(--beige);
}

.hyperlink.white:hover {
  box-shadow: inset 0 -100px 0 0 var(--beige);
  color: var(--grey);
}

.heading-colour {
  color: var(--grey);
}

.section-4 {
  flex: 1;
  padding: 100px 5%;
}

.section-4.founder-section {
  color: #fff;
  background-color: #1a1a1d;
  width: 97%;
  max-width: 1500px;
  margin: 60px auto;
  padding: 100px 60px;
  position: relative;
}

.about-content {
  width: 45%;
}

.about-content._100 {
  width: 100%;
}

.about-content._55 {
  width: 55%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-height: 650px;
}

.founder-quote {
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16.5px;
  line-height: 30px;
}

.agent-photo {
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 4px;
  max-width: 50%;
  min-height: 575px;
  margin-top: -200px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px #162d3a1a;
}

.agent-photo.about {
  box-shadow: none;
  border-style: none;
  width: 100%;
  max-width: 40%;
  min-height: 400px;
  margin-top: -150px;
  margin-bottom: -150px;
}

.container-6 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.founder-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.overlay {
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.cta-subtitle {
  color: var(--beige);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
}

.cta-background-2 {
  z-index: 1;
  background-image: url('../images/CTA.webp');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-text-wrap {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #eee;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .7rem;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-header {
  color: var(--beige);
  letter-spacing: -1px;
  min-width: 65%;
  margin-top: 15px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.growing-cta-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.foot-logo-link {
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.default-list {
  list-style-type: none;
}

.default-list._4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.default-list.area {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.default-list._3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.default-list.site {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: auto;
  display: grid;
}

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

.bullet-text {
  text-align: left;
  letter-spacing: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.image-6 {
  width: 28px;
  margin-right: 10px;
}

.live-chat-top-text {
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  position: static;
}

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

.live-icon {
  background-color: var(--dark-grey);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 20px;
}

.live-chat-bottom-text.block {
  color: var(--beige);
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.live-chat-bottom-text.bold {
  color: var(--beige);
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.chat-section {
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  filter: invert(80%);
  color: #fff;
  display: block;
}

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

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

.live-chat-link {
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: var(--grey);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  border: 1px none var(--beige);
  background-color: var(--white);
  cursor: pointer;
  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;
  box-shadow: -3px 3px 4px 1px #0003;
}

.whatsapp-container:hover {
  transform: scale(1.05);
}

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

.livechat-button {
  background-color: var(--grey);
  letter-spacing: 1px;
  cursor: pointer;
  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(--black);
}

.top-section-2 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.numbersu {
  background-color: var(--grey);
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-counter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.counter-col {
  border-right: 1px solid var(--beige);
  text-align: center;
  padding: 20px 40px;
}

.counter-col.white {
  border-right-color: var(--beige);
  padding-top: 20px;
  padding-bottom: 20px;
}

.mumber-col {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lexend, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.counter-text {
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.number-col-customer {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 110%;
}

.counter-col-border {
  text-align: center;
  padding: 20px 40px;
}

.number-col-support {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.close-circle {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.image-7 {
  width: 20px;
}

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

.cta-link {
  color: var(--black);
  letter-spacing: .5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

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

.icon-2 {
  background-color: var(--grey);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

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

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

.contact-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-section._40 {
  padding-top: 0;
}

.left-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.left-contact.right {
  background-color: #fff;
  width: 50%;
  padding: 20px;
  display: none;
  box-shadow: 2px 5px 9px #21212159;
}

.cta-text-contact {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.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 #15162314;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  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;
}

.h2-title {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

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

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.light-text-line {
  background-color: #5f5f51;
  width: 40px;
  height: 2px;
}

.email-icon {
  margin-right: 5px;
  font-family: "Fa 100", sans-serif;
}

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

.fs-cc-prefs_component-2 {
  z-index: 1000;
  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-banner_component-2 {
  z-index: 1000;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.text-mark {
  background-image: url('../images/Asset-5.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.features-grid_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  box-shadow: 6px 6px 0 0 var(--grey);
  background-color: #fff;
  border: 1.2px dashed #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.bullet-heading-2 {
  color: var(--black);
  letter-spacing: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.bullet-heading-2.w {
  color: var(--beige);
}

.bullet-heading-2.sub {
  padding-left: 30px;
}

.text-subheader-padding {
  max-width: 70rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

._1x3-grid-3 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 60px;
}

._1x3-grid-3._3-box-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.card-icon {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: Fa duotone, sans-serif;
  display: flex;
}

.card-icon.grey {
  color: var(--black);
}

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

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

.text-custom-gray {
  color: #000;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}

.heading-4 {
  color: #000;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 54px;
  font-weight: 300;
  line-height: 62px;
}

.container-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large-3 {
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

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

.card-bullet {
  padding-left: 0;
}

.card-bullet.grid3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet.grid3.sub {
  margin-bottom: 0;
}

.card-bullet.grid4 {
  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;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.text-size-medium-4.text-weight-semibold {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

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

.padding-section-large-3.nopad {
  padding-bottom: 0;
}

.area-pin {
  width: 18px;
  margin-right: 10px;
}

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 375px;
}

.foot-link {
  color: var(--beige);
  letter-spacing: 0;
  font-size: 15px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: var(--dark-grey);
}

.h3 {
  color: var(--grey);
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.h3.w {
  color: var(--dark-grey);
}

.area-map {
  filter: grayscale(65%);
  margin-top: 24px;
  margin-bottom: -10px;
}

.coming-soon {
  letter-spacing: -1px;
  font-size: 28px;
  line-height: 34px;
}

.site-link {
  color: var(--black);
  font-size: 17px;
  text-decoration: none;
}

.list-icon-h4 {
  width: 30px;
  margin-right: 8px;
}

.list-icon-h4.filter {
  filter: invert();
}

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

.text-block-6.social {
  font-family: Fa brands, sans-serif;
}

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

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

.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._5 {
  border-width: 3px;
  border-color: var(--dark-grey);
  background-color: var(--grey);
  border-radius: 0;
  font-size: 24px;
}

.social-link.side._5:hover {
  border-color: var(--grey);
  background-color: var(--dark-grey);
  color: var(--grey);
}

.social-link.side._1 {
  border-width: 3px;
  border-color: var(--dark-grey);
  background-color: var(--grey);
  border-radius: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 22px;
}

.social-link.side._1:hover {
  border-color: var(--grey);
  background-color: var(--dark-grey);
  color: var(--grey);
}

.social-link.side.text-block-3 {
  background-color: #960002;
  border-color: #960002;
}

.social-link.side.text-block-3:hover {
  background-color: #fff;
}

.social-link.side._4 {
  background-color: #960002;
  border-color: #960002;
}

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

.social-link.side._2 {
  background-color: #960002;
  border-color: #960002;
}

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

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

.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%;
}

.h1-wrapper {
  width: 70%;
  max-width: none;
  margin-right: 20px;
}

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

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contactform {
  width: 100%;
}

.team-block {
  z-index: 3;
  border: 1px solid var(--dark-grey);
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-line-side {
  background-color: var(--dark-grey);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-line-bottom {
  background-color: var(--dark-grey);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.team-text {
  margin-top: 32px;
}

.lightbox-link-3 {
  width: 100%;
  height: 360px;
  position: relative;
}

.team-name-2 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  border-bottom: 5px solid var(--grey);
  color: #000;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .title-section {
    padding-bottom: 40px;
  }

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

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

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

  .modular-div {
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 0;
  }

  .large-subtitle {
    font-size: 40px;
  }

  .hero-img-div {
    width: 95%;
    min-height: 400px;
  }

  .triangle {
    width: 160px;
    height: 160px;
    margin-top: -90px;
  }

  .triangle.left {
    width: 280px;
    height: 280px;
    display: none;
  }

  .body-div {
    width: 95%;
  }

  .bottom-container._2 {
    padding: 20px 20px 20px 30px;
  }

  .bottom-container._1 {
    padding: 20px 30px 20px 20px;
  }

  .bottom-text {
    max-width: 200px;
  }

  .bottom-div {
    width: 95%;
  }

  ._4-box-img {
    padding: 10px;
  }

  ._4-svs-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .email-text-head {
    font-size: 17px;
  }

  .image-2 {
    width: 225px;
  }

  .menu {
    padding-top: 40px;
    display: none;
  }

  .button-2 {
    font-size: 30px;
  }

  .div-block-7 {
    flex-flow: column;
    min-height: 450px;
  }

  .div-block-4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-4.r {
    width: 100%;
    min-height: 450px;
    overflow: hidden;
  }

  .div-block-3 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-3._90 {
    height: auto;
  }

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

  .h2-main {
    margin-top: 0;
  }

  .div-block-6 {
    height: 100%;
    margin-bottom: -20px;
    margin-right: -20px;
  }

  .div-block-6._2, .div-block-6.s1-1, .div-block-6.s2-1, .div-block-6.s3-1, .div-block-6.s4-1 {
    width: 100%;
    height: 100%;
    margin-bottom: 0%;
    margin-right: 0%;
  }

  .button-divs {
    margin-top: 20px;
  }

  .banner-text {
    margin-top: 0;
    font-size: 60px;
    line-height: 55px;
  }

  .banner-text._2 {
    margin-top: 10px;
    line-height: 55px;
  }

  .banner-text.service {
    margin-top: 10px;
    font-size: 52px;
    line-height: 58px;
  }

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

  .section-4.founder-section {
    margin-bottom: 60px;
    padding: 40px;
  }

  .about-content {
    width: 100%;
  }

  .about-content._55 {
    width: 100%;
    margin-top: 40px;
  }

  .image-5 {
    object-position: 50% 50%;
    width: 100%;
    min-height: 450px;
    max-height: 450px;
  }

  .agent-photo {
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    max-height: 400px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .agent-photo.about {
    max-width: 100%;
    min-height: 400px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .founder-wrapper {
    flex-flow: column;
  }

  .cta-text-wrap {
    width: 100%;
  }

  .cta-header {
    font-size: 34px;
    line-height: 40px;
  }

  .growing-cta-section {
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .default-list._4, .default-list.area, .default-list.site {
    grid-template-columns: 1fr 1fr;
  }

  .counter-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mumber-col, .number-col-customer, .number-col-support {
    font-size: 55px;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .left-contact {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

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

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .email-icon {
    display: none;
  }

  .text-subheader-padding {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  ._1x3-grid-3 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  ._1x3-grid-3._3-box-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-align-center {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .text-custom-gray {
    text-align: left;
  }

  .heading-4 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 50px;
  }

  .container-large-3 {
    width: 97%;
  }

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

  .card-bullet.grid3.sub, .card-bullet.grid4 {
    grid-template-columns: 1fr 1fr;
  }

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

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

@media screen and (max-width: 767px) {
  .title-section {
    margin-top: 220px;
    padding-top: 0;
  }

  .title-section._0 {
    margin-top: 130px;
  }

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

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

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

  .modular-div {
    margin-top: 20px;
  }

  .large-subtitle {
    font-size: 35px;
    line-height: 32px;
  }

  .large-subtitle._20 {
    font-size: 32px;
  }

  .hero-img-div {
    min-height: 350px;
  }

  .hero-img-div.service, .hero-img-div.drainage, .hero-img-div.demolition, .hero-img-div.concrete, .hero-img-div.dem, .hero-img-div.areas {
    min-height: 40vh;
  }

  .triangle {
    width: 120px;
    height: 120px;
    margin-top: -70px;
  }

  .h2.light {
    font-size: 36px;
  }

  .bottom-container._2 {
    width: 100%;
    margin-top: 70px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .bottom-container._1 {
    width: 100%;
    margin-bottom: 70px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .bottom-div {
    flex-direction: column;
    align-items: center;
  }

  .round-img {
    width: 100%;
    margin: -50px 0;
  }

  ._3-box {
    padding-bottom: 0;
  }

  ._4-svs-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

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

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

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

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

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

  .h1-smal {
    font-size: 26px;
  }

  .navbar-2 {
    flex-flow: column;
  }

  .link-block-2.w--current {
    text-align: center;
    margin-bottom: 15px;
  }

  .email-text-head {
    font-size: 21px;
  }

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

  .image-2 {
    width: 250px;
  }

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

  .div-block-26, .div-block-26._2 {
    width: 100%;
  }

  .menu {
    padding-top: 40px;
    display: none;
  }

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

  .button-2 {
    font-size: 28px;
    line-height: 22px;
  }

  .div-block-7 {
    width: 95%;
  }

  .div-block-3 {
    padding-bottom: 0;
  }

  .h2-main.centre {
    font-size: 40px;
    line-height: 44px;
  }

  .banner-text, .banner-text._2, .banner-text.service {
    font-size: 45px;
    line-height: 45px;
  }

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

  .section-4.founder-section {
    width: 95%;
    margin-bottom: 0;
    padding: 40px 20px;
  }

  .about-content {
    width: 100%;
    margin-top: 32px;
  }

  .about-content._100 {
    margin-top: 0;
  }

  .founder-quote {
    width: 100%;
    font-size: 16px;
  }

  .agent-photo {
    order: -1;
    max-width: 100%;
    min-height: 350px;
    margin-bottom: 20px;
  }

  .agent-photo.about {
    min-height: 360px;
    margin-top: 0;
  }

  .founder-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-text-wrap {
    width: 95%;
  }

  .cta-header {
    font-size: 28px;
    line-height: 36px;
  }

  .foot-logo-link {
    width: 50%;
  }

  .foot-logo-link.w--current {
    width: 40%;
  }

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

  .numbersu {
    width: 95%;
  }

  .grid-counter {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .counter-col {
    border-bottom: 1px solid var(--beige);
    border-right-style: none;
  }

  .counter-col.white {
    border-bottom: 1px solid var(--beige);
  }

  .close-circle {
    top: 20px;
    right: 20px;
  }

  .cta-link {
    font-size: 16px;
  }

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

  .cta-text-contact {
    margin-bottom: 5px;
  }

  .h2-title {
    font-size: 40px;
  }

  .h2-wrapper {
    margin-bottom: 10px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .features-grid_item {
    margin-bottom: 0;
    padding: 2rem;
  }

  .text-subheader-padding {
    max-width: 38rem;
  }

  ._1x3-grid-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  ._1x3-grid-3._3-box-grid {
    grid-template-columns: 1fr;
  }

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

  .container-large-3 {
    width: 95%;
  }

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

  .card-bullet.grid3.sub {
    grid-template-columns: 1fr;
  }

  .card-bullet.grid4 {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .h1-wrapper {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .title-section {
    padding-bottom: 20px;
  }

  .title-section._0 {
    margin-top: 150px;
  }

  .hero-section {
    margin-top: 40px;
  }

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

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

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

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

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

  .modular-div {
    width: 90%;
  }

  .large-subtitle {
    margin-bottom: 5px;
    font-size: 29px;
    line-height: 30px;
  }

  .large-subtitle._20 {
    font-size: 27px;
  }

  .hero-img-div {
    width: 100%;
    min-height: 300px;
  }

  .hero-img-div.service, .hero-img-div.drainage, .hero-img-div.demolition, .hero-img-div.concrete, .hero-img-div.dem, .hero-img-div.areas {
    width: 90%;
    min-height: 30vh;
  }

  .triangle {
    width: 100px;
    height: 100px;
    margin-top: -55px;
  }

  .triangle.left {
    width: 250px;
    height: 250px;
    margin-bottom: -130px;
    margin-left: -130px;
  }

  .body-div {
    width: 90%;
  }

  .h2 {
    margin-bottom: 20px;
  }

  .h2.light {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .h2.light.t20 {
    font-size: 26px;
  }

  .footer-links {
    margin-top: 30px;
  }

  .back-to-top-div {
    margin-bottom: 40px;
  }

  .back-to-top-link {
    margin-top: -20px;
  }

  .bottom-container._2 {
    margin-top: 40px;
  }

  .bottom-container._1 {
    margin-bottom: 40px;
  }

  .bottom-div {
    width: 90%;
  }

  .round-img {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._4-svs-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

  .h1-smal {
    font-size: 24px;
  }

  .navbar-2 {
    width: 90%;
    padding-left: 0%;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

  .link-block-2.w--current {
    text-align: center;
    width: 100%;
  }

  .email-text-head {
    font-size: 15px;
  }

  .div-block-2 {
    width: 40px;
  }

  .menu-parent {
    width: 40px;
    padding-left: 2px;
  }

  .image-2 {
    width: 210px;
  }

  .div-block-27 {
    padding-left: 5%;
  }

  .button-4 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .menu {
    display: none;
  }

  .user-log-in-log-out-2 {
    padding: 8px 20px;
    font-size: 15px;
  }

  .menu-subs {
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 500;
  }

  .button-2 {
    font-size: 18px;
  }

  .button-7 {
    font-size: 16px;
  }

  .button-7.white {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 16px;
  }

  .div-block-7 {
    width: 90%;
    min-height: auto;
  }

  .div-block-4 {
    padding-top: 20px;
  }

  .div-block-4.r {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .div-block-3, .div-block-3._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-3._90 {
    height: auto;
  }

  .h2-main {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .h2-main.low {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .div-block-6.s1-1, .div-block-6.s2-1, .div-block-6.s3-1 {
    min-height: 350px;
  }

  .div-block-6.s4-1 {
    background-position: 50%;
    min-height: 350px;
  }

  .banner-text {
    font-size: 30px;
    line-height: 35px;
  }

  .banner-text._2 {
    margin-top: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .banner-text.service {
    letter-spacing: -2px;
    margin-top: 5px;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
  }

  .section-4.founder-section {
    width: 90%;
    margin-top: 20px;
    padding: 30px 20px;
  }

  .image-5 {
    min-height: 300px;
    max-height: 300px;
  }

  .founder-quote {
    font-size: 15px;
  }

  .agent-photo {
    max-width: 100%;
    min-height: 250px;
    margin-top: -100px;
  }

  .agent-photo.about {
    min-height: 250px;
  }

  .founder-wrapper {
    width: 100%;
  }

  .cta-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-text-wrap {
    width: 90%;
  }

  .cta-header {
    letter-spacing: .5px;
    font-size: 23px;
    line-height: 32px;
  }

  .growing-cta-section {
    padding-left: 6px;
    padding-right: 5px;
  }

  .foot-logo-link {
    width: 100%;
  }

  .foot-logo-link.w--current {
    width: 80%;
  }

  .default-list._4, .default-list.area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .default-list.site {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    width: 25px;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .numbersu {
    width: 95%;
  }

  .grid-counter {
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .mumber-col, .number-col-customer, .number-col-support {
    font-size: 45px;
  }

  .cta-link {
    font-size: 14px;
  }

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

  .container-4 {
    width: 95%;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .cta-text-contact {
    letter-spacing: -1px;
    margin-bottom: 0;
  }

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

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

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

  .features-grid_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bullet-heading-2 {
    font-size: 15px;
    font-weight: 300;
  }

  ._1x3-grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .text-align-center.site {
    align-items: flex-start;
  }

  .text-custom-gray {
    font-size: 15px;
    font-weight: 300;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-large-3 {
    width: 90%;
    max-width: none;
  }

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

  .card-bullet.grid4 {
    grid-template-columns: 1fr;
  }

  .text-size-medium-4.text-weight-semibold {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

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

  .gallery-thumb {
    height: 275px;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .coming-soon {
    font-size: 20px;
  }

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

  .h1-wrapper {
    margin-right: 0;
  }

  .team-grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-text {
    margin-top: 10px;
  }

  .lightbox-link-3 {
    height: 250px;
  }
}

#w-node-b966c633-6123-dd18-b8fd-e2af2b6b1d0a-2b6b1d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4994cb4c-5b6d-8b91-e9cc-bf57c74b393b-c74b3937 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4994cb4c-5b6d-8b91-e9cc-bf57c74b3946-c74b3937, #w-node-_4994cb4c-5b6d-8b91-e9cc-bf57c74b394f-c74b3937 {
  align-self: center;
}

#w-node-_4994cb4c-5b6d-8b91-e9cc-bf57c74b3958-c74b3937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4994cb4c-5b6d-8b91-e9cc-bf57c74b3961-c74b3937 {
  align-self: center;
}

#w-node-_6817adf4-2960-32fc-2b2d-5e10163f6125-163f6123, #w-node-_6817adf4-2960-32fc-2b2d-5e10163f612a-163f6123, #w-node-_6817adf4-2960-32fc-2b2d-5e10163f612f-163f6123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ee81497-ec2c-8ea3-3b4a-76324d415624-ae4e112c, #form.w-node-f95e6c46-06a1-4111-4a56-fa0b5d368eeb-ae4e112c, #w-node-_0c6bf348-04d6-38da-6fba-0928186bbdbb-ae4e112c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c6bf348-04d6-38da-6fba-0928186bbdc5-ae4e112c, #w-node-_0c6bf348-04d6-38da-6fba-0928186bbdce-ae4e112c {
  align-self: center;
}

#w-node-_0c6bf348-04d6-38da-6fba-0928186bbdd7-ae4e112c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c6bf348-04d6-38da-6fba-0928186bbde0-ae4e112c {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-ee5e0293-6df6-9862-3b61-6aad62b2d6db-98cf2d3e, #w-node-_37c78893-3b1a-a45e-90e4-9c5626db1ecb-bd8b122c, #w-node-d71fdd92-bf8a-5d30-67f0-721a7e65eeaa-755e9f45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/FA-Brands.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone';
  src: url('../fonts/FA-Duotone.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 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 Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  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 Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.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');
  font-weight: 100;
  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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/MagistralBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}