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

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

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

:root {
  --white: white;
  --grey: #929292;
  --white-smoke: #ebebeb;
  --black: black;
  --mid-gray: #5e5e5e;
  --slate-grey: #678489;
}

.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 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

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

.logo {
  width: 200px;
}

.contact-info-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 26px;
  display: flex;
}

.tel-link {
  text-align: center;
  font-weight: 500;
}

.tel-link.int-link-header {
  color: #fff;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

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

.email-link {
  text-align: center;
  font-weight: 500;
}

.email-link.int-link-header {
  color: #fff;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.menu-link {
  border-bottom: 1px solid var(--grey);
  color: var(--white-smoke);
  padding-left: 10px;
  padding-right: 10px;
}

.menu-link:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.menu-link:focus {
  border-bottom: 1px solid #000;
}

.menu-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.menu-link._2 {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  background-color: #0000;
}

.section {
  z-index: 10;
  background-color: var(--grey);
  border-bottom: 1px solid #5e5e5e;
  position: sticky;
  top: 0;
}

.menu-button-section {
  z-index: 1;
  background-color: var(--white-smoke);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: grid;
}

.menu-button-image-link {
  background-image: url('../images/bt-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  display: flex;
}

.menu-button-image-link._2 {
  background-image: url('../images/KGS-R-2.webp');
}

.menu-button-image-link._3 {
  background-image: url('../images/so-img-2.webp');
  background-position: 100%;
}

.menu-button-image-link._4 {
  background-image: url('../images/so-img-9.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/so-img-11.webp');
}

.menu-label-div {
  background-color: #fffc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding: 20px 10px;
  display: flex;
}

.black-int-link {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

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

.content-section.dark-bg {
  background-color: var(--slate-grey);
}

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

.double-content-div.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-10 {
  width: 100%;
}

.single-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48%;
}

.single-image-div.map_sec {
  background-image: none;
  width: 100%;
}

.single-image-div.as-1 {
  background-image: url('../images/home-6.webp');
}

.single-image-div.f-1 {
  background-image: url('../images/632224977.webp');
}

.single-image-div.g-1 {
  background-image: url('../images/garage-conversion-in-progress.webp');
  background-position: 50%;
}

.single-image-div.lc-1 {
  background-image: url('../images/80960330.webp');
}

.single-image-div.l-1 {
  background-image: url('../images/fb-15.webp');
}

.single-image-div.bs-1 {
  background-image: url('../images/fb-2.webp');
  background-position: 50%;
}

.single-image-div.h-1 {
  background-image: url('../images/home-1.webp');
}

.single-image-div._2-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-image-div.a {
  background-image: none;
  flex-flow: column;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 300;
}

.h1.white {
  color: #fff;
}

.coloured-underline {
  background-color: var(--slate-grey);
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.white {
  background-color: #fff;
}

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

.p.p-white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
}

.contact-us-button {
  border: 2px solid var(--mid-gray);
  color: var(--mid-gray);
  background-color: #0000;
  border-radius: 2px;
  margin-top: 30px;
  font-weight: 300;
  transition: all .2s;
}

.contact-us-button:hover {
  border-color: var(--slate-grey);
  background-color: var(--slate-grey);
  color: #fff;
}

.large-single-image-div {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 1200px;
  display: flex;
}

.large-single-image-div.lc-2 {
  background-image: url('../images/fb-8.webp');
}

.large-single-image-div.h-2 {
  background-image: url('../images/_78609622-2.webp');
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.large-p-block {
  background-color: #ffffffe6;
  border-radius: 4px;
  padding: 40px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

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

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

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

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

.grid-image-large-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.f-2 {
  background-image: url('../images/86281957.webp');
}

.grid-image-large-div.g-2 {
  background-image: url('../images/292871776.webp');
  background-position: 100%;
}

.grid-image-large-div.lc-3 {
  background-image: url('../images/home-7.webp');
}

.grid-image-large-div.l-2 {
  background-image: url('../images/fb-16.webp');
}

.grid-image-large-div.h-3 {
  background-image: url('../images/bt-4.webp');
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.f-3 {
  background-image: url('../images/309782590.webp');
}

.grid-image-div.f-4 {
  background-image: url('../images/318068899.webp');
}

.grid-image-div.g-3 {
  background-image: url('../images/new-garage-conversion.webp');
  background-position: 50%;
}

.grid-image-div.g-4 {
  background-image: url('../images/117946473.webp');
}

.grid-image-div.lc-4 {
  background-image: url('../images/loft-5.webp');
}

.grid-image-div.lc-5 {
  background-image: url('../images/loft-11.webp');
  background-position: 50% 0;
}

.grid-image-div.l-3 {
  background-image: url('../images/fb-14.webp');
}

.grid-image-div.l-5 {
  background-image: url('../images/home-10.webp');
  background-position: 50%;
}

.grid-image-div.h-4 {
  background-image: url('../images/home-21.webp');
}

.grid-image-div.h-5 {
  background-image: url('../images/home-12.webp');
}

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

.h3-div {
  padding-top: 60px;
  font-size: 16px;
  line-height: 26px;
}

.h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

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

.slide-nav {
  color: #5e5e5e;
  display: none;
}

.slide {
  max-width: 1300px;
}

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

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

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: column;
  align-items: center;
}

.footer-info-div._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.logo-white {
  object-fit: contain;
  height: 100%;
}

.social-media-div {
  padding-top: 30px;
  display: flex;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.footerlinks {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 0;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 600px;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20230124-WA0012-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.company-logo-link {
  height: 100%;
}

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

.sitemap-list {
  padding-left: 0;
  list-style-type: none;
}

.sitemapo-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.sitemap-link:hover {
  color: var(--slate-grey);
}

.testimonials-wrapper {
  padding-top: 20px;
}

.h1-small {
  color: var(--slate-grey);
}

.int-link {
  color: var(--slate-grey);
  font-weight: 700;
  display: inline-block;
}

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

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

.content-section-3.orange {
  background-color: var(--slate-grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.h3-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.button-2 {
  border: 1px none var(--slate-grey);
  background-color: var(--slate-grey);
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  padding: 14px 40px;
  transition: all .3s ease-in-out;
}

.button-2:hover {
  transform: scale(.95);
}

.button-2.white {
  background-color: var(--white);
  color: var(--slate-grey);
}

.testemonials-section-2 {
  background-color: var(--white);
  opacity: 1;
  border-top: 2px #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

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

.h2-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.h2-2.black {
  color: var(--slate-grey);
}

.coloured-underline-4 {
  background-color: #ff0a01;
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline-4.unerline-white {
  background-color: var(--slate-grey);
}

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

.contact-form-code {
  margin-bottom: 0;
}

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

.area-list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.block-content {
  border: 1px solid var(--slate-grey);
  padding: 25px;
}

.h3-heading {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

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

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

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

.default-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.h3-bullet-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.dropdown-list, .dropdown-list.w--open {
  min-width: 200px;
}

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

.dl-link:hover, .dl-link.w--current {
  background-color: var(--slate-grey);
  color: #fff;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

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

.footer-nav-links {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  margin-bottom: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-itme {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.footer-link {
  color: var(--white-smoke);
  text-decoration: none;
  transition: all .2s;
}

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

.testimonial-block {
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 1px 1px 3px #00000036;
}

.testimonial-block.top {
  margin-top: 40px;
}

.bold-text {
  color: var(--slate-grey);
}

.h4-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.mask {
  width: 80%;
  height: auto;
}

.left-arrow-3 {
  color: #ebebeb;
  display: none;
}

.testimonials-slider-2 {
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-3 {
  color: #ebebeb;
  display: none;
}

.testimonials-div-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text {
  font-size: 22px;
  font-weight: 600;
}

.text-block {
  color: var(--slate-grey);
  font-family: "Fa solid 900", sans-serif;
  font-size: 100px;
  line-height: 1;
}

.quotation-div-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.footer-list {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.footer-list.blackcontact {
  color: #1b1b1b;
}

.link-text {
  color: #000;
  text-decoration: none;
}

.link-text:hover {
  color: #1e2c4a;
}

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

.contact-sec {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-span {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.icon-span {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20230124-WA0008-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sticky-btn {
  background-color: var(--slate-grey);
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
}

.dropdown-toggle {
  color: var(--white-smoke);
  padding-left: 10px;
  padding-right: 30px;
}

.dropdown-toggle:hover {
  color: #fff;
}

.fa-social {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.fa-social:hover {
  border-color: var(--slate-grey);
  background-color: var(--slate-grey);
  color: #fff;
}

.text-span-2 {
  color: var(--slate-grey);
  font-style: italic;
  font-weight: 600;
}

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

.list.p-bototm {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

.footer-nav-item.footer-contact.auto-cusro {
  cursor: auto;
}

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

.footer-contact-link {
  color: var(--white-smoke);
  padding-left: 0;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.profile-img {
  border-radius: 1000px;
  width: 100%;
  min-width: 150px;
  max-width: 150px;
  height: 100%;
  min-height: 150px;
  max-height: 150px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.inner-img {
  background-image: url('../images/home-22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.inner-img.img-2 {
  background-image: url('../images/home-5.webp');
  background-position: 50% 25%;
  background-size: cover;
}

.img-name {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-1 {
  background-image: url('../images/IMG-20230124-WA0012-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.img-1.img-2 {
  background-image: url('../images/landscaping-1.webp');
  background-position: 50%;
}

.img-1._11 {
  background-image: url('../images/PHOTO-2025-01-17-15-49-31_2.webp');
}

.l-2-content {
  background-image: url('../images/235305251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
}

.l-2-content._w-100 {
  width: 100%;
}

.l-2-content._w-100._3-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.l-2-content._w-100._3-img-grid._w-90 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-img {
  background-image: url('../images/gar1.jpeg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.grid-img.home-img-1 {
  background-image: url('../images/119804310.jpg');
}

.grid-img.home-img-1.img-style-section {
  background-image: url('../images/gar2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
}

.grid-img._2 {
  background-image: url('../images/gar3.jpeg');
}

.google-head {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.google-reviews {
  margin-top: 40px;
}

.google-reviews.nopadi {
  margin-top: 0;
}

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

.split-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-12 {
  border-top: 1px #ffd03e;
  border-bottom: 1px solid var(--black);
  background-color: var(--grey);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

.div-block-12:hover {
  background-color: var(--black);
}

.txt-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: #fff;
}

.image-9 {
  width: 100%;
  height: 350px;
  display: block;
}

.image-9:hover {
  outline-color: var(--mid-gray);
  outline-offset: -20px;
  outline-width: .5px;
  outline-style: solid;
}

.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: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  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: #b7b5b5;
  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(--slate-grey);
  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 {
  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: none;
  overflow: hidden;
}

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

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

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

.icon {
  margin-right: 10px;
}

.case-study {
  background-color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.case-grid-3._2-grid {
  grid-template-columns: 1fr 1fr;
}

.case-grid-3._4-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-10, .image-11 {
  height: 300px;
}

.img01 {
  background-image: url('../images/landscaping-page-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 350px;
}

.img01._02 {
  background-image: url('../images/landscaping-page-2.webp');
}

@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) {
  .header-div {
    width: 100%;
  }

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

  .menu-div {
    width: 40%;
  }

  .menu-link {
    color: var(--black);
    text-align: right;
    width: 100%;
    position: static;
  }

  .menu-link:hover, .menu-link:focus {
    background-color: var(--mid-gray);
    color: var(--white);
  }

  .navbar {
    width: 100%;
  }

  .menu-button-image-link {
    height: 160px;
  }

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

  .double-content-div.grid {
    grid-template-columns: 2.25fr;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .single-image-div {
    width: 100%;
    height: 400px;
  }

  .large-single-image-div {
    width: 100%;
    height: 540px;
  }

  .large-single-image-div.lc-2 {
    height: 800px;
  }

  .large-single-image-div.h-2 {
    height: 1100px;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .large-p-block {
    width: 90%;
  }

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

  .footer-info-div, .footer-info-div._1, .footer-info-div._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button:hover {
    background-color: var(--white-smoke);
  }

  .menu-button.w--open {
    background-color: var(--white-smoke);
    color: #5e5e5e;
    text-align: right;
  }

  .nav-menu {
    background-color: #ebebebf2;
  }

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

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

  .dropdown-list.w--open {
    width: 100%;
  }

  .dl-link {
    text-align: right;
  }

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

  .h4-2 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .quotation-div-2 {
    width: 90%;
  }

  .c-left-right {
    grid-template-columns: 1fr;
  }

  .sticky-btn {
    display: inline-block;
  }

  .dropdown-toggle {
    color: var(--black);
    text-align: right;
    width: 100%;
  }

  .dropdown-toggle:hover {
    color: #fff;
  }

  .img-name {
    flex-direction: column;
  }

  .l-2-content {
    width: 100%;
  }

  .l-2-content._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr 1fr;
  }

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

  .image-9 {
    height: 300px;
  }

  .case-study {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-grid-3._4-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .menu-div {
    width: 70%;
  }

  .contact-info-div {
    padding-top: 5px;
  }

  .tel-link.int-link-header, .email-link.int-link-header {
    padding-left: 0;
  }

  .section {
    position: static;
  }

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

  .single-image-div {
    height: 250px;
  }

  .p.p-white {
    font-size: 25px;
  }

  .large-single-image-div {
    height: 650px;
  }

  .large-single-image-div.lc-2 {
    height: 900px;
  }

  .large-single-image-div.h-2 {
    height: 1500px;
  }

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

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

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

  .footer-info-div {
    border-color: var(--mid-gray);
    border-bottom-width: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-info-div._1 {
    border-left-width: 1px;
    border-right-width: 1px;
    justify-content: center;
  }

  .footer-info-div._2 {
    border-top-width: 0;
    border-bottom-width: 1px;
    justify-content: center;
  }

  .social-media-div {
    flex-direction: column;
    display: flex;
  }

  .h3-2 {
    font-size: 22px;
  }

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

  .container-3 {
    width: 90%;
  }

  .container-3.grid-2, .block-wrapper {
    grid-template-columns: 1fr;
  }

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

  .h4-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
  }

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

  .testimonials-slider-2 {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .text {
    font-size: 18px;
  }

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

  .quotation-div-2 {
    margin-bottom: 20px;
  }

  .text-span {
    text-align: left;
  }

  .l-2-content._w-100._3-img-grid {
    grid-template-columns: 1fr 1fr;
  }

  .l-2-content._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr;
  }

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

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

  .image-9 {
    height: 400px;
  }

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

  .img01, .img01._02 {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .header-div {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-div {
    align-items: center;
    width: 100%;
  }

  .menu-div {
    text-align: center;
    width: 100%;
  }

  .contact-info-div {
    align-items: center;
  }

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

  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

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

  .content-section._0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .basic-p-block._40t {
    margin-top: 40px;
  }

  .h1 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .p.p-white {
    font-size: 22px;
  }

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

  .large-single-image-div.lc-2, .large-single-image-div.h-2 {
    height: 250px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-p-block {
    padding: 0;
  }

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

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

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

  .footer-info-div {
    border-bottom-width: 1px;
    width: 100%;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
  }

  .footer-info-div._2 {
    border-top-width: 1px;
  }

  .social-media-div {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .menu-button {
    display: flex;
  }

  .hero-mask {
    height: 300px;
  }

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

  .h3-2 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.35;
  }

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

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

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

  .h2-2 {
    font-size: 26px;
    line-height: 28px;
  }

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

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

  .image {
    min-height: 150px;
    max-height: 150px;
  }

  .h4-2 {
    white-space: pre-wrap;
    flex-wrap: wrap;
    max-width: none;
    font-size: 14px;
  }

  .mask {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-slider-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .quotation-div-2 {
    flex-flow: column wrap;
    width: 100%;
  }

  .text-span {
    text-align: left;
  }

  .icon-span {
    margin-right: 5px;
  }

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

  .footer-nav-item.footer-contact {
    justify-content: flex-start;
  }

  .text-span-4 {
    margin-right: 0;
    padding: 5px;
  }

  .img-1._11 {
    height: 200px;
  }

  .l-2-content._w-100._3-img-grid {
    grid-template-columns: 1fr;
  }

  .grid-img.home-img-1 {
    min-height: 300px;
  }

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

  .image-9 {
    height: 250px;
  }

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

  .case-study {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-grid-3 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-c33a32ce-ba9a-f710-d7c1-e96ba1188c12-e8f558be, #w-node-_1c288e92-793f-09ae-9171-bd90cdcf6e36-53adef2d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bc757f36-baf7-c5ae-520e-1bdfe870337c-53adef2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83fbccbc-9c97-9f4d-ca45-27a013dfc516-5b1f2a0c, #w-node-_5d583f4e-e5bc-c004-1b60-c6eba88b94c0-a91f2a37, #w-node-_1bb11062-39f4-2e9e-0bce-d3d55075a8da-614590cc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bcf4-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bcf5-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bcf9-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bcfa-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bcfe-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bcff-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bd03-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bd04-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bd08-1bee8f8f, #w-node-_34f9bb2a-7859-ce06-ef51-1c78a603bd09-1bee8f8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e737d557-2174-ae41-a7a1-9db5b926338e-a91f2a37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c33a32ce-ba9a-f710-d7c1-e96ba1188c12-e8f558be, #w-node-c33a32ce-ba9a-f710-d7c1-e96ba1188c13-e8f558be, #w-node-c33a32ce-ba9a-f710-d7c1-e96ba1188c14-e8f558be, #w-node-_1c288e92-793f-09ae-9171-bd90cdcf6e36-53adef2d, #w-node-_1c288e92-793f-09ae-9171-bd90cdcf6e37-53adef2d, #w-node-_1c288e92-793f-09ae-9171-bd90cdcf6e38-53adef2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bc757f36-baf7-c5ae-520e-1bdfe870337c-53adef2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83fbccbc-9c97-9f4d-ca45-27a013dfc516-5b1f2a0c, #w-node-_83fbccbc-9c97-9f4d-ca45-27a013dfc517-5b1f2a0c, #w-node-_83fbccbc-9c97-9f4d-ca45-27a013dfc518-5b1f2a0c, #w-node-_5d583f4e-e5bc-c004-1b60-c6eba88b94c0-a91f2a37, #w-node-_5d583f4e-e5bc-c004-1b60-c6eba88b94c1-a91f2a37, #w-node-_5d583f4e-e5bc-c004-1b60-c6eba88b94c2-a91f2a37, #w-node-e737d557-2174-ae41-a7a1-9db5b926338e-a91f2a37, #w-node-_1bb11062-39f4-2e9e-0bce-d3d55075a8da-614590cc, #w-node-_1bb11062-39f4-2e9e-0bce-d3d55075a8db-614590cc, #w-node-_1bb11062-39f4-2e9e-0bce-d3d55075a8dc-614590cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e737d557-2174-ae41-a7a1-9db5b926338e-a91f2a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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