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

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

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

:root {
  --black: #1f1f1f;
  --transparent: #fff0;
  --white: white;
  --blue: #0c89bf;
  --primary: #4e4e4e;
  --50-blue: #0c89bf80;
  --10-blue: #0c89bf1a;
  --white-smoke: #f0f0f0;
}

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

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

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

.hero {
  background-image: linear-gradient(180deg, var(--transparent) 10%, #0000004d 38%, #0000 80%), linear-gradient(to bottom, #00000080, #00000080), url('../images/bath_352483674.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  min-height: 740px;
  padding-bottom: 100px;
  display: flex;
}

.nav-section {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navbar {
  background-color: var(--transparent);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-link {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

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

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

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

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

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

.nav-link.w--current {
  color: var(--blue);
  transition-property: none;
}

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

.dropdl {
  background-color: var(--blue);
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
}

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

.dropdl.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.dropdown-list {
  color: #ce9595;
}

.dropdown-list.w--open {
  background-color: var(--black);
  color: var(--white);
  margin-top: 32px;
}

.dropdown-toggle {
  color: var(--black);
  padding: 15px 35px 15px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--blue);
  background-color: #0000;
}

.hero-div-mid {
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.banner-heading {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

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

.hero-button {
  background-color: var(--blue);
  width: 48%;
  color: var(--white);
  border-radius: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 8px #00000080;
}

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

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 2fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.hero-icon-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.button-links {
  border: 2px solid var(--white);
  background-color: var(--50-blue);
  color: #fff;
  border-radius: 40px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  text-decoration: none;
  transition: background-color .2s;
}

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

.hero-side-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 26px;
  display: flex;
}

.hero-side-button-social {
  width: 100%;
  height: 100%;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.banner-button-text {
  font-size: 16px;
}

.banner-sub-heading {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
}

.service-boxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  height: 350px;
  margin-top: -80px;
  display: grid;
}

.svs-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.svs-box:hover {
  margin-top: -30px;
}

.svs-box.box1 {
  background-image: url('../images/bathroom.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.svs-box.box1:hover {
  margin-bottom: 0;
}

.svs-box.box2 {
  background-image: url('../images/djmason-gallery-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
}

.svs-box.box3 {
  background-image: url('../images/djmason-gallery-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.svs-txt {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 14px;
  display: flex;
}

.svs-txt-head {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

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

._2x1.testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 350px;
  display: grid;
}

.h1 {
  border-bottom: 4px solid var(--blue);
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 48px;
}

.h1.left {
  text-align: left;
}

.h1.small {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 44px;
}

.txt {
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.txt.testi-txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 3.25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 50%;
  display: grid;
}

.txt.hww {
  border: 1px solid var(--50-blue);
  background-color: var(--10-blue);
  height: 100%;
  margin-top: -30px;
}

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

.img.home1 {
  background-image: url('../images/bathroom_872202853.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img.home2 {
  background-image: url('../images/djmason-gallery-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img.home3 {
  background-image: url('../images/djmason-gallery-8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img.plumbing {
  background-image: url('../images/plumbing_1992577860.webp');
  background-position: 80%;
}

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

.img.bathroom {
  background-image: url('../images/bathroom_872202853.webp');
  background-position: 50%;
}

.img.plumbing2 {
  background-image: url('../images/plumbing_216282910.webp');
  background-position: 50%;
}

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

.content-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.testi-head {
  width: 90%;
  color: var(--black);
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
}

.testi-quote {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.testi-quote-mark-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
  display: flex;
}

.testi-quote-mark-right {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
  display: flex;
}

.testimonials-button {
  text-align: center;
  padding-left: 0%;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

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

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

.testimonial-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.testi-div-left {
  background-color: #6fcf0066;
  border-top-right-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 240px;
  height: 100%;
  display: none;
}

.testi-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.testimonial-section {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.home-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.home-section._0b {
  background-color: var(--white-smoke);
  padding-bottom: 0;
}

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

._2x3._20p {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.content-break {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.call-to-action {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.how-we-woirk-4x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-top: 30px;
  display: grid;
}

.hww-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.box-icon {
  background-color: var(--blue);
  border-radius: 60px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  position: relative;
}

.hww-icons {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 35px;
  display: flex;
}

.hww-bottom {
  background-color: var(--blue);
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 20px;
}

.hww-txt {
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
}

.hww-button {
  background-color: var(--blue);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
}

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

.hww-divide {
  width: 100%;
}

.hww-boxes-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-p {
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}

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

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

.txt-top {
  border-right: 3px solid var(--50-blue);
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.txt-top._0r {
  border-right-width: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
}

.cta {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.line {
  background-color: var(--50-blue);
  border-radius: 20px;
  width: 60%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-div {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.cta-link {
  color: var(--blue);
  font-size: 45px;
  text-decoration: none;
}

.h2 {
  border-bottom: 4px solid var(--blue);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 38px;
  line-height: 48px;
}

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

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

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

.footer-div {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 800px;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.txt-footer {
  background-color: var(--blue);
  text-align: center;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  min-width: 350px;
  height: 350px;
  min-height: 350px;
  display: flex;
}

.bottom-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.txt-footer-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  text-align: center;
  border-radius: 300px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 350px;
  min-width: 350px;
  height: 350px;
  min-height: 350px;
  display: grid;
}

.button-links-footer {
  border: 2px solid var(--white);
  width: 60px;
  height: 60px;
  color: var(--black);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-links-footer:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.social-footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-name {
  color: var(--white);
  margin-top: 10px;
}

.co-logo-link {
  margin-right: auto;
  padding-bottom: 0;
}

.home-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.home-link.w--current {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-div {
  width: 90%;
}

.how-we-work {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 0 3px 6px 2px #0000004d;
}

.how-we-work._0t {
  margin-top: 0;
}

.how-we-work.small {
  margin-top: 20px;
  padding: 30px;
  box-shadow: 0 2px 6px #0000004d;
}

.hww-head {
  width: 90%;
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.hww-icon {
  line-height: 36px;
}

.small-heading {
  border-bottom: 4px solid var(--50-blue);
  text-align: left;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
}

.hww-more-2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.hww-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.hww-img.boiler {
  background-image: url('../images/boiler_416131696.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hww-img.bathroom {
  background-image: url('../images/djmason-gallery-4.webp');
  background-position: 50%;
}

.hww-img.plumbing {
  background-image: url('../images/djmason-gallery-7.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hww-img.svs {
  background-image: url('../images/plumbing_227980864.webp');
}

.hww-img.boiler3 {
  background-image: url('../images/boiler_380903133.webp');
}

.hww-img.bathroom2 {
  background-image: url('../images/bathroom_1710595416.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.stars {
  color: #fadd00;
  font-family: "Fa solid 900", sans-serif;
}

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

.footer-text {
  color: var(--black);
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

.list._0p {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30px, 30px) 2.25fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  transition: all .2s;
  display: grid;
}

.h3-icon {
  background-color: var(--blue);
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--white);
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  display: flex;
}

.bullet-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.bullet-heading._15 {
  font-size: 15px;
  line-height: 25px;
}

.ct-us {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

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

.h3-section {
  width: 100%;
}

.scroll-stopper {
  width: 100%;
  height: 0;
  position: relative;
  top: -180px;
}

.co-logo {
  width: 180px;
}

.mask {
  width: 100%;
}

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

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

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

.fs-cc-prefs_label {
  color: var(--primary);
  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;
  line-height: 24px;
}

.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;
  box-shadow: 0 0 5px 1px #0000004d;
}

.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(--blue);
  line-height: 20px;
}

.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(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.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: #0009;
  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(--blue);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  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;
}

.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 {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

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

.chat-section {
  background-color: var(--primary);
  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;
  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: var(--white);
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  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-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.button-div {
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.google-map {
  width: 100%;
}

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

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

.dd-icon {
  margin-right: 15px;
}

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

.blue-section._0b {
  background-color: var(--white-smoke);
  padding-bottom: 0;
}

.box-sub-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
}

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

.body-div {
  width: 90%;
}

.sub-heading {
  width: 100%;
  color: var(--blue);
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

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

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--10-blue);
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.tab-dropdown {
  border-bottom: 1px solid var(--10-blue);
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.faq-title {
  white-space: pre-wrap;
  font-weight: 700;
}

.tab-dropdown-container.w--open {
  background-color: var(--10-blue);
  padding: 20px;
  position: relative;
}

.tab-text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.tab-text._15b {
  margin-bottom: 15px;
}

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

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

.testimonials-container {
  border: 1px solid var(--white-smoke);
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 2px 5px 1px #0003;
}

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

.test-name {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.test-name._0b {
  margin-bottom: 0;
}

.google-reviews {
  width: 100%;
  margin-bottom: 0;
}

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

.trade-div {
  justify-content: space-between;
  width: 80%;
  max-width: 500px;
  height: 100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trade-logo {
  margin-left: 20px;
  margin-right: 20px;
}

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

@media screen and (min-width: 1280px) {
  .nav-link {
    font-size: 14px;
  }

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

  .hero-side-button, .hero-side-button-social {
    width: auto;
    height: auto;
  }

  .banner-button-text {
    width: auto;
    height: auto;
    display: inline-block;
  }

  ._2x1.testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: 350px;
    display: grid;
  }

  .testi-head {
    width: 90%;
    font-size: 30px;
  }

  .testi-div-left {
    background-color: var(--primary);
    width: 100%;
    min-width: 240px;
    display: flex;
  }

  .testi-text-div {
    max-width: 100%;
  }

  .hww-bottom {
    align-items: flex-start;
  }

  .cta {
    text-align: center;
    font-size: 30px;
  }

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

  .button-links-footer {
    justify-content: center;
  }

  .ct-us {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
  }

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

@media screen and (min-width: 1920px) {
  .h3-div {
    justify-content: flex-start;
    align-items: center;
  }

  .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) {
  .body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-section {
    padding-top: 20px;
    position: sticky;
  }

  .navbar {
    z-index: 999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    justify-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .contact-link {
    background-color: var(--black);
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    transition-property: none;
  }

  .contact-link:hover {
    background-color: var(--primary);
    color: var(--white);
  }

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

  .nav-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }

  .nav-link {
    text-align: center;
    transition-property: none;
  }

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

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

  .dropdl {
    color: var(--white);
    text-align: center;
    transition: all .2s;
  }

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

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

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

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

  .dropdown-toggle.w--open {
    background-color: var(--primary);
    color: var(--black);
  }

  .hero-div-mid {
    justify-items: center;
    margin-bottom: 30px;
  }

  .banner-heading {
    width: 100%;
  }

  .box-section {
    width: 100%;
    height: 100%;
  }

  .hero-grid {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

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

  .button-links.middle {
    margin-left: 15px;
    margin-right: 15px;
  }

  .service-boxes {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 20px;
    display: none;
  }

  .svs-box {
    height: 150px;
  }

  .svs-box:hover {
    margin-top: 0;
  }

  .svs-box.box1 {
    height: 150px;
  }

  .svs-box.box1:hover {
    margin-top: 0;
  }

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

  ._2x1.testimonials {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

  .txt.testi-txt {
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .img, .img.home3 {
    min-height: 500px;
  }

  .content-div {
    width: 90%;
  }

  .testi-head {
    text-align: center;
  }

  .testi-quote-mark-left, .testi-quote-mark-right {
    font-size: 25px;
  }

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

  .call-to-action {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    width: 100%;
    height: 100%;
  }

  .how-we-woirk-4x1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: none;
  }

  .hww-bottom {
    display: none;
  }

  .hww-boxes-container {
    width: 100%;
  }

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

  .txt-top {
    text-align: center;
    border-right-style: none;
    align-items: center;
    padding-right: 0;
  }

  .cta {
    font-size: 30px;
  }

  .cta-div {
    width: 90%;
  }

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

  .footer-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 90%;
    height: 100%;
    display: flex;
  }

  .txt-footer-map {
    grid-row-gap: 0px;
  }

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

  .testimonials-div {
    width: 95%;
  }

  .how-we-work {
    width: 100%;
  }

  .small-heading {
    margin-bottom: 20px;
  }

  .hww-more-2x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hww-more-2x1.rvs {
    flex-flow: column-reverse;
    display: flex;
  }

  .hww-img, .hww-img.boiler {
    min-height: 350px;
  }

  .menu-button {
    background-color: var(--10-blue);
    width: 100%;
    margin-top: 10px;
  }

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

  .icon-2 {
    color: var(--blue);
    text-align: center;
  }

  .footer-links {
    width: 100%;
    margin-top: 40px;
  }

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

  .slide {
    width: 100%;
  }

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

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

  .whatsapp-block {
    display: flex;
  }

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

  .whatsapp-container {
    background-color: var(--blue);
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .whatsapp-container:hover {
    background-color: var(--black);
  }

  .whatsapp-chat {
    display: none;
  }

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

  .lb-img {
    height: 150px;
  }

  .trade-div {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-section {
    position: static;
  }

  .banner-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .box-section {
    width: 100%;
  }

  .hero-button {
    padding-top: 15px;
    padding-bottom: 15px;
    transition-property: background-color;
  }

  .button-links {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    transition-property: background-color;
  }

  .hero-side-button, .hero-side-button-social {
    font-size: 22px;
    line-height: 22px;
  }

  .svs-box:hover {
    margin-top: 0;
  }

  .img, .img.home3 {
    min-height: 350px;
  }

  .testimonial-section {
    display: none;
  }

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

  .call-to-action {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    width: 100%;
    padding-bottom: 40px;
  }

  .hww-bottom {
    margin-bottom: 30px;
  }

  .txt-top {
    border-right-style: none;
    align-items: center;
    padding-right: 0;
  }

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

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

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

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

  .how-we-work {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hww-img, .hww-img.boiler {
    min-height: 300px;
  }

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

  .scroll-stopper {
    top: -180px;
  }

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

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

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

  .lb-img {
    height: 180px;
  }

  .testimonials-container {
    margin-bottom: 25px;
    padding: 25px;
  }

  .trade-div {
    max-width: 350px;
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 30px;
  }

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

  .hero-div-mid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .banner-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    height: 100%;
  }

  .button-links {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-links.middle {
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-side-button {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-side-button-social {
    font-size: 25px;
    line-height: 25px;
  }

  .banner-sub-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .img {
    min-height: 250px;
  }

  .img.home1 {
    margin-top: 20px;
  }

  .img.home3 {
    min-height: 250px;
  }

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

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

  ._2x3 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

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

  .call-to-action {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    padding-bottom: 90px;
  }

  .hww-bottom {
    margin-bottom: 20px;
  }

  .top-p, .txt-top {
    text-align: center;
  }

  .cta {
    font-size: 25px;
    line-height: 35px;
  }

  .line {
    width: 100%;
  }

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

  .h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .footer-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .txt-footer {
    border-radius: 0;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bottom-text {
    line-height: 18px;
  }

  .txt-footer-map {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .social-footer.middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .co-logo-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-we-work {
    margin-top: 20px;
    padding: 25px;
  }

  .small-heading {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .hww-more-2x1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .hww-img {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 250px;
  }

  .hww-img.boiler {
    min-height: 250px;
  }

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

  .footer-links {
    margin-top: 20px;
  }

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

  .scroll-stopper {
    top: -210px;
  }

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

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

  .button-div {
    flex-flow: column;
    margin-top: 0;
  }

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

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

  .box-sub-heading {
    font-size: 16px;
    line-height: 22px;
  }

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

  .lb-img {
    height: 160px;
  }

  .testimonials-container {
    margin-bottom: 20px;
    padding: 20px;
  }
}

#w-node-_1a54ecad-9466-8c35-33e3-c93306fadc1d-51aa2abb {
  justify-self: center;
}

#w-node-_26a44383-daff-ba35-abfb-ffdd17428c85-51aa2abb, #w-node-c9075679-4548-1408-99d7-750e101367d7-51aa2abb, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-51aa2abb, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-51aa2abb, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5295-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754b-51aa2abb {
  justify-self: center;
}

#w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754c-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6892c370-b30a-4648-10bd-8bb630576eb5-51aa2abb, #w-node-b0041845-0433-6587-3a92-46494a730ae6-51aa2abb, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-51aa2abb, #w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-51aa2abb, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-51aa2abb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-51aa2abb, #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39042-51aa2abb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ca1d52bc-d5b2-0919-d809-9b0f2fab7e8c-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a2f4688-51cc-4a62-00e1-687c82d37b59-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6a2f4688-51cc-4a62-00e1-687c82d37b5b-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_913ef6cb-916d-2ff4-c478-c9dd6b1a1839-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_913ef6cb-916d-2ff4-c478-c9dd6b1a183e-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6da541-3cb4-44f5-7f9a-4b08e985326d-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b6da541-3cb4-44f5-7f9a-4b08e9853272-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_787f44d2-d94f-d77a-040f-9537747c045c-51aa2abb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_787f44d2-d94f-d77a-040f-9537747c0461-51aa2abb, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-51aa2abb, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356f-51aa2abb, #w-node-_1fb053c5-dd99-1f68-b76a-e98202cfe311-51aa2abb, #w-node-_487be165-b487-cfe1-e59b-c1eb40537ff8-51aa2abb, #w-node-_1c53ed82-ac42-688e-e415-cd1c48fee89a-51aa2abb, #w-node-_8ac29365-22d3-d58b-bfd0-862508dc0219-51aa2abb, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-51aa2abb, #w-node-_71cdae11-d8f7-3e49-4579-1109c5ebfd8d-51aa2abb, #w-node-a75a3108-a715-410a-a793-ff0c0413664a-51aa2abb, #w-node-a75a3108-a715-410a-a793-ff0c0413664b-51aa2abb, #w-node-_2e6fcc71-bb9b-fca4-1b38-c44ce26d9edc-51aa2abb, #w-node-_2c8318f2-412b-8eee-ec00-9c13ca4ae93c-51aa2abb, #w-node-_9a495565-97a6-b1d5-cc5f-4e80012c9b0a-51aa2abb, #w-node-_7d13c127-aa5b-74aa-b94d-ec3d0020a2b5-51aa2abb, #w-node-af2bb473-a29a-d1e7-c98c-677f67def7da-51aa2abb, #w-node-af2bb473-a29a-d1e7-c98c-677f67def7db-51aa2abb, #w-node-af2bb473-a29a-d1e7-c98c-677f67def7f0-51aa2abb, #w-node-_8ace54bd-e847-d904-748c-17233d80905b-51aa2abb, #w-node-adacb658-b955-769a-9ddd-b1212f9b3dc9-51aa2abb, #w-node-f39f5e3e-0792-47be-89f9-da81567e3d37-51aa2abb, #w-node-af2bb473-a29a-d1e7-c98c-677f67def7f4-51aa2abb, #w-node-_47ec2e62-bf34-4b77-90ff-660b2792828d-51aa2abb, #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f4-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f5-b65ff7f1, #w-node-_420db9e0-0a9d-4c0e-00f4-526f0a8ec707-b65ff7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-3a0fe48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-3a0fe48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-3a0fe48e, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-3a0fe48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-3a0fe48e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-3a0fe48e, #w-node-_7c6572fe-5927-0793-7167-5d323e5cfc51-3a0fe48e, #w-node-c9a9a6ca-bcfa-dd2c-d43d-306a3409a00e-3a0fe48e, #w-node-_0e0bd129-2c80-316e-5c04-18b235221256-3a0fe48e, #w-node-_78d11009-86f6-bb97-aabc-6edb31ae973c-3a0fe48e, #w-node-f0ccad85-fa9a-87a8-df8f-f493f176c54b-3a0fe48e, #w-node-_9fb28be1-1703-6c77-a668-22506f1bb05e-3a0fe48e, #w-node-_16539863-717e-b28f-54b9-ce21ec865e8b-3a0fe48e, #w-node-_20aa4fb6-fc04-31e7-8980-d14dcf74b400-3a0fe48e, #w-node-_154c2ada-78d3-e949-4121-4ebd775356f9-3a0fe48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39042-3a0fe48e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b7578998-9fc8-bca8-0d60-2da43e850be3-3a0fe48e, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-3a0fe48e, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-3a0fe48e, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a2-3a0fe48e, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-0178f4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-0178f4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-0178f4d8, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-0178f4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56eb490e-1544-536e-2139-77c42fd569ee-0178f4d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56eb490e-1544-536e-2139-77c42fd569ef-0178f4d8, #w-node-_56eb490e-1544-536e-2139-77c42fd56a23-0178f4d8, #w-node-_7aef1107-86e7-3516-1e65-bad3489e6e17-0178f4d8, #w-node-_3c15baf6-f55f-8829-72b4-ff798bcce5aa-0178f4d8, #w-node-_22265be3-f311-48c5-e520-3b5b413d403c-0178f4d8, #w-node-ea7a705a-5b48-6fa2-69ab-03c6e3637828-0178f4d8, #w-node-_0a44048c-5a3e-70f3-57d5-e26b74dd8f59-0178f4d8, #w-node-_56f3a8c9-0ac8-0d47-d852-2abcf81ba02c-0178f4d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56eb490e-1544-536e-2139-77c42fd56a25-0178f4d8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_56eb490e-1544-536e-2139-77c42fd56a26-0178f4d8, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-0178f4d8, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-0178f4d8, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a2-0178f4d8, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-e83497e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-e83497e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e61f9eb6-a723-3410-a88e-4cd2c9939947-e83497e3, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-e83497e3, #w-node-ccae66e9-b12a-bd78-8354-b2011561bf02-e83497e3, #w-node-da9d126f-f83d-420c-2a1a-9ad44339f3c5-e83497e3, #w-node-_3f5eb73e-961c-d7b8-0ce9-fecf0996146b-e83497e3, #w-node-_9203e938-7634-4a0b-a76c-e0c5cca5b375-e83497e3, #w-node-e1c055fc-325d-cf1a-623b-ca45a6ad7037-e83497e3, #w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-e83497e3, #w-node-d1a12b19-9e72-8397-484f-effa2f038237-e83497e3, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a2-e83497e3, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-80c8b658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-80c8b658 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-80c8b658, #w-node-_278d739d-966d-899a-db59-6e26bef1fd0d-80c8b658, #w-node-_3d2f01e9-2f55-89a9-72c8-6aed757bb74b-80c8b658, #w-node-_60f01dfd-e9af-2097-fcb2-233f5b74f9df-80c8b658, #w-node-_1cbe1b0e-030f-7920-9a60-d2c523c0b636-80c8b658, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a2-80c8b658, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-92ed3c1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-92ed3c1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-92ed3c1c, #w-node-_322a65cb-30e1-46de-81d7-038b9c8db543-92ed3c1c, #w-node-_1d75283b-4c45-5680-1edc-abd1a005e00a-92ed3c1c, #w-node-c62b197c-bec3-fc7b-de6c-bf1a9d2cbcaa-92ed3c1c, #w-node-_5843f6ea-5a73-4677-4033-3913cfc6f9bc-92ed3c1c, #w-node-eb8f8166-9a51-8344-d22c-08bf1a993718-92ed3c1c, #w-node-aa1e8edf-10fd-838d-312a-26f1545e45ab-92ed3c1c, #w-node-bb72317f-a0fc-77eb-fa18-2001de6e445f-92ed3c1c, #w-node-_6bd71f97-b3cb-43f8-2b6f-00c627d2268f-92ed3c1c, #w-node-c3ab5ea4-94df-874b-678f-4c797bf7309c-92ed3c1c, #w-node-ce717ff5-454e-dbd6-3b50-74ffb4eadfc2-92ed3c1c, #w-node-bff2f733-76d0-be87-7b88-3d6766aec5ff-92ed3c1c, #w-node-_9ae3b2d4-4e27-8839-e7bb-90a901f0882b-92ed3c1c, #w-node-eca449cd-f7be-85d5-f5b6-245ed6f28815-92ed3c1c, #w-node-_4fd2bca3-61ce-e3b5-c0fb-323a54d62327-92ed3c1c, #w-node-_0ff0831c-7b43-0129-461f-2d8ce40b83f8-92ed3c1c, #w-node-_2fc92d0c-218f-f8e2-4a3d-15f2f6b85be8-92ed3c1c, #w-node-_8c3b4d36-d873-c4ff-0a2d-3c74083af2f9-92ed3c1c, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a2-92ed3c1c, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-9d6d911a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-9d6d911a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-9d6d911a, #w-node-db031724-58f8-84c0-e77d-e886f2a39040-9d6d911a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39043-9d6d911a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db031724-58f8-84c0-e77d-e886f2a39044-9d6d911a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec3203f5-e49d-2ac8-3a1d-d77c1bfc356e-9d6d911a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ac29365-22d3-d58b-bfd0-862508dc0219-9d6d911a, #w-node-_4591672b-ad82-c89c-ffe8-4e64a7a9b9f0-9d6d911a, #w-node-f44fcba6-0918-6d05-38ef-eb51368176af-9d6d911a, #w-node-_0e1b2327-2032-d8a7-3cce-52839d62f4f5-9d6d911a, #w-node-_6979aa15-a7ea-2cb9-eced-2d5c7613cf61-9d6d911a, #w-node-_6077a5c0-c248-bdb2-83d5-9fdfbf8e98c7-9d6d911a, #w-node-_19edc930-48a7-bdeb-3e2c-85d28c3c8024-9d6d911a, #w-node-_5f057118-4460-3008-ab27-284bee23c3b0-9d6d911a, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a2-9d6d911a, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-90c7b1e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-90c7b1e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-90c7b1e8, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-464bd418 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-464bd418 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-464bd418, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-69ff3251, #w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-69ff3251, #w-node-_48be4f67-3fa8-24af-7075-c8aeb16911f0-b65af8e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-b65af8e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e86d4071-2c60-cd1d-e1e2-7faf88e8357b-b65af8e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_47ec2e62-bf34-4b77-90ff-660b27928290-51aa2abb, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a5-3a0fe48e, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a5-0178f4d8, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a5-e83497e3, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a5-80c8b658, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a5-92ed3c1c, #w-node-_81f98153-ae2d-5315-7d80-d815f59ee7a5-9d6d911a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1a54ecad-9466-8c35-33e3-c93306fadc1d-51aa2abb {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b528e-51aa2abb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-51aa2abb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-51aa2abb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754b-51aa2abb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_5e00289f-f31b-4abf-7e75-37df2fc067f0-51aa2abb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db031724-58f8-84c0-e77d-e886f2a39042-51aa2abb {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b7578998-9fc8-bca8-0d60-2da43e850be3-51aa2abb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b0d781d-8ffb-9b64-52b7-c2a3384134b4-384134b2 {
    place-self: end center;
  }

  #w-node-db031724-58f8-84c0-e77d-e886f2a39042-3a0fe48e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b7578998-9fc8-bca8-0d60-2da43e850be3-3a0fe48e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56eb490e-1544-536e-2139-77c42fd56a25-0178f4d8 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_56eb490e-1544-536e-2139-77c42fd56a26-0178f4d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a54ecad-9466-8c35-33e3-c93306fadc1d-51aa2abb {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-d12cadeb-1f12-8f20-2421-9937be2b5291-51aa2abb, #w-node-d12cadeb-1f12-8f20-2421-9937be2b5294-51aa2abb, #w-node-_4f4ff0be-f979-b3f1-ab64-46e0e2e8754b-51aa2abb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-51aa2abb {
    justify-self: center;
  }

  #w-node-_413f9428-39ab-85e4-e0b6-4290b65ff7f5-b65ff7f1, #w-node-_420db9e0-0a9d-4c0e-00f4-526f0a8ec707-b65ff7f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-3a0fe48e, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-0178f4d8, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-e83497e3, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-80c8b658, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-92ed3c1c, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-9d6d911a, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-90c7b1e8, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-464bd418, #w-node-_4fc702f6-4447-0c52-2542-8ec7ba1012d4-b65af8e0 {
    justify-self: center;
  }
}


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