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

@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --primary-green: #4ba663;
}

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

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 80px;
  display: block;
}

.section.green {
  background-color: #eef2ee;
}

.section.dark-green {
  background-color: #213326;
}

.section.weather {
  padding-left: 0;
  padding-right: 0;
}

.large-text {
  color: #000;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.large-text.white {
  color: #fff;
}

.large-text.white.set-width {
  width: 65%;
}

.large-text.grey {
  color: #343434;
}

.large-text.centered {
  text-align: center;
}

.large-text.medium {
  font-weight: 500;
}

.small-text {
  color: #000;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: visible;
}

.small-text.white {
  color: #fff;
}

.small-text.white.button {
  color: #fff;
  letter-spacing: -.3px;
  font-weight: 400;
}

.small-text.white.button.secondary {
  color: #000;
  font-weight: 500;
}

.small-text.grey {
  color: #343434;
}

.small-text.centered {
  text-align: center;
}

.heading-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.set-width-1 {
  letter-spacing: -1.3px;
  border: 1px #000;
  width: 100%;
  font-weight: 500;
}

.heading-2 {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

.heading-2.white {
  color: #fff;
}

.heading-3 {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
}

.heading-3.white {
  color: #fff;
}

.heading-3.margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
}

._4px-spacer {
  width: 4px;
  height: 4px;
}

._8px-spacer {
  width: 8px;
  height: 8px;
}

._12px-spacer {
  width: 12px;
  height: 12px;
}

._16px-spacer {
  width: 16px;
  height: 16px;
}

._20px-spacer {
  width: 20px;
  height: 20px;
}

._28px-spacer {
  width: 28px;
  height: 28px;
}

._36px-spacer {
  width: 36px;
  height: 36px;
}

._40px-spacer {
  width: 40px;
  height: 40px;
}

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

.navbar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block {
  width: 100%;
}

.navbar-no-shadow {
  z-index: 1;
  position: static;
  top: -1px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #eef2ee;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
  position: static;
  top: -1px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  bottom: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: box-shadow .2s;
}

.nav-link:hover {
  color: #000000bf;
  box-shadow: inset 0 -3px 0 -1px #4ba663;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 0;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-2 {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 25%;
  display: flex;
}

.div-block-3 {
  background-color: #eef2ee;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 80px;
  display: flex;
  position: relative;
}

.social-media-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image {
  width: 17px;
  height: 17px;
}

.image-2 {
  width: 17px;
}

.image-3 {
  width: 18px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

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

.image-4 {
  width: 22px;
  height: 22px;
}

.body {
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.main-button {
  background-color: var(--primary-green);
  color: #fff;
  border-radius: 3px;
  width: 10.3rem;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 9px 14px;
  text-decoration: none;
  transition: background-color .2s, margin .2s, padding .15s;
}

.main-button:hover {
  background-color: #51b26a;
  margin-top: 0;
  margin-bottom: 6px;
  padding-right: 10px;
}

.main-button.nav {
  width: 9.8rem;
  padding-left: 12px;
  padding-right: 12px;
}

.main-button.nav:hover {
  padding-right: 8px;
}

.main-button.secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  width: 10rem;
}

.div-block-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small-text-2 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.small-text-2.button-text {
  color: #fff;
  margin-right: 10px;
}

.image-5, .image-5.black-arrow {
  width: 10px;
}

.image-6 {
  margin-bottom: 0;
  position: relative;
  bottom: 22px;
}

.div-block-6 {
  background-image: url('../images/Frame-129-1.png');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-section {
  background-image: linear-gradient(#0003, #0003), url('../images/image2-1-3-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 150px 80px 90px;
  display: flex;
  position: relative;
  top: -59px;
}

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

.div-block-7 {
  width: 20px;
  height: 20px;
}

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

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

.image-7 {
  width: 28px;
}

.section-description {
  background-color: #e6e6e680;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.section-description.white {
  background-color: #fff;
}

.testimonial-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 48px;
  width: 100%;
}

.testimonial-block {
  background-color: #eef2ee;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 38px 16px 16px;
  display: flex;
  position: relative;
}

.testimonial-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-9 {
  background-color: var(--primary-green);
  border-radius: 3px;
  padding: 12px;
  position: absolute;
  inset: -24px auto auto 12px;
}

._60p-spacer {
  width: 60px;
  height: 60px;
}

._48px-spacer {
  width: 48px;
  height: 48px;
}

.div-block-10 {
  height: 7rem;
  overflow: auto;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  width: 100%;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-block {
  background-color: #fff;
  border-bottom: 12px solid #4ba663;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.image-8, .image-9, .image-10, .image-11, .image-12 {
  height: 48px;
}

.about-us-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

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

.about-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-13 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.div-block-12 {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #666666b3;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 12px;
  position: static;
  inset: auto 0% 0% auto;
}

.past-work-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-14 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 20rem;
}

.div-block-13 {
  background-image: url('../images/image5-2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 16rem;
}

.div-block-13.image-1 {
  background-image: url('../images/image7-2-1.jpeg');
}

.div-block-13.image-2 {
  background-image: url('../images/IMG_0913.jpeg');
}

.div-block-13.image-4 {
  background-image: url('../images/IMG_0914.jpeg');
}

.div-block-13.image-5 {
  background-image: url('../images/IMG_8298-1.png');
}

.div-block-13.image-7 {
  background-image: url('../images/image4-3-1.png');
}

.div-block-13.image-8 {
  background-image: url('../images/c0a2296a-a9d8-43f3-b648-790008eba5ae.jpeg');
}

.div-block-13.image-9 {
  background-image: url('../images/64a1e4eb-2363-4ebf-ab60-d3db87731ed9.jpeg');
}

.image-15 {
  background-image: url('../images/image5-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.quote-process-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

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

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

.quote-process-block {
  background-color: #eef2ee;
  border-radius: 6px;
  padding: 16px;
}

.image-16 {
  background-image: url('../images/image1-2-1.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.process-image {
  background-image: url('../images/image1-1-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 1900px;
  display: flex;
}

.accordion {
  background-color: #fff;
  border: 1px #c2c2c2;
  border-radius: 6px;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  background-color: #fff;
  border: 0 #000;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.accordion_panel {
  color: #000;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.paragraph-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.service-area-grid {
  grid-template-rows: auto;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field, .text-field-2 {
  margin-bottom: 20px;
}

.text-field-3 {
  margin-bottom: 28px;
}

.text-field-4 {
  margin-bottom: 20px;
}

.text-field-5 {
  color: #fff;
  background-color: #29402f;
  border: 1px #000;
  border-radius: 3px;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 16px;
  transition: padding .2s, background-color .2s;
}

.text-field-5:hover {
  background-color: #314c38;
  padding-left: 16px;
  padding-right: 8px;
}

.text-field-5:focus {
  color: #fff;
  background-color: #314c38;
  padding-left: 16px;
}

.text-field-5:focus-visible, .text-field-5[data-wf-focus-visible], .text-field-5::placeholder {
  color: #fff;
}

.form-button {
  background-color: var(--primary-green);
  color: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  transition: background-color .2s, margin .2s;
}

.form-button:hover {
  background-color: #51b26a;
  margin-top: 0;
  margin-bottom: 6px;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-17 {
  width: 100px;
  height: 100px;
}

.image-18 {
  height: 16px;
}

.div-block-16 {
  background-image: url('../images/image5-2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-area-image {
  background-image: url('../images/Frame-127.png');
  background-position: 50%;
  background-size: cover;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  line-height: 30px;
}

.div-block-17 {
  display: none;
}

.header-wrapper {
  overflow: hidden;
}

.div-block-19 {
  z-index: 2;
  position: sticky;
  top: -1px;
}

.text-span {
  display: none;
}

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

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #000;
  text-decoration: none;
  transition: background-color .2s;
}

.link:hover {
  color: #323232;
}

.grid-9 {
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .large-text {
    font-size: 22px;
    line-height: 30px;
  }

  .small-text {
    font-size: 20px;
    line-height: 28px;
  }

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

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .navbar-no-shadow {
    margin-bottom: 0;
  }

  .navbar-no-shadow-container {
    padding: 0 100px;
    position: relative;
  }

  .nav-link {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-3 {
    padding: 16px 100px;
  }

  .image {
    width: 24px;
    height: 24px;
  }

  .image-2 {
    width: 22px;
  }

  .image-3 {
    width: 24px;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

  .body {
    font-size: 20px;
    line-height: 26px;
  }

  .main-button {
    width: 12.2rem;
  }

  .main-button.nav, .main-button.secondary {
    width: 12rem;
  }

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

  .image-5 {
    width: 10px;
  }

  .image-6 {
    width: 75px;
    bottom: 33px;
  }

  .div-block-6 {
    width: 80px;
  }

  .hero-section {
    background-image: linear-gradient(#0000, #0000), url('../images/image2-1-4.jpg');
    padding: 159px 100px 110px;
  }

  .testimonial-block {
    padding: 44px 20px 28px;
  }

  .div-block-9 {
    top: -28px;
    left: 20px;
  }

  .div-block-10 {
    height: 9rem;
  }

  .service-block {
    padding: 28px;
  }

  .div-block-12 {
    padding: 20px;
  }

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

  .div-block-13 {
    overflow: clip;
  }

  .div-block-13.image-1 {
    height: 22rem;
  }

  .div-block-13.image-2 {
    width: 100%;
    height: 22rem;
  }

  .div-block-13.image-3 {
    width: auto;
    height: 22rem;
  }

  .div-block-13.image-4, .div-block-13.image-5 {
    width: 100%;
    height: 22rem;
  }

  .div-block-13.image-7, .div-block-13.image-8, .div-block-13.image-9 {
    height: 22rem;
  }

  .quote-process-block {
    padding: 20px;
  }

  .process-image {
    background-image: url('../images/image1-1-1-2.jpg');
  }

  .paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }

  .text-field-5 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    overflow: clip;
  }

  .text-field-5:hover {
    padding-left: 20px;
  }

  .form-button {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 28px;
  }

  .footer-link {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-16 {
    background-image: url('../images/image5-1-1.jpg');
  }

  .div-block-20 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .link {
    color: #000;
    text-decoration: none;
    transition: background-color .2s;
  }

  .link:hover {
    color: #323232;
  }
}

@media screen and (min-width: 1440px) {
  .section, .section.green {
    padding-left: 120px;
    padding-right: 120px;
  }

  .large-text {
    font-size: 26px;
    line-height: 34px;
  }

  .large-text.white.set-width {
    width: 70%;
  }

  .small-text {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-1 {
    font-size: 55px;
    line-height: 65px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .navbar-no-shadow-container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-3 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .main-button {
    border-radius: 6px;
    width: 14.5rem;
    padding: 12px 16px;
  }

  .main-button.nav {
    width: 14.4rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-button.nav:hover {
    padding-right: 12px;
  }

  .main-button.secondary {
    width: 13.7rem;
  }

  .image-5 {
    width: 12px;
  }

  .image-6 {
    width: 85px;
  }

  .hero-section {
    background-image: linear-gradient(#00000040, #00000040), url('../images/image2-1-3-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 90vh;
    padding: 90px 120px 0;
    top: -68px;
  }

  .section-description {
    border-radius: 6px;
    padding: 12px 20px;
  }

  .div-block-10 {
    height: 10rem;
  }

  .service-block {
    border-bottom-width: 16px;
  }

  .div-block-12 {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .div-block-13.image-1, .div-block-13.image-2, .div-block-13.image-3, .div-block-13.image-4, .div-block-13.image-5, .div-block-13.image-7, .quote-process-block, .process-image, .accordion, .accordion_header {
    border-radius: 12px;
  }

  .accordion_panel {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .paragraph-text {
    font-size: 20px;
    line-height: 30px;
  }

  .text-field-5 {
    border-radius: 6px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-field-5:hover {
    padding-left: 24px;
    padding-right: 16px;
  }

  .form-button, .footer-link {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-16 {
    border-radius: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding: 140px 220px;
  }

  .section.green {
    padding-left: 220px;
    padding-right: 220px;
  }

  .large-text {
    font-size: 32px;
    line-height: 44px;
  }

  .small-text {
    font-size: 30px;
    line-height: 42px;
  }

  .heading-1 {
    font-size: 65px;
    line-height: 75px;
  }

  .heading-2 {
    font-size: 55px;
    line-height: 65px;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 55px;
  }

  ._8px-spacer {
    width: 12px;
    height: 12px;
  }

  ._12px-spacer {
    width: 16px;
    height: 16px;
  }

  ._16px-spacer {
    width: 20px;
    height: 20px;
  }

  ._20px-spacer {
    width: 24px;
    height: 24px;
  }

  ._28px-spacer {
    width: 32px;
    height: 32px;
  }

  ._36px-spacer {
    width: 40px;
    height: 40px;
  }

  ._40px-spacer {
    width: 44px;
    height: 44px;
  }

  .navbar-no-shadow-container {
    padding-left: 220px;
    padding-right: 220px;
  }

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

  .nav-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .div-block-2 {
    padding-left: 27%;
  }

  .div-block-3 {
    padding-left: 120px;
    padding-right: 220px;
  }

  .image {
    width: 30px;
    height: 30px;
  }

  .image-2 {
    width: 28px;
  }

  .image-3 {
    width: 30px;
  }

  .image-4 {
    width: 30px;
    height: 30px;
  }

  .main-button {
    width: 18rem;
    padding: 16px 20px;
  }

  .main-button:hover {
    padding-right: 12px;
  }

  .main-button.nav {
    width: 16.5rem;
  }

  .main-button.secondary {
    width: 17rem;
  }

  .main-button.secondary:hover {
    padding-right: 12px;
  }

  .image-5, .image-5.black-arrow {
    width: 16px;
  }

  .image-6 {
    width: 110px;
  }

  .hero-section {
    height: 100vh;
    padding: 60px 220px 0;
    top: -90px;
  }

  .hero-text-wrapper {
    max-width: none;
  }

  .div-block-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-7 {
    width: 40px;
  }

  .section-description, .section-description.white {
    border-radius: 12px;
  }

  .grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-13.image-1, .div-block-13.image-2, .div-block-13.image-3, .div-block-13.image-4, .div-block-13.image-5 {
    height: 28rem;
  }

  .div-block-13.image-7 {
    width: 100%;
    height: 28rem;
  }

  .div-block-13.image-8, .div-block-13.image-9 {
    height: 28rem;
  }

  .accordion_wrapper {
    max-width: none;
  }

  .accordion_header {
    padding: 20px 28px;
  }

  .paragraph-text {
    font-size: 26px;
    line-height: 36px;
  }

  .text-field-5 {
    margin-bottom: 28px;
  }

  .footer-link {
    font-size: 30px;
    line-height: 42px;
  }

  .code-embed, .code-embed-2, .code-embed-3, .code-embed-4 {
    width: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .large-text.white.set-width {
    text-align: left;
    width: 80%;
  }

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

  .heading-1.white.set-width-1 {
    text-align: left;
    width: 100%;
    font-size: 35px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-4 {
    font-size: 1px;
  }

  .navbar-no-shadow {
    background-color: #fff;
    border-bottom: 1px solid #eef2ee;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .navbar-no-shadow-container {
    border-bottom-width: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    padding-left: 28px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .div-block-2 {
    padding-left: 0%;
  }

  .div-block-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-6 {
    bottom: auto;
  }

  .div-block-6 {
    display: none;
  }

  .hero-section {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/image2-1-3-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-10 {
    height: 8.4rem;
  }

  .about-us-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

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

  .quote-process-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .accordion_header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-16 {
    background-image: url('../images/image5-2.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 6px;
    width: 100%;
    height: 100%;
  }

  .header-wrapper.bottom {
    display: none;
  }

  .text-span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .large-text.white.set-width {
    width: 100%;
  }

  .large-text.white.centered {
    text-align: center;
  }

  .small-text.white {
    width: auto;
  }

  .heading-1.white.set-width-1 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-2.centered {
    text-align: center;
  }

  .navbar-no-shadow-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    background-color: #fff;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
    padding-left: 0;
    list-style-type: none;
  }

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

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

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

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 12px;
  }

  .hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .icon {
    color: #000;
  }

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

  .about-us-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

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

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

  .process-image {
    height: 25rem;
  }

  .paragraph-text {
    font-size: 12px;
    line-height: 20px;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-16 {
    height: 35rem;
  }

  .code-embed, .code-embed-2 {
    width: 16px;
  }

  .list-item, .list-item-2 {
    margin-left: 0;
    list-style-type: none;
  }

  .list-item-3 {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .list-item-4 {
    margin-left: 0;
    list-style-type: none;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 28px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

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

  .line {
    background-color: #eef2ee;
    width: 100%;
    height: 1px;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.weather {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .large-text {
    color: #000;
    font-size: 16px;
    line-height: 22px;
  }

  .small-text {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-1 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-1.white.set-width-1 {
    font-size: 8.5vw;
    line-height: 10vw;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2.centered {
    letter-spacing: -.5px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .navbar-no-shadow-container {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

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

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

  .main-button {
    width: 8.7rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-button:hover {
    padding-right: 8px;
  }

  .main-button.secondary {
    width: 8.4rem;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-trust-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-description {
    padding: 6px 10px;
  }

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

  .div-block-13, .div-block-13.image-1, .div-block-13.image-2, .div-block-13.image-7 {
    height: 20rem;
  }

  .accordion_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-field-5 {
    margin-bottom: 12px;
  }

  .text-field-5.message-field {
    padding-bottom: 48px;
  }

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

  .div-block-16 {
    height: 27rem;
  }

  .div-block-20 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
}

#w-node-_47b612fc-5164-f6b7-3f6c-87ff7cd89436-5ea0aef2, #w-node-_3fc19f55-a6ed-5a35-1dfd-0e68b60a6606-5ea0aef2, #w-node-b647d685-7a1b-1c86-3ca3-e143d572056d-5ea0aef2, #w-node-b647d685-7a1b-1c86-3ca3-e143d572056f-5ea0aef2, #w-node-_7f718b08-14b3-dc74-6435-7b2a6862c476-5ea0aef2, #w-node-_7f718b08-14b3-dc74-6435-7b2a6862c48a-5ea0aef2, #w-node-_1c0eeaa6-4568-29d0-caab-7e8f0a901859-5ea0aef2, #w-node-_1c0eeaa6-4568-29d0-caab-7e8f0a90185b-5ea0aef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9c0ff3d3-f118-0ddd-0d1b-0e9590572536-5ea0aef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}