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

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

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

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: black;
  --primary: #ececec;
  --third: #6d979d;
  --silver: #b7b5b5;
  --secondary: #428da5;
  --off-white: #f2f0ef;
  --transparent: #fff0;
  --cookies-bg: #0009;
  --pale-grey: #6c979d;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--white);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p.black {
  width: 100%;
  color: var(--black);
  text-align: center;
}

.p.black.left {
  text-align: left;
}

.p.black.bold {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

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

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

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

.button-outline {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

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

.body-section._0b {
  padding-bottom: 0;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-sub {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.para {
  width: 60%;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
}

.img-div {
  width: 46%;
  box-shadow: -15px 17px 0 0 var(--third);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
}

.right-side._w---100 {
  width: 100%;
}

.footer-col.large {
  margin-right: 60px;
}

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

.footer-link-text {
  max-width: 800px;
  color: var(--silver);
  text-align: center;
  border-bottom: 1px #dfdfdf;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-list-item {
  color: var(--black);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-list-item:hover, .footer-list-item.w--current {
  color: var(--secondary);
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.footer-section-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.footer-section-title.white {
  color: var(--white);
  text-transform: uppercase;
}

.footer-section {
  background-color: var(--off-white);
  color: var(--white);
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--secondary);
  color: #a9a9a9;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.header-social-media {
  display: flex;
}

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

.header-social-icon:hover {
  color: var(--primary);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  width: auto;
  height: auto;
  color: var(--white);
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--primary);
  background-color: #0000;
}

.full-width-image-section {
  background-image: linear-gradient(90deg, black, var(--transparent)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(to right, #000000cf, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

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

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 150px;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16px;
  transition: all .3s;
}

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

.contact-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  display: flex;
}

.service-nav-text {
  color: var(--white);
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text:hover {
  color: var(--primary);
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.service-dropdown-arrow {
  color: var(--white);
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

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

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  width: 100%;
}

.lrg-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.lrg-heading._20b {
  margin-bottom: 20px;
}

.red-heading {
  color: var(--primary);
}

.white-section {
  background-color: var(--black);
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.white-section._0 {
  padding-top: 0;
}

.h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 60px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.h2.svs {
  text-align: left;
  margin-bottom: 0;
}

.h2.white {
  color: var(--white);
  line-height: 45px;
}

.h2.white.mid, .h2.middle {
  text-align: center;
}

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

.h3-large {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.h3-large.b-30 {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 200;
  display: flex;
}

.footer-logo {
  width: 200px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.comments {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.comment-column {
  border: 1px solid var(--silver);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 30px;
}

.bullet-font-icon-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.timeline {
  width: 100%;
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.single-comments {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments:hover {
  transform: translate(15px);
}

.foot-link {
  color: var(--third);
  text-decoration: none;
}

.top-links {
  color: var(--white);
  text-align: right;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.top-div {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.background-image {
  background-image: linear-gradient(#00000059, #00000059), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

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

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

.content-section {
  background-color: var(--off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.content-section.orange {
  background-color: var(--third);
}

.content-section.left {
  margin-top: 0;
}

.content-section.awc {
  margin-top: 100px;
}

.content-section._100t {
  margin-top: 100px;
  padding-top: 0;
}

.h3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 40px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

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

.h3-logo {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450dvh;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  min-height: 150px;
  margin-bottom: 20px;
}

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

.top-links-2 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #fff;
}

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-navlink-2 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover, .service-navlink-2.w--current {
  color: var(--primary);
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.service-ban-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

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

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

.areas-list-item.areas-list-flex {
  color: var(--black);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.font-icon {
  background-color: var(--third);
  width: 32px;
  height: 32px;
  color: var(--black);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  width: 100%;
  color: var(--white);
  margin-top: 25px;
  font-size: 15px;
}

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

.contact-div-block {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.phone-icon {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.form-new {
  width: 100%;
  color: var(--white);
  margin-top: 40px;
  font-size: 15px;
}

.sitemap-list {
  width: 100%;
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  width: 1000px;
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  transition: color .45s ease-in-out;
}

.nav-link-text:hover {
  border-bottom: 1px solid var(--secondary);
  color: var(--secondary);
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.buttons {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: all .4s;
}

.buttons:hover {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, var(--white) 26%, #fff0 57%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--primary);
  text-align: left;
  text-align: left;
  padding-bottom: 0;
}

.button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-left: 40px;
  display: flex;
}

.button-container.middle {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.button-container.nop {
  margin-left: 0;
}

.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.testimonials {
  margin-top: 20px;
}

.dropdown-toggle {
  color: var(--white);
  transition: all .3s;
}

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

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--third);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--secondary);
  color: var(--white);
  transform: translate(0, -5px);
}

.button.email {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--white);
  margin-left: 20px;
}

.button.email:hover {
  border-color: var(--white);
}

.button.red {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.button.red:hover {
  border-color: var(--white);
  background-color: var(--black);
}

.button.blue {
  background-color: var(--third);
  color: var(--white);
}

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

.button.darkblue {
  background-color: var(--secondary);
  color: var(--white);
}

.button.darkblue:hover {
  background-color: var(--third);
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  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(--primary);
  color: var(--primary);
  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-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(--white);
  margin-right: 24px;
}

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

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

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

.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_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.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_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

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

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

.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_space-medium {
  margin-bottom: 40px;
}

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

.form-white-bg {
  width: 65%;
  color: var(--black);
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-2.dark {
  background-color: var(--primary);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button-2.dark:hover {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.section-title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.section-title.cta {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

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

.container-2.z {
  flex-flow: row;
}

.contact-left {
  width: 30%;
}

.contact-span-2 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.form-2 {
  width: 100%;
}

.cta-text-2 {
  color: var(--primary);
  margin-top: 10px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

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

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

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

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

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

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

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

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

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

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

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

.whatsapp-container {
  z-index: 30;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-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(--primary);
  transform: scale(1.05);
}

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

.livechat-button {
  background-color: var(--black);
  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(--primary);
}

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

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

.h3-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--pale-grey);
  width: 100%;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.tab-dropdown-container.w--open {
  border-top: 1px solid var(--pale-grey);
  background-color: var(--secondary);
  padding: 20px;
  position: relative;
}

.faq-title {
  color: var(--black);
  white-space: pre-wrap;
}

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

.navbar-2 {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.main-cta__text-span {
  display: inline-block;
}

.main-cta {
  color: #f4f6f8;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 1.25em;
  padding: 1.5em 2.8em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.expertise__item {
  color: #141414;
  border-bottom: 1px solid #141414;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-decoration: none;
  transition: background-color .3s, padding .3s;
  display: flex;
  position: relative;
}

.expertise__item:hover {
  background-color: #1414140d;
  padding-left: 39px;
}

.main-cta__text-mask {
  position: relative;
  overflow: hidden;
}

.main-cta__arrow-icon {
  width: 12px;
  margin-left: 0;
  font-weight: 600;
  display: flex;
}

.navbar__brand {
  background-color: var(--transparent);
  padding: 0;
}

.main-cta__text {
  width: 100px;
  font-size: 15px;
  line-height: 1.5;
}

.main-cta__text.cc-second-line {
  position: absolute;
  inset: 100% 0% 0%;
}

.navbar__content-wrapper {
  background-color: var(--cookies-bg);
  align-items: stretch;
  display: flex;
}

.navbar__nav-link {
  color: var(--white);
  text-transform: capitalize;
  margin-right: 1.5em;
  padding: 1.5em 2.5em 1.5em 1em;
  font-size: 1em;
  line-height: 1.3;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 #fff;
}

.navbar__nav-link:hover {
  box-shadow: inset 0 -3px #fff;
}

.navbar__nav-link.w--current {
  color: var(--white);
}

.navbar__nav-menu {
  color: var(--white);
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.home-services-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid #d6d2c8;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 2.5rem 1.5rem;
  display: flex;
  position: relative;
}

.heroimgsection {
  background-color: #141414;
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.04-2.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 95vh;
  margin-right: 40px;
  transition: all .5s;
  display: flex;
}

.heroimgsection.small {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_463581777.webp');
  background-position: 0 0, 50% 100%;
  height: 65vh;
}

.heroimgsection.small.svs {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.05-6.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heroimgsection.small.bt {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.05-2.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heroimgsection.small.rg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.06-2.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heroimgsection.small.tr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.08-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heroimgsection.small.ft {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.06-5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heroimgsection.small.re {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_489003594-reigate.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu_link {
  text-decoration: none;
}

.menu_link.arrow-dropdown {
  z-index: 0;
  flex-wrap: nowrap;
  margin-left: 3.5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-cta-2 {
  color: #f4f6f8;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 1em;
  font-size: 70%;
  font-weight: 600;
  line-height: 75%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.main-cta-2:hover {
  background-color: var(--third);
  color: var(--black);
}

.main-container-2 {
  padding: 8.5em 10em;
}

.main-container-2.cc-navbar {
  max-width: none;
  padding: 0;
}

.svsarrow {
  margin-right: 20px;
  padding-left: 0;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--pale-grey);
  color: var(--white);
}

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

.svs.w--current {
  color: var(--black);
}

.h1 {
  letter-spacing: 2px;
}

.h1.hero {
  text-align: left;
  width: 100%;
  max-width: 1050px;
  margin-top: 0;
  margin-left: 40px;
  padding-right: 40px;
  font-size: 50px;
  line-height: 60px;
}

.h1.h3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 30px;
  font-weight: 500;
}

.h1.bigger {
  font-size: 26px;
}

.colour {
  color: var(--secondary);
}

.body-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-div.down {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.left-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}

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

.left-div.h3text {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.left-div._100 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.right-div {
  width: 50%;
}

.right-div.home1 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.08-7.webp');
}

.right-div.home2 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.04-2.webp');
}

.right-div.text {
  background-image: none;
}

.right-div.text.mid {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.scroll-item {
  flex: none;
  align-items: flex-end;
  width: 40%;
  padding-right: 40px;
  display: flex;
}

.blue-section {
  background-color: var(--pale-grey);
}

.blue-section.svs {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.bullet-list.white {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

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

.default-list.bullet {
  color: #fff;
  padding-left: 20px;
  list-style-type: disc;
}

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

.p-2 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p-2.small {
  line-height: 20px;
}

.p-2.small.white {
  color: #fff;
  line-height: 22px;
}

.svs-container {
  position: relative;
}

.svs-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  padding-bottom: 40px;
}

.svs-div {
  background-image: url('../images/fb4_1fb4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

.svs-div.db {
  background-image: linear-gradient(1deg, #000, #0000 30%), url('../images/fb2_1fb2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 400px;
  display: flex;
  position: relative;
}

.svs-div.lc {
  background-image: linear-gradient(1deg, #000, #0000 28%), url('../images/fb6_1fb6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.svs-div.pr {
  background-image: linear-gradient(1deg, #000, #0000 43%), url('../images/fb1_1fb1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.svs-div.svs {
  background-image: linear-gradient(3deg, #000, #00000003 44%, #0000), url('../images/fb4_1fb4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.svs-div.he {
  background-image: linear-gradient(1deg, #000, #0000 37%), url('../images/fb5_1fb5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.svs-div.awc {
  background-image: linear-gradient(1deg, #000, #0000 25%), url('../images/fb4_1fb4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.svs-div.bathroom {
  background-image: linear-gradient(3deg, #000 8%, #00000003 44%, #0000), url('../images/WhatsApp-Image-2026-03-23-at-10.23.04-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.svs-div.regrouting {
  background-image: linear-gradient(3deg, #000 8%, #00000003 44%, #0000), url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.svs-div.tile-repaires {
  background-image: linear-gradient(3deg, #000 8%, #00000003 44%, #0000), url('../images/WhatsApp-Image-2026-03-23-at-10.23.08-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.svs-div.floor {
  background-image: linear-gradient(3deg, #000 8%, #00000003 44%, #0000), url('../images/WhatsApp-Image-2026-03-23-at-10.23.06-5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.subtext {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.subtext.svs {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 40px;
}

.svs-txt-block {
  opacity: 0;
  background-color: #000000b3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.svs-txt-block:hover {
  opacity: 1;
}

.subheading {
  font-size: 18px;
  font-weight: 600;
}

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

.subheading.black._20p {
  padding-bottom: 20px;
}

.subheading._20p {
  margin-bottom: 20px;
}

.subheading.nop {
  margin-top: 0;
}

.hover-txt {
  color: var(--white);
  padding: 0 40px 30px;
}

.mini-gal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.06-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.lightbox-link._1 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.05-4.webp');
}

.lightbox-link._3 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-5.webp');
}

.lightbox-link._4 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.07-4.webp');
}

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

.h3img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 300px;
}

.h3img.home1 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.08-7.webp');
}

.h3img.home2 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.04-2.webp');
}

.h3img.text {
  background-image: none;
}

.h3img.text.mid {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3text {
  color: var(--black);
  text-align: left;
  font-size: 18px;
  line-height: 22px;
}

.hyperlink-2 {
  color: #222121;
  -webkit-text-stroke-color: #222121;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -1px #e6d3a3;
}

.hyperlink-2:hover {
  color: #222121;
  box-shadow: inset 0 -40px #e6d3a3;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  padding-left: 40px;
}

.container-3.container-fluid.left {
  padding-left: 0;
  padding-right: 40px;
}

.btn-text {
  z-index: 1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  position: relative;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h3-text {
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.ripple-2 {
  z-index: 0;
  color: #fff;
  background-color: #222121;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

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

.primary-btn {
  z-index: 1;
  color: #f7f7f2;
  background-color: #343819;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.black {
  background-color: #000;
  transition: all .2s;
}

.primary-btn.black:hover {
  transform: scale(1.1);
}

.heading-3-left-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 200px;
}

.h1-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.h1-2.logo {
  min-width: 100%;
  margin-top: 0;
}

.h1-2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.body-div-2 {
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.body-div-2.contact {
  background-image: linear-gradient(#000c, #000c), url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  padding: 60px;
  display: flex;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

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

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

.cta-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.cta-text-contact {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

.icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

.right-div-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.5%;
}

.right-div-2.form {
  background-image: none;
  width: 60%;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-left: 0;
  display: flex;
}

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

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

.imgdiv.home1 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.08-7.webp');
}

.imgdiv.home2 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.04-2.webp');
}

.imgdiv.text {
  background-image: none;
}

.imgdiv.text.mid {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.imgdiv.svs {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-5.webp');
}

.imgdiv.svs2 {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.08-3.webp');
  height: 700px;
}

.imgdiv.bt {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.06-5.webp');
}

.imgdiv.g {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.05-4.webp');
}

.imgdiv.tr {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-1.webp');
}

.imgdiv.ft {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-5.webp');
}

.logo {
  margin-left: 10px;
  padding-left: 0;
}

.insta-feed {
  margin-top: 40px;
  margin-right: 40px;
}

.instagram-feed {
  margin-left: 10px;
}

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

.side-links-div {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  display: flex;
  position: fixed;
  top: 200px;
  left: auto;
  right: 0%;
}

.side-social {
  background-color: var(--pale-grey);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Fa6 brands, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 2px #0003;
}

.side-social:hover {
  color: #000;
  background-color: #fff;
}

.side-social.brand {
  background-color: var(--pale-grey);
  color: var(--white);
  font-family: "Brands 400", Arial, sans-serif;
}

.side-social.brand:hover {
  background-color: var(--primary);
  color: var(--black);
}

.div-block {
  background-color: var(--silver);
  border-radius: 100px;
  padding: 10px;
}

.circle {
  background-color: var(--pale-grey);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
}

.circle:hover {
  background-color: var(--primary);
}

.link-block {
  width: 100%;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list-2._3col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-2._3col.nop {
  margin-top: 0;
}

.bullet-heading {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.bullet-heading.black {
  color: var(--black);
  text-align: left;
}

.bullet-icon {
  background-color: var(--transparent);
  color: #fff;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

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

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

.div-grid {
  border: 3px dashed #000;
  padding: 15px;
}

.text-p-div {
  padding: 15px;
}

.img-section {
  background-color: var(--pale-grey);
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.05-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 40px;
  margin-right: 40px;
  padding-bottom: 60px;
  padding-right: 0;
}

.img-section.svs {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.img-section.tr {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-2.webp');
}

.img-section.ft {
  background-image: url('../images/WhatsApp-Image-2026-03-23-at-10.23.05-3.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.reigate-grid {
  width: 100%;
}

.grid-div {
  border: 3px dashed var(--black);
  padding: 15px;
}

.link {
  text-decoration: none;
}

.tile-grid {
  width: 100%;
}

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

.image-2 {
  width: 32px;
  height: 32px;
}

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

.div-grid-2 {
  border: 2px dashed var(--secondary);
  padding: 15px;
}

@media screen and (min-width: 1440px) {
  .h2.svs {
    margin-top: 20px;
    margin-bottom: 10px;
  }

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

  .button-container {
    width: 90%;
  }

  .button-container.middle {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .button.blue {
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
    width: 48%;
    display: flex;
  }

  .button.darkblue {
    background-color: var(--third);
    justify-content: center;
    align-items: center;
    width: 48%;
    display: flex;
  }

  .blue-section {
    background-color: var(--third);
  }

  .grid-2, .svsgrid {
    grid-template-rows: auto;
  }

  .svsimg {
    width: 40%;
  }

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

  .svs-grid {
    margin-top: 0;
  }

  .svs-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .svs-div.svs {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .subtext.svs {
    margin-left: 0;
  }

  .svs-txt-block.he {
    position: absolute;
  }

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

  .subheading {
    letter-spacing: 2px;
  }

  .container-3.container-fluid {
    margin-bottom: 40px;
  }

  .heading-3-left-image {
    min-height: auto;
  }

  .img-section {
    background-color: var(--third);
  }
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .content-section {
    margin-top: 40px;
  }

  .container-2 {
    max-width: 1800px;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .p.black {
    font-size: 14px;
  }

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

  .para {
    width: 100%;
  }

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

  .inner-img {
    margin-top: 60px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .right-side, .right-side.content, .right-side._w---100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

  .footer-grid {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-div {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .full-width-image-section, .full-width-image-section.para-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-full-width {
    width: 100%;
  }

  .navbar {
    justify-content: flex-end;
    width: 90%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

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

  .nav-link {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .burger-menu {
    color: var(--white);
  }

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

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

  .lrg-heading {
    font-size: 50px;
    line-height: 60px;
  }

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

  .h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .h2.white {
    line-height: 40px;
  }

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

  .comment-column {
    padding: 30px;
  }

  .top-links {
    font-size: 16px;
    display: flex;
  }

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

  .top-div {
    width: 95%;
  }

  .content-section.orange {
    background-color: var(--third);
  }

  .top-links-2 {
    font-size: 16px;
    display: flex;
  }

  .icon-5 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #f94d18;
  }

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

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

  .service-banner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .google-maps {
    width: 100%;
  }

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

  .text-block, .contact-page-link {
    font-size: 16px;
  }

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

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

  .section.cta {
    padding: 60px 20px;
  }

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .container-2.z {
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
  }

  .live-chat-top-text.block {
    color: var(--black);
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat, .main-cta {
    display: none;
  }

  .navbar__content-wrapper {
    background-color: var(--transparent);
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .icon {
    color: var(--black);
    margin-left: 0;
    margin-right: -10px;
    padding-right: 0;
  }

  .navbar__nav-link {
    background-color: var(--secondary);
    width: 100%;
  }

  .heroimgsection {
    height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .main-cta-2 {
    display: none;
  }

  .svsarrow {
    margin-right: 20px;
  }

  .h1.hero {
    font-size: 40px;
    line-height: 45px;
  }

  .body-div {
    flex-flow: wrap;
  }

  .body-div.rvs {
    flex-flow: column-reverse;
  }

  .left-div, .right-div.home1, .right-div.home2, .right-div.text.mid, .right-div._100 {
    width: 100%;
  }

  .scroll-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .svs-container {
    flex-flow: column;
  }

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

  .svs-txt-block {
    opacity: 1;
    background-color: #222121;
    position: relative;
  }

  .svs-txt-block.he {
    background-color: #222121;
  }

  .mini-gal {
    min-height: 500px;
  }

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

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

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

  .h1-2 {
    margin-bottom: 20px;
  }

  .body-div-2.contact {
    flex-flow: column;
    padding: 40px;
  }

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

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

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

  .icon-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .right-div-2 {
    width: 100%;
    height: 300px;
    margin-top: 0;
  }

  .right-div-2.form {
    width: 100%;
    height: auto;
  }

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

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

  .form, .dropdown-2, .imgdiv.home1, .imgdiv.home2, .imgdiv.text.mid {
    width: 100%;
  }

  .nav-button.w--open {
    background-color: var(--transparent);
  }

  .side-links-div {
    top: 30%;
  }

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

@media screen and (max-width: 767px) {
  .p {
    font-size: 15.5px;
  }

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

  .inner-img {
    margin-top: 40px;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-col {
    text-align: center;
  }

  .footer-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-section-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  .header-social-media {
    justify-content: center;
  }

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

  .dropdown-link, .nav-link {
    font-size: 15px;
  }

  .lrg-heading {
    font-size: 34px;
    line-height: 50px;
  }

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

  .h3-large.b-30 {
    font-size: 3.5em;
  }

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

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

  .comment-column._2 {
    padding: 20px;
  }

  .timeline {
    text-align: left;
  }

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

  .top-container-black {
    width: 90%;
  }

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

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

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

  .menu-button-2 {
    background-color: #f9b328;
  }

  .top-container-black-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-navlink-2 {
    font-size: 15px;
  }

  .service-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-ban-text {
    text-align: center;
    width: 80%;
    line-height: 26px;
  }

  .contact-div-block {
    min-height: 180px;
  }

  .text-block, .contact-page-link {
    font-size: 18px;
  }

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta {
    background-image: linear-gradient(to right, #dbdbdb 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-container {
    margin-bottom: 40px;
  }

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

  .lb-img {
    height: 150px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

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

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

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

  .navbar__content-wrapper {
    align-items: center;
  }

  .menu-button-3 {
    z-index: 5;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    position: relative;
  }

  .home-services-item {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heroimgsection {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .h1.hero {
    margin-left: 20px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .mini-gal {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .body-div-2.contact {
    flex-flow: column;
  }

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

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

  .nav-button {
    justify-content: center;
    align-items: center;
  }

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

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

@media screen and (max-width: 479px) {
  .p {
    font-size: 14.5px;
    line-height: 25px;
  }

  .p.black.bold {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .button-outline {
    font-size: 14.5px;
  }

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

  .container {
    width: 85%;
  }

  .para {
    font-size: 15px;
    line-height: 24px;
  }

  .img-div {
    min-height: 250px;
    box-shadow: -8px 6px 0 0 var(--white);
    margin-top: 30px;
    margin-bottom: 0;
  }

  .inner-img {
    min-height: 250px;
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title.white {
    font-size: 1.6em;
  }

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

  .footer-div {
    align-items: center;
    width: 100%;
    padding-bottom: 80px;
  }

  .header-social-icon {
    margin-left: 10px;
  }

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

  .full-width-image-section.para-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 125px;
  }

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

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 12px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

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

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

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

  .h2 {
    text-align: center;
  }

  .h2.b-30 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }

  .h2.white {
    text-align: left;
    font-size: 26px;
    line-height: 36px;
  }

  .h3-large.b-30 {
    font-size: 38px;
  }

  .footer-logo {
    width: 160px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    text-align: left;
    font-size: 14.5px;
    line-height: 25px;
  }

  .comments {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .comment-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
  }

  .comment-column._2 {
    margin-right: 0;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-size: 14.5px;
  }

  .single-comments {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

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

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

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .background-image {
    min-height: 400px;
  }

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

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

  .content-section._0l {
    margin-top: 30px;
    margin-left: 0;
  }

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

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

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

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

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

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

  .service-nav {
    padding-top: 12px;
  }

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-ban-head {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 20px;
  }

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

  .contact-div-block {
    min-height: 200px;
  }

  .text-block, .contact-page-link {
    font-size: 16.5px;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--white) 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 30px 10px;
  }

  .button-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-container.middle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

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

  .lb-img {
    height: 120px;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

  .button {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.email {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

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

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

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

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

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.dark {
    width: auto;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .container-2 {
    width: 85%;
  }

  .container-2.z {
    width: 95%;
  }

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .h3-heading {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .expertise__item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar__brand {
    text-align: left;
    padding: 0;
    font-size: .5px;
    font-weight: 400;
  }

  .navbar__content-wrapper {
    background-color: var(--white);
  }

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

  .heroimgsection {
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .main-container-2 {
    padding-left: 6em;
    padding-right: 5em;
  }

  .h1.hero {
    width: 90%;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 29px;
  }

  .h1.bigger {
    margin-bottom: 20px;
  }

  .scroll-item {
    width: 100%;
  }

  .blue-section.svs {
    margin-top: 30px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .svs-grid {
    padding-bottom: 0;
  }

  .svs-div.db, .svs-div.lc, .svs-div.pr, .svs-div.svs, .svs-div.he, .svs-div.awc {
    height: 250px;
  }

  .svs-div.bathroom {
    background-image: linear-gradient(#0009, #0009), url('../images/WhatsApp-Image-2026-03-23-at-10.23.04-2.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: flex-start;
    height: 250px;
  }

  .svs-div.regrouting {
    background-image: linear-gradient(#0009, #0009), url('../images/WhatsApp-Image-2026-03-23-at-10.23.09-2.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    min-height: 250px;
  }

  .svs-div.tile-repaires {
    background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-03-23-at-10.23.08-6.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .svs-div.floor {
    background-image: linear-gradient(#0009, #0009), url('../images/WhatsApp-Image-2026-03-23-at-10.23.06-5.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .subtext.svs {
    text-align: left;
    padding-left: 10px;
    position: relative;
  }

  .svs-txt-block.he {
    opacity: 1;
    background-color: #222121;
    position: relative;
  }

  .hover-txt {
    padding: 10px;
  }

  .mini-gal {
    grid-template-columns: 1fr;
    min-height: 700px;
  }

  .container-3.container-fluid {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .container-3.container-fluid.left {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
  }

  .h3-text {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

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

  .primary-btn {
    width: 100%;
    margin-top: 20px;
  }

  .primary-btn.black {
    width: 100%;
  }

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

  .h1-2.white {
    font-size: 28px;
  }

  .h1-2.white.smaller {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .body-div-2.contact {
    width: 90%;
    padding: 30px 10px 20px;
  }

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

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

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

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

  .h2-div {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 18px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .right-div-2.form {
    width: auto;
  }

  .left-contact {
    width: 100%;
  }

  .h2-wrapper._10l {
    padding-left: 10px;
  }

  .imgdiv.home1, .imgdiv.home2 {
    height: 250px;
  }

  .imgdiv.svs, .imgdiv.svs2, .imgdiv.bt, .imgdiv.g, .imgdiv.tr, .imgdiv.ft {
    width: 100%;
    height: 300px;
  }

  .nav-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    display: block;
  }

  .insta-feed {
    margin-top: 30px;
    margin-right: 20px;
  }

  .instagram-feed {
    width: 100%;
    margin-left: 20px;
  }

  .list-2 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .list-2._3col, .bullet-grid, .text-img-grid {
    grid-template-columns: 1fr;
  }

  .img-section {
    margin-top: 30px;
    margin-right: 20px;
  }

  .img-section.svs {
    margin-top: 30px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

#w-node-acc93b0f-ad7b-303a-b924-3f124c29adfa-3a13e29d, #w-node-e6d52ac9-5e9c-cd7d-4907-b7af8cf2e6bf-3a13e29d, #w-node-_950c2fb7-4787-17a0-94cb-e0914ea2e994-3a13e29d, #w-node-_30608bd6-9085-d37c-b1f5-536a9a804984-3a13e29d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4a30c7d6-473c-e573-0c9a-e4c79e174404-3a13e29d, #w-node-fb24eb95-2f89-d05c-f40f-eb7b53de6b3c-3a13e29d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfdfd296-ef3b-5084-368c-11b69b222025-3a13e29d, #w-node-bfdfd296-ef3b-5084-368c-11b69b222031-3a13e29d, #w-node-bfdfd296-ef3b-5084-368c-11b69b22203b-3a13e29d {
  align-self: center;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
  place-self: start;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-3a13e2a0, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-3a13e2a0, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-3a13e2a0, #w-node-b0b8f46c-144c-f8cb-6e8a-70c289d43a7c-3a13e2a1, #w-node-b2a43253-1a72-9fb5-c22c-ef7d46f8ff82-3a13e2a1, #w-node-d1c90cb6-3cc6-3dca-5f93-e1b4ee7fb666-3a13e2a1, #w-node-_883f01f3-93f7-8621-3d54-f4781ee40d6f-3a13e2a1, #w-node-d0a063bf-8d61-a15b-698c-4ea8d400d570-3a13e2a1, #w-node-c63bfbf2-d678-45ad-8d19-160badb6fdc8-3a13e2a1, #w-node-a03066a1-165c-a136-5762-0db9f2a88ef0-3a13e2a1, #w-node-_73f4b322-8452-e650-bf86-4a1bbc397421-3a13e2a1, #w-node-_6746614d-deed-c2ae-923e-6835f96e6747-3a13e2a1, #w-node-a0c1c4a2-13f9-c10c-23d7-829d203ce205-3a13e2a1, #w-node-_80f0f2a4-c3bc-80be-f758-aa1fd4cfad43-3a13e2a1, #w-node-_2e088beb-0ece-69e3-8cba-a8152781e180-3a13e2a1, #w-node-_89144651-3178-da6b-ced8-eb645a953ee7-3a13e2a1, #w-node-_0b5f5673-e9a2-e837-5222-480dcf2fd40b-3a13e2a1, #w-node-f2a132a2-8ca6-e729-f724-96e9bde78f2a-3a13e2a1, #w-node-_966a5ce6-05db-cf66-53d9-d96f3cd80897-3a13e2a1, #w-node-ef9dcb1b-3101-9da3-ca44-698be9dc052b-3a13e2a1, #w-node-_32f2589f-29f3-d8a3-4450-e1b0ab825c47-3a13e2a1, #w-node-_6f8bacd2-950e-eab7-2ed9-aeadf37212dd-3a13e2a1, #w-node-_95823fb2-7903-8612-c2f7-b91e7e67b817-3a13e2a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a263d5a8-9e4d-bf56-ff18-61208f80e320-9af5ecbc, #w-node-eff166af-7b7b-c9e6-6568-b1f602aea26c-fa74ea39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-acc93b0f-ad7b-303a-b924-3f124c29adfa-3a13e29d, #w-node-e6d52ac9-5e9c-cd7d-4907-b7af8cf2e6bf-3a13e29d, #w-node-_950c2fb7-4787-17a0-94cb-e0914ea2e994-3a13e29d, #w-node-_30608bd6-9085-d37c-b1f5-536a9a804984-3a13e29d {
    grid-column: span 1 / span 1;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-acc93b0f-ad7b-303a-b924-3f124c29adfa-3a13e29d, #w-node-e6d52ac9-5e9c-cd7d-4907-b7af8cf2e6bf-3a13e29d, #w-node-_950c2fb7-4787-17a0-94cb-e0914ea2e994-3a13e29d, #w-node-_30608bd6-9085-d37c-b1f5-536a9a804984-3a13e29d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center start;
  }

  #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-3a13e2a0, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-3a13e2a0, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-3a13e2a0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a263d5a8-9e4d-bf56-ff18-61208f80e320-9af5ecbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
    justify-self: start;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-eff166af-7b7b-c9e6-6568-b1f602aea26c-fa74ea39 {
    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 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 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 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 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 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 Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}