@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 Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --font: #1b1b1b;
  --green: #288423;
  --smoke: #f0f0f0;
  --dark-green-2: #21551d;
  --white: white;
  --silver: #949494;
  --green-2: #28c223;
  --black: #1f1f1f;
  --dark-green: #286623;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  color: var(--font);
  flex-direction: column;
  align-items: center;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.master-header-section {
  z-index: 50;
  border-bottom: 5px solid var(--green);
  background-color: var(--smoke);
  background-image: linear-gradient(#f0f0f0c4, #f0f0f0c4), url('../images/Asset-1leaf.svg');
  background-position: 0 0, -20% 39%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.home-link {
  width: 500px;
  margin-right: auto;
}

.home-link.w--current {
  width: 500px;
}

.header-group-div {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.header-contact-div {
  text-align: right;
  flex-direction: column;
  width: 33%;
  display: flex;
}

.header-tel-group {
  justify-content: flex-end;
  display: flex;
}

.header-link-black {
  color: var(--font);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.header-link-black._2 {
  margin-left: 10px;
}

.master-menu-section {
  z-index: 5;
  background-color: var(--dark-green-2);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-div {
  width: 90%;
  max-width: 1300px;
}

.navbar {
  background-color: #0000;
}

.nav-menu {
  justify-content: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

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

.nav-link.test {
  display: none;
}

.toggle {
  color: var(--white);
  transition: all .2s;
}

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

.toggle.w--open {
  background-color: var(--green);
  color: #231f20;
}

.dropdown-link {
  transition: all .2s;
}

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

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

.dropdown-list.w--open {
  background-color: var(--smoke);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

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

.banner {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  display: none;
}

.banner-slide-1 {
  background-image: url('../images/IMG-20200601-WA0000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  height: 500px;
}

.banner-overlay {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.overlay-button {
  text-transform: uppercase;
  background-color: #e4e4e480;
  border-radius: 4px;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  transition: all .2s;
}

.overlay-button:hover {
  background-color: #1d8f19cc;
}

.link-box-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

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

.content-section._3 {
  background-image: linear-gradient(#f0f0f0cc, #f0f0f0cc), url('../images/leaf-rev.svg');
  background-position: 0 0, 110% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-section._1 {
  padding: 50px 100px;
}

.content-section.contact {
  background-image: linear-gradient(#f0f0f0d1, #f0f0f0d1), url('../images/Asset-1leaf.svg');
  background-position: 0 0, -40% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1100px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.content-section._0p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.double-content-div {
  width: 90%;
  max-width: 1300px;
}

.double-content-div.sb {
  justify-content: space-between;
  display: flex;
}

.double-content-div.footer {
  width: 75%;
}

.h1 {
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  display: flex;
}

.h1.black {
  color: var(--font);
}

.h1.black.centred {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.h1-group {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.h1-group.test {
  margin-top: 40px;
  padding-bottom: 0;
}

.h1-subtext {
  color: var(--silver);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.p {
  color: var(--white);
  width: 100%;
  margin-bottom: 10px;
  line-height: 26px;
}

.p._2 {
  width: 100%;
  padding-bottom: 20px;
}

.p.centre {
  text-align: center;
  margin-bottom: 40px;
}

.p._1 {
  padding-top: 40px;
}

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

.p.black.centred {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p.contact {
  padding-bottom: 10px;
}

.p.contact._3 {
  padding-bottom: 40px;
}

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

.h2 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

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

.h2.centre.large {
  font-size: 30px;
  font-weight: 600;
}

.h2.small {
  border-top: 3px solid #9494945e;
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.h2.small._0 {
  border-top-style: none;
  padding-top: 0;
}

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

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

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

.h2.bold {
  color: var(--green);
  font-weight: 700;
}

.h2.bold._40t {
  margin-top: 40px;
  padding-bottom: 20px;
}

.h3 {
  color: var(--white);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.h3.black {
  color: var(--font);
  width: 100%;
}

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

.footerlinks {
  color: var(--silver);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.h3-link {
  box-shadow: inset 0 -2px 0 0 var(--green-2);
  color: var(--smoke);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.h3-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--green-2);
}

.h3-link.black {
  color: var(--font);
}

.services-header-section {
  border-bottom: 5px solid var(--green);
  background-image: linear-gradient(#e4e4e4b3, #e4e4e4b3), url('../images/Asset-1leaf.svg'), url('../images/IMG-20200601-WA0019.jpg');
  background-position: 0 0, -23% 32%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 800px, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.services-menu-section {
  background-color: var(--dark-green-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-toggle {
  background-color: var(--green);
  color: var(--white);
  transition: all .2s;
}

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

.services-toggle.w--open {
  background-color: var(--green);
}

.grid-image-div {
  background-image: url('../images/IMG-20200601-WA0029.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._1 {
  background-image: url('../images/IMG-20200601-WA0002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._3 {
  background-image: url('../images/IMG-20200601-WA0027.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._4 {
  background-image: url('../images/IMG-20200601-WA0011.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._5 {
  background-image: url('../images/IMG-20200601-WA0026.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._6 {
  background-image: url('../images/AdobeStock_208894810.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._7 {
  background-image: url('../images/IMG-20200601-WA0009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._8 {
  background-image: url('../images/IMG-20200601-WA0021.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._9 {
  background-image: url('../images/IMG-20200601-WA0005.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._10 {
  background-image: url('../images/IMG-20200601-WA0012.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._11 {
  background-image: url('../images/IMG-20200601-WA0023.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._12 {
  background-image: url('../images/AdobeStock_191408572.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-image-div._13 {
  background-image: url('../images/AdobeStock_265636778.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-group {
  width: 100%;
  display: flex;
}

.list-group.vtl {
  flex-direction: column;
}

.list {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
}

.list.black {
  color: var(--font);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--green-2);
  color: var(--white);
  -webkit-text-stroke-width: .3px;
  font-family: Varela, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--green-2);
}

.hyperlink.black {
  color: var(--font);
}

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

._2x1.midsection {
  grid-column-gap: 30px;
  width: 90%;
  max-width: 1300px;
}

.area-group {
  flex-direction: column;
  width: 24%;
  display: flex;
}

.area-map-div {
  width: 75%;
}

.area-map-html-mobile {
  display: none;
}

._5x1 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.thumbnail {
  height: 220px;
}

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

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

.slide-3 {
  background-image: url('../images/IMG-20200601-WA0008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block, .icon {
  color: var(--white);
}

.grid-content-div {
  background-color: var(--black);
  color: var(--smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.grid-content-div.area {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-content-div.white {
  border: 1px solid var(--green);
  color: var(--green-2);
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-content-div.different-back {
  background-color: var(--black);
}

.section-link {
  background-image: url('../images/downarrow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 40px;
  margin-top: 100px;
}

.return-to-top {
  background-image: url('../images/uparrow_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  height: 40px;
  margin-top: 100px;
}

.return-to-top.w--current {
  background-image: url('../images/uparrow.webp');
  margin-top: 40px;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.contact-us-button {
  border: 2px solid var(--smoke);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 40px;
  transition: all .2s;
}

.contact-us-button:hover {
  background-color: #1d8f19cc;
}

.contact-map-copy {
  display: none;
}

.h3list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.grid-mob-img-div {
  background-image: url('../images/IMG-20200601-WA0029.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: -92px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.mini-quote {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 5vh;
  font-family: "Fa Sharp 400", sans-serif;
  display: flex;
}

.text-block-4 {
  color: var(--green-2);
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 60px;
  line-height: 38px;
}

.paragraph-div {
  width: 70%;
}

.large-testimonial-div {
  background-color: var(--green);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60vh;
  display: flex;
}

.testimonials-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.icon-2 {
  background-color: var(--green);
  color: var(--font);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  display: flex;
}

.icon-3 {
  background-color: var(--green);
  color: var(--font);
  border-radius: 60px;
  font-size: 40px;
}

.contact-form {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.html-embed {
  margin-top: 10px;
  margin-bottom: 10px;
}

.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: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--green);
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quick-contacts {
  color: #777;
  margin-bottom: 10px;
  font-size: 25px;
  font-style: italic;
}

._140-circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

._140-circle._2 {
  width: 200px;
  height: 200px;
}

._140-circle._3 {
  width: 150px;
  height: 150px;
}

._140-learn-more-text {
  padding: 10px;
  position: absolute;
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

._140-cta-arrow {
  width: 40px;
}

.service-title {
  z-index: 1;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px 20px 20px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

._140-image {
  background-image: url('../images/IMG-20200601-WA0011.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 400px;
  display: flex;
  position: absolute;
}

._140-image._2 {
  background-image: url('../images/AdobeStock_222289170.jpeg');
}

._140-image._3 {
  background-image: url('../images/IMG-20200601-WA0031.jpg');
}

._140-image.bg {
  background-image: url('../images/IMG-20200601-WA0011.jpg');
  width: 18%;
  position: relative;
  box-shadow: 0 10px 40px -4px #00000040;
}

._140-image.bg._2 {
  background-image: url('../images/AdobeStock_222289170.jpeg');
}

._140-image.bg._3 {
  background-image: url('../images/IMG-20200601-WA0031.jpg');
}

._140-image.bg._4 {
  background-image: url('../images/IMG-20200601-WA0013.jpg');
}

._140-image.bg._5 {
  background-image: url('../images/AdobeStock_319548556.jpeg');
}

._140-image._4 {
  background-image: url('../images/IMG-20200601-WA0013.jpg');
}

._140-image._5 {
  background-image: url('../images/AdobeStock_319548556.jpeg');
}

._140-cta {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

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

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

.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-section {
  background-color: var(--dark-green-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

.livechat-button {
  background-color: var(--dark-green);
  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(--dark-green);
}

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

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

.side-div {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  line-height: 999px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.side-div.right {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 10px;
  left: auto;
  right: 0;
}

.link-block {
  border: 3px solid var(--green);
  color: var(--font);
  background-color: #fff;
  background-image: url('../images/maple-leaf.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  border-color: var(--green-2);
}

.text-span {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding-top: 4px;
  padding-left: 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.top-icon {
  color: var(--white);
  flex: none;
  width: 32px;
  height: 32px;
  font-size: 18px;
  display: inline-flex;
}

.h3-link-2 {
  color: #f0f0f0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -2px #28c223;
}

.h3-link-2:hover {
  box-shadow: inset 0 -50px #28c223;
}

.int-link-2 {
  color: #fff;
  -webkit-text-stroke-width: .3px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -2px #28c223;
}

.int-link-2:hover {
  box-shadow: inset 0 -50px #28c223;
}

.h1-subtext-2 {
  color: #949494;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.h1-small {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  display: flex;
}

.overlay {
  z-index: 2147483647;
  background-color: var(--white);
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 100%;
}

.bullet-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: grid;
}

.bullet-list._2col {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.bullet-list._2col._0b {
  margin-bottom: 0;
}

.bullet-list.black {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--black);
}

.bullet-list.black._3col {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.bullet-list.black._2col {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

._2-col-section {
  background-color: var(--black);
  justify-content: space-around;
  display: flex;
}

._50-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 60px;
  display: flex;
}

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

._50-img-div._1 {
  background-image: url('../images/purple-plant.webp');
}

._50-img-div._2 {
  background-image: url('../images/round-hedges.webp');
}

._50-img-div._3 {
  background-image: url('../images/large-decking.webp');
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.back-to-top {
  width: 0;
  height: 0;
  display: none;
}

.google-reviews {
  width: 90%;
  max-width: 1200px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .master-header-section {
    z-index: 100;
  }

  .home-link, .home-link.w--current {
    width: 250px;
  }

  .header-group-div {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .header-contact-div {
    justify-content: center;
    width: 250px;
    margin-top: 20px;
    position: static;
    right: 0;
  }

  .header-tel-group {
    justify-content: center;
  }

  .header-link-black {
    text-align: center;
  }

  .menu-div {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--font);
  }

  .toggle {
    width: 100%;
  }

  .mask {
    height: 410px;
  }

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

  .content-section._0p {
    padding-bottom: 0;
  }

  .content-section._30b {
    padding-bottom: 30px;
  }

  .content-section.top {
    padding-top: 40px;
  }

  .double-content-div.sb {
    flex-direction: column;
  }

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

  .services-toggle {
    width: 100%;
  }

  .grid-image-div {
    height: 400px;
  }

  .list-group {
    flex-direction: column;
  }

  .list-group.vtl {
    flex-direction: row;
  }

  .list {
    margin-bottom: 0;
  }

  .menu-button {
    color: var(--white);
    text-align: center;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--font);
  }

  .menu-button-2 {
    color: var(--white);
    text-align: center;
    width: 100%;
  }

  .menu-button-2.w--open {
    background-color: var(--font);
  }

  ._2x1 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._2x1.midsection {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .area-group {
    flex-direction: row;
    width: 100%;
    padding-bottom: 40px;
  }

  .area-map-div {
    width: 100%;
  }

  .area-map-html {
    display: none;
  }

  .area-map-html-mobile {
    display: block;
  }

  ._5x1 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 90%;
  }

  .thumbnail {
    height: auto;
  }

  .grid-content-div {
    padding: 40px;
  }

  .grid-content-div.area {
    height: auto;
  }

  .grid-content-div.white {
    padding: 40px;
  }

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

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

  .contact-map {
    display: none;
  }

  .contact-map-copy {
    display: block;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
  }

  ._140-image.bg {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }

  .link-block {
    background-size: 42px;
    width: 50px;
    height: 50px;
  }

  .bullet-list.black, .bullet-list.black._3col {
    margin-bottom: 10px;
  }

  .bullet-list.black._2col {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  ._2-col-section {
    flex-flow: column;
  }

  ._2-col-section.rvs {
    flex-flow: column-reverse;
  }

  ._50-div {
    width: 100%;
    padding: 50px;
  }

  ._50-img-div {
    width: 100%;
    height: 500px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .master-header-section {
    position: static;
  }

  .header-group-div {
    flex-flow: row;
  }

  .header-contact-div {
    margin-left: auto;
  }

  .header-tel-group {
    justify-content: flex-end;
    align-items: center;
  }

  .header-link-black {
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .banner, .banner-slide-1, .mask, .banner-overlay {
    height: 300px;
  }

  .link-box-section {
    display: none;
  }

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

  .content-section.contact {
    background-image: linear-gradient(#f0f0f0c4, #f0f0f0c4), url('../images/Asset-1leaf.svg');
    background-position: 0 0, 90% 40%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .h1-group {
    padding-bottom: 20px;
  }

  .p {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .h2, .h2.white {
    padding-bottom: 20px;
  }

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

  .grid-image-div {
    height: 300px;
  }

  .grid-image-div.home {
    display: none;
  }

  .list-group {
    width: 100%;
  }

  .list {
    padding-left: 20px;
  }

  .list._1 {
    padding-left: 40px;
  }

  ._2x1 {
    grid-row-gap: 0px;
  }

  ._2x1.midsection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .grid-content-div.white {
    padding-top: 30px;
  }

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

  .return-to-top {
    margin-top: 60px;
  }

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

  .grid-mob-img-div {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    display: block;
  }

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

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

  ._140-image {
    width: 300px;
  }

  .bullet-list {
    padding-left: 20px;
  }

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

  .bullet-list.black._3col, .bullet-list.black._2col {
    grid-template-columns: 1fr 1fr;
  }

  ._50-div {
    padding: 40px;
  }

  ._50-img-div {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .master-header-section {
    z-index: 47;
  }

  .co-logo {
    height: auto;
  }

  .header-group-div {
    flex-flow: column;
  }

  .master-menu-section {
    z-index: 10;
    position: relative;
  }

  .overlay-button {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
  }

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

  .content-section._1 {
    padding: 20px;
  }

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

  .content-section._0p {
    padding-top: 30px;
  }

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

  .h1 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 36px;
  }

  .h1-group {
    padding-bottom: 20px;
  }

  .h1-subtext {
    line-height: 30px;
  }

  .p._2 {
    padding-bottom: 10px;
  }

  .p.contact {
    text-align: center;
    padding-bottom: 0;
  }

  .p.contact._3 {
    padding-bottom: 10px;
  }

  .h2 {
    font-size: 20px;
    font-weight: 500;
  }

  .h2.centre.large {
    padding-bottom: 20px;
    font-size: 25px;
  }

  .h3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 28px;
  }

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

  .list-group.vtl {
    flex-direction: column;
  }

  .list._1 {
    padding-left: 20px;
  }

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

  .area-group {
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .grid-content-div {
    padding: 30px 20px 20px;
  }

  .grid-content-div.area {
    align-items: center;
    padding: 20px;
  }

  .grid-content-div.white {
    padding: 20px;
  }

  .section-link {
    width: 40%;
    margin-top: 20px;
  }

  .return-to-top {
    width: 40%;
    margin-top: 50px;
  }

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

  .contact-us-button {
    text-align: center;
    width: 90%;
  }

  .grid-mob-img-div {
    height: 250px;
  }

  .paragraph-2 {
    height: auto;
  }

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

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

  .quick-contacts {
    margin-bottom: 0;
    font-size: 18px;
  }

  ._140-circle {
    width: 250px;
    height: 250px;
  }

  ._140-circle._2 {
    width: 200px;
    height: 200px;
  }

  ._140-circle._3 {
    display: flex;
  }

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._140-image {
    width: 300px;
  }

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

  .side-div {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    height: 60px;
    padding-right: 5px;
    inset: auto auto 0% 0%;
  }

  .side-div.right {
    justify-content: center;
    align-items: flex-start;
    height: 60px;
    padding-left: 5px;
    inset: auto 0% 0% auto;
  }

  .link-block {
    background-size: 45px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .h1-subtext-2 {
    line-height: 30px;
  }

  .h1-small {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 36px;
  }

  .bullet-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bullet-list.black._3col, .bullet-list.black._2col {
    grid-template-columns: 1fr;
  }

  ._50-div {
    padding: 20px;
  }

  ._50-img-div {
    height: 250px;
  }
}

#w-node-_2fcc7e3b-43a7-d278-be97-e1983742f3b4-20d9fb51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95b8f0d7-92ce-b4c2-1291-38444cbf8e60-24d9fb57, #w-node-b71fea51-a40e-cb60-adcf-2f89e551c3b0-c1d9fb5b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61701a0f-eafa-2e33-3a49-fa606cb38466-c1d9fb5b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b71fea51-a40e-cb60-adcf-2f89e551c3b1-c1d9fb5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3d6e22f0-122c-d499-9e7a-85b93173af35-24d9fb57, #w-node-b71fea51-a40e-cb60-adcf-2f89e551c3b0-c1d9fb5b, #w-node-_61701a0f-eafa-2e33-3a49-fa606cb38466-c1d9fb5b, #w-node-b71fea51-a40e-cb60-adcf-2f89e551c3b1-c1d9fb5b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5bca52a7-df74-8646-015f-6718b463ba66-42d9fb56, #w-node-_5bca52a7-df74-8646-015f-6718b463ba67-42d9fb56, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a8-42d9fb56, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a9-42d9fb56, #w-node-_5bca52a7-df74-8646-015f-6718b463ba66-18238b61, #w-node-_5bca52a7-df74-8646-015f-6718b463ba67-18238b61, #w-node-d9b3f542-7e75-9ff5-2bbc-0f6eb4808e60-18238b61, #w-node-d2052eca-ad91-3ac1-c483-9a996f2f7341-18238b61, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a8-18238b61, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a9-18238b61, #w-node-_5bca52a7-df74-8646-015f-6718b463ba66-2e7fdb16, #w-node-_5bca52a7-df74-8646-015f-6718b463ba67-2e7fdb16, #w-node-ad0f77c3-63a9-d778-b808-820826c20bbe-2e7fdb16, #w-node-ad0f77c3-63a9-d778-b808-820826c20bcc-2e7fdb16, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a8-2e7fdb16, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a9-2e7fdb16, #w-node-_5bca52a7-df74-8646-015f-6718b463ba66-f27fdc62, #w-node-_5bca52a7-df74-8646-015f-6718b463ba67-f27fdc62, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a8-f27fdc62, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a9-f27fdc62, #w-node-_5bca52a7-df74-8646-015f-6718b463ba66-9c4d0419, #w-node-_5bca52a7-df74-8646-015f-6718b463ba67-9c4d0419, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a8-9c4d0419, #w-node-ecd14f13-4400-5c19-f2e4-2daecc8f98a9-9c4d0419 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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