:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  align-self: center;
  font-family: Jacques Francois, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.herosection {
  aspect-ratio: 16 / 9;
  background-image: url('../images/weth_27_A_man_and_a_Woman_who_are_cleaning_a_staircase_3480e26b-3a72-4de5-a2a4-c6f3aed47d0f-1.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
  bottom: -5px;
}

.container {
  float: none;
  clear: none;
  object-fit: fill;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 157px;
  padding-right: 157px;
}

.navbar {
  z-index: 5000;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: rgba(255, 255, 255, .8);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -69px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.contentwrapper {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: block;
}

.textwrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.h1 {
  color: rgba(255, 255, 255, .8);
  letter-spacing: -1.6px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-family: Jacques Francois, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 52px;
  display: block;
}

.paragraph {
  color: rgba(255, 255, 255, .9);
  align-self: center;
  width: 100%;
  margin-top: -6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jacques Francois, sans-serif;
  font-size: 14px;
}

.paragraph.p2 {
  color: #050d02;
  align-self: flex-start;
  width: auto;
  font-size: 16px;
}

.quick-stack {
  flex: 0 auto;
  order: 0;
  align-self: center;
  height: 100%;
}

.quick-stack.container {
  float: none;
  object-fit: fill;
  border-radius: 0 0 25px 25px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 157px;
  padding-right: 157px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.focus {
  color: #fff;
}

.contact-button {
  color: #050d02;
  background-color: #5aec8b;
  border-radius: 5px;
  align-self: flex-start;
  margin-top: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ncontact-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #050d02;
  background-color: #5aec8b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 140px;
  height: 36px;
  margin-top: 11px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.body {
  background-color: #cde6f2;
}

.container-2 {
  width: auto;
  height: 1251px;
  margin-left: 0;
  margin-right: 0;
}

.aboutus {
  width: 100%;
  height: 1250px;
  margin-top: 20px;
}

.aboutus.quick-stack {
  height: 100%;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2 {
  border-radius: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.heading {
  color: #050d02;
  letter-spacing: -1.6px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  font-family: Jacques Francois, sans-serif;
  display: flex;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #050d02;
}

.image {
  border-radius: 25px;
  align-self: flex-start;
  width: 90%;
  min-width: 90%;
  height: auto;
  min-height: 90%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-container {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: 0;
  display: flex;
}

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

.secondbutton.contact-button {
  background-color: #87cbeb;
}

.services {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 80px 30px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.services.aboutus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding-right: 0;
  display: block;
}

.services.container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 157px;
  padding-right: 157px;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  min-width: 100%;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-family: Jacques Francois, sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current, .gallery-link.heading.w--current {
  font-weight: 400;
}

.gallery-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  margin-left: 0;
  padding-left: 0;
  display: grid;
}

.gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  z-index: 5000;
  border-radius: 25px;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.gallery-image-text {
  pointer-events: auto;
  color: #f5f7fa;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-family: Jacques Francois, sans-serif;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.cell-4 {
  padding-right: 0;
}

.paragraph-2 {
  color: #f5f7fa;
  font-size: 16px;
  position: relative;
  top: -200px;
  bottom: 0%;
  left: 16px;
  right: 16px;
}

.container-4 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.paragraph-3 {
  color: #f5f7fa;
  background-color: rgba(0, 0, 0, .34);
  border-radius: 5px;
  font-family: Jacques Francois, sans-serif;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 16px;
  right: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.paragraph-4 {
  width: auto;
  height: auto;
  margin-top: -14px;
  margin-bottom: 14px;
  font-family: Jacques Francois, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.paragraph-4.staircase-p, .paragraph-4.window-p, .paragraph-4.solar-p, .paragraph-4.office-p, .paragraph-4.home-p {
  margin-bottom: 26px;
  font-size: 16px;
}

.container-5 {
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block {
  float: none;
  background-color: rgba(90, 236, 139, .4);
  height: 2px;
  min-height: 2px;
  margin-top: 16px;
  display: flex;
  position: static;
}

.container-6 {
  aspect-ratio: auto;
  background-color: rgba(90, 236, 139, .4);
  border-radius: 100%;
  order: 0;
  align-self: auto;
  width: 70%;
  max-width: none;
  height: 2px;
  margin-top: 0;
  margin-left: 73px;
  display: flex;
  position: relative;
  top: -27px;
  left: -73px;
  right: 0;
}

.container-6.staircase {
  width: 0%;
}

.benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 157px;
  margin-right: 157px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-2 {
  text-align: left;
  font-family: Jacques Francois, sans-serif;
  font-weight: 400;
}

.container-7 {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  align-items: center;
  justify-items: center;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.container-9 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-2 {
  overflow-wrap: break-word;
  z-index: 1000;
  background-color: #f5f7fa;
  border-radius: 25px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fa-icons {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 82px;
}

.text-span {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 62px;
  display: flex;
}

.paragraph-5 {
  padding-top: 0;
  font-family: Jacques Francois, sans-serif;
  font-size: 16px;
}

.heading-3 {
  color: rgba(90, 236, 139, .4);
  text-align: left;
  padding-top: 0;
  padding-bottom: 24px;
}

.heading-4 {
  font-family: Jacques Francois, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 25px;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #cde6f2;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #cde6f2;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph-6 {
  margin-top: -6px;
}

.services2 {
  background-color: #cde6f2;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 80px 157px;
  display: flex;
  position: relative;
}

.stacking_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 65%;
  max-width: 100%;
  display: flex;
}

.div-block-3 {
  background-color: #f5f7fa;
  border: 1px solid rgba(90, 236, 139, .4);
  border-radius: 25px;
  flex-flow: column;
  height: 20rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-3.card_staircase {
  margin-bottom: 8rem;
}

.div-block-3.card_window {
  margin-bottom: 6rem;
  top: 8rem;
}

.div-block-3.card_solar {
  margin-bottom: 4rem;
  top: 10rem;
}

.div-block-3.card_office {
  margin-bottom: 2rem;
  top: 12rem;
}

.div-block-3.card_home {
  margin-bottom: 0;
  top: 14rem;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 20rem;
  padding: 0;
}

.heading-5 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Jacques Francois, sans-serif;
  font-weight: 400;
}

.image-2 {
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 0;
  display: block;
}

.cell-5 {
  background-image: url('../images/weth_27_A_man_and_a_Woman_who_are_cleaning_a_staircase_3480e26b-3a72-4de5-a2a4-c6f3aed47d0f-1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  display: block;
}

.cell-5.image_staircase {
  background-image: url('../images/stairs.webp');
  background-position: 50%;
  background-size: cover;
}

.cell-5.image_window {
  background-image: url('../images/Window.webp');
}

.cell-5.image_solar {
  background-image: url('../images/solar.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.cell-5.image_office {
  background-image: url('../images/weth_27_white_background_with_shapes_with_color_hex_87CBEB_f2ddb3f5-5169-4ca1-9b78-a107e84fa02e.svg');
  background-position: 50% 100%;
}

.cell-5.image_house {
  background-image: url('../images/house2.webp');
  background-position: 50% 100%;
}

.cell-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
}

.contact {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 157px;
}

.contactcontainer {
  width: 100%;
  margin-left: 157px;
  margin-right: 157px;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.heading-6 {
  font-family: Jacques Francois, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-7 {
  margin-top: -6px;
  padding-top: 0;
  font-family: Jacques Francois, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  text-align: left;
  align-self: flex-start;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-2 {
  color: #f5f7fa;
  text-align: center;
  -webkit-text-stroke-color: #f5f7fa;
  width: auto;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-3 {
  align-self: center;
  width: auto;
  font-size: 16px;
}

.div-block-6 {
  background-color: rgba(90, 236, 139, .4);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.link {
  flex: 0 auto;
  align-self: center;
  font-family: Jacques Francois, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.link_phone {
  direction: ltr;
  color: #333;
  letter-spacing: 1.2px;
  text-transform: none;
  font-family: Jacques Francois, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-8, .paragraph-9 {
  font-family: Jacques Francois, sans-serif;
  font-size: 16px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.link_email {
  color: #333;
  font-size: 18px;
}

.div-block-8 {
  text-align: left;
  background-image: url('../images/Screenshot-2024-03-17-173138.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 50%;
  margin-left: 180px;
  padding-left: 0;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section {
  background-color: #f5f7fa;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: auto;
  padding: 80px 157px;
}

.container-12 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-9 {
  text-align: left;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.div-block-10, .div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-3 {
  padding-bottom: 16px;
}

.heading-7 {
  border-bottom: 1px solid rgba(90, 236, 139, .4);
  align-self: flex-start;
  width: auto;
  display: block;
}

.link-2 {
  color: #333;
  align-self: flex-start;
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 18px;
}

.div-block-12 {
  flex-flow: column;
  order: 0;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  display: flex;
}

.div-block-14 {
  align-self: center;
  width: 60%;
}

.paragraph-10 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-span-2 {
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 62px;
  display: flex;
}

.div-block-15 {
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  padding-top: 78px;
  padding-left: 157px;
  padding-right: 157px;
}

@media screen and (max-width: 991px) {
  .herosection {
    width: 100%;
    min-width: 100%;
    height: 55rem;
    min-height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h1 {
    font-size: 38px;
  }

  .quick-stack.container {
    padding: 0 80px;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .aboutcontainer.container {
    border-bottom: .5px solid #5aec8b;
    padding: 80px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image {
    order: 0;
    width: 100%;
    height: 100%;
  }

  .button-container {
    grid-column-gap: 0px;
    order: 1;
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    width: 100%;
  }

  .button.contact-button {
    order: -1;
    display: block;
  }

  .secondbutton.contact-button {
    order: 1;
    align-self: flex-start;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-grid {
    width: 100%;
  }

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

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

  .container-8 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
  }

  .text-span {
    justify-content: flex-start;
    align-items: center;
    font-size: 52px;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .heading-3 {
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 16px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .testimonial-slider-small {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-10 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .paragraph-6 {
    text-align: left;
  }

  .services2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .stacking_wrapper, .div-block-3.card_staircase, .quick-stack-3 {
    width: 100%;
  }

  .cell-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .contact {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-6 {
    min-width: 50px;
    min-height: 50px;
  }

  .div-block-8 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    height: 25rem;
    margin-top: 36px;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

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

  .div-block-14 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .services, .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .div-block-3.card_staircase, .div-block-3.card_window, .div-block-3.card_solar, .div-block-3.card_office, .div-block-3.card_home {
    height: 30rem;
  }

  .quick-stack-3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    height: 100%;
  }

  .cell-5.image_staircase {
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .cell-5.image_window, .cell-5.image_solar, .cell-5.image_office, .cell-5.image_house {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

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

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

@media screen and (max-width: 479px) {
  .nav-menu {
    z-index: 5000;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .8);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 300px;
    display: flex;
    position: relative;
    left: auto;
  }

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

  .navbar {
    width: 100%;
  }

  .h1 {
    font-size: 38px;
  }

  .quick-stack.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ncontact-button {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 20px;
    padding-left: 20px;
    display: flex;
    left: auto;
  }

  .aboutcontainer.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.h2 {
    font-size: 30px;
  }

  .nav-link-3 {
    margin-left: auto;
  }

  .secondbutton.contact-button {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

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

  .benefits {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-3 {
    padding-bottom: 32px;
  }

  .testimonial-slider-small {
    width: 100%;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .services2, .contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .div-block-8 {
    min-width: 100%;
  }

  .section {
    width: 100%;
  }

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

  .div-block-10, .div-block-11 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .icon {
    color: #5aec8b;
    -webkit-text-stroke-color: #5aec8b;
  }

  .menu-button {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: transparent;
  }

  .text-span-2 {
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_74b6cc66-aae3-0197-1900-00a1dcd60830-20ed0a60 {
  grid-template-rows: auto;
  grid-template-columns: 6.25fr;
}

#w-node-d24f3dd0-1e85-b895-ede2-f7d3f22886df-20ed0a60 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_841afec8-cca1-12dd-dd1e-05fa861d6b33-20ed0a60, #w-node-_13a9e3e2-81cf-8e72-4d53-c40da014aaad-20ed0a60, #w-node-c1b70bfd-6147-2193-5c2d-9b191313e42e-20ed0a60 {
  grid-area: Area;
}

#w-node-a26080f8-2f65-efd6-aa6b-2515c1734b56-20ed0a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a26080f8-2f65-efd6-aa6b-2515c1734b57-20ed0a60, #w-node-a26080f8-2f65-efd6-aa6b-2515c1734b5d-20ed0a60 {
  grid-area: Area;
}

#w-node-_86136fb3-e542-f79a-5756-7b3734acfbc8-20ed0a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86136fb3-e542-f79a-5756-7b3734acfbcf-20ed0a60 {
  grid-area: Area;
}

#w-node-_49acca3f-169f-49da-6ffa-6b4f2a51eff5-20ed0a60, #w-node-df78c7af-e33b-c316-f369-93a51707a193-20ed0a60, #w-node-_38dd22c5-e334-fcbe-c78a-56d2c1af4d36-20ed0a60, #w-node-a1751d3f-ac15-86cb-7e04-b3fcb2163d9e-20ed0a60, #w-node-bf810534-427a-affc-6fe0-8feb25c3a174-20ed0a60 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_74b6cc66-aae3-0197-1900-00a1dcd60831-20ed0a60 {
    grid-column: span 2 / span 2;
  }

  #w-node-d24f3dd0-1e85-b895-ede2-f7d3f22886df-20ed0a60 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49acca3f-169f-49da-6ffa-6b4f2a51eff5-20ed0a60 {
    grid-template-rows: 50%;
    grid-template-columns: 1fr;
  }

  #w-node-b9ebb5a8-fea6-710b-f41e-cad5c08dafc4-20ed0a60 {
    order: 9999;
  }

  #w-node-df78c7af-e33b-c316-f369-93a51707a193-20ed0a60, #w-node-_38dd22c5-e334-fcbe-c78a-56d2c1af4d36-20ed0a60, #w-node-a1751d3f-ac15-86cb-7e04-b3fcb2163d9e-20ed0a60, #w-node-bf810534-427a-affc-6fe0-8feb25c3a174-20ed0a60 {
    grid-template-rows: 50%;
    grid-template-columns: 1fr;
  }
}


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