:root {
  --brand-green: #3cb54a;
  --brand-dark-green: #297045;
  --brand-dark: #1c1c1c;
  --brand-green-alpha: #3cb54a3b;
}

.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: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #1c1c1c;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120px;
  font-weight: 800;
  line-height: 110px;
}

h2 {
  color: #1c1c1c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
}

h3 {
  color: #1c1c1c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

h4 {
  color: #1c1c1c;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

p {
  color: #1c1c1c;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

a {
  color: var(--brand-green);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

.maincontainer {
  width: 100%;
  max-width: 1260px;
  height: auto;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.maincontainer.dark {
  background-color: #1c1c1c;
}

.maincontainer.footer {
  width: 100%;
  max-width: 1260px;
}

.maincontainer.herocontent {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 87%;
  padding-left: 50px;
  display: flex;
}

.maincontainer.withflex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.maincontainer.no-margin {
  margin-top: 0;
}

.maincontainer.service-flex {
  display: flex;
}

.maincontainer.package-container.border {
  border: 10px solid var(--brand-green);
  padding: 24px;
}

.maincontainer.review-section.with-flex {
  justify-content: space-between;
  display: flex;
}

.maincontainer.side-by-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.maincontainer.with-flex {
  flex-direction: column;
  display: flex;
}

.maincontainer.about_us_page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.maincontainer.extra-padding {
  padding-bottom: 75px;
}

.stroketext {
  color: #fff0;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex: 1;
  align-self: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}

.swatch {
  width: 200px;
  height: 200px;
  display: inline-block;
}

.swatch._1 {
  background-color: var(--brand-dark);
}

.swatch._2 {
  background-color: var(--brand-green);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.swatch._3 {
  background-color: var(--brand-dark-green);
}

.swatch._4 {
  background-color: var(--brand-green-alpha);
}

.btn-container {
  background-color: #3cb54a;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 25px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.btn-container:hover {
  background-color: #278b33;
  box-shadow: 7px 7px 10px #0000001a;
}

.btn-container.ghost {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 2px;
  max-width: none;
}

.btn-container.ghost:hover {
  background-color: var(--brand-green);
}

.btn-container.ghost.bottom-grid {
  align-self: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
}

.btn-container.centered {
  justify-content: center;
  display: flex;
}

.btn-container.centered.extra-margin {
  width: 300px;
  margin-top: 16px;
}

.btn-container.centered.extra-margin.mobile-show {
  display: none;
}

.btn-container.more-reviews {
  flex: 0 auto;
  order: 1;
  align-self: center;
}

.btn-container.more-reviews.mobile {
  display: none;
}

.btn-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.body {
  filter: none;
  background-color: #fff;
}

.c-title-1 {
  color: #3cb54a24;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5%;
  padding-left: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 1em;
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-bottom {
  width: 100%;
  position: relative;
  inset: 37% auto 0% 0%;
}

.c-bg-container {
  text-transform: uppercase;
  width: 200%;
  max-width: 200%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% -36%;
}

.c-slide {
  width: 286px;
  min-width: 286px;
  height: 468px;
  min-height: 468px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.c-section {
  color: #000;
  background-color: #fff0;
  min-height: auto;
  padding-top: 8vh;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.c-arrow {
  color: #3b4f5a;
  cursor: pointer;
  border: 1px solid #3b4f5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

.c-arrow.cc-right {
  transform: rotate(180deg);
}

.c-arrow.cc-right:hover {
  border-color: var(--brand-dark);
  background-color: var(--brand-dark);
}

.c-slide_wrapper {
  cursor: pointer;
  height: 468px;
}

.c-slide_image {
  transition: all .5s;
  position: relative;
  transform: translate(0);
  box-shadow: 17px 17px 80px #002e5229;
}

.c-slide_image:hover {
  outline-color: var(--brand-dark-green);
  outline-offset: 3px;
  outline-width: 3px;
  outline-style: none;
  transform: scale(1.1);
  box-shadow: 7px 7px 20px #0000003b;
}

.c-slide_image.c-move-to-bottom {
  transition: all .5s;
}

.c-slider {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 468px;
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
  position: relative;
  left: 0;
}

.c-arrows-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 88px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: 490px;
  display: flex;
  position: relative;
  top: 67px;
  left: 124px;
}

.c-arrow_embed {
  width: 16px;
  height: 16px;
}

.c-custom-code {
  display: block;
}

.c-small-text {
  white-space: nowrap;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.c-title-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
}

.halfbg {
  background-color: var(--brand-green-alpha);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph {
  text-align: left;
}

.footersection {
  z-index: 100;
  background-color: var(--brand-dark);
  padding: 50px;
  position: relative;
}

.footer_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . Area"
                 ". . . ."
                 / .75fr .5fr 1fr 1fr;
}

.footercoltitle {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.footercollink {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footercollink:hover {
  color: var(--brand-green);
  text-decoration: underline;
}

.horizontalline-footer {
  background-color: #fff;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footertextnolink {
  color: #fff;
  font-size: 12px;
}

.whitetext {
  color: #fff;
}

.social-icon {
  padding-left: 8px;
  padding-right: 8px;
  transition: all .2s;
  display: inline-block;
}

.social-icon:hover {
  transform: scale(1.08);
}

.navigation {
  z-index: 100;
  position: relative;
}

.navwrapper {
  padding: 10px;
  display: flex;
}

.navlogowrap {
  flex: 0 auto;
}

.navlinkwrap {
  flex-direction: row;
  flex: 1;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.navlink {
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.navlink:hover {
  color: var(--brand-green);
}

.navlink.flex {
  align-items: center;
  height: 90%;
  display: flex;
  position: relative;
}

.navlink__text {
  color: var(--brand-dark);
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.navlink__text:hover {
  color: var(--brand-green);
}

.navcta {
  flex: 0 auto;
  order: 1;
  display: flex;
}

.navcta__button {
  align-self: center;
}

.navcta__phone {
  align-self: center;
  padding-right: 10px;
}

.navcta__phoneno {
  font-size: 2rem;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  transition: all .2s;
}

.navcta__phoneno:hover {
  color: var(--brand-dark-green);
}

.freequotecta {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.dropdownarrow {
  padding-left: 7px;
}

.navdropdownwrapper {
  background-color: #fff;
  flex: 0 auto;
  width: 415px;
  height: 225px;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 77px 0% 0%;
  box-shadow: 7px 7px 20px 10px #0000001a;
}

.navdropdownwrapper.about_dd {
  width: 200px;
  display: none;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
}

.dropdownitem__wrapper {
  padding: 5px;
}

.navdropdowntext__link {
  color: var(--brand-dark);
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.navdropdowntext__link:hover {
  color: var(--brand-green);
}

.leafshape {
  margin-bottom: 5px;
  margin-right: 4px;
}

.mobilemenubutton, .mobilemenu {
  display: none;
}

.hero-slider {
  height: 90vh;
}

.hero-slide {
  background-image: linear-gradient(to top, #000000e8, #fff0 48%), url('../images/heroImg.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
}

.slide-content {
  z-index: 10;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section.love-section {
  margin-top: 150px;
}

.section.fullreview {
  height: auto;
  padding: 16px;
}

.section.contentsection4 {
  padding-top: 0;
}

.section.cardsection {
  padding-top: 54px;
  padding-bottom: 56px;
}

.section.service-hero {
  background-image: linear-gradient(to top, #000000ba, #fff0 91%), url('../images/sodAfter-copy.jpg');
  background-position: 0 0, 50% 46%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.section.service-hero.aeration {
  background-image: linear-gradient(to top, #000000ba, #fff0 91%), url('../images/overheadTruck.jpg');
  background-position: 0 0, 50% 0;
}

.section.service-hero.sod-installation {
  background-image: linear-gradient(to top, #000000ba, #fff0 91%), url('../images/sodInstall_1.jpg');
  background-position: 0 0, 50% 16%;
}

.section.service-hero.mulching {
  background-image: linear-gradient(to top, #000000ba, #fff0 91%), url('../images/mulch-closeup.jpg');
  background-position: 0 0, 50% 0;
}

.section.service-hero.leaf-cleanup {
  background-image: linear-gradient(to top, #000000ba, #fff0 91%), url('../images/cleanupBefore.jpg');
  background-position: 0 0, 50% 100%;
}

.section.service-hero.lawn-care {
  background-image: linear-gradient(to top, #000000ba, #fff0 91%), url('../images/lawn_mowing.jpg');
  background-position: 0 0, 50% 100%;
}

.section.service-hero.lawn-reno {
  background-image: linear-gradient(to top, #000000ba, #fff0 91%), url('../images/aeration2_after.jpg');
  background-position: 0 0, 50% 40%;
}

.section.service-review {
  padding-top: 72px;
}

.section.service-review.extra-padding, .section.lawn-experts {
  margin-bottom: 32px;
}

.section.slider-section {
  object-fit: fill;
  margin-bottom: 0;
}

.section.extra_bottom_padding {
  padding-bottom: 75px;
}

.section.about-us {
  margin: 16px;
}

.section.service-area {
  background-image: linear-gradient(#3cb54a78, #3cb54a78), url('../images/overheadTruck.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 47px;
}

.heroheading {
  letter-spacing: 3px;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.right-arrow {
  display: none;
  inset: auto 0% 12% auto;
}

.left-arrow {
  display: none;
  inset: auto 4% 12% auto;
}

.vert-hero-text {
  font-size: 24px;
  line-height: 40px;
}

.vert-hero-text.whitetext {
  padding-left: 10px;
  padding-right: 10px;
}

.vertical-text {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 41% -13%;
  transform: rotate(-90deg);
}

.vertical-text.services-page {
  position: static;
  transform: none;
}

.hero-horizontal-line {
  background-color: #fff;
  width: 50px;
  height: 3px;
}

.arrowbox {
  border: 3px solid var(--brand-green);
  width: 50px;
  height: 50px;
  position: relative;
}

.arrow-icon {
  font-size: 20px;
  position: static;
}

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

.strokedcontent {
  border: 10px solid var(--brand-green);
  outline-offset: 0px;
  outline: 3px #555;
}

.strokedcontent_h3 {
  padding-bottom: 56px;
  padding-left: 35px;
  padding-right: 35px;
}

.strokedcontent_p {
  padding: 20px 35px;
  font-size: 24px;
}

._3colgridp {
  flex: 1;
  align-self: flex-start;
  padding-left: 29px;
  padding-right: 0;
  font-size: 24px;
  line-height: 40px;
}

.lovegrid_l {
  background-color: var(--brand-dark-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 900px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.lovegridl_h3 {
  padding: 28px 50px;
}

.lovegridl_h3.whitetext {
  padding: 0 133px 0 0;
}

.horizline_lovegrid {
  background-color: #fff;
  border: 0 solid #000;
  width: 75%;
  height: 8px;
}

.lovegridl_content {
  width: 85%;
}

.leafwhite {
  display: inline-block;
}

.boldcaps {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.boldcaps.whitetext {
  padding-left: 16px;
}

.boldcaps.gridr {
  padding-top: 5px;
  padding-left: 0;
  display: block;
}

.reasoncontainer {
  padding-top: 24px;
  padding-bottom: 24px;
}

.lovegrid_btnwrap {
  align-self: center;
  width: 85%;
}

.lovegridr_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.horizontalline100p {
  background-color: var(--brand-green);
  width: 100%;
  height: 8px;
  margin-top: 0;
}

.gridr_p {
  padding-top: 10px;
}

.gridr_item {
  flex: 0 auto;
  align-self: auto;
  padding-bottom: 0;
}

.fullreviewcontent {
  color: #fff;
  margin-right: -9px;
  padding-top: 2%;
  padding-right: 25%;
  font-size: 2vw;
  line-height: 1.75;
}

.fullreview_info {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.reviewsource {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 16px;
}

.reviewname {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
}

.fivestars {
  width: 150px;
  padding-top: 16px;
}

.tabbedmenu {
  width: 100%;
  color: var(--brand-dark);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.tabs {
  color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  padding-right: 16px;
  display: flex;
}

.tabcontent {
  flex: 0 auto;
  align-self: stretch;
  height: 100%;
}

.tablink {
  border-bottom: 0px solid var(--brand-green);
  width: 33%;
  color: var(--brand-dark);
  background-color: #ddd0;
  padding: 17px;
  transition: all .2s;
}

.tablink:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--brand-green);
}

.tablink.w--current {
  border-bottom: 6px solid var(--brand-green);
  width: 33%;
  color: var(--brand-dark);
  text-transform: none;
  background-color: #0000;
  border-radius: 0;
  padding: 16px;
  text-decoration: none;
}

.tabpane {
  height: 100%;
  padding-top: 0;
}

.tabtitle {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}

.tabgrid {
  place-content: stretch;
  place-items: stretch stretch;
  height: 100%;
  position: relative;
}

.tabgridr {
  background-color: #297045;
  border: 0 solid #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 16px;
  padding: 32px;
  display: flex;
}

.section3_h {
  color: var(--brand-dark);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  padding-bottom: 3rem;
  font-weight: 600;
}

.contentl-4 {
  background-color: var(--brand-dark-green);
  flex-direction: column;
  flex: 1;
  margin-bottom: 14px;
  padding: 40px;
  display: flex;
}

.contentl-4.bottom-grid {
  align-items: flex-start;
  width: 100%;
  padding: 70px;
}

.contentl-4.about-us {
  background-image: linear-gradient(#29704570, #29704570), url('../images/grass5.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 1000px;
}

.contentr-4 {
  position: relative;
}

.no1_badge {
  border: 10px solid var(--brand-green);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 38px;
  display: flex;
  position: static;
  inset: -7% 0% auto auto;
}

.badge-h3 {
  color: var(--brand-dark);
  text-align: left;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.4;
}

.badge-h3.about-us {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.24;
}

.contentl-p {
  color: #fff;
  margin-bottom: 40px;
}

.card-section {
  display: flex;
}

.card {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  width: 33%;
  height: 350px;
  margin-right: 16px;
  display: flex;
  box-shadow: 2px 2px 8px #0000003b;
}

.card-title {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  padding: 16px 74px;
  display: flex;
}

.text-block {
  text-align: center;
  align-self: center;
  padding-top: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

.card-info {
  background-color: var(--brand-dark-green);
  flex: 1;
  align-self: auto;
}

.card-info_p {
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
}

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

.tabp {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0%;
  font-size: 24px;
  line-height: 1.65;
}

.mobile-call-btn, .mobile-quick-quote, .mobile-services-slider, .slide-nav-2 {
  display: none;
}

.services-nav {
  z-index: 50;
  background-color: var(--brand-green);
  justify-content: space-around;
  width: 100%;
  height: 62px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.service-link {
  color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.service-link:hover {
  background-color: #2f8f3a;
  text-decoration: underline;
}

.service-link.w--current {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #2f8f3a;
  background-clip: border-box;
  text-decoration: underline;
}

.service-content-left {
  width: 33%;
}

.service-content-right {
  flex: 1;
}

.service-content-left-heading {
  font-size: 56px;
  line-height: 64px;
}

.service-content-contact {
  background-color: var(--brand-green-alpha);
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 54px;
}

.service-content-contact.service-page {
  padding: 40px;
}

.service-form--head {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
}

.service-form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.service-form-text-field.message {
  height: 200px;
}

.service-form {
  padding-top: 24px;
}

.service-form-btn {
  background-color: var(--brand-green);
  text-align: center;
  margin-top: 16px;
  padding: 16px 40px;
  font-size: 16px;
  line-height: 24px;
}

.service-rich-text {
  padding-left: 80px;
  line-height: 24px;
}

.service-rich-text p {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 40px;
}

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

.package-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  height: 625px;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.package-wrapper._1 {
  background-color: #eee;
}

.package-wrapper._2 {
  background-color: #3cb54a1c;
}

.package-wrapper._3 {
  background-color: var(--brand-green-alpha);
}

.package-wrapper._4 {
  background-color: #297045;
  height: auto;
  padding: 62px;
  position: relative;
}

.card-contents {
  flex: 1;
}

.card-head {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
}

.card-head.mosquito {
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.card-head.left-align {
  text-align: left;
  letter-spacing: 2px;
  padding-bottom: 8px;
  font-weight: 600;
}

.card-horiz-line {
  background-color: var(--brand-green);
  width: 120%;
  height: 5px;
  color: var(--brand-green);
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  margin-top: 8px;
  margin-left: -41px;
}

.card-horiz-line.mosquito {
  width: 100%;
  margin-left: 0;
}

.card-sub {
  text-align: center;
  text-transform: uppercase;
  padding-top: 16px;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 24px;
  line-height: 32px;
}

.card-sub.less-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.card-sub.mosquito {
  color: #fff;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.card-checks {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: stretch;
  margin-top: 24px;
  display: grid;
}

.card-checks.mosquito {
  grid-template-columns: .25fr 3fr;
}

.checkmark {
  width: 35px;
}

.checkmark.white {
  filter: brightness(100000%);
}

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

.check-text.mosquito {
  color: #fff;
}

.add-on-ghost {
  color: #ffffff21;
  font-size: 104px;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  inset: -5% auto auto -2%;
}

.package-section-header {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
}

.flex-center {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.service-review-wrap.with-flex {
  flex: 1;
  margin-bottom: 32px;
}

.service-review-info {
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.service-review-text {
  -webkit-text-fill-color: inherit;
  background-color: #efefef;
  background-clip: border-box;
  padding: 32px;
}

.review-name {
  flex: 1;
  padding: 16px;
  display: block;
}

.review-name-icon {
  background-color: var(--brand-green);
  border-radius: 500px;
  padding: 24px;
  display: inline-block;
}

.review-name-icon-text {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.review-name-text {
  font-size: 24px;
  line-height: 24px;
}

.review-five-stars {
  max-width: 80%;
  padding-top: 8px;
}

.service-review-p {
  margin-bottom: 0;
}

.horiz-bar {
  display: none;
}

.before-after-section {
  margin-bottom: 32px;
  padding-bottom: 0;
  overflow: hidden;
}

.green-bg-text {
  background-color: var(--brand-green);
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 62px;
  display: flex;
}

.green-bg-text.outline {
  border: 8px solid var(--brand-green);
  background-color: #0000;
}

.green-bg-text.dark {
  background-color: var(--brand-dark-green);
}

.green-bg-text-p {
  color: #fff;
  margin-bottom: 0;
  padding: 16px 0 0;
}

.green-bg-text-p.black {
  color: var(--brand-dark);
  line-height: 1.7;
}

.before-after-wrapper {
  width: 100%;
  margin-right: 16px;
}

.cta-block {
  justify-content: flex-end;
  display: flex;
}

.dark-bg-wrapper {
  background-color: var(--brand-dark-green);
  padding: 40px;
}

.dark-bg-wrapper._50_p {
  flex: 1;
}

.dark-bg-h4 {
  color: #fff;
}

.dark-bg-rt h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
}

.dark-bg-rt p {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.image-wrap {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.experts-section {
  background-color: var(--brand-dark-green);
  border-radius: 10px;
  display: flex;
}

.experts-left {
  flex: 1;
  padding: 32px;
}

.experts-right {
  flex: 1;
}

.experts-p {
  color: #fff;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 40px;
}

.experts-list {
  padding: 32px;
}

.experts-list-item {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 32px;
}

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

.card-head-3 {
  font-size: 48px;
  line-height: 1.2;
}

.content-l {
  background-color: var(--brand-green);
  border-radius: 10px;
  flex: 1;
  margin-right: 8px;
  padding: 24px;
}

.content-r {
  background-color: var(--brand-dark-green);
  border-radius: 10px;
  flex: 1;
  padding: 24px;
}

.advantages-head {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.advantages-block {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.advantages-block ul {
  padding-top: 8px;
  line-height: 32px;
}

.advantages-block li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

.card-container {
  display: flex;
}

.advantage-head {
  font-size: 40px;
  line-height: 3;
}

.content-wrap {
  display: flex;
  position: relative;
}

.overlap-l {
  border: 8px solid var(--brand-green);
  background-color: #fff;
  flex: 0 auto;
  width: 600px;
  padding: 48px;
  position: absolute;
  inset: -9% auto auto 0%;
}

.image-r {
  background-image: url('../images/sodAfter-copy.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  flex: 1;
  height: 600px;
}

.benefits-slider-wrap {
  flex-direction: column;
  justify-content: space-around;
  height: auto;
  display: flex;
  position: static;
}

.benefits-slider {
  background-color: #ddd0;
  height: 500px;
}

.benefits-slide-card {
  background-color: var(--brand-dark-green);
  border-radius: 10px;
  width: 33%;
  height: 500px;
  margin-right: 8px;
  padding: 40px;
}

.benefits-arrow {
  border: 1px solid #000;
  border-radius: 3000px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: block;
  position: absolute;
  inset: -122% 5% 0% auto;
}

.benefits-arrow.right {
  right: 0%;
}

.benefits-arrow-icon {
  color: var(--brand-dark);
}

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

.benefits-bullet {
  color: #fff;
  line-height: 32px;
}

.list-text {
  line-height: 1.6;
}

.lottie-container {
  display: none;
}

.full-grid-left {
  background-image: url('../images/fullReview-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 40px;
  display: flex;
}

.full-grid-left.bottom-grid {
  padding: 0;
}

.full-grid-left.about-us {
  background-image: linear-gradient(to bottom, var(--brand-dark-green), var(--brand-dark-green));
}

.full-page-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.tabbed-grid {
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-between;
  height: 1000px;
  padding: 16px;
  display: flex;
}

.full-grid-right-img {
  background-image: url('../images/5c91544f0b45a059c9e61a41_IMG_3336-1.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 16px;
  padding-top: 16px;
}

.full-grid-right-img.maintenance {
  background-image: url('../images/overheadTruck.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.full-grid-right-img.renovation {
  background-image: url('../images/5c7ea00981485a32632b2f23_Mulch3before-p-2000.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.imag-grid-full {
  background-image: url('../images/sodAfter-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imag-grid-full.about-us {
  background-color: var(--brand-green-alpha);
  background-image: url('../images/5c7dd0f74602dfa3cb735f66_family1.jpg');
  background-position: 50%;
  background-attachment: scroll;
  height: 600px;
}

.imag-grid-full.bottom-grid {
  background-image: url('../images/5c7ea01a0c28be4b99c86d33_Mulch3after-p-2000.jpeg');
  height: 500px;
}

.faqwrapper {
  border: 1px solid var(--brand-green);
  cursor: pointer;
  background-color: #3cb54a12;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 15px;
  transition: background-color .2s;
  display: block;
}

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

.faqquestion__text {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
}

.faqquestion__icon {
  background-color: var(--brand-green);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  padding: 15px 0;
  transition: background-color .2s;
  display: flex;
}

.faqquestion__icon:hover {
  background-color: var(--brand-dark-green);
}

.faqicon__open {
  color: #fff;
  font-size: 50px;
}

.faqanswer__wrapper {
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.faqanswer_p {
  padding-top: 10px;
  font-size: 18px;
}

.top-banner-image {
  background-image: linear-gradient(#3cb54a6e, #3cb54a6e), url('../images/grass5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: stretch;
  height: 30vh;
  display: flex;
}

.top-banner-head {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.contact-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
  display: grid;
}

.contact-content-l {
  background-image: linear-gradient(#3cb54aa6, #3cb54aa6), url('../images/aeration2_after.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.contact-content-r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.contact-content-p {
  text-align: center;
  background-color: #3cb54a24;
  margin-bottom: 0;
  padding: 32px;
  font-size: 16px;
  line-height: 40px;
}

.contact-block {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 18px;
  display: flex;
}

.contact-block-content {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.contact-block-content.hours {
  padding-bottom: 8px;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.contact-block-content.centered {
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact-block-content.centered.hidden-above-nobile {
  display: none;
}

.contact-block-content.hours-block {
  align-self: center;
  padding-top: 16px;
}

.icon-wrapper {
  background-color: var(--brand-green);
  flex: 0 auto;
  align-self: flex-start;
  padding: 16px;
  display: inline-block;
}

.hours-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: grid;
}

.contact-btn-top {
  color: #fff;
  flex: 1;
  padding: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.content-l-wrapper {
  border: 0 solid #fff;
  flex-direction: column;
  margin: 16px;
  padding: 32px;
  display: flex;
}

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

.team-image {
  flex: 1;
}

.stroketext_about {
  color: #fff;
}

.team-block {
  justify-content: center;
  display: flex;
}

.member-card {
  border: 0px solid var(--brand-green);
  background-color: #ffffff3b;
  border-radius: 30px;
  width: 30%;
  height: auto;
  margin: 16px;
  padding: 0;
  box-shadow: 1px 1px 20px #0000001a;
}

.member-image {
  border-radius: 30px 30px 0 0;
}

.member-info {
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.member-name {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 32px;
}

.member-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
}

.about-heading {
  font-size: 48px;
}

.fluid-h2 {
  font-size: 3vw;
}

.map-2 {
  filter: grayscale();
  margin-top: 0;
}

.map-2.bottom-grid {
  height: 100%;
}

.service-area {
  color: #fff;
  text-align: center;
  font-size: 4vw;
}

.contact-info {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
}

.logo-bottom-grid {
  max-width: 50%;
}

.banner-section {
  background-image: url('../images/grass5.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.no-padding {
  margin-top: 0;
}

.banner-text-white {
  color: #fff;
  text-align: center;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 64px;
}

.email-wrapper {
  color: var(--brand-dark);
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lawn-reno-rtf h4 {
  font-size: 32px;
  line-height: 40px;
}

.email {
  max-width: 80%;
  margin-top: 3px;
  padding-left: 6px;
}

.wait-text {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.days-text, .text-span-2 {
  color: var(--brand-green);
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

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

.text-block-4 {
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.c-1140 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.c-home2-b1-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-bottom: 5px;
  display: flex;
}

.c-home2-b1-3.c-home2-b1-2__center {
  margin-left: auto;
  margin-right: auto;
}

.list-3 {
  color: #fff;
  font-size: 18px;
}

.list-item-8 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-5 {
  color: #00ff51;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  font-size: 30px;
}

.list-item-9 {
  font-size: 16px;
  line-height: 30px;
}

.privacy_policy1 {
  font-size: 14px;
}

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

@media screen and (max-width: 991px) {
  ul {
    font-size: 16px;
    line-height: 32px;
  }

  .maincontainer {
    flex: 0 auto;
    margin-top: 17px;
    padding: 16px;
  }

  .maincontainer.herocontent {
    justify-content: flex-end;
  }

  .maincontainer.withflex {
    flex-direction: column;
  }

  .maincontainer.lesspadding {
    margin-top: 24px;
  }

  .maincontainer.service-flex.lawn-mowing, .maincontainer.review-section.with-flex {
    flex-direction: column;
  }

  .maincontainer.side-by-side {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .stroketext {
    font-size: 90px;
  }

  .stroketext.home-hero {
    flex: 0 auto;
  }

  .btn-container {
    padding: 15px;
  }

  .btn-container.centered.extra-margin {
    flex-direction: column;
    justify-content: center;
    width: 200px;
  }

  .btn-text {
    font-size: 16px;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-big-text.cc-bottom {
    display: none;
    bottom: 400px;
    right: -120px;
  }

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

  .c-slide {
    flex-direction: row;
    align-items: center;
    width: 50%;
    min-width: auto;
    height: auto;
    min-height: auto;
    display: inline-block;
  }

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

  .c-slide_wrapper {
    display: block;
  }

  .c-slide_image:hover {
    box-shadow: none;
    transform: none;
  }

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .c-slider {
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 0;
    display: block;
  }

  .c-arrows-wrapper {
    margin-top: 34px;
    margin-right: 44px;
    display: none;
  }

  .c-custom-code {
    display: block;
  }

  .c-small-text {
    top: 500px;
    left: 60px;
  }

  .c-title-2 {
    font-size: 40px;
  }

  .halfbg {
    height: 30vh;
  }

  .footer_grid {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . . ."
                         ". . . ."
                         ". . . Area";
  }

  .socialwrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation {
    z-index: 101;
  }

  .navwrapper {
    margin-top: 39px;
  }

  .navlinkwrap {
    display: none;
  }

  .navlinkwrap.mobile {
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
  }

  .navlink.flex {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .navlink__text.mobile {
    color: #fff;
    align-self: center;
    padding: 23px 0 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
  }

  .navcta {
    flex: 1;
    justify-content: flex-start;
  }

  .navcta__button {
    flex: 0 auto;
  }

  .navcta__phone {
    text-align: right;
    flex: 1;
  }

  .navcta__phoneno {
    font-size: 4vw;
  }

  .freequotecta {
    font-size: 2vw;
  }

  .dropdownarrow {
    order: 0;
    align-self: auto;
  }

  .dropdownarrow.mobile {
    padding-top: 13px;
    font-size: 16px;
  }

  .navdropdownwrapper {
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: #fff0;
    flex: 0 auto;
    align-self: auto;
    padding: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .navdropdownwrapper.about_dd {
    display: block;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .dropdownitem__wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    display: block;
  }

  .navdropdowntext__link {
    color: #fff;
    text-align: left;
    font-size: 18px;
    display: block;
  }

  .navdropdowntext__link:hover {
    color: #fff;
  }

  .leafshape {
    display: none;
  }

  .mobilemenubutton {
    z-index: 5;
    background-color: var(--brand-green);
    justify-content: center;
    align-items: center;
    height: 40px;
    max-height: 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menubutton {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    display: block;
  }

  .menubutton.closebutton {
    display: none;
  }

  .mobilemenu {
    z-index: 1;
    background-color: var(--brand-green);
    height: 100vh;
    margin-top: 40px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .servicedropdown {
    cursor: pointer;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .hero-slider {
    height: 85vh;
  }

  .slide-content {
    flex: 0 auto;
    justify-content: flex-end;
    height: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.love-section {
    margin-top: 0;
  }

  .section.fullreview {
    height: auto;
    padding: 8px;
  }

  .section.package-section {
    margin: 8px;
  }

  .section.service-area {
    padding: 32px;
  }

  .heroheading.whitetext {
    margin-bottom: 0;
    padding-right: 241px;
    font-size: 24px;
    line-height: 32px;
  }

  .right-arrow {
    inset: auto 0% 13% auto;
  }

  .left-arrow {
    inset: auto 9% 13% auto;
  }

  .vert-hero-text.whitetext {
    display: none;
  }

  .vertical-text {
    inset: 29% auto 0% 5%;
    transform: none;
  }

  .hero-horizontal-line {
    display: none;
  }

  ._3colgrid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .strokedcontent {
    border-width: 8px;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    display: flex;
  }

  .strokedcontent_h3 {
    padding: 0;
    font-size: 40px;
    line-height: 54px;
  }

  .strokedcontent_p {
    padding: 8px;
  }

  ._3colgridp {
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .lovegrid_l {
    background-color: var(--brand-dark-green);
    background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--brand-green), var(--brand-dark-green) 57%);
    height: auto;
  }

  .lovegridl_h3.whitetext {
    font-size: 40px;
    line-height: 48px;
  }

  .horizline_lovegrid {
    height: 6px;
  }

  .boldcaps.whitetext {
    font-size: 32px;
    line-height: 40px;
  }

  .boldcaps.gridr {
    color: var(--brand-dark-green);
    font-size: 32px;
    line-height: 40px;
  }

  .reasoncontainer {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lovegrid_btnwrap {
    padding-top: 32px;
  }

  .lovegridr_content {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
  }

  .horizontalline100p {
    display: none;
  }

  .gridr_p {
    color: var(--brand-dark);
  }

  .gridr_item {
    border: 2px solid var(--brand-green);
    background-color: #3cb54a1a;
    border-radius: 0;
    flex: 1;
    align-self: stretch;
    width: 47%;
    margin: 8px;
    padding: 16px;
  }

  .fullreviewcontent {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .tabtitle {
    line-height: 32px;
  }

  .tabgrid {
    padding-top: 10px;
  }

  .section3_h {
    font-size: 40px;
  }

  .contentl-4 {
    flex: 0 auto;
    padding-right: 40px;
  }

  .contentr-4 {
    flex: 0 auto;
    align-self: stretch;
  }

  .no1_badge {
    height: 400px;
    top: -9%;
    right: 0%;
  }

  .badge-h3 {
    font-size: 40px;
  }

  .badge-h3.about-us {
    font-size: 6vw;
  }

  .contentl-p {
    margin-bottom: 24px;
  }

  .card-section {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
  }

  .card {
    order: 1;
    align-self: auto;
    width: 47%;
    margin: 11px;
  }

  .textcontent {
    flex-direction: column;
  }

  .mobile-services-slider {
    display: none;
  }

  .mob-slider-wrap {
    background-color: #ddd0;
    height: auto;
  }

  .mob-slider-slide {
    width: 33%;
  }

  .mob-slider-content {
    padding: 8px;
  }

  .slide-nav {
    inset: auto 0% -10%;
  }

  .services-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .service-link {
    text-align: center;
    flex-direction: row;
  }

  .service-link-text {
    text-align: center;
    flex: 0 auto;
    order: 1;
    align-self: center;
  }

  .service-content-left {
    flex: 0 auto;
  }

  .service-content-left.service-page {
    flex: 0 auto;
    width: 100%;
  }

  .service-content-left-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .service-content-contact {
    padding: 16px;
  }

  .service-content-contact.service-page {
    padding: 24px;
  }

  .service-form--head {
    padding: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .service-rich-text {
    padding-left: 0;
  }

  .service-rich-text p {
    font-size: 16px;
    line-height: 32px;
  }

  .form {
    padding: 8px;
  }

  .package-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .package-wrapper._1 {
    height: auto;
    padding: 62px;
  }

  .package-wrapper._2 {
    justify-content: flex-start;
    height: auto;
    padding: 63px;
  }

  .package-wrapper._3 {
    height: auto;
    padding: 62px;
  }

  .card-head {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
  }

  .card-head.mosquito {
    text-align: left;
  }

  .card-horiz-line {
    width: 100%;
    margin-left: 0;
  }

  .card-sub {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .card-sub.less-padding {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-checks.mosquito {
    grid-template-columns: .25fr 3fr;
  }

  .checkmark {
    width: 30px;
  }

  .check-text {
    font-size: 20px;
  }

  .add-on-ghost {
    font-size: 62px;
    top: -5%;
    left: 0%;
  }

  .package-section-header {
    font-size: 32px;
  }

  .review-name-icon {
    padding: 16px;
  }

  .review-name-text {
    font-size: 24px;
  }

  .review-five-stars {
    width: 120px;
    max-width: 50%;
  }

  .beer-slider {
    padding-top: 0;
  }

  .cta-block {
    justify-content: center;
  }

  .dark-bg-rt h4 {
    margin-top: 16px;
    line-height: 24px;
  }

  .image-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .experts-heading {
    font-size: 38px;
  }

  .content-l {
    padding: 15px;
  }

  .content-r {
    padding: 16px;
  }

  .advantages-head {
    font-size: 24px;
  }

  .advantages-block li {
    line-height: 24px;
  }

  .card-container {
    flex-direction: row;
  }

  .advantage-head {
    font-size: 32px;
  }

  .content-wrap {
    flex-direction: column;
  }

  .overlap-l {
    flex: 1;
    width: auto;
    margin-bottom: 16px;
    position: static;
  }

  .image-r {
    background-position: 50%;
    background-size: cover;
    flex: 0 auto;
  }

  .benefits-slide-card {
    width: 50%;
  }

  .benefits-arrow {
    top: -114%;
    right: 10%;
  }

  .list-text {
    font-size: 24px;
  }

  .full-grid-left.bottom-grid {
    height: 500px;
  }

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

  .imag-grid-full.bottom-grid {
    display: none;
  }

  .faqquestion__wrap {
    height: 50px;
  }

  .faqquestion__text {
    font-size: 16px;
  }

  .faqicon__open {
    font-size: 40px;
  }

  .faqanswer__wrapper {
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .faqanswer_p {
    font-size: 16px;
    display: block;
  }

  .top-banner-image {
    flex-direction: row;
    align-items: center;
    height: 20vh;
  }

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .contact-content-l {
    border: 4px solid #fff;
    margin: 0;
    padding: 0;
  }

  .contact-content-p {
    line-height: 32px;
  }

  .contact-block-content.hours {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-block-content.centered, .contact-block-content.hours-block {
    font-size: 16px;
  }

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

  .contact-btn-top {
    text-align: center;
    align-self: center;
  }

  .member-card {
    width: 44%;
  }

  .about-heading {
    font-size: 40px;
  }

  .fluid-h2 {
    font-size: 5vw;
  }

  .service-area {
    font-size: 6vw;
  }

  .banner-text-white {
    font-size: 5vw;
  }

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

@media screen and (max-width: 767px) {
  ul {
    font-size: 16px;
    line-height: 32px;
  }

  .maincontainer.herocontent {
    padding-left: 0;
  }

  .maincontainer.service-flex {
    flex-direction: column;
  }

  .maincontainer.review-section {
    background-color: var(--brand-dark-green);
    background-image: linear-gradient(#0006, #0006), url('../images/grass5.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    align-items: center;
    height: 95vh;
    margin-bottom: -20px;
    display: flex;
  }

  .maincontainer.side-by-side {
    align-items: center;
  }

  .stroketext {
    font-size: 11vw;
  }

  .stroketext.mobile.sod {
    font-size: 10vw;
  }

  .btn-container.ghost {
    align-self: flex-end;
  }

  .btn-container.ghost.centered {
    align-self: center;
  }

  .btn-container.centered.extra-margin {
    flex: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    display: none;
  }

  .btn-container.centered.extra-margin.mobile-show {
    display: block;
  }

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

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -160px;
  }

  .c-slide {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-section {
    padding: 0 24px 40px;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-slide_image:hover {
    box-shadow: none;
    transform: none;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .c-small-text {
    z-index: 200;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-title-2 {
    font-size: 40px;
    line-height: 58px;
    position: static;
    inset: 0%;
  }

  .footersection {
    padding-top: 0;
  }

  .footercoltitle {
    padding-top: 33px;
    padding-bottom: 0;
  }

  .navlogowrap {
    width: 20vw;
  }

  .navcta {
    flex: 1;
    justify-content: flex-end;
    align-self: center;
  }

  .navcta__button {
    display: block;
  }

  .navcta__phone {
    display: none;
  }

  .navcta__phoneno {
    font-size: 24px;
  }

  .freequotecta {
    font-size: 16px;
  }

  .slide-content.service-page {
    justify-content: space-between;
  }

  .section.service-hero {
    height: 30vh;
  }

  .section.service-review.extra-padding {
    margin-bottom: 0;
  }

  .section.service-area {
    padding: 24px;
  }

  .heroheading.whitetext {
    padding-right: 108px;
    font-size: 4vw;
  }

  .right-arrow {
    bottom: 12%;
    right: 1%;
  }

  .left-arrow {
    bottom: 12%;
    right: 12%;
  }

  .vert-hero-text.whitetext {
    font-size: 16px;
  }

  .vertical-text {
    display: none;
    inset: 60% 0% auto 5%;
  }

  .hero-horizontal-line {
    height: 1px;
  }

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

  .strokedcontent {
    padding: 40px;
  }

  .strokedcontent_h3 {
    font-size: 48px;
    line-height: 62px;
  }

  .strokedcontent_p {
    padding-left: 0;
  }

  ._3colgridp {
    column-count: 1;
    padding: 8px;
  }

  .boldcaps.gridr {
    letter-spacing: 0;
    overflow: visible;
  }

  .gridr_item {
    flex: 0 auto;
    width: 100%;
  }

  .tabpane {
    padding-top: 0;
  }

  .tabtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .tabgrid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
    padding-top: 0;
  }

  .section3_h {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .contentl-4 {
    padding: 24px;
  }

  .no1_badge {
    height: 300px;
    padding: 24px;
  }

  .badge-h3 {
    font-size: 32px;
  }

  .badge-h3.about-us {
    font-size: 8vw;
  }

  .contentl-p {
    font-size: 16px;
    line-height: 1.5;
  }

  .card {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .image {
    max-width: 80%;
  }

  .textcontent {
    margin-top: 24px;
  }

  .tabp {
    padding-bottom: 0%;
    font-size: 16px;
    line-height: 1.5;
  }

  .mobile-call-btn {
    flex: 0 auto;
    order: -1;
    align-self: center;
    padding-right: 16px;
    display: block;
  }

  .mobile-quick-quote {
    padding-right: 16px;
    display: none;
  }

  .phone-icon {
    width: 40px;
  }

  .mail-icon {
    width: 60px;
  }

  .mob-slider-slide {
    width: 50%;
  }

  .right-arrow-2 {
    inset: 0% 0% 0% auto;
  }

  .services-nav {
    z-index: 10;
    object-fit: fill;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    height: 0;
    display: none;
    position: relative;
    inset: auto 0% -95%;
    overflow: hidden;
  }

  .service-link-text {
    padding: 6px;
  }

  .service-content-left {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .service-content-left.service-page {
    flex-direction: column;
  }

  .service-content-left-heading {
    flex: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 38px;
  }

  .service-content-contact {
    flex: 0 auto;
    display: none;
  }

  .service-content-contact.service-page {
    flex: 0 auto;
    padding: 16px;
    display: block;
  }

  .service-rich-text {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .card-head.left-align {
    padding-right: 49px;
  }

  .review-name-text {
    color: #fff;
    font-size: 16px;
  }

  .service-review-p {
    font-size: 24px;
    line-height: 1.7;
  }

  .horiz-bar {
    background-color: var(--brand-green);
    flex: 0 auto;
    width: 100%;
    height: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .before-after-section {
    margin: 8px;
  }

  .beer-slider {
    padding-bottom: 20px;
  }

  .green-bg-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .green-bg-text.outline {
    margin-top: 16px;
  }

  .before-after-wrapper {
    margin-bottom: -20px;
  }

  .image-wrap {
    display: none;
  }

  .experts-section {
    flex-direction: column;
  }

  .experts-list {
    padding-top: 0;
    padding-left: 56px;
  }

  .experts-list-item {
    font-size: 20px;
  }

  .experts-heading {
    font-size: 38px;
  }

  .content-l {
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .image-r {
    height: 400px;
  }

  .benefits-slider {
    height: 300px;
  }

  .benefits-slide-card {
    height: 100%;
    padding: 16px;
  }

  .benefits-arrow {
    width: 40px;
    height: 40px;
    top: -118%;
    right: 8%;
  }

  .benefits-arrow-icon {
    font-size: 16px;
  }

  .list-text {
    font-size: 16px;
    line-height: 24px;
  }

  .lottie-animation {
    width: 75px;
  }

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

  .full-grid-left {
    padding: 24px;
  }

  .full-grid-right-img {
    height: 300px;
    margin-top: 8px;
    padding-top: 0;
  }

  .imag-grid-full.about-us {
    height: 450px;
  }

  .faqquestion__wrap {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faqquestion__text {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
  }

  .faqanswer__wrapper {
    width: 100%;
  }

  .top-banner-head {
    font-size: 32px;
    line-height: 2;
  }

  .contact-content {
    flex-direction: column;
  }

  .contact-content-p {
    line-height: 32px;
  }

  .contact-block-content.hours {
    font-size: 20px;
  }

  .contact-block-content.centered {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    font-size: 20px;
  }

  .contact-block-content.hours-block {
    font-size: 20px;
  }

  .team-block {
    flex-direction: column;
    align-items: center;
  }

  .about-heading {
    font-size: 32px;
  }

  .fluid-h2 {
    font-size: 7vw;
  }

  .banner-text-white {
    font-size: 6vw;
  }

  .email-wrapper {
    align-self: flex-start;
  }

  .lawn-reno-rtf h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .lawn-reno-rtf p {
    font-size: 16px;
    line-height: 24px;
  }

  .email {
    flex: 0 auto;
    align-self: center;
    max-width: 70%;
  }

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

@media screen and (max-width: 479px) {
  .maincontainer {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .maincontainer.footer, .maincontainer.herocontent {
    padding-left: 0;
    padding-right: 0;
  }

  .maincontainer.no-margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .maincontainer.review-section {
    height: 95vh;
  }

  .maincontainer.review-section.with-flex {
    justify-content: center;
  }

  .stroketext {
    font-size: 32px;
    display: none;
  }

  .stroketext.mobile {
    flex: 1;
    font-size: 12vw;
    display: block;
  }

  .stroketext.mobile.sod {
    font-size: 10vw;
  }

  .btn-container.ghost {
    align-self: flex-start;
  }

  .btn-container.ghost.bottom-grid {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .btn-container.centered.extra-margin.mobile-show {
    align-self: center;
  }

  .btn-container.more-reviews {
    display: none;
  }

  .btn-container.more-reviews.mobile {
    text-align: center;
    margin: 35px;
    display: block;
  }

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

  .c-title-1 {
    font-size: 130px;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .c-arrows-wrapper {
    margin-top: 110px;
  }

  .c-small-text {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding: 32px 16px 0;
    top: 555px;
  }

  .c-title-2 {
    white-space: pre;
    font-size: 32px;
    line-height: 58px;
  }

  .footersection {
    padding-top: 0;
  }

  .navlogowrap {
    width: 40vw;
  }

  .navlogo {
    display: block;
  }

  .navcta__button {
    flex: none;
    display: none;
  }

  .navcta__phone, .freequotecta {
    display: none;
  }

  .hero-slide {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-content {
    height: 90%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.contentsection4 {
    overflow: hidden;
  }

  .section.cardsection {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .section.service-hero {
    justify-content: flex-end;
    padding-bottom: 24px;
  }

  .section.service-area {
    padding: 16px;
  }

  .heroheading.whitetext {
    flex: 0 auto;
    margin-bottom: 5%;
    padding-right: 0;
    font-size: 12vw;
    font-weight: 700;
    line-height: 1;
  }

  .right-arrow {
    justify-content: center;
    display: none;
    inset: auto 0% 8% auto;
  }

  .left-arrow {
    justify-content: center;
    display: none;
    inset: auto auto 8% 5%;
  }

  .vertical-text {
    display: none;
    top: 45%;
  }

  ._3colgrid {
    width: 100%;
    max-width: 100%;
  }

  .strokedcontent {
    padding: 32px;
  }

  .strokedcontent_h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .strokedcontent_p {
    line-height: 32px;
  }

  ._3colgridp {
    font-size: 16px;
    line-height: 24px;
  }

  .lovegridl_h3.whitetext {
    padding-right: 27px;
    font-size: 32px;
    line-height: 40px;
  }

  .horizline_lovegrid {
    height: 5px;
  }

  .leafwhite {
    display: none;
  }

  .boldcaps.whitetext {
    padding-left: 0;
    font-size: 24px;
  }

  .boldcaps.gridr {
    font-size: 24px;
    line-height: 24px;
  }

  .reasoncontainer {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .gridr_p {
    font-size: 16px;
    line-height: 24px;
  }

  .gridr_item {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .fullreviewcontent {
    padding-top: 5%;
    padding-right: 0%;
    font-size: 6vw;
    line-height: 8vw;
  }

  .fullreview_info {
    flex-direction: column;
    align-self: flex-start;
  }

  .reviewsource {
    padding-top: 0;
  }

  .reviewname {
    padding-top: 8px;
    font-size: 16px;
  }

  .fivestars {
    width: 100px;
    padding-top: 8px;
  }

  .tabs {
    flex-direction: column;
    padding-right: 0;
  }

  .tablink, .tablink.w--current {
    background-color: #dddddd5c;
    width: 100%;
  }

  .tabgridr {
    margin-top: 8px;
    padding: 24px;
  }

  .info_block {
    flex: 0 auto;
    align-self: flex-start;
    margin-bottom: 24px;
  }

  .section3_h {
    padding-bottom: 1rem;
    font-size: 24px;
    line-height: 32px;
  }

  .contentl-4 {
    align-self: center;
  }

  .contentl-4.bottom-grid {
    padding: 24px;
  }

  .no1_badge {
    border-width: 8px;
    height: auto;
    padding: 32px;
    position: static;
    top: 68%;
  }

  .badge-h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .badge-h3.about-us {
    font-size: 8vw;
  }

  .tabp {
    padding-bottom: 10%;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-quick-quote {
    align-self: center;
    display: block;
  }

  .phone-icon {
    width: 10vw;
  }

  .mail-icon {
    width: 12vw;
  }

  .mob-slider-slide {
    width: 100%;
  }

  .services-nav {
    flex-direction: row;
  }

  .service-rich-text p {
    line-height: 24px;
  }

  .package-wrapper._1, .package-wrapper._2, .package-wrapper._3, .package-wrapper._4 {
    padding: 24px;
  }

  .card-head {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
  }

  .card-head.mosquito {
    line-height: 32px;
  }

  .card-head.left-align {
    padding-right: 86px;
  }

  .card-sub {
    padding-left: 0;
  }

  .card-sub.less-padding {
    padding-left: 0;
    font-size: 20px;
  }

  .card-sub.mosquito {
    font-size: 20px;
  }

  .add-on-ghost {
    color: #ffffff5c;
    text-align: left;
    flex: 0 auto;
    padding-top: 24px;
    font-size: 32px;
    line-height: 56px;
    display: none;
    position: absolute;
  }

  .package-section-header {
    line-height: 40px;
  }

  .service-review-wrap.with-flex {
    flex: 0 auto;
    align-self: auto;
    padding-bottom: 0;
  }

  .service-review-info {
    flex-direction: column;
  }

  .review-name-text {
    text-align: center;
  }

  .review-five-stars {
    max-width: 100%;
  }

  .service-review-p {
    font-size: 16px;
  }

  .green-bg-text {
    padding: 32px 16px;
  }

  .green-bg-text-p {
    font-size: 16px;
    line-height: 24px;
  }

  .before-after-wrapper {
    margin-bottom: -25px;
  }

  .dark-bg-wrapper {
    padding: 24px;
  }

  .dark-bg-h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .dark-bg-rt h4 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
  }

  .dark-bg-rt p {
    font-size: 16px;
    line-height: 1.7;
  }

  .experts-list {
    padding-left: 53px;
  }

  .experts-heading {
    font-size: 38px;
  }

  .card-head-3 {
    padding-bottom: 10px;
    font-size: 32px;
  }

  .advantages-head {
    font-size: 16px;
  }

  .advantage-head {
    font-size: 24px;
  }

  .overlap-l {
    padding: 24px;
  }

  .image-r {
    height: 300px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .benefits-slider-wrap {
    flex-flow: column;
    justify-content: space-around;
    height: 200px;
  }

  .benefits-slider {
    height: 100%;
  }

  .benefits-slide-card {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .benefits-arrow {
    top: -118%;
    bottom: 19%;
    right: 14%;
  }

  .lottie-animation {
    width: 75px;
    display: block;
  }

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

  .full-grid-left {
    padding: 17px;
  }

  .tabbed-grid {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .full-grid-right-img {
    height: 300px;
    margin-top: 0;
  }

  .imag-grid-full {
    height: 300px;
  }

  .imag-grid-full.about-us {
    height: 275px;
  }

  .faqquestion__text {
    flex: 1;
    align-self: center;
    padding-right: 10px;
    line-height: 1.2;
  }

  .faqquestion__icon {
    width: 47px;
  }

  .faqicon__open {
    font-size: 30px;
  }

  .faqanswer__wrapper {
    display: none;
  }

  .faqanswer_p {
    padding-right: 5px;
  }

  .top-banner-head {
    line-height: 1.4;
  }

  .contact-content-p {
    line-height: 32px;
  }

  .contact-block {
    padding: 0;
  }

  .contact-block-content.hours {
    padding-bottom: 0;
    font-size: 16px;
  }

  .contact-block-content.centered {
    font-size: 16px;
    display: block;
  }

  .contact-block-content.centered.mobile {
    display: none;
  }

  .contact-block-content.centered.hidden-above-nobile {
    display: block;
  }

  .contact-block-content.hours-block {
    font-size: 16px;
  }

  .contact-btn-top {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .content-l-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .team-block {
    flex-direction: column;
  }

  .member-card {
    width: 90%;
  }

  .fluid-h2 {
    font-size: 9vw;
  }

  .map-2 {
    filter: grayscale();
  }

  .map-2.bottom-grid {
    padding: 24px;
  }

  .service-area {
    font-size: 8vw;
  }

  .contact-info {
    font-size: 16px;
  }

  .logo-bottom-grid {
    max-width: 100%;
  }

  .banner-text-white {
    font-size: 8vw;
  }

  .lawn-reno-rtf h4 {
    color: var(--brand-green);
  }

  .wait-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-3 {
    padding-left: 19px;
  }
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a34-f6b80a31, #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a36-f6b80a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a38-f6b80a31 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a3f-f6b80a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a41-f6b80a31 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a48-f6b80a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a4a-f6b80a31 {
  grid-area: 2 / 3 / 2 / 4;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a51-f6b80a31 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a52-f6b80a31 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a53-f6b80a31 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: end;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a56-f6b80a31 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a5a-f6b80a31 {
  grid-area: 4 / 3 / 5 / 5;
  justify-self: end;
}

#w-node-ae45c4a6-c126-6245-02c3-be763cb32692-6f9a8a6d, #w-node-c1057ea1-2826-4895-0d6c-bab2d5154906-6f9a8a6d, #w-node-_7cf8118b-1bb7-f692-9081-cedd395daa57-6f9a8a6d, #w-node-_36d20ad3-f02d-e76d-e9c1-a0c39cecb983-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842ae0-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842ae4-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842ae8-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842aec-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842af0-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842af4-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842af8-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842afc-6f9a8a6d, #w-node-_40a3fb38-f522-ac2e-76b0-00f836c48496-6f9a8a6d, #w-node-f0718fe8-15a5-952f-c1d2-25722ad4e084-6f9a8a6d, #w-node-d74e4c43-1fea-c0fe-033f-9320b2d83850-6f9a8a6d, #w-node-_9705ee82-4f51-8d52-0ba4-817ce5a5e6e4-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a78-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a7c-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a80-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a84-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a88-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a8c-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a90-6f9a8a6d, #w-node-eb435f11-b07b-ed5b-1ee0-99da6f9a8a94-6f9a8a6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_11542e51-2a06-e03f-1f73-49037dbb6f3f-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_22caa163-1f10-f733-eecf-f7128840dca5-c7969cc5, #w-node-_53d1a10e-3f60-e1b5-9d91-eba41c4676ce-c7969cc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fcc8488-4a19-c8b4-a40e-f24ceb4cfd9b-c7969cc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-eddc2c51-8761-3ca4-7ae8-b3779cc511a0-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start center;
}

#w-node-_8340e3a2-7b74-07ab-e60a-c58b02a3be2d-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch;
}

#w-node-_8d1f5800-a798-c0ea-3ff0-d38524107726-c7969cc5 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-e1920758-bdfd-e2f5-8410-df85ebc433ba-c7969cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab1c7144-31e6-e5b8-fbbd-244735dfee96-c7969cc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a74ff22-e82b-b165-a5b0-a56d88c6c2d3-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ce12bcef-21bf-7ee4-5851-d51a625442b6-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-ce12bcef-21bf-7ee4-5851-d51a625442b7-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ce12bcef-21bf-7ee4-5851-d51a625442b9-c7969cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ce12bcef-21bf-7ee4-5851-d51a625442bc-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc82-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc83-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc85-c7969cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc88-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_092215bc-9bd9-0094-cc80-ff98c74183c4-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_092215bc-9bd9-0094-cc80-ff98c74183bf-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_092215bc-9bd9-0094-cc80-ff98c74183c1-c7969cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_092215bc-9bd9-0094-cc80-ff98c74183be-c7969cc5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_10981ead-e56b-4c61-d159-3a3f6c5454a7-c7969cc5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_10981ead-e56b-4c61-d159-3a3f6c545496-c7969cc5 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_10981ead-e56b-4c61-d159-3a3f6c5454a8-c7969cc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-cd5a4433-4881-88fc-ee6f-9cdadb3a53e5-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a69e6ec-9c53-0c25-7c21-6ff1a3099bc4-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-df0d5d77-b5f9-38c0-df67-625067c13f8d-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3199ee70-d68c-ffa1-54b8-5703511431b9-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_089f9728-07f6-6939-547d-7b01b195d91f-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_11340045-e5e5-a625-58c0-aa27130d5425-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_715d3f51-2d93-1af0-99a6-6ddf9cfb0f07-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f6823788-0fd1-3a8a-a480-8b6fe96d370a-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_31542439-9229-d647-8cbe-de3849328bb5-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_941b7f76-a48a-a82f-6b4d-e77360af863c-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0b1aadfb-98cc-70be-70b6-bb1440e016b2-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf0d-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf15-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf16-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf18-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf19-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf1b-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf1c-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf1e-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf1f-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf21-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_613c691f-ae01-8b78-a874-b47e8c74cf22-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9d6454a4-45a8-b91d-0f11-a9201183e658-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d6454a4-45a8-b91d-0f11-a9201183e660-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d6454a4-45a8-b91d-0f11-a9201183e661-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9d6454a4-45a8-b91d-0f11-a9201183e663-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d6454a4-45a8-b91d-0f11-a9201183e664-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9d6454a4-45a8-b91d-0f11-a9201183e666-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d6454a4-45a8-b91d-0f11-a9201183e667-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55c8-44f43208 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55d0-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55d1-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55d3-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55d4-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55d6-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55d7-44f43208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-44f43208 {
  grid-area: 1 / 2 / 3 / 2;
  place-self: center;
}

#w-node-_6e8fff33-8474-65a8-9454-5d1cc512a1db-17d3a70e, #w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-d8ff5c3c {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-137e3208 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c1da0591-34cb-a724-ca9c-6f286c184b55-137e3208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31ffa53e-0c8b-1547-51b2-665471964e6c-86d165a4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: stretch;
}

#w-node-_3edf5e41-6f72-0059-41f7-e5c64fcf3ece-86d165a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96195dcc-0202-0b77-3ed2-3ec930864574-5a11e173 {
  grid-area: span 3 / span 2 / span 3 / span 2;
  align-self: stretch;
}

#w-node-_96195dcc-0202-0b77-3ed2-3ec930864585-5a11e173 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96195dcc-0202-0b77-3ed2-3ec930864586-5a11e173 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-7341b342 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-d492df35-db84-4676-bb44-4e4b1d5ffbd6-342574c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-342574c6 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a34-f6b80a31 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a36-f6b80a31 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a38-f6b80a31 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a41-f6b80a31 {
    grid-column: 3 / 5;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a4a-f6b80a31 {
    grid-column: 4 / 5;
    grid-row-end: 3;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a51-f6b80a31 {
    grid-row-start: 3;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a52-f6b80a31 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: end;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a53-f6b80a31 {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a56-f6b80a31 {
    grid-area: 5 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a5a-f6b80a31 {
    grid-row: 5 / 6;
    align-self: end;
  }

  #w-node-ae45c4a6-c126-6245-02c3-be763cb32692-6f9a8a6d {
    place-self: center;
  }

  #w-node-c1057ea1-2826-4895-0d6c-bab2d5154906-6f9a8a6d, #w-node-_7cf8118b-1bb7-f692-9081-cedd395daa57-6f9a8a6d, #w-node-_36d20ad3-f02d-e76d-e9c1-a0c39cecb983-6f9a8a6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f50210b6-aca6-31ed-b9bf-8e7030842ae0-6f9a8a6d {
    place-self: center;
  }

  #w-node-f50210b6-aca6-31ed-b9bf-8e7030842ae4-6f9a8a6d {
    justify-self: center;
  }

  #w-node-f50210b6-aca6-31ed-b9bf-8e7030842ae8-6f9a8a6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f50210b6-aca6-31ed-b9bf-8e7030842aec-6f9a8a6d {
    justify-self: center;
  }

  #w-node-f50210b6-aca6-31ed-b9bf-8e7030842af0-6f9a8a6d {
    place-self: center;
  }

  #w-node-f50210b6-aca6-31ed-b9bf-8e7030842af4-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842af8-6f9a8a6d, #w-node-f50210b6-aca6-31ed-b9bf-8e7030842afc-6f9a8a6d {
    justify-self: center;
  }

  #w-node-_11542e51-2a06-e03f-1f73-49037dbb6f3f-c7969cc5, #w-node-_22caa163-1f10-f733-eecf-f7128840dca5-c7969cc5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_53d1a10e-3f60-e1b5-9d91-eba41c4676ce-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_9fcc8488-4a19-c8b4-a40e-f24ceb4cfd9b-c7969cc5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
    place-self: center;
  }

  #w-node-eddc2c51-8761-3ca4-7ae8-b3779cc511a0-c7969cc5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: start center;
  }

  #w-node-_8340e3a2-7b74-07ab-e60a-c58b02a3be2d-c7969cc5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: stretch;
  }

  #w-node-_10981ead-e56b-4c61-d159-3a3f6c5454a7-c7969cc5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-cd5a4433-4881-88fc-ee6f-9cdadb3a53e5-44f43208 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_613c691f-ae01-8b78-a874-b47e8c74cf0d-44f43208 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_9d6454a4-45a8-b91d-0f11-a9201183e658-44f43208, #w-node-_8e20b06e-cd6a-bef1-bc2d-293c0c2f55c8-44f43208 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-44f43208 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff888c76-a8d6-b187-725b-06249366127e-44f43208 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-44f43208 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-71e5ace9, #w-node-_6e8fff33-8474-65a8-9454-5d1cc512a1d6-17d3a70e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e8fff33-8474-65a8-9454-5d1cc512a1db-17d3a70e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-d8ff5c3c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-d8ff5c3c, #w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-137e3208 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c1da0591-34cb-a724-ca9c-6f286c184b55-137e3208 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ffa53e-0c8b-1547-51b2-665471964e6c-86d165a4 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    justify-self: stretch;
  }

  #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-7341b342 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-7341b342, #w-node-cddce73c-6f56-819d-a39b-adbe2ac84ec1-342574c6 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a34-f6b80a31 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a36-f6b80a31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a38-f6b80a31 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a41-f6b80a31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a4a-f6b80a31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a51-f6b80a31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a52-f6b80a31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: end center;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a53-f6b80a31 {
    order: 9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: end center;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a56-f6b80a31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a5a-f6b80a31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: end center;
  }

  #w-node-_11542e51-2a06-e03f-1f73-49037dbb6f3f-c7969cc5, #w-node-_22caa163-1f10-f733-eecf-f7128840dca5-c7969cc5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-ce12bcef-21bf-7ee4-5851-d51a625442b6-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce12bcef-21bf-7ee4-5851-d51a625442b9-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-ce12bcef-21bf-7ee4-5851-d51a625442bc-c7969cc5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc82-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc85-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc88-c7969cc5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_092215bc-9bd9-0094-cc80-ff98c74183c4-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_092215bc-9bd9-0094-cc80-ff98c74183c1-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_092215bc-9bd9-0094-cc80-ff98c74183be-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-44f43208, #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-71e5ace9, #w-node-_6e8fff33-8474-65a8-9454-5d1cc512a1d6-17d3a70e, #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-d8ff5c3c, #w-node-c1da0591-34cb-a724-ca9c-6f286c184b55-137e3208, #w-node-_46a445ec-f2e6-c77c-056e-f2162b120690-7341b342 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a53-f6b80a31 {
    order: 9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_9bf4df42-fd0c-60ef-c0ac-173af6b80a5a-f6b80a31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: end center;
  }

  #w-node-_646c7fc3-132c-0d3c-1237-98d93650b586-c7969cc5, #w-node-e1920758-bdfd-e2f5-8410-df85ebc433ba-c7969cc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-be09ca7b-9fc3-dd81-bbb8-1e1e46b6cc88-c7969cc5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_092215bc-9bd9-0094-cc80-ff98c74183be-c7969cc5, #w-node-_10981ead-e56b-4c61-d159-3a3f6c5454a7-c7969cc5, #w-node-_96195dcc-0202-0b77-3ed2-3ec930864585-5a11e173 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}




/* === Custom (post-Webflow): mobile hamburger button + menu icons === */
@media screen and (max-width: 991px) {
  .mobilemenubutton {
    width: 44px;
    height: 44px;
    max-height: 44px;
    border-radius: 8px;
    inset: 10px 10px auto auto;
  }
  .menubutton {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navwrapper {
    margin-top: 0;
    padding-right: 64px;
  }
  .mobilemenu {
    margin-top: 0;
    padding-top: 72px;
  }
  .mobile-menu-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 40px;
    column-gap: 40px;
    padding-top: 32px;
  }
  .mobile-menu-icons .mobile-call-btn,
  .mobile-menu-icons .mobile-quick-quote {
    order: 0;
    align-self: center;
    padding-right: 0;
    display: block;
  }
  .mobile-menu-icons .phone-icon {
    width: 40px;
  }
  .mobile-menu-icons .mail-icon {
    width: 56px;
  }
}

/* === Custom (post-Webflow): contact page mobile layout === */
@media screen and (max-width: 991px) {
  .contact-content-l {
    display: none;
  }
  .maincontainer.extra-padding {
    flex-direction: column;
    display: flex;
  }
  .maincontainer.extra-padding .contact-content-p {
    order: 2;
  }
  .maincontainer.extra-padding .contact-content {
    order: 1;
  }
}

/* === Custom (post-Webflow): white icons on green mobile menu === */
@media screen and (max-width: 991px) {
  .mobile-menu-icons .phone-icon,
  .mobile-menu-icons .mail-icon {
    filter: brightness(0) invert(1);
  }
}

/* === Custom (post-Webflow): spacing tweaks === */
.maincontainer.extra-padding {
  padding-bottom: 16px;
}
.request-work-section .heading {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .contact-content-p {
    padding: 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .mobile-menu-icons {
    padding-top: 56px;
  }
}
