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

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

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

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

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

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

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

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

:root {
  --fuscia: #f984ef;
  --white: white;
  --black: #111;
  --navy: #00022e;
}

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

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

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

.logo-link {
  max-width: 100px;
  margin-left: 10px;
}

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

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

.association-div {
  align-items: center;
  font-family: gill-sans-nova, sans-serif;
  display: flex;
}

.fmb-header {
  background-color: #fff;
  border-top: 8px solid #a20e30;
  border-bottom: 8px solid #a20e30;
  height: 100%;
  padding: 10px;
  box-shadow: 0 1px 5px #69686b;
}

.fmb-link {
  background-image: url('../images/fmb_logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 100px;
}

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

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

.nav-menu {
  margin-left: 250px;
  margin-right: 20px;
}

.nav-link {
  color: var(--fuscia);
  text-transform: uppercase;
  padding: 24px 8px;
  font-size: 15px;
}

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

.nav-link.w--current {
  background-color: var(--fuscia);
  color: #fff;
}

.co-logo-link {
  z-index: 1;
  max-width: 210px;
  margin-left: 30px;
  position: absolute;
}

.dropdown-link {
  color: var(--fuscia);
  text-transform: uppercase;
  background-color: #00022ee6;
  padding: 16px 12px;
}

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

.dropdown-link.w--current {
  color: #fff;
  background-color: #00022ee6;
}

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

.arrow-top {
  justify-content: flex-start;
  display: flex;
}

.arrowtop {
  opacity: .9;
  width: 50px;
  margin-left: 30px;
}

.dropdown {
  color: #fff;
}

.navbar {
  z-index: 0;
  background-color: #00022ecc;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-list {
  background-color: #34668f;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #0000;
  padding-top: 0;
}

.nav-section {
  z-index: 5;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: absolute;
}

.dropdown-toggle {
  color: var(--fuscia);
  padding: 24px 24px 24px 8px;
  font-size: 15px;
}

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

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

.fmb-slide {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/276691926.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute-text {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.slider-overlay-div-3 {
  text-align: right;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  display: flex;
  box-shadow: -1px 6px 14px #000000b3;
}

.fmb-image {
  text-align: left;
  background-image: url('../images/FMB-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffffffbf;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.overlay-div-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.small-logo-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

.fmb-logo-image-div {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.medium {
  font-weight: 500;
}

.slider-text-div-3 {
  text-align: left;
  background-color: #151531d9;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 20px 20px 30px;
  display: flex;
}

.icon {
  margin-left: 20px;
  font-size: 30px;
}

.left-arrow {
  opacity: 0;
  width: 80px;
  transition: opacity .2s;
  inset: 0% auto 0% 0%;
}

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

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

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

.main-slider {
  z-index: -1;
  height: 89vh;
}

.slider-small-text-red-2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.icon-2 {
  margin-right: 20px;
  font-size: 30px;
}

.slide-nav {
  opacity: .5;
  padding-top: 0;
  padding-bottom: 70px;
  display: block;
}

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

.bold-slider-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.right-arrow {
  opacity: 0;
  width: 80px;
  transition: opacity .2s;
  inset: 0% 0% 0% auto;
}

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

.body-section {
  padding: 60px 30px;
}

.body-section.pink {
  background-color: #f984ef1a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-section.less-bot {
  padding-bottom: 40px;
}

.body-section.no-top {
  padding-top: 0;
}

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

.h1 {
  color: var(--navy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 44px;
}

.pink-underline {
  background-color: var(--fuscia);
  width: 100px;
  height: 5px;
}

.pink-underline._40 {
  margin-bottom: 40px;
}

.h2 {
  color: var(--navy);
  border-bottom: 1px solid #00022e4d;
  margin-top: 0;
  margin-bottom: 26px;
  padding-bottom: 16px;
}

.h2.top-pad {
  margin-bottom: 24px;
}

.h2.top-pad.fb {
  width: 435px;
}

.h2._2 {
  margin-top: 40px;
}

.p {
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 10px;
}

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

.copy-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.copy-div.centred {
  align-items: center;
}

.copy-div.a {
  flex-direction: row;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.list._2 {
  margin-left: 60px;
}

.list._46 {
  width: 46%;
}

.list.top-pad {
  margin-top: 20px;
}

.list._50 {
  width: 50%;
}

.list._20-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list._40 {
  width: 40%;
}

.list._60 {
  width: 60%;
}

.list._40l {
  margin-left: 40px;
}

.bullets-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.bullets-div.split {
  justify-content: space-between;
  align-items: flex-start;
}

.bullets-div.left {
  justify-content: flex-start;
}

.list-item {
  margin-bottom: 3px;
}

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

.h3-section.no-top-pad {
  padding-top: 0;
}

.h3 {
  color: var(--navy);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.title-section {
  background-color: #f984ef33;
}

.large-title {
  color: var(--navy);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.1em;
}

.service-container {
  border: 1px solid #bbb;
  flex-direction: column;
  align-items: flex-start;
  min-height: 305px;
  margin-top: -2px;
  padding: 22px 20px 20px;
  display: flex;
}

.services-image {
  box-shadow: 0 14px 20px -10px #11111180;
}

._4x1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.arrow {
  opacity: .4;
  width: 12px;
  margin-bottom: 3px;
  margin-left: 5px;
}

.learn-more-link {
  border: 1px solid #bbb;
  align-items: center;
  margin-top: auto;
  padding: 5px 10px 3px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.learn-more-link:hover {
  background-color: #f984ef4d;
}

.services-box-div {
  height: 100%;
}

.services-text {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.learn-more-text {
  color: #111;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.photo-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Main-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

._4-icon-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.icon-div {
  background-color: #fff;
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 310px;
  padding: 20px 30px 30px;
  display: flex;
  box-shadow: 0 0 10px #11111180;
}

._4-icon {
  width: 75px;
}

.icon-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.icon-bold {
  line-height: 50px;
}

.body-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body-div._50 {
  justify-content: center;
  width: 48%;
}

.bottom-section {
  background-color: var(--navy);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.bottom-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

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

.bottom-4-div {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  font-size: 18px;
  display: flex;
}

.bottom-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.bottom-underline {
  background-color: #fff;
  max-width: 180px;
  height: 2px;
  margin-bottom: 30px;
}

.bottom-link {
  color: #fff;
  margin-bottom: 3px;
  text-decoration: none;
}

.bottom-link.w--current {
  color: var(--fuscia);
}

.footer-section {
  background-color: var(--navy);
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  padding: 30px;
  display: flex;
}

.footer-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
}

.footer-text {
  color: #ffffff80;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

._2-col-div {
  justify-content: space-between;
  display: flex;
}

._2-col-div.bot-pad {
  min-height: 400px;
  margin-bottom: 30px;
}

._2-col-div.bullets {
  width: 100%;
  margin-top: 20px;
}

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

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

.img-div.home {
  background-image: url('../images/Main-image-3-.webp');
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.img-div.house {
  background-image: url('../images/247000577.webp');
  background-position: 50%;
}

.img-div.new {
  background-image: url('../images/251209540.jpg');
  background-position: 50%;
}

.img-div.new2 {
  background-image: url('../images/271169837.jpg');
  background-position: 50%;
}

.img-div.kitchen {
  background-image: url('../images/306648162.webp');
  background-position: 50%;
}

.img-div.kitchen2 {
  background-image: url('../images/126794729.webp');
  background-position: 50%;
}

.img-div.building {
  background-image: url('../images/219425449.jpg');
  background-position: 50%;
}

.img-div.building2 {
  background-image: url('../images/195719968.webp');
  background-position: 50%;
}

.img-div.building3 {
  background-image: url('../images/230696207.jpg');
  background-position: 50%;
}

.img-div.building4 {
  background-image: url('../images/187293557.webp');
  background-position: 50%;
}

.img-div.building5 {
  background-image: url('../images/117356924.jpg');
  background-position: 50%;
}

.pink-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.svs-nav-section {
  z-index: 5;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: absolute;
}

.services-toggle {
  background-color: var(--fuscia);
  color: var(--white);
  padding: 24px 32px 24px 20px;
}

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

.hero-img {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
}

.hero-img.loft {
  background-image: linear-gradient(#00000080, #00000080), url('../images/loft_76025869.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.house {
  background-image: linear-gradient(#00000080, #00000080), url('../images/158291385.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.new {
  background-image: linear-gradient(#00000080, #00000080), url('../images/220501565.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.kitchen {
  background-image: linear-gradient(#00000080, #00000080), url('../images/191559890.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.building {
  background-image: linear-gradient(#00000080, #00000080), url('../images/102572142.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.areas {
  background-image: linear-gradient(#00000080, #00000080), url('../images/275997768.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.chislehurst {
  background-image: linear-gradient(#00000080, #00000080), url('../images/315584616.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.bexleyheath {
  background-image: linear-gradient(#00000080, #00000080), url('../images/174682098.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/208390271.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/211866437.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-img.site {
  background-image: linear-gradient(#00000080, #00000080), url('../images/126794729_1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3-col-bullets-div {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.bullets-left {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bullets-right {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.areas-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-top: 30px;
  display: flex;
}

.areas-map {
  width: 80%;
}

.areas-container {
  width: 20%;
  min-height: 200px;
}

.area-list-item {
  margin-bottom: 3px;
  line-height: 34px;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.contact-link {
  color: var(--black);
  margin-bottom: 5px;
  text-decoration: none;
}

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

.form {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}

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

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

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

.fb-embed {
  display: none;
}

.fb-feed {
  flex: none;
  width: 280px;
  height: 380px;
  margin-left: 40px;
  box-shadow: 4px 4px 10px #000000b3;
}

.float-div {
  float: left;
}

.co-logo-link-mobile {
  z-index: 1;
  max-width: 210px;
  margin-left: 30px;
  display: none;
  position: absolute;
}

.co-logo-mobile {
  box-shadow: 0 30px 20px -20px #11111180;
}

.company-logo {
  z-index: 1;
  max-width: 210px;
}

.logo-section {
  text-align: center;
  padding-bottom: 30px;
}

.h3-service {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

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

.small-h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}

.bottom-heading {
  color: var(--navy);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.div-block {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image {
  width: 100%;
}

.test {
  width: 100%;
  margin-bottom: 20px;
}

.name {
  background-color: var(--navy);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

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

.slide {
  height: 314px;
  position: static;
}

.paragraph {
  padding: 20px 100px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.text-span-2 {
  text-align: right;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

.right-arrow-2 {
  background-color: var(--navy);
  color: #f7f7f2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 96px auto auto;
}

.right-arrow-2:hover {
  background-color: var(--fuscia);
  transform: scale(.95);
}

.slide-nav-3 {
  display: none;
  position: absolute;
}

.slide-4 {
  padding: 20px 15px 60px;
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  position: static;
}

.left-arrow-2 {
  background-color: var(--navy);
  color: #f7f7f2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 12% auto auto;
  overflow: hidden;
}

.left-arrow-2:hover {
  background-color: var(--fuscia);
  transform: scale(.95);
}

.qoate-symbol {
  color: #000;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-size: 60px;
  line-height: 1;
  display: flex;
  position: relative;
}

.block-quote {
  color: #000;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.gray {
  background-color: #fff;
  width: 100%;
}

.underline.testemonials-underline.orange {
  background-color: var(--fuscia);
  color: #f6c011;
  width: 30%;
  position: absolute;
  top: 0;
}

.testemonials-slider {
  border-left: 1px #c0c1af24;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.mask-2 {
  border: 1px solid #000;
  height: auto;
  min-height: 250px;
}

.text-block-8 {
  flex: none;
  margin-top: 0;
  font-family: "Fa Duotone 900", sans-serif;
  font-size: 21px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

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

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

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

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

@media screen and (max-width: 991px) {
  .logo-link.w--current {
    max-width: 140px;
  }

  .header-text {
    width: 100%;
  }

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

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

  .fmb-header {
    height: 10%;
  }

  .menu-button {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #00022ee6;
    margin-left: 0;
    margin-right: 0;
  }

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

  .co-logo-link {
    max-width: 180px;
    margin-left: 20px;
  }

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

  .icon-6 {
    color: #fff;
    text-align: right;
  }

  .arrow-top {
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .text-block {
    text-align: right;
  }

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

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

  .slider-overlay-div-3 {
    width: 90%;
    max-width: 90%;
    height: 100%;
    min-height: 300px;
    margin-bottom: 0;
  }

  .fmb-image {
    width: 70%;
    max-width: 540px;
    padding: 20px 0 0 20px;
    display: none;
  }

  .overlay-div-2 {
    align-items: center;
    height: auto;
    min-height: 390px;
    margin-top: 110px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .small-logo-div {
    align-items: flex-start;
  }

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

  .slider-text-div-3 {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }

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

  .fmb._2 {
    width: 15%;
  }

  .main-slider {
    height: 500px;
  }

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

  .slide-nav {
    padding-bottom: 40px;
    display: none;
  }

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

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

  .body-section.less-bot {
    padding-top: 40px;
  }

  .div-block-centred {
    padding-top: 20px;
  }

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

  .pink-underline._40 {
    margin-bottom: 30px;
  }

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

  .copy-div.a {
    flex-direction: column;
  }

  .list._2 {
    margin-left: 30px;
  }

  .list._50 {
    width: 54%;
  }

  .bullets-div {
    flex-direction: row;
    align-items: flex-start;
  }

  .service-container {
    min-height: 220px;
  }

  .services-image {
    box-shadow: 0 15px 15px -10px #1111114d;
  }

  ._4x1-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

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

  .photo-section {
    padding: 60px 40px;
  }

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

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

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

  ._2-col-div.bot-pad {
    margin-bottom: 0;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
    margin-top: 30px;
  }

  .img-div.loft {
    margin-bottom: 40px;
  }

  .img-div.home {
    width: 100%;
    margin-top: 30px;
  }

  .img-div.house {
    margin-bottom: 40px;
  }

  .img-div.new2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .img-div.kitchen2 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .img-div.building {
    margin-top: 40px;
  }

  .img-div.building2, .img-div.building4 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pink-div {
    padding-top: 26px;
  }

  .services-toggle, .services-toggle.w--open {
    width: 100%;
  }

  .hero-img {
    height: 400px;
  }

  ._3-col-bullets-div {
    flex-direction: column;
  }

  .bullets-left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .bullets-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .areas-map {
    width: 70%;
  }

  .areas-container {
    width: 30%;
  }

  .area-list-item {
    line-height: 45px;
  }

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

  .fb-feed {
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .co-logo-link-mobile, .company-logo {
    max-width: 180px;
    margin-left: 20px;
  }

  .text-span-2 {
    width: auto;
  }

  .right-arrow-2 {
    bottom: -22%;
    left: 4%;
    right: 0;
  }

  .slide-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testemonial-content-everything {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .left-arrow-2 {
    inset: auto auto -22% 6%;
  }

  .qoate-symbol {
    font-size: 60px;
  }

  .block-quote {
    font-size: 15px;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .who-made-comment {
    margin-top: 20px;
  }
}

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

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

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

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

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

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

  .fmb-header {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .co-logo-link {
    max-width: 150px;
    margin-left: 16px;
  }

  .nav-section {
    margin-top: 25px;
  }

  .slider-overlay-div-3 {
    min-height: 350px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .fmb-image {
    padding: 20px;
    display: none;
  }

  .overlay-div-2 {
    min-height: 400px;
    margin-top: 90px;
  }

  .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;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .icon {
    margin-left: 10px;
  }

  .left-arrow {
    width: 40px;
  }

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

  .main-slider {
    height: 350px;
  }

  .slider-small-text-red-2 {
    margin-bottom: 0;
  }

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

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

  .bold-slider-text {
    font-size: 17px;
  }

  .right-arrow {
    width: 40px;
  }

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

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

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

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

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

  .div-block-centred.no-top {
    padding-top: 0;
  }

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

  .h2.top-pad.fb {
    width: auto;
  }

  .copy-div {
    padding-right: 0;
  }

  .list._2 {
    margin-left: 0;
  }

  .list._50, .list._40, .list._60 {
    width: 50%;
  }

  .bullets-div.left {
    flex-direction: column;
  }

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

  .large-title {
    font-size: 32px;
  }

  .service-container {
    min-height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-image {
    width: 100%;
  }

  ._4x1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .learn-more-link {
    margin-top: 20px;
  }

  .photo-section {
    padding: 20px;
  }

  ._4-icon-div {
    justify-content: center;
  }

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

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

  .icon-div {
    max-width: 400px;
    min-height: auto;
  }

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

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

  .bottom-title, .bottom-underline {
    margin-bottom: 20px;
  }

  .img-div {
    min-height: 300px;
  }

  .img-div.home {
    margin-top: 40px;
  }

  .svs-nav-section {
    margin-top: 25px;
  }

  .hero-img {
    height: 300px;
  }

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

  .co-logo-link-mobile {
    max-width: 150px;
    margin-left: 16px;
  }

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

  .company-logo {
    max-width: 150px;
    margin-left: 16px;
  }

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

  .right-arrow-2 {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: 79px;
    margin-right: 0;
    bottom: -27%;
  }

  .slide-4 {
    padding: 20px;
  }

  .testemonial-content-everything {
    margin-bottom: 40px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
  }

  .left-arrow-2 {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -27%;
  }

  .qoate-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

@media screen and (max-width: 479px) {
  .fmb-container {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .bold-text.red {
    line-height: 18px;
  }

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

  .nav-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .co-logo-link {
    max-width: 120px;
    display: none;
  }

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

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

  .nav-section {
    margin-top: 0;
  }

  .dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .absolute-text {
    width: auto;
    line-height: 19px;
  }

  .slider-overlay-div-3 {
    width: 100%;
    max-width: 100%;
    min-height: 420px;
    margin-left: 0;
    margin-right: 0;
  }

  .fmb-image {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .overlay-div-2 {
    min-height: 420px;
    margin-top: 52px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider-text-div-3 {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    display: flex;
  }

  .left-arrow {
    height: 50px;
    inset: auto auto 0% 0%;
  }

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

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

  .main-slider {
    height: 250px;
  }

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

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

  .right-arrow {
    height: 50px;
    inset: auto 0% 0% auto;
  }

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

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

  .body-section.less-bot {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-centred {
    padding-top: 0;
  }

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

  .pink-underline {
    margin-bottom: 10px;
  }

  .h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 32px;
  }

  .h2.top-pad.fb {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-div {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .list {
    width: 100%;
  }

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

  .list._46, .list._50, .list._40, .list._60 {
    width: 100%;
  }

  .list._40l {
    margin-left: 0;
  }

  .bullets-div {
    flex-direction: column;
    width: 100%;
  }

  .bullets-div.split {
    width: 100%;
  }

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

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

  .large-title {
    width: 90%;
    font-size: 28px;
    line-height: 1.3em;
  }

  .service-container {
    min-height: auto;
  }

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

  .learn-more-link {
    margin-top: 10px;
  }

  .photo-section {
    padding: 20px;
  }

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

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

  .icon-div {
    border-radius: 50px;
    padding: 20px;
  }

  .bottom-section {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .footer-section {
    padding: 20px;
  }

  .img-div {
    min-height: 200px;
  }

  .img-div.loft {
    margin-bottom: 30px;
  }

  .img-div.home {
    min-height: auto;
    padding: 0;
  }

  .img-div.house {
    margin-bottom: 30px;
  }

  .svs-nav-section {
    margin-top: 0;
  }

  .services-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-img {
    height: 250px;
  }

  .areas-div {
    flex-direction: column;
    min-height: auto;
    margin-top: 20px;
  }

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

  .areas-container {
    width: 100%;
    min-height: auto;
  }

  .area-list-item {
    line-height: 26px;
  }

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

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

  .co-logo-link-mobile {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .co-logo-mobile {
    box-shadow: none;
    width: 150px;
    margin-top: 0;
  }

  .company-logo {
    max-width: 120px;
    display: block;
  }

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

  .bottom-heading {
    font-size: 22px;
    line-height: 28px;
  }

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

  .right-arrow-2 {
    width: 40px;
    height: 40px;
    display: none;
    bottom: -55%;
    left: -3%;
  }

  .slide-4 {
    padding: 20px;
    position: static;
    overflow: hidden;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: none;
    bottom: -55%;
    left: 15%;
  }

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

  .block-quote {
    font-size: 14px;
  }

  .underline {
    width: 30%;
  }

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

  .text-block-8 {
    font-size: 20px;
  }

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

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

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

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

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

#w-node-_093ab93e-e7d6-65ad-6551-c2b173574600-8104fe0f, #w-node-c95c7aff-f447-3d25-4065-b880072ac2de-8104fe0f {
  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 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 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 Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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 Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}