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

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

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

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

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

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

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

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

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

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

:root {
  --white: white;
  --dark-blue: #031048;
  --black: #111;
  --gainsboro: #e6e6e6;
}

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

.co-logo-link {
  align-items: center;
  margin-bottom: 5px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.co-logo-link.w--current {
  justify-content: center;
}

.co-logo {
  width: 400px;
}

.nav-section {
  z-index: 2;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #1111114d;
}

.co-logo-div {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

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

.body-div.centred {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-link-section {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
}

.footer-links {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fmb-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.association-div-2 {
  align-items: center;
  display: flex;
}

.fmb-header {
  border-top: 8px solid var(--dark-blue);
  border-bottom: 8px solid var(--dark-blue);
  background-color: #fff;
  padding: 6px 10px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  box-shadow: 0 1px 5px #69686b;
}

.header-text-div-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.header-text-2 {
  color: #a20e30;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.fmb-logo-2 {
  max-width: 30px;
}

.bold-text-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.bold-text-2.red {
  color: #a20e30;
  font-weight: 700;
}

.logo-link {
  max-width: 120px;
  margin-left: 10px;
  padding-bottom: 10px;
}

.nav-link {
  border-bottom: 1px solid var(--white);
  color: var(--black);
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: background-color .3s;
}

.nav-link:hover {
  background-color: #03104826;
}

.nav-link.w--current {
  border-bottom-color: var(--dark-blue);
  color: var(--dark-blue);
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  border-bottom: 1px solid var(--white);
  padding: 10px 30px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: background-color .3s;
}

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

.dropdown-link {
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #00000012;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #03104826;
}

.dropdown-link.w--current {
  color: var(--black);
  background-color: #03104833;
  text-decoration: none;
}

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

.dropdown-list.w--open {
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 1px 7px #11111169;
}

.slide-nav {
  display: none;
}

.left-arrow {
  opacity: .3;
  color: var(--white);
  width: 50px;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  opacity: .3;
  width: 50px;
}

.right-arrow:hover {
  opacity: 1;
}

.main-slider {
  min-height: 650px;
}

.fmb-slide {
  background-image: url('../images/bedroom_236076073.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slider-div {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.read-more {
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 6px;
  width: 140px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.read-more-link {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.read-more-icon {
  width: 70px;
  margin-top: 12px;
}

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

.body-section.top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-div {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._4box-section {
  background-color: #0310481a;
  padding-top: 80px;
  padding-bottom: 80px;
}

._4-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._4-box-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.box-shadow {
  opacity: .75;
  cursor: default;
}

.p {
  margin-bottom: 0;
}

.p.bot-pad {
  margin-bottom: 40px;
}

.p.areas {
  line-height: 34px;
}

.p.contact {
  line-height: 26px;
}

.p.large {
  text-align: center;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.p.large.no-top {
  padding-top: 0;
}

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

.p.middle.top {
  margin-top: 40px;
  margin-bottom: 10px;
}

.box-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 20px;
}

._4-box-button {
  background-color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  min-width: 120px;
  margin-top: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  transition: background-color .2s;
}

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

.static-image-section {
  background-image: url('../images/wood-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  position: relative;
}

.h1 {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.large-image-section {
  min-height: 600px;
}

.large-image-section._3 {
  background-image: url('../images/kitchen_300088023.webp');
  background-attachment: fixed;
  min-height: 400px;
}

.large-image-section.kitchen {
  background-image: url('../images/kitchen_138081021.webp');
  background-attachment: fixed;
}

.large-image-section.home {
  background-image: url('../images/kitchen_241969330.webp');
  background-position: 50%;
  min-height: 400px;
}

.large-image-section.k1 {
  background-image: url('../images/kitchen_165823271.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.large-image-section.b1 {
  background-image: url('../images/bathroom_143911344.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.large-image-section.bathroom {
  background-image: url('../images/bathroom_192694700.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.large-image-section.ext1 {
  background-image: url('../images/openplan_174682089.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.large-image-section.extension {
  background-image: url('../images/openplan_187631557.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.large-image-section.build {
  background-image: url('../images/room_194460315.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.large-image-section.plumb {
  background-image: url('../images/Renovation-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.large-image-section.bathroom-2 {
  background-image: url('../images/bathroom-image.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.large-image-section.kitchen-2 {
  background-image: url('../images/kitchen-image.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.large-image-section.building-s-2 {
  background-image: url('../images/extension-image.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.large-image-section.plumbing-2 {
  background-image: url('../images/Renovation-11.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.h2 {
  color: var(--dark-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
}

.h2.large {
  font-size: 50px;
}

.h2._10 {
  margin-top: 20px;
}

.h2.t100 {
  margin-top: 60px;
}

.h3-section {
  background-color: #0310484d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h3-div {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.list.right {
  margin-left: 80px;
}

._2-col-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.read-target {
  z-index: 2;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.small-logo-div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.slider-header {
  color: #a20e30;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}

.slider-header.bold {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 39px;
}

.fmb-content-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
}

.overlay-div-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute-text, .slider-small-text-red-2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.small-logo-div-2 {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.slider-text-div-3 {
  outline-offset: 0px;
  text-align: left;
  background-color: #031048d9;
  border-radius: 8px;
  outline: 8px solid #ffffffb0;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  max-width: 850px;
  padding: 30px 20px 30px 30px;
  display: flex;
}

.fmb {
  float: right;
  width: 17%;
  min-width: 70px;
  max-width: 70px;
}

.fmb._2 {
  margin-left: 5px;
}

.fmb-bold {
  font-size: 20px;
  font-weight: 700;
}

.grid-div {
  background-color: var(--white);
  border: 1px solid #03104833;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

._10-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
}

._10-box-grid.bot-pad {
  margin-bottom: 30px;
}

.small-heading {
  color: var(--dark-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cookie, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.small-heading._20t {
  margin-top: 20px;
}

._6-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
}

._6-box-grid.bot-pad {
  margin-bottom: 30px;
}

.areas-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.areas-map {
  width: 80%;
}

.areas-container {
  width: 20%;
}

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

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

.testimonial {
  background-color: #e6e6e64d;
  border-left-color: #03104833;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 30px;
  font-size: 16px;
  box-shadow: 2px 2px 7px #1111114d;
}

.testimonial.last {
  margin-bottom: 0;
}

.no-line {
  color: var(--black);
  text-decoration: none;
}

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

.contact-section {
  background-color: var(--dark-blue);
  padding-top: 6px;
  padding-bottom: 8px;
}

.tel-link {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.tel-container {
  align-items: center;
  display: flex;
}

.top-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mobile-link {
  color: var(--white);
  margin-left: 10px;
  font-size: 18px;
  text-decoration: none;
}

.p-white {
  color: var(--white);
  margin-bottom: 3px;
  margin-left: 10px;
}

.site-map-link {
  color: var(--black);
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

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

.trade-logos-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trade-logo {
  max-width: 200px;
}

.trade-logo.trader {
  max-width: 120px;
}

.trade-logo.fed {
  max-width: 240px;
}

.svs-dropdown-toggle {
  border-bottom: 1px solid var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .3s;
}

.svs-dropdown-toggle:hover {
  background-color: #03104826;
}

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

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

.contact-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-map {
  width: 70%;
}

.areas-map-mobile {
  width: 80%;
  display: none;
}

.image-grid-mobile.plumbing {
  display: block;
}

.plumbing {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

.building-services {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  display: block;
}

.building-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

.extensions-grid {
  display: none;
}

.bathrooms-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

.kitchen-grid {
  display: none;
}

.bottom-link {
  margin-left: 20px;
  margin-right: 20px;
}

.before-and-after {
  margin-top: 40px;
}

.testi-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-size: 19px;
  line-height: 28px;
}

.text-span {
  font-size: 25px;
}

.italic-text {
  color: var(--white);
}

.text-block-4 {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-4 {
  color: var(--white);
}

.slide-nav-4 {
  background-color: var(--dark-blue);
  color: #26282d;
}

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

.testimonials-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  display: flex;
}

.slider-3 {
  background-color: var(--dark-blue);
  width: 100%;
  height: 400px;
}

.text-block-5 {
  margin-top: 40px;
}

.google-map {
  background-image: url('../images/google-v2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 398px;
}

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

.image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  color: #353535;
  border-left: 5px solid #e70004;
}

.dropdown-link-2 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link-2:hover {
  color: #e70004;
  background-color: #0000;
}

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

.nav-link-2 {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link-2:hover {
  color: #e70004;
  background-color: #0000;
  border-radius: 6px;
}

.brand {
  color: #fff;
  align-items: center;
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.header-social-media {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 58%;
  display: flex;
}

.navbar-3 {
  z-index: 1000;
  border-bottom: 1px solid var(--dark-blue);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.dropdown-list-2 {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.header-social-icon {
  color: var(--gainsboro);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: #fff;
  background-color: #e70004;
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

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

.container.nav-fluid {
  width: 98%;
  max-width: none;
}

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

.dropdown-toggle-2 {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle-2:hover {
  color: #e70004;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-3.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.image-2 {
  object-fit: contain;
}

.announcement-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.announcement-contact {
  color: #fff;
  background-color: #e70004;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.announcement-bar {
  z-index: 99;
  color: #474747;
  background-color: #000;
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

.announcement-wrapper {
  background-color: var(--dark-blue);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
  position: static;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-sub {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 16.5px;
  font-weight: 400;
}

.arrow {
  margin-top: 5px;
}

.service-link {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.service-header {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 37px;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.body-section-2 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section-2.white {
  background-color: var(--gainsboro);
  border-top: 1px solid #b7b5b5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h1-2 {
  color: var(--black);
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
}

.service-light-text {
  color: #b7b5b5;
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: #fff;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7rem;
}

.service-div {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 20px;
}

.service-number {
  color: #03104814;
  margin-top: -61px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  position: absolute;
}

.h1-red {
  color: var(--dark-blue);
}

.service-top-image {
  background-image: url('../images/kitchen_195719925.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/bathroom_272168413.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/extension_306889931.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4, .service-top-image._5 {
  background-image: url('../images/Renovation-9.webp');
  background-position: 50%;
  background-size: cover;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 40px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  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: 12px;
}

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

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

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/WA.webp');
  background-position: 50%;
  background-size: cover;
  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: #a4c9a473;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

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

.whatsapp-container:hover {
  background-color: var(--white);
  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(--dark-blue);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
}

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

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

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

.text-block-6 {
  text-align: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 36px;
  line-height: 34px;
}

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

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

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

.team-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  padding: 40px;
}

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

.p-5.price-text {
  color: #000;
  font-weight: 400;
  line-height: 2;
}

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

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

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

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

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

.gallery-wrapper.grid-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  padding-top: 0;
  display: grid;
}

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

.slider--comparison {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image {
  height: 500px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image.size {
  height: 400px;
  overflow: visible;
}

.text-block-7 {
  z-index: 5;
  color: #fff;
  background-color: #0a132675;
  padding: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-7._2 {
  inset: auto 0 0 auto;
}

.container--full {
  position: relative;
}

.after-image-inner {
  background-image: url('../images/after_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image-inner.size {
  background-image: url('../images/during.webp');
  height: 400px;
}

.after-image-inner.after {
  background-image: url('../images/After.webp');
}

.after-image-inner.a-1 {
  background-image: url('../images/during.webp');
  height: 400px;
}

.after-image-inner.a-2 {
  background-image: url('../images/after1301.webp');
  height: 400px;
}

.lb-2 {
  object-fit: cover;
  background-image: url('../images/Before.webp');
  background-position: 50%;
  background-size: cover;
  max-height: 500px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.lb-2:hover {
  outline-offset: -13px;
  outline: 3px solid #e9ac00;
}

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

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

.basic-p-block._w-100.top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 40px;
  display: flex;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-wrapper {
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 400px;
  display: block;
}

.image-3.size {
  object-fit: cover;
  height: 400px;
}

.before-image {
  background-image: url('../images/before1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image.size {
  background-image: url('../images/before_1.webp');
  height: 400px;
}

.before-image._1 {
  background-image: url('../images/Before.webp');
}

.before-image._1.before-1 {
  background-image: url('../images/before_1.webp');
  height: 400px;
}

.before-image._1.before-2 {
  background-image: url('../images/before1301.webp');
  height: 400px;
}

.devider-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.runner {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.image-1 {
  width: auto;
  height: auto;
}

.before-after-slider {
  height: 100%;
}

.middle-div {
  background-image: linear-gradient(#0a1326, #0a1326);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 25px;
}

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

.coloured-underline.yellow {
  color: #e9ac00;
  background-color: #e9ac00;
}

.text-span-2, .text-span-3 {
  font-family: "Fa Solid 900", sans-serif;
}

.bold-text-3 {
  background-color: #677090;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  display: inline-flex;
}

.text-span-4 {
  background-color: var(--gainsboro);
  color: var(--white);
  background-image: url('../images/webclip.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-flex;
}

.text-span-4.lg {
  width: 40px;
  height: 40px;
}

.text-span-5 {
  font-size: 28px;
  font-weight: 400;
}

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

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

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

.bed {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.bed._2 {
  background-image: url('../images/2.webp');
  background-size: cover;
}

.bed._1 {
  background-image: url('../images/3.webp');
  background-size: cover;
}

.bed._5 {
  background-image: url('../images/1.webp');
  background-size: cover;
}

.hidden-line {
  width: 100%;
  position: relative;
  top: -140px;
}

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

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

  .co-logo-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-div {
    width: 90%;
  }

  .association-div-2 {
    flex-direction: row;
    max-width: 500px;
  }

  .header-text-div-2 {
    width: 80%;
  }

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

  .logo-link {
    margin-left: 0;
  }

  .logo-link.w--current {
    max-width: 140px;
  }

  .nav-link {
    text-align: center;
    border-bottom-width: 0;
  }

  .nav-link.w--current {
    background-color: #0310481a;
    border-bottom-width: 0;
  }

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

  .dropdown-toggle {
    border-bottom-width: 0;
    width: 100%;
  }

  .dropdown-link {
    text-align: center;
    background-color: #0310481a;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .main-slider {
    min-height: 500px;
  }

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

  .footer-div {
    width: 90%;
  }

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

  ._4-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .static-image-section {
    height: 400px;
  }

  .large-image-section {
    min-height: 400px;
  }

  .large-image-section._3 {
    background-position: 50%;
    min-height: 400px;
  }

  .large-image-section.kitchen {
    background-size: cover;
    min-height: 400px;
  }

  .large-image-section.home {
    min-height: 400px;
  }

  .large-image-section.bathroom, .large-image-section.extension {
    background-size: cover;
  }

  .large-image-section.bathroom-2, .large-image-section.kitchen-2, .large-image-section.building-s-2 {
    background-size: cover;
    min-height: 100px;
  }

  .large-image-section.plumbing-2 {
    background-size: cover;
    min-height: 200px;
  }

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

  .h3-div {
    width: 90%;
  }

  .list {
    width: 50%;
  }

  .list.right {
    width: 50%;
    margin-left: 20px;
  }

  .list.right._70 {
    width: 70%;
  }

  .list._30 {
    width: 30%;
  }

  ._2-col-div {
    align-items: flex-start;
  }

  .slider-header.bold {
    font-size: 23px;
    line-height: 20px;
  }

  .fmb-content-2 {
    align-items: flex-end;
  }

  .overlay-div-2 {
    align-items: center;
    min-height: 450px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .absolute-text {
    width: 100%;
    line-height: 20px;
  }

  .slider-small-text-red-2 {
    line-height: 20px;
  }

  .slider-text-div-3 {
    width: 80%;
    margin-top: 40px;
    padding: 20px;
  }

  .fmb {
    width: 15%;
    min-width: 60px;
    max-width: 60px;
  }

  .fmb._2 {
    width: 15%;
  }

  ._6-box-grid.bot-pad {
    grid-template-rows: auto;
  }

  .areas-map {
    width: 70%;
  }

  .areas-container {
    width: 30%;
  }

  .top-div {
    width: 90%;
  }

  .svs-dropdown-toggle {
    background-color: #03104826;
    border-bottom-width: 0;
  }

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

  .contact-map {
    width: 100%;
    margin-top: 30px;
  }

  .menu-button {
    width: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

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

  .nav-menu {
    background-color: var(--white);
    text-align: center;
  }

  .text-block, .text-block-2 {
    text-align: center;
    padding-left: 20px;
  }

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

  .areas-map-mobile {
    width: 70%;
  }

  .right-arrow-3 {
    display: none;
  }

  .text-block-3 {
    width: 90%;
  }

  .left-arrow-3 {
    display: none;
  }

  .testimonials-div {
    width: 100%;
  }

  .slider-3 {
    height: 750px;
  }

  .google-map {
    background-position: 35%;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .dropdown-menu-link {
    color: #000;
    background-color: #0000;
  }

  .dropdown-menu-link:hover {
    color: #000;
  }

  .dropdown-link-2 {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link-2:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link-2.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link-2.no-border {
    color: #fff;
    background-color: #e70004;
    border-bottom-style: none;
  }

  .dropdown-link-2.no-border:hover {
    background-color: #474747;
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .nav-link-2 {
    color: #fff;
    background-color: #e70004;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #474747;
    border-radius: 0;
  }

  .brand {
    width: 55%;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .navbar-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list-2.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .header-social-icon {
    color: #000;
    background-color: #fff;
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon:hover {
    color: #fff;
  }

  .header-social-icon.margin-right-none {
    text-align: left;
    background-color: #fff;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none:hover {
    color: #fff;
    background-color: #e70004;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: #fff;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .dropdown-toggle-2 {
    color: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-menu-3 {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu-3.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .service-paragraph {
    margin-left: 40px;
  }

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

  .h1-2 {
    font-size: 50px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .live-icon {
    top: -2px;
    left: -2px;
  }

  .whatsapp-container {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .text-block-6 {
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
  }

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

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

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

  .container--full {
    height: 350px;
  }

  .after-image-inner {
    height: 400px;
  }

  .lb-2 {
    max-height: 400px;
  }

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

  .basic-p-block._w-100.top {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .before-wrapper {
    height: 400px;
  }

  .image-3, .image-3.size {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .fmb-container-2 {
    align-items: flex-start;
    width: 100%;
    min-height: auto;
  }

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

  .fmb-header {
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-text-div-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-text-2 {
    max-width: 300px;
    font-size: 14px;
    line-height: 16px;
  }

  .bold-text-2.red {
    font-size: 14px;
  }

  .logo-link {
    margin-left: 0;
  }

  .logo-link.w--current {
    margin-top: 5px;
    margin-left: 0;
  }

  .top-co-logo {
    margin-top: 5px;
  }

  .navbar {
    flex-flow: column;
  }

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .main-slider {
    min-height: 500px;
  }

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

  ._4-box-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .p.bot-pad {
    margin-bottom: 40px;
  }

  .static-image-section {
    height: 300px;
  }

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

  .large-image-section {
    min-height: 300px;
  }

  .large-image-section._3 {
    background-position: 50%;
    min-height: 300px;
  }

  .large-image-section.kitchen {
    background-position: 30%;
    min-height: 300px;
  }

  .large-image-section.home {
    min-height: 300px;
  }

  .list {
    width: 50%;
    margin-bottom: 0;
  }

  .list.right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .list.right._70 {
    width: 60%;
  }

  .list._30 {
    width: 31%;
  }

  ._2-col-div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .slider-header.bold {
    font-size: 24px;
    line-height: 24px;
  }

  .overlay-div-2 {
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding-bottom: 0;
  }

  .slider-text-div-3 {
    background-image: linear-gradient(#151531d9, #151531d9), url('../images/FMB-Banner.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    width: 85%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
  }

  .fmb {
    width: auto;
    min-width: 50px;
    max-width: 50px;
  }

  ._10-box-grid.bot-pad {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._6-box-grid.bot-pad {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .areas-map {
    width: 70%;
  }

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

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

  .trade-logos-div {
    justify-content: space-around;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .trade-logo.trust, .trade-logo.trader {
    width: 30%;
  }

  .trade-logo.fed {
    width: 30%;
    max-width: 190px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .trade-section {
    padding-bottom: 40px;
  }

  .menu-button {
    background-color: var(--dark-blue);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .icon-2, .icon-3 {
    font-size: 30px;
  }

  .areas-map-mobile {
    width: 70%;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .slider-3 {
    height: 900px;
  }

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

  .brand {
    justify-content: center;
    align-items: center;
    width: 69%;
  }

  .navbar-3 {
    position: static;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .announcement-link {
    font-size: 15px;
  }

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .announcement-bar {
    position: static;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-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;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

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

  .h1-2 {
    font-size: 34px;
    line-height: 50px;
  }

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

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

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

  .container--full {
    height: 250px;
  }

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

  .image-3 {
    background-image: url('../images/Before.webp');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .middle-div {
    padding-top: 20px;
  }

  .text-span-2.b, .text-span-3.a {
    display: inline-block;
    transform: rotate(90deg);
  }

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

@media screen and (max-width: 479px) {
  .co-logo-link {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .co-logo {
    max-width: 260px;
  }

  .nav-section {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .co-logo-div {
    flex-direction: column;
  }

  .body-div {
    max-width: 100%;
  }

  .fmb-container-2 {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fmb-header {
    padding-left: 0;
    padding-right: 0;
  }

  .header-text-div-2 {
    width: 66%;
  }

  .fmb-link-2 {
    justify-content: center;
  }

  .fmb-logo-2 {
    max-width: 50px;
  }

  .logo-link {
    margin-left: 0;
  }

  .main-slider {
    min-height: 615px;
  }

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

  .footer-div {
    max-width: 100%;
  }

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

  .p.areas._2 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .p.contact {
    line-height: 24px;
  }

  .p.large {
    padding-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .box-text {
    margin-bottom: 10px;
  }

  .static-image-section {
    height: 200px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .large-image-section, .large-image-section._3, .large-image-section.kitchen, .large-image-section.home {
    min-height: 200px;
  }

  .large-image-section.bathroom-2, .large-image-section.kitchen-2, .large-image-section.building-s-2, .large-image-section.plumbing-2 {
    display: none;
  }

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

  .h2._10 {
    font-size: 29px;
    line-height: 34px;
  }

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

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

  .h3-div {
    max-width: 100%;
  }

  .h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .list {
    width: 100%;
  }

  .list.right {
    width: 100%;
    margin-left: 0;
  }

  .list.right._70, .list._30 {
    width: 100%;
  }

  ._2-col-div {
    flex-direction: column;
  }

  .small-logo-div {
    margin-bottom: 10px;
  }

  .slider-header.bold {
    margin-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .fmb-content-2 {
    width: 100%;
    margin-top: 0;
  }

  .overlay-div-2 {
    flex-flow: row;
    height: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    bottom: auto;
  }

  .absolute-text {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
  }

  .slider-small-text-red-2 {
    width: auto;
    margin-bottom: 10px;
    line-height: 19px;
  }

  .small-logo-div-2 {
    margin-bottom: 5px;
  }

  .slider-text-div-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 100px;
    padding: 16px;
    display: flex;
    position: static;
  }

  .fmb {
    min-width: 30px;
    max-width: 30px;
  }

  .fmb._2 {
    min-width: 50px;
    margin-left: 10px;
    display: none;
  }

  .fmb-bold {
    font-size: 16px;
    line-height: 16px;
  }

  .grid-div {
    padding: 20px;
  }

  ._10-box-grid.bot-pad {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._6-box-grid.bot-pad {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }

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

  .areas-map {
    width: 100%;
    margin-top: 30px;
    display: none;
  }

  .areas-container {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

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

  .testimonial {
    margin-bottom: 30px;
    padding: 20px;
  }

  .top-div {
    max-width: 100%;
  }

  .site-map-link {
    margin-bottom: 12px;
  }

  .site-map-link.w--current {
    margin-bottom: 0;
  }

  .trade-logos-div {
    width: 90%;
  }

  .trade-logo.trust, .trade-logo.trader {
    width: 100%;
    max-width: 100%;
  }

  .trade-logo.fed {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .areas-map-mobile {
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  .image-grid-mobile.plumbing {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .plumbing {
    display: block;
  }

  .building-services {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .building-grid, .extensions-grid, .bathrooms-grid, .kitchen-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

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

  .testi-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .slide-nav-4 {
    z-index: 1;
  }

  .testimonials-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-3 {
    flex-flow: row;
    height: auto;
    display: flex;
  }

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

  .google-map {
    background-size: cover;
    width: 100%;
    height: 335px;
  }

  .h3list {
    font-size: 15px;
  }

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

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

  .fs-cc-manager_component {
    display: none;
    bottom: 10px;
    left: 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;
  }

  .brand {
    width: 100%;
    font-size: 1.5em;
  }

  .navbar-3 {
    top: 0;
  }

  .container.announcement-container {
    padding-top: 1px;
  }

  .nav-menu-3.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    display: block;
  }

  .announcement-link {
    font-size: 15px;
  }

  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .announcement-contact-info.margin-right-20.hide, .announcement-contact-info.hide {
    display: none;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    display: flex;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .container-2 {
    width: 85%;
  }

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

  .service-paragraph {
    margin-left: 0;
  }

  .body-section-2 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .h1-2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-div {
    height: auto;
  }

  .service-number {
    margin-top: 0;
    margin-left: -24px;
    line-height: 146px;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

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

  .livechat-button {
    width: 90%;
  }

  .lightbox-link {
    height: 320px;
  }

  .team-grid {
    padding: 20px;
  }

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

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

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

  .slider--comparison {
    height: auto;
  }

  .after-image, .container--full, .after-image-inner {
    height: 300px;
  }

  .lb-2 {
    height: 300px;
    max-height: 300px;
  }

  .after-wrapper, .image-3, .image-3.size, .before-image, .before-image.size {
    height: 300px;
  }

  .slide-2 {
    height: 100%;
  }

  .mask {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .bed {
    height: 250px;
  }
}

#w-node-_48ad97cf-bc38-aa3c-7efe-c99274368061-ee1eb9c2, #w-node-_48ad97cf-bc38-aa3c-7efe-c99274368071-ee1eb9c2, #w-node-_48ad97cf-bc38-aa3c-7efe-c99274368081-ee1eb9c2, #w-node-_48ad97cf-bc38-aa3c-7efe-c99274368091-ee1eb9c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad46da2d-56f9-5fd6-e918-dfaad8f2fad4-c4f23fda, #w-node-_7f67a94c-9634-0a3b-4298-b9a152c7488c-c4f23fda, #w-node-_61e16e26-75ec-63c1-0f28-b66622d2428b-1c88888d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_48ad97cf-bc38-aa3c-7efe-c99274368061-ee1eb9c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1c812d5-bc2e-f7bf-de66-109d092563e3-092563e1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1c812d5-bc2e-f7bf-de66-109d092563ed-092563e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_61e16e26-75ec-63c1-0f28-b66622d2428b-1c88888d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1c812d5-bc2e-f7bf-de66-109d092563e3-092563e1 {
    justify-self: center;
  }

  #w-node-b1c812d5-bc2e-f7bf-de66-109d092563ed-092563e1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_61e16e26-75ec-63c1-0f28-b66622d2428b-1c88888d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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