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

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

:root {
  --black: #000;
  --blue: #2d3488;
  --white: white;
  --orange: #fbb500;
  --pink: #fb00cb;
  --fb-blue: #1877f2;
  --linkedin: #0a66c2;
  --mid-grey: #7e7e7e;
  --light-grey: #eee;
  --10-white: #ffffffe6;
  --instagram: #405de6;
  --transparent: #fff0;
}

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

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

.fmb-logo {
  width: 80px;
}

.fmb-logo.my {
  width: 120px;
}

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

.fa-social {
  border: 1px solid var(--white);
  background-color: var(--blue);
  color: var(--white);
  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;
}

.fa-social.insta {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--orange) 35%, var(--pink));
}

.fa-social.insta:hover {
  background-image: none;
}

.fa-social.fb {
  background-color: var(--fb-blue);
}

.fa-social.fb:hover {
  background-color: var(--white);
}

.fa-social.linked {
  background-color: var(--linkedin);
}

.fa-social.linked:hover {
  background-color: var(--white);
}

.quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 180px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

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

.contact-ann-block {
  justify-content: flex-start;
  align-items: center;
  min-width: 180px;
  padding: 0;
  display: flex;
}

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

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

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

.ripple.gallery-btn-ripple {
  background-color: var(--blue);
}

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

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

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

.co-logo-link {
  flex: none;
}

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

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  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: var(--blue);
}

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

.dl-link-holder.lst:hover {
  padding-left: 20px;
}

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

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

.nav-menu-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

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

.dl-menu.blog.w--open {
  right: 0;
}

.dropdown-toggle {
  color: var(--blue);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--black);
}

.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";
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: var(--black);
  border-right-width: 0;
  width: auto;
  margin-right: 5px;
  font-family: "Fa Regular 400", sans-serif;
  font-weight: 400;
}

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

.top-section {
  z-index: 10;
  background-color: var(--white);
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  color: var(--black);
}

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

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

.mobile-block.lig-text {
  color: var(--blue);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: var(--blue);
  letter-spacing: -.25px;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
  min-height: 680px;
}

.slide-1 {
  background-image: url('../images/ecxtnsions.webp');
  background-position: 50% 54%;
  background-size: cover;
}

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

.button-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: flex;
}

.button-img._1 {
  background-image: url('../images/building-services-split-gallery-4.webp');
}

.button-img._2 {
  background-image: url('../images/dcf-fb-15.webp');
}

.button-img._3 {
  background-image: url('../images/extensions2.webp');
}

.button-img._5 {
  background-image: url('../images/property-renovations-service-box.webp');
}

.button-img._5.area {
  background-image: url('../images/Screenshot-2024-01-05-155105.webp');
}

.box-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: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.menu-button-div {
  height: 260px;
}

.menu-button-group-div {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  position: relative;
}

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

.h1 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
}

.h1.h1-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

.content-section.even.p-white {
  background-color: #fff;
  background-color: var(--white);
}

.content-section.p-white {
  background-color: #f7f7f2;
}

.content-section._0b {
  background-image: linear-gradient(to bottom, var(--10-white), var(--10-white)), url('../images/paving_54926003.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 0;
}

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

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

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

.coloured-underline.underline-center {
  margin-left: auto;
  margin-right: auto;
}

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

.btn-text._2 {
  background-image: url('../images/favicon-32x32.webp');
  background-position: 50%;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: flex;
}

.btn-text.fb {
  background-color: #1877f2;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: "Fa Brands 400", sans-serif;
  display: flex;
}

.primary-btn {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: var(--black);
}

.primary-btn.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.m-center {
  background-color: var(--black);
  color: var(--white);
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn.m-auto {
  border: 1px solid var(--white);
  background-color: var(--black);
}

.primary-btn._2 {
  height: 60px;
  margin-right: 20px;
  display: inline-flex;
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.img.svs {
  background-image: url('../images/builder-in-wakefield-building-services-page.webp');
}

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

.img.reno {
  background-image: url('../images/property-renovations-in-wakefield-property-renovations-page.webp');
}

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

.img.base {
  background-image: url('../images/basement_119423208.webp');
  background-position: 100%;
}

.p.white {
  color: #f7f7f2;
}

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

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

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

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

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

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

.large-p-block {
  background-color: #ffffffd9;
  width: 100%;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 1px 1px 3px #0000001f;
}

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

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

.large-image-section {
  background-image: linear-gradient(to bottom, var(--10-white), var(--10-white)), url('../images/paving_54926003.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.lrg-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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;
}

.lrg-img.home {
  background-image: url('../images/about-us.webp');
  min-height: 700px;
}

.lrg-img.svs {
  background-image: url('../images/your-local-building-company-building-services-page.webp');
  min-height: 950px;
}

.lrg-img.loft {
  background-image: url('../images/loft1.webp');
  background-position: 50%;
}

.lrg-img.ext {
  background-image: url('../images/dcf-fb-19.webp');
  min-height: 1050px;
}

.lrg-img.reno {
  background-image: url('../images/replace-conversions-image.webp');
  min-height: 1010px;
}

.lrg-img.base {
  background-image: url('../images/basement_206131766.webp');
}

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

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

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

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

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

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

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

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

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

.grey-content-section.bg-gradiant {
  border-top: 1px solid var(--light-grey);
  background-color: var(--mid-grey);
  background-image: linear-gradient(to bottom, var(--white) 50%, var(--blue) 50%);
}

.grey-content-section.solid-bg {
  background-color: var(--blue);
}

.grid-img {
  background-image: url('../images/bank-of-3-images-on-homepage.webp');
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

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

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

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

.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._1 {
  background-image: url('../images/bank-of-3-images-on-homepage-3.webp');
  background-size: cover;
}

.grid-image-div._2 {
  background-image: url('../images/bank-of-3-images-on-homepage-2.webp');
}

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

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

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

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

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

.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: 450px;
  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/dcf-fb-4.webp');
  background-position: 0%;
}

.works._2 {
  background-image: url('../images/extensions13.webp');
}

.works._3 {
  background-image: url('../images/3rd-image-under-local-contractors-heading.webp');
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 5px;
  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;
  grid-template-columns: 80px 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 0 20px;
  transition-property: none;
}

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

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

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

.contact-section {
  background-color: var(--10-white);
  background-image: linear-gradient(to bottom, var(--10-white), var(--10-white)), url('../images/paving_54926003.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #0000004d;
}

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

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

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

.heading-3-text {
  color: var(--mid-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.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: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

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

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

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

.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;
  display: flex;
}

.heading-3-left-image {
  background-image: url('../images/h3-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.footer-logo {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

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

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

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

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

.footer-section-2 {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--10-white), var(--10-white)), url('../images/paving_54926003.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

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

.footer-contact-link {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.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;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--black);
  cursor: auto;
}

.footer-nav-item.footer-contact._010b {
  margin-bottom: 0;
}

.text-span-4 {
  border-right: 1px solid var(--mid-grey);
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 40px;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.contact-link {
  color: var(--black);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.footer-info-div {
  border: 1px solid var(--mid-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 60px;
  display: flex;
}

.footer-info-div.mid {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
}

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

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

.footer-social-link:hover {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
}

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

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

.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-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

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

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

.bullet-list {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.fa-icon {
  border: 1px solid var(--white);
  background-color: var(--blue);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

.google-maps {
  background-color: #f7f7f2;
  margin-top: 20px;
}

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

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid var(--mid-grey);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.ripple-2.gallery-btn-ripple {
  background-color: #c0c1af;
}

.ripple-2.gallery-btn-ripple.enquiry {
  background-color: var(--blue);
  width: 540px;
}

.primary-button {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.primary-button.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-button.gallery-btn.m-center {
  margin-top: 60px;
  margin-right: auto;
}

.primary-button.gallery-btn.m-center.enquiry {
  background-color: var(--black);
  width: 260px;
  margin-top: 40px;
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.flex-direction._100 {
  display: block;
}

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

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

.sitemap-list-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

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

.trust-reviews {
  text-align: center;
  margin-bottom: 0;
}

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

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

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

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

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

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

.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-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.h2-wrap._30t {
  margin-top: 30px;
}

.fa-social-2 {
  color: var(--blue);
  background-color: #fff;
  border: 1px solid #263b53;
  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 {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.1);
}

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

.fa-social-2.social-media.fb {
  color: var(--fb-blue);
}

.fa-social-2.social-media.insta {
  color: var(--instagram);
}

.fa-social-2.social-media.linkedin {
  color: var(--linkedin);
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 32% 0% 32% auto;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--blue);
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--blue);
  color: var(--white);
}

.fmb-link {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

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

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

.link-2 {
  color: var(--blue);
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.lottie-animation {
  z-index: 0;
  width: 300px;
  height: 300px;
  margin-top: -107px;
  margin-bottom: -63px;
  position: relative;
  left: -52px;
}

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

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.label {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.lightbox-link {
  text-decoration: none;
}

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

.img-1 {
  background-image: url('../images/property-renovations-new-image.webp');
  background-position: 0 0;
  background-size: cover;
}

.img-2 {
  background-image: url('../images/property-renovations-new-image-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

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

.div-block {
  background-image: url('../images/house-extensions-page-1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-2 {
  background-image: url('../images/house-extensions-page-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.div-block-3 {
  background-image: url('../images/house-extensions-page-3.webp');
  background-position: 50%;
  background-size: cover;
}

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

.blog-toggle {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s ease-in-out;
}

.blog-toggle:hover {
  color: var(--black);
}

.blog-toggle.w--current {
  color: var(--black);
  background-color: #0000;
  font-size: 14px;
}

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

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 1px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s ease-in-out;
}

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

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

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 10px;
  right: 0;
}

.sub-heading {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.dropdown-tog-test {
  color: var(--blue);
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}

.review {
  width: 60px;
  height: 60px;
}

.text-block {
  margin-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dl-menu.blog.w--open {
    right: 0;
  }

  .content-section._0b {
    background-image: linear-gradient(to bottom, null, null), url('../images/paving_54926003.webp');
    background-size: auto, cover;
  }

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

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

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

  .whatsapp-chat {
    display: none;
  }

  .dropdown-list.w--open {
    background-color: var(--transparent);
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

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

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

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

  .navbar-2 {
    width: 100%;
  }

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

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

  .dropdown {
    width: 100%;
  }

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

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

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

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

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

  .menu-link:hover {
    background-color: var(--mid-grey);
    color: #f7f7f2;
  }

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

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

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

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

  .hero-mask {
    height: 500px;
    min-height: auto;
  }

  .slide-1 {
    background-position: 50%;
  }

  .button-img {
    height: 160px;
  }

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

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

  .h1 {
    font-size: 32px;
  }

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

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

  .img {
    height: 450px;
  }

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

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

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

  .large-p-block {
    box-shadow: none;
    background-color: #fff;
    width: 90%;
    margin-right: 0;
    padding: 40px;
  }

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

  .lrg-img {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .lrg-img.home, .lrg-img.svs, .lrg-img.ext, .lrg-img.reno {
    min-height: 450px;
  }

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

  .title {
    font-size: 28px;
    line-height: 34px;
  }

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

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

  .grid-img {
    height: 400px;
  }

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

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

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

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

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

  .fb-div {
    justify-content: center;
    margin-top: 30px;
  }

  .footerlinks {
    text-align: left;
    width: 100%;
    margin-right: auto;
    padding-right: 70px;
  }

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

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

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

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

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

  .google-maps {
    width: 100%;
  }

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

  .service-block._w-img.flex-direction {
    flex-direction: column;
    display: flex;
  }

  .inner-services-content {
    width: 100%;
  }

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

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

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

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

  .div-block, .div-block-3 {
    height: 400px;
  }

  .blog-toggle {
    background-color: var(--white);
    color: var(--blue);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .blog-toggle:hover {
    background-color: var(--mid-grey);
    color: #f7f7f2;
  }

  .dropdown-link {
    background-color: var(--white);
    color: var(--blue);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .dropdown-link:hover {
    background-color: var(--mid-grey);
    color: #f7f7f2;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

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

  .main-block {
    justify-content: center;
    width: 100%;
  }

  .co-logo-link {
    margin-bottom: 10px;
  }

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

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

  .icon {
    text-align: center;
  }

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

  .top-section {
    z-index: 100;
    position: static;
  }

  .menu-link {
    width: 100%;
  }

  .logo-div-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

  .menu-button-2 {
    width: 100%;
    margin-top: 5px;
  }

  .hero-mask {
    height: 350px;
  }

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

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

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

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

  .img {
    height: 350px;
  }

  .large-p-block {
    padding: 20px;
  }

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

  .lrg-img {
    height: auto;
    min-height: 350px;
  }

  .lrg-img.home, .lrg-img.svs, .lrg-img.ext, .lrg-img.reno {
    min-height: 350px;
  }

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

  .title {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .light-text-line {
    display: none;
  }

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

  .h2-div {
    flex-wrap: wrap;
  }

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

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

  .grid-img {
    height: 250px;
  }

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

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

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

  .works {
    min-width: 250px;
  }

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

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

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

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

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

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

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

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

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

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

  .fmb-link, .split {
    grid-template-columns: 1fr;
  }

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

  .img-1, .img-2 {
    height: 350px;
  }

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

  .div-block, .div-block-2 {
    height: 450px;
  }

  .div-block-3 {
    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;
  }

  .blog-toggle, .dropdown-link {
    width: 100%;
  }
}

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

  .header-contact {
    padding-left: 0;
  }

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

  .main-block {
    justify-content: center;
  }

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

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

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

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

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

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

  .dropdown-toggle:hover {
    background-color: var(--mid-grey);
  }

  .fonticon.blue {
    display: none;
  }

  .icon {
    text-align: center;
  }

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

  .top-section {
    position: static;
  }

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

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

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

  .menu-div-2 {
    z-index: 500;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    position: relative;
  }

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

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

  .menu-button-2.w--open {
    background-color: var(--blue);
    color: var(--white);
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 250px;
  }

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

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

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

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

  .primary-btn.gallery-btn.m-center {
    margin-top: 30px;
  }

  .img {
    height: 250px;
  }

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

  .basic-p-block._w-100 {
    padding-bottom: 0;
  }

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

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

  .h2 {
    font-size: 24px;
  }

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

  .lrg-img {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .lrg-img.home, .lrg-img.svs, .lrg-img.ext, .lrg-img.reno {
    min-height: 250px;
  }

  .testemonials {
    overflow: hidden;
  }

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

  .title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.white {
    font-size: 24px;
    line-height: 34px;
  }

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

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

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

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

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

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

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

  .container-2.test-container {
    width: 95%;
    position: relative;
  }

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

  .grey-content-section.bg-gradiant {
    background-image: linear-gradient(to bottom, var(--white) 55%, var(--blue) 55%);
    margin-top: 0;
  }

  .grey-content-section.solid-bg {
    margin-top: 0;
  }

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

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

  .works {
    min-height: 350px;
  }

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

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

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

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

  .cta-link.address {
    max-width: 260px;
  }

  .icon-block {
    display: none;
  }

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

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

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

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

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

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

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

  .list {
    text-align: center;
  }

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

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

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

  .footer-contact-link {
    font-size: 14px;
  }

  .footer-contact-link.tel {
    font-size: 16px;
  }

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

  .footer-nav-item.footer-contact.auto-cusro {
    text-align: center;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    display: none;
  }

  .footerlinks {
    padding-right: 0;
  }

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

  .footer-info-div.mid, .footer-info-div._2 {
    padding: 20px;
  }

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

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

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

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

  .bullet-list {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

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

  .live-chat-top-text {
    font-size: 12px;
  }

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

  .fa-social-2 {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
  }

  .fa-social-2.social-media {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .fa-social-2.social-media.fb, .fa-social-2.social-media.insta, .fa-social-2.social-media.linkedin {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .fa-container {
    border-top: 1px solid var(--mid-grey);
    background-color: #ffffffe6;
    flex-direction: row;
    padding-top: 10px;
    inset: auto 0% 0%;
  }

  .lottie-animation {
    width: 200px;
    height: 200px;
    margin-top: -49px;
    margin-bottom: -35px;
    left: -26px;
  }

  .label {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

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

  .blog-toggle, .dropdown-link {
    text-align: left;
  }
}

#w-node-_321982cc-a958-c349-d672-89ccc9e70665-6e9f857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-6e9f857c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-6e9f857c {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-6e9f857c, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-6e9f857c, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-6e9f857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930 {
  align-self: center;
}

#w-node-e7f33f4b-ed60-f89d-949f-604e646b1c9f-6e9f857d, #w-node-f88b4876-6b2f-e629-8118-f13819dbc179-6e9f857d, #w-node-a1de4ead-7292-82bc-a1b9-820fae9ff9a8-6e9f857d, #w-node-a678da64-11a8-95bc-f21e-7ba2fad1aeba-6e9f857d, #w-node-f2ac1aa9-2885-9aa2-51fd-ad0445da97e7-6e9f857d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1609dda9-205d-9d5b-30d3-b6b10a79e5af-6e9f8580, #w-node-_1609dda9-205d-9d5b-30d3-b6b10a79e5ba-6e9f8580 {
  align-self: center;
}

#w-node-efa1c3b8-829f-7fb6-a741-84ee7e871e2a-6e9f8581, #w-node-_3181cdd2-105e-d6e6-1cae-1ca43d9f45f7-6e9f8581, #w-node-_53b03b49-7f1e-dfa1-2b42-a0894d30def4-6e9f8581, #w-node-_51246a8e-bdcb-1b48-d189-165e294eeff9-6e9f8581, #w-node-e3f99076-7bdd-6194-3968-e7f0710c3278-0d55cc36, #w-node-_00ce0f92-9f87-6a1f-73b2-6f009afc149b-0d55cc36, #w-node-_61779bc1-b028-164e-7a57-09fc0a409595-0d55cc36, #w-node-_44d94728-1bc1-9b19-e7da-92388991dfdd-f4230025, #w-node-_5237c580-dbdc-baa5-52b5-1337ec521442-f4230025, #w-node-_4df39dc2-4a4b-dcfe-2422-91aea794a016-aeeaff3f, #w-node-_26160ead-a0f8-287b-0222-6aa5c9766c3d-0f8328bb, #w-node-_9306cf3c-82b5-9986-d087-bffef20126d4-0f8328bb, #w-node-_015f3e99-e7fa-f40d-72eb-808f0b5aad8b-0f8328bb, #w-node-_469e050c-de01-e399-5073-5c8107941d19-0f8328bb, #w-node-f88b4876-6b2f-e629-8118-f13819dbc179-26cf4e8e, #w-node-_1a8c89c4-4951-b9f3-1854-6721334c27d4-26cf4e8e, #w-node-_6f397d53-8ce8-eb94-b647-002482d635b4-26cf4e8e, #w-node-_3ea3b60c-2313-b364-1cf1-6b19d02765b8-26cf4e8e, #w-node-_386d0c4b-4936-7dc0-da8b-ee79f08cb44f-26cf4e8e, #w-node-a2f7e05e-0c7c-0626-671f-e203f2c69496-26cf4e8e, #w-node-_6b4145b7-f3c0-c930-a60f-1b6111467fc0-b406cfb8, #w-node-_9a1f5fc1-ac2c-3c77-1fdb-37a52fdf3b46-b406cfb8, #w-node-_7e327792-7016-a725-33fc-6916fd151ffc-b406cfb8, #w-node-c418c607-2f1c-0624-d850-d4cecb1b87f9-b406cfb8, #w-node-b3dcf553-fdde-5ec0-804d-c80f895619c5-b406cfb8, #w-node-aa3a37c6-edd4-cb63-24ed-9ca665c184d3-b406cfb8, #w-node-_3b9165ce-a24e-e0c7-3338-3160c581cf0f-b406cfb8, #w-node-d9000064-86f3-36d6-d100-62f58a1c238b-b406cfb8, #w-node-_5b436f34-6c22-e164-4353-90115ec514a7-b406cfb8, #w-node-f2db0bba-9de0-8189-e97d-3ed1d6be5779-b406cfb8, #w-node-afca2189-4873-5bf8-73b6-1c77117c912b-b406cfb8, #w-node-d56f0d1e-be06-f73f-7c21-9299201aaf0c-b406cfb8, #w-node-_8c7bbae8-a309-9526-36ef-1c5585f923a7-b406cfb8, #w-node-e0a15413-d3a7-47c4-1859-1575fb936d9c-b406cfb8, #w-node-_0f2dc9a3-cf1c-11a6-daf7-aa2ee6b4e754-b406cfb8, #w-node-b1ddb68b-eb03-1040-6c09-97cc4aff9f62-1e771151, #w-node-_91baac6d-130a-6cfb-8139-3731376cd517-1e771151, #w-node-_4ea59254-f02c-df8c-b651-61e1b31fa4fc-1e771151, #w-node-dc6abc94-a37a-eff5-deb5-f4326c08afc2-1e771151, #w-node-bc13bf21-c7e8-7989-054b-7709ce342565-1e771151, #w-node-de0e9ef9-c5d0-7886-2038-8f426a6cda5f-1e771151, #w-node-fa2f517f-f945-a4d1-2302-7b788489ccda-1e771151, #w-node-a24fb606-9dc5-ee5f-4ac7-fea435a5095e-1e771151, #w-node-ed0b8144-ebb3-71a7-9d46-efbfc40fe5c4-1e771151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e7f33f4b-ed60-f89d-949f-604e646b1c9f-6e9f857d, #w-node-f88b4876-6b2f-e629-8118-f13819dbc179-6e9f857d, #w-node-a1de4ead-7292-82bc-a1b9-820fae9ff9a8-6e9f857d, #w-node-a678da64-11a8-95bc-f21e-7ba2fad1aeba-6e9f857d, #w-node-f2ac1aa9-2885-9aa2-51fd-ad0445da97e7-6e9f857d, #w-node-_4df39dc2-4a4b-dcfe-2422-91aea794a016-aeeaff3f, #w-node-_26160ead-a0f8-287b-0222-6aa5c9766c3d-0f8328bb, #w-node-_9306cf3c-82b5-9986-d087-bffef20126d4-0f8328bb, #w-node-_015f3e99-e7fa-f40d-72eb-808f0b5aad8b-0f8328bb, #w-node-_469e050c-de01-e399-5073-5c8107941d19-0f8328bb, #w-node-f88b4876-6b2f-e629-8118-f13819dbc179-26cf4e8e, #w-node-_1a8c89c4-4951-b9f3-1854-6721334c27d4-26cf4e8e, #w-node-_6f397d53-8ce8-eb94-b647-002482d635b4-26cf4e8e, #w-node-_3ea3b60c-2313-b364-1cf1-6b19d02765b8-26cf4e8e, #w-node-_386d0c4b-4936-7dc0-da8b-ee79f08cb44f-26cf4e8e, #w-node-a2f7e05e-0c7c-0626-671f-e203f2c69496-26cf4e8e, #w-node-_6b4145b7-f3c0-c930-a60f-1b6111467fc0-b406cfb8, #w-node-_9a1f5fc1-ac2c-3c77-1fdb-37a52fdf3b46-b406cfb8, #w-node-_7e327792-7016-a725-33fc-6916fd151ffc-b406cfb8, #w-node-c418c607-2f1c-0624-d850-d4cecb1b87f9-b406cfb8, #w-node-b3dcf553-fdde-5ec0-804d-c80f895619c5-b406cfb8, #w-node-aa3a37c6-edd4-cb63-24ed-9ca665c184d3-b406cfb8, #w-node-_3b9165ce-a24e-e0c7-3338-3160c581cf0f-b406cfb8, #w-node-d9000064-86f3-36d6-d100-62f58a1c238b-b406cfb8, #w-node-_5b436f34-6c22-e164-4353-90115ec514a7-b406cfb8, #w-node-f2db0bba-9de0-8189-e97d-3ed1d6be5779-b406cfb8, #w-node-afca2189-4873-5bf8-73b6-1c77117c912b-b406cfb8, #w-node-d56f0d1e-be06-f73f-7c21-9299201aaf0c-b406cfb8, #w-node-_8c7bbae8-a309-9526-36ef-1c5585f923a7-b406cfb8, #w-node-e0a15413-d3a7-47c4-1859-1575fb936d9c-b406cfb8, #w-node-_0f2dc9a3-cf1c-11a6-daf7-aa2ee6b4e754-b406cfb8, #w-node-b1ddb68b-eb03-1040-6c09-97cc4aff9f62-1e771151, #w-node-_91baac6d-130a-6cfb-8139-3731376cd517-1e771151, #w-node-_4ea59254-f02c-df8c-b651-61e1b31fa4fc-1e771151, #w-node-dc6abc94-a37a-eff5-deb5-f4326c08afc2-1e771151, #w-node-bc13bf21-c7e8-7989-054b-7709ce342565-1e771151, #w-node-de0e9ef9-c5d0-7886-2038-8f426a6cda5f-1e771151, #w-node-fa2f517f-f945-a4d1-2302-7b788489ccda-1e771151, #w-node-a24fb606-9dc5-ee5f-4ac7-fea435a5095e-1e771151, #w-node-ed0b8144-ebb3-71a7-9d46-efbfc40fe5c4-1e771151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-6e9f857c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-6e9f857c, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-6e9f857c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-6e9f857c {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-e7f33f4b-ed60-f89d-949f-604e646b1c9f-6e9f857d, #w-node-f88b4876-6b2f-e629-8118-f13819dbc179-6e9f857d, #w-node-a1de4ead-7292-82bc-a1b9-820fae9ff9a8-6e9f857d, #w-node-a678da64-11a8-95bc-f21e-7ba2fad1aeba-6e9f857d, #w-node-f2ac1aa9-2885-9aa2-51fd-ad0445da97e7-6e9f857d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1609dda9-205d-9d5b-30d3-b6b10a79e5af-6e9f8580, #w-node-_1609dda9-205d-9d5b-30d3-b6b10a79e5ba-6e9f8580 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_4df39dc2-4a4b-dcfe-2422-91aea794a016-aeeaff3f, #w-node-_26160ead-a0f8-287b-0222-6aa5c9766c3d-0f8328bb, #w-node-_9306cf3c-82b5-9986-d087-bffef20126d4-0f8328bb, #w-node-_015f3e99-e7fa-f40d-72eb-808f0b5aad8b-0f8328bb, #w-node-_469e050c-de01-e399-5073-5c8107941d19-0f8328bb, #w-node-f88b4876-6b2f-e629-8118-f13819dbc179-26cf4e8e, #w-node-_1a8c89c4-4951-b9f3-1854-6721334c27d4-26cf4e8e, #w-node-_6f397d53-8ce8-eb94-b647-002482d635b4-26cf4e8e, #w-node-_3ea3b60c-2313-b364-1cf1-6b19d02765b8-26cf4e8e, #w-node-_386d0c4b-4936-7dc0-da8b-ee79f08cb44f-26cf4e8e, #w-node-a2f7e05e-0c7c-0626-671f-e203f2c69496-26cf4e8e, #w-node-_6b4145b7-f3c0-c930-a60f-1b6111467fc0-b406cfb8, #w-node-_9a1f5fc1-ac2c-3c77-1fdb-37a52fdf3b46-b406cfb8, #w-node-_7e327792-7016-a725-33fc-6916fd151ffc-b406cfb8, #w-node-c418c607-2f1c-0624-d850-d4cecb1b87f9-b406cfb8, #w-node-b3dcf553-fdde-5ec0-804d-c80f895619c5-b406cfb8, #w-node-aa3a37c6-edd4-cb63-24ed-9ca665c184d3-b406cfb8, #w-node-_3b9165ce-a24e-e0c7-3338-3160c581cf0f-b406cfb8, #w-node-d9000064-86f3-36d6-d100-62f58a1c238b-b406cfb8, #w-node-_5b436f34-6c22-e164-4353-90115ec514a7-b406cfb8, #w-node-f2db0bba-9de0-8189-e97d-3ed1d6be5779-b406cfb8, #w-node-afca2189-4873-5bf8-73b6-1c77117c912b-b406cfb8, #w-node-d56f0d1e-be06-f73f-7c21-9299201aaf0c-b406cfb8, #w-node-_8c7bbae8-a309-9526-36ef-1c5585f923a7-b406cfb8, #w-node-e0a15413-d3a7-47c4-1859-1575fb936d9c-b406cfb8, #w-node-_0f2dc9a3-cf1c-11a6-daf7-aa2ee6b4e754-b406cfb8, #w-node-b1ddb68b-eb03-1040-6c09-97cc4aff9f62-1e771151, #w-node-_91baac6d-130a-6cfb-8139-3731376cd517-1e771151, #w-node-_4ea59254-f02c-df8c-b651-61e1b31fa4fc-1e771151, #w-node-dc6abc94-a37a-eff5-deb5-f4326c08afc2-1e771151, #w-node-bc13bf21-c7e8-7989-054b-7709ce342565-1e771151, #w-node-de0e9ef9-c5d0-7886-2038-8f426a6cda5f-1e771151, #w-node-fa2f517f-f945-a4d1-2302-7b788489ccda-1e771151, #w-node-a24fb606-9dc5-ee5f-4ac7-fea435a5095e-1e771151, #w-node-ed0b8144-ebb3-71a7-9d46-efbfc40fe5c4-1e771151 {
    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 Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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 Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}