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

@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 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 400";
  src: url('../fonts/fa-regular-400.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 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: "Pro 300";
  src: url('../fonts/Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --firebrick: #cc2020;
  --dark-grey: #b4b4b4;
  --gainsboro: #dbdbdb;
}

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

.header-section {
  z-index: 20;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.header-div {
  z-index: 20;
  background-color: var(--black);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: static;
  top: 0;
}

.body {
  font-family: Montserrat, sans-serif;
}

.image, .image-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.white-no-line {
  color: var(--white);
  font-size: 13px;
  text-decoration: none;
}

.image-3 {
  margin-left: 10px;
  margin-right: 10px;
}

.menu-section {
  z-index: 24;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.menu-div {
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar {
  z-index: 99;
  background-color: var(--white);
  justify-content: flex-start;
  display: block;
  position: sticky;
  box-shadow: 0 0 3px #000;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.brand.w--current {
  margin-bottom: 10px;
  margin-left: 20px;
}

.nav-link {
  border-bottom: 3px solid var(--white);
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 3px solid var(--firebrick);
}

.nav-link.w--current {
  border-bottom: 3px solid var(--firebrick);
  color: var(--firebrick);
}

.dropdown-toggle {
  border-bottom: 3px solid var(--white);
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  border-bottom: 3px solid var(--firebrick);
}

.text-block, .icon {
  font-weight: 700;
}

.dropdown-list.w--open {
  border-top-width: 3px;
}

.dropdown-link {
  font-weight: 700;
  transition: background-color .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--firebrick);
  color: var(--white);
}

.top-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.top-section.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.top-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.text-div {
  width: 48%;
}

.text-div.auto {
  width: 100%;
}

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

.h1-black {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 33px;
}

.red-divider {
  background-color: var(--firebrick);
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
}

.ag-1 {
  background-image: url('../images/Agricultural1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

.black-section {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.verticle-black-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.white-h2 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.white-h2.s {
  font-size: 30px;
  line-height: 32px;
}

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

.grey-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-section.z {
  flex-flow: column;
}

.grey-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.grey-div._40t {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.grey-div._2x1 {
  grid-column-gap: 32px;
}

.home-2 {
  background-image: url('../images/781106760_1.webp');
  background-position: 50% 60%;
  background-size: cover;
  width: 48%;
}

.red-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

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

.fb-div {
  width: 48%;
}

.fb-html-embed {
  width: 500px;
  height: 500px;
}

.form-div {
  width: 48%;
}

.contact-html {
  margin-top: -25px;
  margin-left: -25px;
}

.h1-smaller {
  color: var(--black);
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.h3-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-div {
  background-color: var(--firebrick);
  width: 90%;
  max-width: 1300px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.h3 {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-info-footer {
  color: var(--black);
  margin-bottom: 10px;
}

.black-no-line {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

.copt-right-text {
  color: var(--white);
  margin-bottom: 20px;
}

.text-block-2 {
  color: var(--black);
}

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

.map-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 450px;
}

.body-link {
  color: var(--black);
  font-weight: 700;
}

.video {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.black-h2 {
  color: var(--black);
  text-align: left;
}

.black-h2.small {
  margin-top: 0;
}

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

.body-3, .body-4, .body-5, .body-6, .body-7 {
  font-family: Montserrat, sans-serif;
}

.h3-section-areas {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-div-areas {
  background-color: var(--firebrick);
  width: 90%;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.body-8 {
  font-family: Montserrat, sans-serif;
}

.top-div-areas {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.top-div-areas.z {
  flex-flow: column;
}

.text-div-areas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-black-areas {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 31px;
}

.h1-smaller-araes {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.p-black-areas {
  color: var(--black);
  text-align: center;
}

.p-black-areas.sitemap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-right: auto;
  display: flex;
}

.p-black-areas.sitemap._2 {
  padding-left: 20px;
}

.p-black-areas.sitemap._3 {
  padding-left: 40px;
}

.grey-div-areas {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.p-black-copy {
  color: var(--black);
  text-align: center;
}

.body-9, .body-10, .body-11 {
  font-family: Montserrat, sans-serif;
}

.portfolio-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.portfolio-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.porfolio {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr;
}

.image-5 {
  width: 100%;
}

.body-12 {
  font-family: Montserrat, sans-serif;
}

.contact-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.contact-div {
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.contact-info-div {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.image-6 {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.white-link-contact-page {
  color: var(--white);
  text-decoration: none;
}

.email-icon {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.map-div {
  width: 100%;
}

.map-html {
  margin: 20px 20px 40px;
}

.tel-div, .email-div, .address-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.address-icon {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-us-top-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-top-div {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_299152199_1.webp');
  background-position: 0 0, 50% 59%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

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

.heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.heading.sm {
  background-color: #2e2e2e;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.body-13 {
  font-family: Montserrat, sans-serif;
}

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

.groundworks-1 {
  background-image: url('../images/38760953_516304485474442_135933472945471488_n.jpg');
  background-position: 50% 7%;
  background-size: cover;
  width: 48%;
}

.groundworks-2 {
  background-image: url('../images/55802394_642339249537631_2826049168932339712_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 48%;
}

.equestrain-2 {
  background-image: url('../images/27459196_409542029484022_765116758864758780_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 48%;
  min-height: 350px;
}

.demolition-2 {
  background-image: url('../images/32085076_447728565665368_7002001598310252544_n.jpg');
  background-position: 50% 15%;
  background-size: cover;
  width: 48%;
}

.ag-2 {
  background-image: url('../images/agricultural.webp');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

.lake-1 {
  background-image: url('../images/37589566_497735233998034_8102187445757411328_n.jpg');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

.demo-1 {
  background-image: url('../images/dedmolition.webp');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

.areas-image-section {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Artboard-2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

.areas-image-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.groundworks-image {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/78067265_806084013163153_9085225586305007616_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

.equestrian-image {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/599947413_1.webp');
  background-position: 0 0, 50% 47%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

.agricultural-image {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Agricultural1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

.lake-image {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Lake-management.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

.lake-image.farm {
  background-image: linear-gradient(#00000080, #00000080), url('../images/202788990_1.webp');
  background-position: 0 0, 50%;
}

.text-div-areas-we-cover {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-div-areas-we-cover {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.demo-image {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/32085076_447728565665368_7002001598310252544_n.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

.map-section-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.map-div-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.html-areas-map {
  width: 80%;
}

.html-embed-2 {
  width: 100%;
}

.portfolio-image {
  z-index: 20;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_216197875.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
}

.slider-2 {
  z-index: 22;
  height: 600px;
}

.slide-2 {
  background-image: url('../images/AdobeStock_219427325.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/AdobeStock_219428771.jpg');
  background-position: 50%;
  background-size: cover;
}

.eq-1 {
  background-image: url('../images/6a6f4fbf-cf1d-4b74-8d1c-b7b37c11b933.JPG');
  background-position: 50% 49%;
  background-size: cover;
  width: 48%;
}

.fb-div-mob {
  width: 48%;
  display: none;
}

.header-info-1, .header-info-2, .header-info-3 {
  color: var(--white);
  font-size: 13px;
}

.video-mobile {
  margin-top: 40px;
  display: none;
}

.southhampton, .petersfield, .winchester {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-info-div-mob {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: none;
}

.bullet-grid {
  grid-template-rows: auto;
  width: 100%;
  padding-top: 30px;
}

.black-list._1 {
  padding-top: 30px;
}

.black-list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.black-list-item.no-padding {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.list-grid {
  grid-template-rows: auto;
  width: auto;
}

.list-grid._1 {
  width: auto;
  padding-top: 30px;
}

.list-grid._1._2 {
  width: 100%;
  padding-bottom: 30px;
}

.white-list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.white-list-item.no-padding {
  padding-bottom: 0;
}

.areas-list-div {
  width: 20%;
}

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

._3-img-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

._3-img {
  width: 31.5%;
}

._3-img.auto {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 350px;
}

.lrg-img {
  width: 50%;
  margin-bottom: 40px;
}

.hero-div-mid {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: grid;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.h1 {
  text-align: right;
  border-bottom: 4px solid #ff9500;
  line-height: 41px;
}

.h1.no-line {
  color: #fff;
  text-align: center;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  line-height: 45px;
  display: flex;
}

.text-span-3 {
  font-size: 37px;
  font-weight: 300;
}

.hero-button {
  background-color: var(--black);
  color: #fff;
  border-radius: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.hero-button:hover, .hero-button.quote {
  background-color: var(--firebrick);
}

.hero-button.quote:hover {
  background-color: var(--black);
}

.banner-button-text {
  font-size: 16px;
}

.buttons-div {
  z-index: 99;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 60px;
}

.social-div {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--firebrick);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 5px 20px;
  display: grid;
  position: relative;
}

.social-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.social {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.social.brand {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Fa Brands 400", sans-serif;
}

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

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

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  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: #494949;
  transform: scale(1.05);
}

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

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

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

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

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

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

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

.livechat-button {
  cursor: pointer;
  background-color: #000;
  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(--firebrick);
}

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

.live-chat-bottom-text {
  font-size: 10px;
}

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

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

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

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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: #021a69;
  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: #616161;
  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: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.dl-link-holder {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: #252525;
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.headt-call-btn {
  display: none;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: #252525;
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-weight: 400;
}

.ripple {
  z-index: 0;
  background-color: var(--black);
  color: #fff;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -25% auto auto;
}

.ripple.dl-btn {
  background-color: var(--firebrick);
  right: -20%;
}

.logo-div-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dl-link-2 {
  z-index: 1;
  color: #fff;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: #252525;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 14px;
}

.logo-2 {
  background-color: #0000;
  width: 150px;
  padding-bottom: 0;
}

.navbar-2 {
  background-color: #0000;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.h-link {
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

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

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.icon-3 {
  margin-right: 10px;
}

.dl-menu.w--open {
  background-color: #252525;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle-2 {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: #4c4a4b;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.fa-social {
  color: #fff;
  background-color: #3a3a3a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

.quote-btn {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  color: #252525;
  background-color: #fff;
  transform: scale(1.05);
}

.menu-button-section {
  z-index: 22;
  background-color: var(--black);
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 81px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('../images/559376625_1.webp');
  background-position: 50%;
}

.menu-button-image-link._2 {
  background-image: url('../images/af40b046-ceea-40e0-9630-e336847b5acf.webp');
}

.menu-button-image-link._3 {
  background-image: url('../images/32085076_447728565665368_7002001598310252544_n.jpg');
  background-position: 50% 0;
}

.menu-button-image-link._4 {
  background-image: url('../images/78356769_799413430496878_7296264462187626496_n.jpg');
}

.menu-button-image-link._5 {
  background-image: url('../images/37589566_497735233998034_8102187445757411328_n.jpg');
  background-position: 50%;
}

.menu-button-image-link._6 {
  background-image: url('../images/barn.webp');
}

.menu-label-div {
  background-color: var(--firebrick);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.primary-btn {
  z-index: 1;
  background-color: var(--firebrick);
  color: #f7f7f2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  border: 1px solid var(--black);
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.primary-btn.call:hover {
  border-color: var(--firebrick);
  color: #fff;
}

.primary-btn.black {
  border: 1px solid var(--firebrick);
  background-color: #000;
  transition: all .2s;
}

.primary-btn.black:hover {
  transform: scale(1.1);
}

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.btn-text.call {
  color: #252525;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  transition: all .2s;
}

.btn-text.call:hover {
  color: #fff;
}

.ripple-2 {
  z-index: 0;
  background-color: var(--black);
  color: #fff;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple-2.call {
  background-color: var(--firebrick);
  width: 565px;
}

.coloured-underline {
  background-color: var(--firebrick);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

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

.fa-icon {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.fa-icon.white {
  background-color: var(--white);
  color: var(--firebrick);
}

.fa-icon.lg {
  border-radius: 0%;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: "Pro 300", sans-serif;
  font-size: 23px;
}

.fa-icon.icon {
  border-radius: 0%;
  font-size: 15px;
}

.fa-icon.icon.dark {
  background-color: #464646;
}

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.default-list._3col.white {
  color: var(--white);
}

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

.default-list._2col.white {
  color: var(--white);
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}

.p.white {
  color: #fff;
}

.large-single-image-div {
  background-image: url('../images/Lake-management.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

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

.h2-2.small {
  font-size: 26px;
}

.h2-2.small.white {
  font-weight: 600;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: #fff;
  padding: 50px;
  box-shadow: -14px 14px #000;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.grid-image-large-div {
  background-image: url('../images/37633975_497735420664682_5672738241292271616_n.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-div {
  background-image: url('../images/6a6f4fbf-cf1d-4b74-8d1c-b7b37c11b933-003.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div._2 {
  background-image: url('../images/54379005_634760023628887_5491331724790988800_n.webp');
  background-position: 50% 100%;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.double-p-block._2 {
  width: 90%;
  max-width: 1300px;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-title {
  color: #252525;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.h2-title.white {
  color: #fff;
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 16px;
  line-height: 30px;
}

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

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.grey-content-section {
  background-color: #7e7e7e;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: #5f5f51;
  background-image: linear-gradient(180deg, white 60%, var(--firebrick) 60%);
}

.grey-dividing-line {
  background-color: #5f5f5163;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

.light-text-line {
  background-color: var(--firebrick);
  width: 40px;
  height: 2px;
}

.testemonials {
  background-color: #252525;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.projects {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.works-texxt-lable {
  background-color: var(--firebrick);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.h2-3 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2-3.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2-3.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2-3.h2-white.lg-text.edit-padding {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.works {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works._1 {
  background-image: url('../images/0c76d076-e114-44c9-b053-1d6079b330a9.webp');
}

.works._2 {
  background-image: url('../images/78987865_806084066496481_3427407876715446272_n.jpg');
}

.works._3 {
  background-image: url('../images/37739767_497735327331358_6115024545981136896_n.jpg');
}

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

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.cta-link {
  color: #5f5f51;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

.icon-5 {
  background-color: var(--firebrick);
  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: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

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

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

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  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: 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;
}

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

.heading-3-right-text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-section {
  padding: 0;
}

.heading-3-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: #fff;
  margin-top: 0;
  line-height: 28px;
}

.heading-3-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: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.heading-3-left-image {
  width: 50%;
  min-height: 250px;
}

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

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 180px;
  left: auto;
  right: 0%;
}

.fb-div-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: flex;
}

.text-span-4 {
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.whatsapp-chat-2 {
  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;
}

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: #fff;
  cursor: auto;
  font-size: 15px;
  font-weight: 500;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  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-2:hover {
  background-color: var(--firebrick);
  transform: scale(1.05);
}

.foooter-logo {
  background-color: var(--white);
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.contact-link {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

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

.fa-social-2 {
  background-color: var(--firebrick);
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  border-color: var(--black);
  color: #252525;
  background-color: #fff;
  transform: scale(1.1);
}

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

.footer-copy-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.footerlinks {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-info-div-2 {
  border: 1px solid #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
  justify-content: flex-start;
}

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

.footer-section-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.container-5 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.livechat-button-2:hover {
  background-color: var(--firebrick);
}

.footer-social-link {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.footer-title {
  color: var(--firebrick);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: var(--gainsboro);
}

.chat-section-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.div-block-4 {
  margin-top: 30px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  background-color: #b11c1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px 20px;
  display: flex;
}

.slide-nav {
  display: none;
}

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

._2x1._30t {
  margin-top: 30px;
}

.grid-blick {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.text-span-5 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.footerlink {
  color: var(--gainsboro);
  text-decoration: none;
}

.fa-icon-2 {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.hyperlink {
  color: #5f5f51;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -1px #5f5f51;
}

.hyperlink:hover {
  color: #fff;
  box-shadow: inset 0 -40px #5f5f51;
}

.p-2 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.h2-title-2 {
  color: #252525;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 300;
}

.areas-list {
  padding-left: 0;
}

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

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

.farm-1 {
  background-image: url('../images/barn.webp');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

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

  .double-content-div {
    display: flex;
  }

  .whatsapp-chat-2 {
    display: none;
  }

  .livechat-button-2 {
    transition: all .2s;
  }

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

@media screen and (max-width: 991px) {
  .header-div {
    color: var(--white);
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 55px;
  }

  .nav-link:hover {
    background-color: var(--black);
    color: var(--white);
    border-bottom-width: 0;
  }

  .nav-link.w--current {
    background-color: var(--black);
    border-bottom-width: 0;
    border-bottom-color: #0000;
  }

  .nav-link.w--current:hover {
    color: var(--white);
    border-bottom-width: 0;
    border-bottom-color: #0000;
  }

  .dropdown-toggle:hover {
    background-color: var(--black);
    color: var(--white);
    border-bottom-width: 0;
    border-bottom-color: #0000;
  }

  .dropdown-toggle.w--open {
    border-bottom-width: 0;
    border-bottom-color: #0000;
  }

  .top-div {
    flex-direction: column;
  }

  .text-div {
    width: 100%;
  }

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

  .h1-black {
    margin-top: 0;
  }

  .ag-1 {
    width: 100%;
    height: 300px;
  }

  .grey-div {
    flex-direction: column;
  }

  .grey-div._40t {
    grid-template-columns: 1fr;
  }

  .grey-div._2x1 {
    width: 90%;
  }

  .home-2 {
    background-position: 50%;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }

  .sm-div {
    flex-direction: column;
  }

  .fb-div {
    display: none;
  }

  .fb-html-embed {
    width: 400px;
    margin-bottom: 30px;
  }

  .form-div {
    width: 100%;
  }

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

  .footer-flex-container {
    flex-direction: column;
    width: 100%;
  }

  .footer-logo-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .h1-black-areas {
    margin-top: 0;
  }

  .lightbox {
    margin-right: 0;
  }

  .contact-info-div {
    justify-content: space-between;
    display: none;
  }

  .image-6 {
    margin-bottom: 10px;
  }

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

  .email-icon {
    margin-bottom: 10px;
  }

  .tel-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .email-div {
    flex-direction: column;
    width: 100%;
    margin-bottom: 5px;
  }

  .address-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .address-icon {
    margin-bottom: 10px;
  }

  .contact-us-top-div {
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

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

  .groundworks-1 {
    background-position: 50%;
    width: 100%;
    height: 400px;
  }

  .groundworks-2, .equestrain-2 {
    width: 100%;
    height: 300px;
  }

  .demolition-2 {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }

  .ag-2 {
    background-position: 50% 60%;
    width: 100%;
    height: 300px;
  }

  .lake-1 {
    width: 100%;
    height: 300px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .demo-1 {
    width: 100%;
    height: 300px;
  }

  .areas-image-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Artboard-2_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .areas-image-div {
    margin-top: 0;
  }

  .groundworks-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/78067265_806084013163153_9085225586305007616_n.jpg');
    background-position: 0 0, 50% 100%;
    height: 300px;
  }

  .equestrian-image, .agricultural-image, .lake-image, .demo-image {
    height: 300px;
  }

  .map-div-2 {
    flex-direction: column;
  }

  .html-areas-map {
    width: 100%;
  }

  .image-7 {
    margin-right: 20px;
  }

  .portfolio-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_216197875.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .slider-2 {
    height: 400px;
  }

  .eq-1 {
    background-position: 50% 40%;
    width: 100%;
    height: 300px;
  }

  .fb-div-mob {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .southhampton {
    flex-flow: column;
  }

  .petersfield, .winchester {
    flex-direction: row;
  }

  .contact-info-div-mob {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    display: flex;
  }

  .lrg-img {
    width: 100%;
  }

  .hero-div-mid {
    justify-items: center;
    width: 84%;
    margin-top: 40px;
    bottom: 50%;
  }

  .hero-button {
    width: 70%;
  }

  .buttons-div {
    bottom: 454px;
  }

  .dl-link-holder {
    background-color: #252525;
    width: 100%;
  }

  .dl-link-holder.w--current {
    background-color: var(--firebrick);
  }

  .menu-div-2 {
    width: 40%;
  }

  .headt-call-btn {
    background-color: var(--firebrick);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 58%;
  }

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

  .menu-button-2 {
    background-color: #5f5f5117;
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    background-color: var(--firebrick);
    color: var(--white);
    text-align: right;
  }

  .menu-link {
    color: #252525;
    text-align: left;
    background-color: #fff;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--firebrick);
    color: #fff;
  }

  .menu-link.w--current {
    background-color: var(--firebrick);
    color: var(--white);
  }

  .navbar-2 {
    width: 100%;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

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

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .dl-menu.w--open {
    margin-top: 0;
    position: static;
  }

  .dropdown-toggle-2 {
    color: #252525;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle-2:hover {
    background-color: var(--firebrick);
    color: #fff;
  }

  .dropdown-toggle-2.w--open {
    background-color: var(--firebrick);
    color: var(--white);
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-img {
    margin-right: 10px;
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .header-div-2 {
    width: 100%;
  }

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

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

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button-div {
    height: auto;
  }

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

  .default-list._2col.white {
    display: block;
  }

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .grid-image-large-div {
    height: 450px;
  }

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

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

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

  .testemonials {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .testemonials.projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .h2-3.h2-white.lg-text.edit-padding {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

  .works {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .works-image-grid.grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .left-contact {
    width: 100%;
  }

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

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

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-contact-links {
    flex-direction: column;
  }

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

  .footer-brand.w--current {
    min-height: 180px;
  }

  .footer-copy-right {
    justify-content: center;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .footer-info-div-2._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .footer-section-2 {
    padding-bottom: 80px;
  }

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

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

  .farm-1 {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .header-div {
    flex-direction: column;
  }

  .image, .image-2, .image-3 {
    display: none;
  }

  .p-black {
    margin-bottom: 0;
  }

  .h1-black {
    margin-top: 0;
  }

  .white-p-center-align {
    text-align: left;
  }

  .footer {
    padding: 40px 20px;
  }

  .video {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h1-black-areas {
    margin-top: 0;
  }

  .p-black-areas, .p-black-copy {
    text-align: left;
  }

  .contact-us-top-div {
    height: 250px;
  }

  .heading {
    font-size: 35px;
  }

  .areas-image-section, .groundworks-image, .equestrian-image, .agricultural-image, .lake-image, .demo-image {
    height: 250px;
  }

  .portfolio-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_216197875.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 250px;
  }

  .slider-2 {
    height: 300px;
  }

  .header-info-1 {
    display: none;
  }

  .video-mobile {
    width: 100%;
    height: 297px;
    display: flex;
  }

  .hero-div-mid {
    margin-top: 0;
    bottom: 55%;
  }

  .h1.no-line {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-button {
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: background-color;
  }

  .buttons-div {
    width: 100%;
    bottom: 487px;
  }

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

  .menu-div-2, .main-block {
    width: 100%;
  }

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

  .menu-link {
    width: 100%;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

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

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    position: static;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

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

  .large-single-image-div {
    height: auto;
    min-height: 350px;
  }

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

  .grid-2 {
    grid-template-rows: auto auto auto;
  }

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

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

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

  .grey-content-section.bg-gradiant {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grey-dividing-line, .grey-dividing-line.line-odd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .testemonials {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .testemonials.projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .h2-3.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .container-2 {
    padding-top: 20px;
  }

  .works {
    min-width: 250px;
    margin-bottom: 20px;
  }

  .works-image-grid.grid {
    display: block;
  }

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

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

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

  .footer-section-2 {
    padding-top: 40px;
  }

  .grid-blick {
    padding: 30px;
  }

  .h2-title-2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    width: 100%;
  }

  .brand {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
  }

  .nav-link {
    z-index: 99;
  }

  .services-dropdown {
    z-index: 99;
    justify-content: flex-start;
    display: flex;
  }

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

  .p-black {
    width: 100%;
  }

  .h1-black {
    width: 100%;
    margin-top: 0;
    line-height: 39px;
  }

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

  .white-h2 {
    text-align: left;
    width: 100%;
  }

  .white-p-center-align {
    width: 100%;
  }

  .grey-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fb-html-embed {
    width: 380px;
  }

  .h1-smaller {
    line-height: 21px;
  }

  .h3-section {
    width: 100%;
  }

  .h3 {
    width: 100%;
    font-size: 18px;
  }

  .footer {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    width: 100%;
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .copt-right-text, .text-block-2 {
    text-align: center;
    width: 100%;
  }

  .h3-link, .map-section {
    width: 100%;
  }

  .video {
    justify-content: center;
    align-items: flex-start;
    height: 250px;
  }

  .h1-black-areas {
    text-align: left;
    margin-top: 0;
    line-height: 32px;
  }

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

  .heading {
    text-align: center;
    font-size: 32px;
  }

  .heading.sm {
    font-size: 14px;
    line-height: 29px;
  }

  .groundworks-1 {
    height: 300px;
  }

  .equestrain-2, .demolition-2 {
    height: 200px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .demo-1, .areas-image-section {
    height: 200px;
  }

  .areas-image-div {
    justify-content: flex-start;
    align-items: center;
  }

  .groundworks-image, .equestrian-image, .agricultural-image, .lake-image, .demo-image, .portfolio-image {
    height: 200px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    display: block;
  }

  .slide-3 {
    width: 100%;
  }

  .eq-1 {
    height: 200px;
  }

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

  .header-info-3 {
    text-align: center;
    width: 100%;
  }

  .video-mobile {
    height: 169px;
  }

  .white-list {
    width: 100%;
    padding-left: 20px;
  }

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

  ._3-img-div {
    flex-direction: column;
  }

  ._3-img {
    width: 100%;
  }

  ._3-img._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-div-mid {
    grid-row-gap: 5px;
    display: flex;
    bottom: 57%;
  }

  .h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 49px;
  }

  .h1.no-line {
    font-size: 30px;
    line-height: 34px;
  }

  .text-span-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-button {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .buttons-div {
    z-index: 60;
    margin-top: -126px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    inset: auto 0%;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

  .nav-menu {
    z-index: 99;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-button-2 {
    background-color: var(--black);
    color: var(--white);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--firebrick);
    color: #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .menu-link {
    text-align: left;
  }

  .logo-2 {
    margin-bottom: 10px;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .co-logo-link-2 {
    text-align: center;
    width: 100%;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

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

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

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

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

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .header-div-2 {
    flex-direction: column;
  }

  .menu-button-section {
    display: none;
  }

  .primary-btn, .primary-btn.call {
    margin-top: 20px;
  }

  .coloured-underline {
    margin-bottom: 20px;
  }

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

  .bullet-list, .p, .p.white {
    font-size: 14px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

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

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant {
    background-image: linear-gradient(180deg, white 50%, var(--firebrick) 50%);
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .testemonials {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .testemonials.projects {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .testemonials-text {
    line-height: 1;
  }

  .testimonials-grid {
    grid-row-gap: 35px;
  }

  .h2-3 {
    font-size: 24px;
  }

  .h2-3.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }

  .container-2.test-container {
    position: relative;
  }

  .works {
    min-height: 350px;
  }

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

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

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

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

  .cta-text-contact {
    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;
  }

  .heading-3-right-text {
    padding: 30px 20px;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3-left-image {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 250px;
    display: flex;
  }

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

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .fa-container {
    top: 70%;
  }

  .fb-div-2 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

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

  .footer-brand {
    margin-bottom: 20px;
  }

  .list {
    text-align: center;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

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

  .fa-social-2 {
    border-radius: 0;
    width: 35px;
    min-width: 30px;
    height: 35px;
    min-height: 30px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 16px;
  }

  .footer-copy-right {
    padding-bottom: 100px;
  }

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

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-section-2 {
    padding-bottom: 0;
  }

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

  .livechat-button-2 {
    width: 90%;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

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

  .div-block-4 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .p-2 {
    font-size: 14px;
  }

  .p-2.p-center {
    text-align: left;
  }

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

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

  .areas-list.areas-grid {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

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

#w-node-fb719c12-3dcc-65b4-481b-6489844a78e9-be7d3319 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_320ce40e-a1b6-b3ad-5dea-a58fe076b29c-be7d3319 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a45caa5-27cb-0643-811b-abeae334438d-be7d3319 {
  align-self: auto;
}

#w-node-_2a45caa5-27cb-0643-811b-abeae3344397-be7d3319, #w-node-_2a45caa5-27cb-0643-811b-abeae334439a-be7d3319, #w-node-_2a45caa5-27cb-0643-811b-abeae334439d-be7d3319 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ae3c02b-ed64-0f5b-c498-d27cee864863-ee864856, #w-node-_6ae3c02b-ed64-0f5b-c498-d27cee864870-ee864856, #w-node-_1d06c741-ff58-1b21-9bd2-ea500cdcafc9-ee864856, #w-node-_6ae3c02b-ed64-0f5b-c498-d27cee864879-ee864856 {
  align-self: center;
}

#w-node-ebad660c-c3c6-623d-058d-b85c5dd5fcba-5dd5fcb9, #w-node-ebad660c-c3c6-623d-058d-b85c5dd5fcbd-5dd5fcb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebad660c-c3c6-623d-058d-b85c5dd5fcc0-5dd5fcb9, #w-node-ebad660c-c3c6-623d-058d-b85c5dd5fcc3-5dd5fcb9, #w-node-ebad660c-c3c6-623d-058d-b85c5dd5fcc6-5dd5fcb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd783308-7c23-37ff-499a-35eef16c2161-227d331d, #w-node-cd783308-7c23-37ff-499a-35eef16c216a-227d331d, #w-node-cd783308-7c23-37ff-499a-35eef16c2173-227d331d, #w-node-cd783308-7c23-37ff-499a-35eef16c217c-227d331d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd783308-7c23-37ff-499a-35eef16c2185-227d331d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc024a2b-4946-99f1-8144-11c790e1f3ae-387d3325, #w-node-f60182da-515d-ffeb-b3ba-f26e05145879-387d3325, #w-node-ae3746e3-c0c8-52a0-3f3b-5596c3caf77f-387d3325, #w-node-_2133ea5c-6cae-bd82-503c-9120d70bd905-387d3325, #w-node-e3ae3ef2-9504-3ef0-a7b2-f249f3e7f840-387d3325, #w-node-_5828f531-17cf-c948-26ef-adf03b11f63b-387d3325, #w-node-c93f55a9-11fb-c6ae-c0c6-54bd92a14087-387d3325, #w-node-_057758e3-6cfa-1ad1-37f4-ebad664b4a4d-387d3325, #w-node-c67b6727-19c7-d554-806e-d6fdfca371f1-387d3325, #w-node-_7efb30db-6e28-5dee-19a8-4ca9291863b9-387d3325, #w-node-_3bd32544-5727-b7b7-9296-95817edd1eeb-387d3325, #w-node-_484789df-a322-ec9c-e54b-ae5ba887df54-387d3325, #w-node-a0a4cd14-479a-a1bc-8d01-47d5a353c918-387d3325, #w-node-_0ee30588-7cd7-11ba-dfa9-d1bf41ca8d21-387d3325, #w-node-e0ed464d-25f3-d6bf-93e6-20b7e8637a9a-387d3325, #w-node-_70fb1ea1-a32e-c83f-a143-cbb5d09b2c41-387d3325, #w-node-_1ef9afa9-1645-dba6-7438-d7f830c8c02d-387d3325, #w-node-a1168b8a-9303-b054-202b-38adbb7be93d-387d3325, #w-node-_7e1cd5a6-4995-a461-e4e0-3ccffcae7cfb-387d3325, #w-node-a3ff6e19-7947-d52a-6053-d36b1dbbcfaf-387d3325, #w-node-_01cbdfef-6901-bc61-c937-5d5bc8dbe01b-387d3325, #w-node-_9e0aa80b-3284-b1a5-0402-48c63c06d476-387d3325, #w-node-f4bfad8c-6c47-7dea-0b0d-493905c88965-387d3325, #w-node-dcd5baeb-36ec-ad93-04f1-bd61e154f09c-387d3325, #w-node-f0e0cadf-f285-9d7f-d6c9-c2b3de45201b-387d3325, #w-node-c5af2954-f643-e862-b761-dcba4ced2c3c-aad9de0a, #w-node-_6df859ee-e5e2-1f56-111b-edd0b2fc992c-aad9de0a, #w-node-_6ef0ce4e-e8e9-7518-e523-239e4a60f2fd-aad9de0a, #w-node-ec3b7180-3db3-0902-f342-18512b9ff5ef-aad9de0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fcfa170-88bd-7597-5cf1-4977fcee1f43-aad9de0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cd783308-7c23-37ff-499a-35eef16c2185-227d331d, #w-node-_7fcfa170-88bd-7597-5cf1-4977fcee1f43-aad9de0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_320ce40e-a1b6-b3ad-5dea-a58fe076b29c-be7d3319, #w-node-_320ce40e-a1b6-b3ad-5dea-a58fe076b29d-be7d3319, #w-node-_320ce40e-a1b6-b3ad-5dea-a58fe076b29e-be7d3319 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a45caa5-27cb-0643-811b-abeae3344395-be7d3319 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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 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 400';
  src: url('../fonts/fa-regular-400.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 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: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}