@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --dark-grey: #0a0a0a;
  --white: white;
  --clover-blue: #353d40;
  --mid-blue: #7fb1c5;
  --blue: #9ed3eb;
  --white-smoke: #f1f2f3;
  --80-white: #fffc;
  --80-blue: #9ed3ebcc;
  --30-blue: #9ed3eb4d;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.top-section {
  background-image: linear-gradient(90deg, #000000d1, #0000), url('../images/3d-visuals-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  display: flex;
}

.hero-div {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: 1300px;
  min-height: 100px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.hero-title {
  color: var(--white);
  text-shadow: 3px 3px 4px #00000080;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.services-div {
  background-color: #00000080;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  align-items: stretch;
  width: 50%;
  max-width: 500px;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 30px #000c;
}

.hero-text-div {
  width: 50%;
  max-width: 700px;
  margin-right: 10px;
}

.hero-small {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.hero-small.top {
  margin-top: 20px;
}

.hero-button {
  border: 2px solid var(--white);
  background-color: var(--clover-blue);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 6px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
}

.hero-button:hover {
  background-color: #0000;
}

.hero-button.dark {
  border-color: var(--clover-blue);
  margin-top: 20px;
}

.hero-button.dark:hover {
  border-color: var(--mid-blue);
  background-color: var(--blue);
  color: var(--clover-blue);
}

.hero-button.light {
  background-color: var(--white);
  color: var(--clover-blue);
  margin-top: 20px;
}

.hero-button.light:hover {
  background-color: var(--clover-blue);
  color: var(--white);
}

.hero-button.centre {
  border-color: var(--clover-blue);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button.centre:hover {
  border-color: var(--mid-blue);
  background-color: var(--blue);
  color: var(--clover-blue);
}

.hero-button.small {
  height: 42px;
}

.hero-button._20r {
  margin-right: 20px;
}

.services-box {
  border-bottom: 1px solid #fff6;
  border-right: 1px solid #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.services-box:hover {
  background-color: var(--mid-blue);
}

.services-box.botright {
  border-bottom-width: 0;
  border-right-width: 0;
  border-bottom-right-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.services-box.botleft {
  border-bottom-width: 0;
  border-bottom-left-radius: 8px;
  text-decoration: none;
}

.services-box.topright {
  border-right-width: 0;
  border-top-right-radius: 8px;
  transition: all .3s;
}

.services-box.topleft {
  border-top-left-radius: 8px;
  text-decoration: none;
}

.services-box.mid2 {
  border-right-width: 0;
}

.services-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.top-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-div {
  background-color: #ffffff26;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  transition: all .3s;
}

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

.nav-link.dark {
  color: var(--clover-blue);
}

.nav-link.dark:hover, .nav-link.dark.w--current {
  color: var(--mid-blue);
}

.nav-link.a {
  color: var(--clover-blue);
}

.nav-link.a:hover {
  color: var(--mid-blue);
}

.navbar {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.dropdown-toggle {
  color: var(--white);
  letter-spacing: 2px;
  padding: 10px 30px 10px 10px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  transition: all .3s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: var(--mid-blue);
}

.dropdown-toggle.dark {
  color: var(--clover-blue);
}

.dropdown-toggle.dark:hover, .dropdown-toggle.dark.w--open {
  color: var(--mid-blue);
}

.icon {
  margin-right: 10px;
}

.dropdown {
  text-transform: uppercase;
}

.nav-menu {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.dropdown-link {
  border-bottom: 1px solid var(--blue);
  color: var(--clover-blue);
  text-align: left;
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--mid-blue);
}

.dropdown-link._0b {
  border-bottom-width: 1px;
}

.socials-div {
  align-items: center;
  height: 30px;
  display: flex;
}

.social-link {
  padding-left: 8px;
}

.fb, .instagram {
  width: 15px;
}

.smoke-section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-div {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-div.bottom {
  margin-left: 0;
}

.body-div.bottom.top {
  margin-top: 40px;
}

.body-div.bottom.top._100 {
  width: 100%;
}

.body-div.center, .body-div.icon-grid {
  flex-flow: row;
  justify-content: space-between;
}

.h1 {
  border-bottom: 2px solid var(--blue);
  color: var(--clover-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  line-height: 35px;
}

.p {
  width: 100%;
}

.p._30b {
  margin-bottom: 30px;
}

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

.p._20b {
  margin-bottom: 20px;
}

.p.address {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 22px;
}

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

._3-box {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

._3-box-img {
  background-color: var(--white);
  width: 100%;
  padding: 10px;
  transition: all .4s;
}

._3-box-img.grey {
  background-color: var(--white-smoke);
  object-fit: cover;
  height: 100%;
}

._3-box-img.grey._400 {
  max-height: 400px;
}

._3-box-img.grey._500 {
  max-height: 500px;
}

._3-box-img.grey._600 {
  max-height: 600px;
}

._3-box-title {
  color: var(--blue);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

._3-box-title._0p {
  text-transform: uppercase;
}

._3-box-title._30t-10b {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}

.p {
  color: var(--dark-grey);
}

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

.pop-up-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  height: 450px;
}

.pop-up-div {
  border-right: 1px solid var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .2s;
  display: flex;
}

.pop-up-div._1 {
  background-image: url('../images/CG-Atrium-HiRes-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s;
}

.pop-up-div._2, .pop-up-div._3 {
  background-image: none;
}

.pop-up-div._4 {
  background-image: url('../images/cloverimg-112.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right-width: 0;
}

.pop-up-div._2 {
  background-image: url('../images/cloverimg-105.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pop-up-div._3 {
  background-image: url('../images/CG-kitchen-HiRes-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pop-up-cover {
  background-color: var(--80-white);
  flex-direction: column;
  align-items: flex-start;
  height: 200px;
  padding: 30px;
  display: flex;
}

.pop-up-title {
  color: var(--clover-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.h2 {
  border-bottom: 2px solid var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
}

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

.h2.no-line {
  z-index: 1;
  border-bottom-width: 0;
  padding-bottom: 0;
  position: relative;
}

.h2.centre {
  margin-left: auto;
  margin-right: auto;
}

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

._3-box-grid._60t {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
}

._3-box-grid._60t.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._3-box-grid._50p {
  margin-top: 50px;
  margin-bottom: 50px;
}

._3-box-grid._30t {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

._3-box-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

._6-box {
  border: 1px solid var(--blue);
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 30px 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

._6-box:hover {
  box-shadow: 0 5px 20px #3a3a3a4d;
}

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

.mid-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  min-height: 100px;
  display: flex;
}

.lrg-img-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

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

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

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

.trade-logo {
  opacity: .8;
  width: 100%;
}

.bottom-section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-div {
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-container.first {
  justify-content: center;
  align-items: center;
}

.nav-container {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.co-logo, .co-logo.small {
  width: 150px;
}

.bottom-heading {
  border-bottom: 1px solid var(--blue);
  color: var(--mid-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bottom-link {
  color: var(--dark-grey);
  text-decoration: none;
}

.footer-section {
  background-color: var(--clover-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-text {
  opacity: .5;
  color: var(--white);
  text-align: center;
  letter-spacing: .25px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 200;
  line-height: 23px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding: 5px;
}

.trade-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.trade-grid.edit {
  display: flex;
}

.form-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.form {
  width: 102%;
  margin-left: -10px;
}

.social-media {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  margin-top: 30px;
  transition: all .2s;
  display: flex;
}

.sm-link {
  font-size: 18px;
  text-decoration: none;
}

.white-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.white-section._0b {
  padding-bottom: 100px;
}

.white-section._60p, .white-section.trade {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3 {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
}

.h3.black {
  color: #000;
}

.h3._0t {
  margin-top: 0;
}

.sub-title {
  color: var(--dark-grey);
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.sub-title.white {
  border-bottom-color: var(--white-smoke);
  color: var(--white);
}

.sub-title._20t {
  margin-top: 20px;
}

.sub-title.centre {
  border-bottom: 1px solid var(--blue);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

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

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

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

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

.list-item {
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
}

.list-item:hover {
  transform: translate(5px);
}

.fa.sm {
  border: 2px solid var(--mid-blue);
  color: var(--mid-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.fa.sm:hover {
  background-color: var(--mid-blue);
  color: var(--white);
}

.fa.side {
  border: 2px solid var(--mid-blue);
  background-color: var(--clover-blue);
  color: var(--mid-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.fa.side:hover {
  background-color: var(--mid-blue);
  color: var(--white);
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.dark-blue-section {
  background-color: var(--clover-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.font-icon {
  color: var(--white);
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.top-tel {
  z-index: 1;
  color: #fff;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.top-tel._0r {
  margin-right: 0;
}

.top-section-2 {
  z-index: 20;
  background-color: #1111115e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.fontawsome {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  padding-top: 2px;
  padding-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  line-height: 21px;
  display: flex;
}

.areas-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.areas {
  margin-bottom: 0;
  line-height: 30px;
}

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

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

.contact-map {
  filter: grayscale();
  width: 100%;
  margin-top: 60px;
}

.contact-48 {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

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

.contact-div {
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-div._20b {
  margin-top: 0;
  margin-bottom: 20px;
}

.site-map-link {
  color: #3a3a3a;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.top-links {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.top-links:hover {
  color: var(--blue);
}

.top-links.top {
  color: #fff;
}

.top-links.mob {
  margin-left: 10px;
}

.top-links.dark {
  color: var(--mid-blue);
}

.top-links.dark:hover {
  color: var(--clover-blue);
}

.top-links.blac {
  color: var(--dark-grey);
}

.contact-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.top-div-3 {
  background-color: var(--80-blue);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 7px;
  padding: 3px 10px;
  display: flex;
}

.top-div-3.dark {
  border-bottom: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
}

.social-div {
  align-items: center;
  height: 30px;
  padding-right: 10px;
  display: flex;
}

.sm-links {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.sm-links:hover {
  color: var(--blue);
}

.sm-links.dark {
  color: var(--mid-blue);
  font-weight: 400;
}

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 6px;
  font-family: "Fa Solid 900", sans-serif;
}

.font-awsome.email {
  color: var(--white);
  font-size: 16.5px;
}

.font-awsome.dark-email {
  color: var(--mid-blue);
  font-size: 16.5px;
}

.font-awsome.dark {
  color: var(--mid-blue);
}

.font-awsome.blue {
  color: var(--blue);
  font-weight: 400;
}

.font-awsome._0r, .font-awsome.edit {
  margin-right: 0;
}

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

.video {
  margin-top: 0;
}

.video-container {
  width: 100%;
  margin-top: 80px;
}

.header-section {
  z-index: 50;
  position: relative;
}

.top-container {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.clover-bullet-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 10px;
}

.clover-bullet-icon._50 {
  margin-right: 0;
}

.google-widget {
  width: 100%;
}

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

.lb-img {
  width: 100%;
}

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

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

.project-title {
  color: var(--dark-grey);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.project-number {
  color: var(--mid-blue);
  text-align: left;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--blue);
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.testimonial-image {
  border: 1px solid var(--blue);
  object-fit: cover;
  border-radius: 500px;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
}

.testimonial {
  width: 100%;
}

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

.testimonial-name {
  color: var(--mid-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-name.centre {
  text-align: center;
  margin-bottom: 0;
}

.box-cover-section {
  z-index: 10;
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--clover-blue);
  color: var(--clover-blue);
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

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

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

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

.divider-line {
  background-color: var(--dark-grey);
  width: 48%;
  height: 1px;
}

.divider-div {
  opacity: .3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.pale-blue-section {
  z-index: 10;
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.form-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-container {
  width: 48%;
}

.form-image {
  justify-content: center;
  align-items: center;
  width: 48%;
  height: auto;
  display: flex;
}

.dots-box {
  z-index: 0;
  color: var(--blue);
  letter-spacing: 7px;
  margin-top: -54px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 12px;
  position: relative;
}

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

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

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

.chat-section {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.live-chat-top-text {
  color: var(--clover-blue);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--clover-blue);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

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

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

.live-chat-bottom-text.bold {
  color: var(--dark-grey);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

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

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

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

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

.house-lottie {
  width: 150px;
  margin-top: -50px;
  margin-bottom: 0;
  margin-left: -10px;
}

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

.area-icon {
  color: var(--blue);
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.read-more-button {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--clover-blue);
  letter-spacing: .5px;
  border-radius: 6px;
  margin-top: 10px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: all .3s;
}

.read-more-button:hover {
  border-color: var(--mid-blue);
  background-color: var(--mid-blue);
  color: var(--white);
}

.read-more-button.dark {
  border-color: var(--clover-blue);
  margin-top: 20px;
}

.read-more-button.dark:hover {
  border-color: var(--mid-blue);
  background-color: var(--blue);
  color: var(--clover-blue);
}

.read-more-button.light {
  background-color: var(--white);
  color: var(--clover-blue);
  margin-top: 20px;
}

.read-more-button.light:hover {
  background-color: var(--clover-blue);
  color: var(--white);
}

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

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

.testimonials-div {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.test-slider {
  background-color: var(--white);
  width: 100%;
  max-height: 200px;
}

.slider-arrow {
  color: var(--clover-blue);
  font-size: 30px;
}

.right-arrow {
  width: 60px;
}

.slider-link {
  background-color: var(--white);
  width: 60px;
}

.slider-link.right {
  border-left: 1px solid var(--blue);
}

.slider-link.left {
  border-right: 1px solid var(--blue);
}

.test-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.testimonials-text {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}

.testimonials-text._30b {
  margin-bottom: 30px;
}

.testimonials-text._0b {
  margin-bottom: 0;
}

.testimonials-text._20b {
  margin-bottom: 20px;
}

.testimonials-text.address {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 22px;
}

.testimonials-text.centre {
  text-align: center;
  margin-bottom: 0;
}

.testimonial-location {
  color: var(--clover-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-location.centre {
  text-align: center;
}

.slide-nav {
  opacity: .5;
  display: none;
}

.pdf-embed {
  z-index: 99;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed {
  width: 100%;
  height: 95%;
  margin-top: 4%;
}

.close {
  background-color: var(--clover-blue);
  color: var(--white);
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  inset: auto 3% 78px auto;
}

.div-block {
  background-color: #505050;
  height: 140px;
  position: absolute;
  inset: 0% 0% auto;
}

.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: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

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

.fs-cc-prefs_title {
  color: var(--mid-blue);
  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(--clover-blue);
  background-color: var(--clover-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(--clover-blue);
  color: var(--clover-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(--clover-blue);
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--dark-grey);
  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: var(--clover-blue);
  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(--clover-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(--clover-blue);
  color: var(--clover-blue);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.contact-button {
  z-index: 50;
  border: 1px solid var(--clover-blue);
  background-color: var(--mid-blue);
  color: var(--clover-blue);
  letter-spacing: .5px;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: 80px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.contact-button.dark {
  border-color: var(--clover-blue);
  margin-top: 20px;
}

.contact-button.dark:hover {
  border-color: var(--mid-blue);
  background-color: var(--blue);
  color: var(--clover-blue);
}

.contact-button.light {
  background-color: var(--white);
  color: var(--clover-blue);
  margin-top: 20px;
}

.contact-button.light:hover {
  background-color: var(--clover-blue);
  color: var(--white);
}

.contact-button.centre {
  border-color: var(--clover-blue);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contact-button.centre:hover {
  border-color: var(--mid-blue);
  background-color: var(--blue);
  color: var(--clover-blue);
}

.side-links {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 0% 90px auto;
}

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

.logo-slider {
  width: 100%;
}

.flex-service-25 {
  text-align: center;
  background-color: #f5f5f6;
  border: 1px solid #00000040;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px 2px #00000021;
}

.flex-service-25:hover {
  background-color: #fff;
}

.div-block-2 {
  background-image: url('../images/cloverimg-112.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 400px;
  display: flex;
}

.div-block-2._1 {
  background-image: url('../images/CG-Atrium-HiRes-02.webp');
}

.div-block-2._2 {
  background-image: url('../images/CG-kitchen-HiRes-02.webp');
}

.div-block-2._2.pr {
  background-image: url('../images/cloverimg-102.webp');
}

.div-block-2._3 {
  background-image: url('../images/CG-kitchen-HiRes-02.webp');
  justify-content: center;
  align-items: flex-end;
}

.service-liste {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #242424;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
}

.service-liste.end {
  background-color: #242424;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: auto;
}

.highlight {
  opacity: .1;
  filter: blur(20px);
  background-color: #fff;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.cta-section {
  background-color: var(--80-blue);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  color: var(--white);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

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

.cta-link {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 19px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta-link:hover {
  box-shadow: inset 0 2px 5px #0003;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 180px;
  left: auto;
  right: 0%;
}

.fa-social-2 {
  background-color: var(--blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  transform: scale(1.1);
}

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

.sub-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

._5-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

._5-box-div {
  border: 1px solid var(--mid-blue);
  padding: 20px;
}

.image {
  width: 550px;
}

.fmb-logo {
  width: 80px;
}

.fmb-link {
  margin-right: 10px;
}

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

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

@media screen and (max-width: 991px) {
  .top-section {
    background-position: 0 0, 50% 100%;
    justify-content: flex-end;
    height: auto;
    min-height: auto;
    padding-bottom: 40px;
  }

  .hero-div {
    flex-direction: column;
    margin-top: 40px;
  }

  .services-div {
    width: 95%;
    max-width: 95%;
    margin-top: 30px;
  }

  .hero-text-div {
    width: 95%;
    max-width: 95%;
    margin-top: 120px;
    margin-right: 0;
  }

  .hero-button {
    margin-top: 20px;
  }

  .services-box {
    padding: 20px;
  }

  .nav-link {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .navbar {
    width: 60%;
  }

  .dropdown-toggle {
    width: 100%;
    padding-right: 40px;
  }

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

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

  .icon {
    margin-right: 20px;
  }

  .dropdown {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--blue);
    margin-right: 0;
  }

  .dropdown-link {
    background-color: var(--blue);
    color: var(--white);
    text-align: right;
    font-weight: 300;
    transition: all .3s;
  }

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

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

  ._3-box-img {
    padding: 10px;
  }

  ._3-box-img.grey._600 {
    max-height: 400px;
  }

  ._3-box-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  ._3-box-title._0p {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._3-box-title._30t-10b {
    margin-top: 20px;
  }

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

  .pop-up-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .5fr .5fr;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .pop-up-cover {
    border: 1px solid var(--blue);
    background-color: var(--white-smoke);
    min-height: auto;
  }

  ._3-box-grid._60t {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

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

  ._3-box-grid._30t {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  ._6-box {
    padding: 20px 20px 10px;
  }

  .img-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/bathroom_1.webp');
    background-position: 0 0, 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .icon-2 {
    color: var(--white);
    text-align: right;
  }

  .icon-2.dark {
    color: var(--clover-blue);
  }

  .menu-button {
    width: 100%;
  }

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

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

  .dropdown-list {
    position: relative;
  }

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

  .trade-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-section, .white-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .list-item {
    align-items: center;
  }

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

  .top-section-2 {
    justify-content: flex-end;
  }

  .areas-div {
    margin-top: 10px;
  }

  .areas-map {
    width: 100%;
  }

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

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

  .contact-48 {
    width: 40%;
    min-width: 270px;
  }

  .top-links {
    display: flex;
  }

  .font-awsome.email, .font-awsome.dark-email {
    display: block;
  }

  .video-container {
    margin-top: 40px;
  }

  .top-container {
    width: 95%;
  }

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

  .testimonials-grid {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .box-cover-section, .pale-blue-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .form-container {
    width: 100%;
  }

  .form-image {
    background-position: 50% 100%;
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
  }

  .whatsapp-block {
    display: flex;
  }

  .read-more-button {
    margin-top: 20px;
  }

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

  .test-slider {
    height: 350px;
    max-height: 100%;
  }

  .slide-nav {
    justify-content: center;
    display: flex;
  }

  .contact-button {
    margin-top: 20px;
  }

  .flex-service-25 {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  ._5-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    height: auto;
  }

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

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

  .services-div {
    width: 95%;
    max-width: 95%;
  }

  .hero-text-div {
    width: 95%;
    max-width: 95%;
    margin-right: 0;
  }

  .hero-button.light {
    margin-top: 10px;
  }

  .services-box.botright {
    border-left: 1px solid #fff6;
  }

  .services-box.botleft {
    border-right-width: 0;
    border-bottom-left-radius: 0;
  }

  .services-box.topright {
    border-top-right-radius: 0;
  }

  .services-box.mid1 {
    border-left: 1px solid #fff6;
    border-right-width: 0;
    border-top-right-radius: 8px;
  }

  .services-box.mid2 {
    border-bottom-width: 0;
    border-right-width: 1px;
    border-bottom-left-radius: 8px;
  }

  .services-text {
    line-height: 22px;
  }

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

  .body-div.bottom.top {
    width: 100%;
  }

  .p.address {
    max-width: 200px;
  }

  ._3-box.mob {
    display: none;
  }

  ._3-box-img {
    object-fit: cover;
    height: 100%;
    max-height: 400px;
  }

  ._3-box-img.grey._400, ._3-box-img.grey._500 {
    max-height: 500px;
  }

  ._3-box-img.grey._600 {
    max-height: 600px;
  }

  ._3-box-img.grey.kitchen {
    max-height: 400px;
  }

  ._3-box-title._0p {
    line-height: 25px;
  }

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

  .pop-up-cover {
    padding: 20px;
  }

  .pop-up-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  ._3-box-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-box-grid._60t {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  ._3-box-grid._60t.grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-box-grid._50p {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  ._3-box-container {
    flex-direction: column;
    align-items: flex-start;
  }

  ._6-box {
    padding: 20px;
  }

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

  .lrg-img-title {
    font-size: 30px;
    line-height: 38px;
  }

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

  .footer-div {
    width: 90%;
  }

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

  .trade-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 400px;
  }

  .form-section, .white-section, .white-section._60p, .white-section.trade {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    margin-top: 30px;
  }

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

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

  .areas-div {
    margin-top: 10px;
  }

  .areas-map {
    width: 100%;
  }

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

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

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

  .contact-48 {
    width: 100%;
  }

  .contact-48._2 {
    margin-top: 30px;
  }

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

  .top-container-black {
    padding-right: 20px;
  }

  .top-links {
    font-size: 15px;
  }

  .clover-bullet-icon.box {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .testimonials-grid {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .box-cover-section, .pale-blue-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-image {
    min-height: 400px;
    margin-top: 20px;
  }

  .house-lottie {
    width: 130px;
    margin-top: -30px;
    display: none;
  }

  .read-more-button.light {
    margin-top: 10px;
  }

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

  .test-slider {
    height: 520px;
  }

  .slider-arrow {
    font-size: 25px;
  }

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

  .test-div {
    padding-left: 60px;
  }

  .testimonials-text.address {
    max-width: 200px;
  }

  .close {
    background-color: var(--clover-blue);
    color: var(--white);
    padding: 10px 20px;
  }

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

  .contact-button.light {
    margin-top: 10px;
  }

  .flex-service-25 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
  }
}

@media screen and (max-width: 479px) {
  .top-section {
    background-position: 0 0, 70% 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-div {
    height: 100%;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 32px;
  }

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

  .services-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding: 10px;
    box-shadow: 0 10px 10px #0000004d;
  }

  .hero-text-div {
    margin-top: 150px;
    padding-bottom: 30px;
  }

  .hero-small {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-button.dark, .hero-button.centre {
    margin-top: 10px;
  }

  .services-box {
    border-radius: 0;
    padding: 10px;
  }

  .services-box.botright {
    border: 0 solid #000;
  }

  .services-box.botleft {
    border: 0 solid #000;
    border-right: 1px solid #fff6;
  }

  .services-box.topright {
    border: 0 solid #000;
    border-bottom: 1px solid #fff6;
  }

  .services-box.topleft {
    border: 1px solid #fff6;
    border-top: 0 solid #000;
    border-left: 0 solid #000;
  }

  .services-box.mid1 {
    border: 1px solid #fff6;
    border-top: 0 solid #000;
    border-left: 0 solid #000;
    border-radius: 0;
  }

  .services-box.mid2 {
    border-bottom-width: 1px;
    border-bottom-color: #fff6;
    border-radius: 0;
  }

  .services-text {
    margin-top: 0;
    font-size: 14px;
  }

  .top-nav {
    width: 100%;
  }

  .top-div {
    justify-content: center;
    align-items: center;
  }

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

  .navbar {
    width: 100%;
  }

  .dropdown-toggle {
    padding-right: 10px;
  }

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

  .nav-menu {
    margin-right: 0;
  }

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

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

  .body-div.center {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: center stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: grid;
  }

  .body-div.icon-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: center stretch;
    width: 100%;
    max-width: 250px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: grid;
  }

  .h1 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .p._0b {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._3-box-img {
    max-height: 300px;
  }

  ._3-box-img.grey._400, ._3-box-img.grey._500 {
    max-height: 250px;
  }

  ._3-box-img.grey._600 {
    max-height: 500px;
  }

  ._3-box-img.grey.kitchen {
    max-height: 300px;
  }

  ._3-box-title._0p {
    font-size: 17px;
  }

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

  .pop-up-grid {
    grid-template-columns: 1fr;
  }

  .pop-up-cover {
    padding: 20px;
  }

  .pop-up-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }

  ._3-box-grid._60t {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  ._3-box-grid._60t.grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._3-box-grid._50p {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._3-box-grid._30t {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  ._3-box-container {
    margin-bottom: 10px;
  }

  ._6-box {
    padding-bottom: 10px;
  }

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

  .lrg-img-title {
    font-size: 24px;
    line-height: 32px;
  }

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

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

  .bottom-container {
    align-items: center;
  }

  .nav-container {
    flex-direction: column;
  }

  .co-logo-link {
    text-align: center;
    margin-bottom: 0;
  }

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

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

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

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

  .trade-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 250px;
  }

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

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

  .white-section._0b {
    padding-bottom: 10px;
  }

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

  .white-section.trade {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 34px;
  }

  .sub-title._20t {
    margin-top: 10px;
  }

  .sub-title.centre {
    border-bottom-width: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .fa.side {
    margin-right: 5px;
  }

  .bullet-heading {
    text-align: left;
  }

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

  .font-icon {
    display: none;
  }

  .top-tel {
    justify-content: center;
  }

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

  .fontawsome {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .areas-div {
    flex-direction: column;
    margin-top: 0;
  }

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

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

  .areas {
    width: 100%;
  }

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

  .contact-div {
    flex-direction: column;
    justify-content: center;
  }

  .contact-div._20b {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .top-container-black {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

  .top-links.top {
    margin-top: 3px;
  }

  .top-links.mob {
    margin-top: 5px;
    margin-left: 0;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .top-div-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
  }

  .top-div-3.dark {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .social-div {
    padding-left: 10px;
  }

  .sm-links.dark {
    font-size: 16px;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
    display: none;
  }

  .font-awsome.email._0r, .font-awsome.email.edit {
    margin-right: 0;
    display: flex;
  }

  .font-awsome.dark-email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
    display: none;
  }

  .font-awsome.dark {
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    display: flex;
  }

  .font-awsome._0r {
    font-size: 15px;
  }

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

  .video-container {
    margin-top: 30px;
  }

  .top-container {
    width: 100%;
  }

  .clover-bullet-icon.box {
    margin-bottom: 6px;
  }

  .lb-img {
    object-fit: fill;
  }

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

  .project-title {
    border-bottom: 1px solid var(--blue);
    padding-bottom: 10px;
  }

  .project-number {
    margin-top: 10px;
    margin-bottom: 2px;
  }

  .testimonials-grid {
    grid-template-rows: auto;
    grid-template-columns: 100px 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .testimonial-image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }

  .box-cover-section, .pale-blue-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-image {
    min-height: 250px;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

  .house-lottie {
    width: 100px;
    margin-top: -20px;
  }

  .read-more-button.dark {
    margin-top: 10px;
  }

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

  .test-slider {
    height: 550px;
  }

  .slider-link.right, .slider-link.left {
    display: none;
  }

  .test-div {
    border-top: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .testimonials-text {
    line-height: 22px;
  }

  .testimonials-text._0b {
    text-align: center;
  }

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

  .contact-button.dark, .contact-button.centre {
    margin-top: 10px;
  }

  .side-links {
    bottom: 80px;
  }

  .cta-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta-link {
    justify-content: space-around;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .fa-container {
    top: 30%;
  }

  .fa-social-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  ._5-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  ._5-box-div {
    padding: 14px;
  }

  .fmb-logo {
    width: 70px;
  }
}

#w-node-_12128497-729e-c1d8-1a40-bd063a135c08-ac287513, #w-node-_26de3d4f-dfbb-0adb-acea-33d7851a080c-ac287513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f6d89a5-a7a0-471f-4709-d60f8f944c40-ac287513 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_544d0eb8-1153-cde0-e84f-a026ba815f4d-ac287513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6fa2e2b-de0c-5020-4e9e-f09316b68578-16b68576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b6fa2e2b-de0c-5020-4e9e-f09316b68585-16b68576, #w-node-b6fa2e2b-de0c-5020-4e9e-f09316b68595-16b68576, #w-node-b6fa2e2b-de0c-5020-4e9e-f09316b6859b-16b68576, #w-node-_128ab935-0053-d7bd-4c45-69a87fbbd504-0189f549, #w-node-aa81199d-69d7-a1da-7a59-6215ea236bc3-0189f549, #w-node-_092af8a4-90f6-7a0c-b8b6-497832b8b20b-0189f549, #w-node-_21bd75c5-f151-2a74-edb4-45c7cf5a1a58-0189f549, #w-node-_21bd75c5-f151-2a74-edb4-45c7cf5a1a59-0189f549, #w-node-_21bd75c5-f151-2a74-edb4-45c7cf5a1a5c-0189f549, #w-node-f3a17c82-9652-4c85-0646-414dd374a251-0189f549, #w-node-f3a17c82-9652-4c85-0646-414dd374a252-0189f549, #w-node-f3a17c82-9652-4c85-0646-414dd374a255-0189f549, #w-node-_8e410b8e-0bf8-28ef-65fa-e8d75e21a35f-0189f549, #w-node-_8e410b8e-0bf8-28ef-65fa-e8d75e21a360-0189f549, #w-node-_8e410b8e-0bf8-28ef-65fa-e8d75e21a363-0189f549, #w-node-_563d4c44-1476-ecec-5dac-43f30faefaec-0189f549, #w-node-_563d4c44-1476-ecec-5dac-43f30faefaed-0189f549, #w-node-_563d4c44-1476-ecec-5dac-43f30faefaf0-0189f549, #w-node-_69bf7a61-6e81-445e-0c3a-59bf7e21cf8e-0189f549, #w-node-_69bf7a61-6e81-445e-0c3a-59bf7e21cf92-0189f549, #w-node-_4f7f7623-2973-a923-1fa1-96af2346a85e-0189f549, #w-node-_4f7f7623-2973-a923-1fa1-96af2346a85f-0189f549, #w-node-_4f7f7623-2973-a923-1fa1-96af2346a862-0189f549, #w-node-a9eeb68f-7a8d-6d89-ad3b-52b9b61a8350-0189f549, #w-node-a9eeb68f-7a8d-6d89-ad3b-52b9b61a8351-0189f549, #w-node-a9eeb68f-7a8d-6d89-ad3b-52b9b61a8354-0189f549, #w-node-_468acfc1-4df6-e946-9f5a-220c96404f9a-0189f549, #w-node-_468acfc1-4df6-e946-9f5a-220c96404f9b-0189f549, #w-node-_468acfc1-4df6-e946-9f5a-220c96404f9e-0189f549, #w-node-ea24567a-3b01-47fc-4133-c586c947b98a-0189f549, #w-node-ea24567a-3b01-47fc-4133-c586c947b98b-0189f549, #w-node-ea24567a-3b01-47fc-4133-c586c947b98e-0189f549, #w-node-c20798ac-e87b-818a-6f96-b661d52aeca8-0189f549, #w-node-c20798ac-e87b-818a-6f96-b661d52aeca9-0189f549, #w-node-c20798ac-e87b-818a-6f96-b661d52aecac-0189f549, #w-node-_1c09947e-2e01-6cc7-27ee-88160b9eee9b-0189f549, #w-node-_1c09947e-2e01-6cc7-27ee-88160b9eee9c-0189f549, #w-node-_1c09947e-2e01-6cc7-27ee-88160b9eee9f-0189f549, #w-node-_82a4029a-688d-0619-5564-ab7e3a580990-0189f549, #w-node-_82a4029a-688d-0619-5564-ab7e3a580991-0189f549, #w-node-_82a4029a-688d-0619-5564-ab7e3a580994-0189f549, #w-node-f4c2a79e-5d15-ba92-6d5e-6ec5864b7399-0189f549, #w-node-f4c2a79e-5d15-ba92-6d5e-6ec5864b739a-0189f549, #w-node-f4c2a79e-5d15-ba92-6d5e-6ec5864b739d-0189f549, #w-node-d1846c68-e670-f272-5813-48592c95e78a-0189f549, #w-node-d1846c68-e670-f272-5813-48592c95e78b-0189f549, #w-node-d1846c68-e670-f272-5813-48592c95e78e-0189f549, #w-node-a9f08468-8940-d12a-9918-83760ee970f1-0189f549, #w-node-a9f08468-8940-d12a-9918-83760ee970f2-0189f549, #w-node-a9f08468-8940-d12a-9918-83760ee970f5-0189f549, #w-node-_042c930f-56f2-8d66-a144-1c9c1a253cfd-0189f549, #w-node-_042c930f-56f2-8d66-a144-1c9c1a253cfe-0189f549, #w-node-_042c930f-56f2-8d66-a144-1c9c1a253d01-0189f549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_19183844-ee3c-d34b-fb09-b9633b580e89-3b580e87 {
    place-self: center;
  }

  #w-node-_19183844-ee3c-d34b-fb09-b9633b580e8c-3b580e87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_19183844-ee3c-d34b-fb09-b9633b580e90-3b580e87, #w-node-_19183844-ee3c-d34b-fb09-b9633b580e94-3b580e87, #w-node-_19183844-ee3c-d34b-fb09-b9633b580e97-3b580e87, #w-node-_19183844-ee3c-d34b-fb09-b9633b580e9a-3b580e87 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  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 Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 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 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 Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}