:root {
  --paragraph-color: black;
  --secondary-color: #27963c;
  --black: black;
  --darkest: #202a28;
  --white-background-color: #f4f4f4;
  --white: white;
  --pink: #cf206b;
  --darke: #222928;
  --50-secondary-color: #27963c80;
  --red: #27963c;
  --light-grey: #d2d2d2;
  --maroon: #461906;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: var(--paragraph-color);
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--secondary-color);
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.3;
}

h2 {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

h3 {
  color: var(--darkest);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

h4 {
  color: var(--darkest);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

h5 {
  color: var(--darkest);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.5;
}

h6 {
  color: var(--secondary-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
}

p {
  color: var(--paragraph-color);
  letter-spacing: .02em;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--paragraph-color);
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--darkest);
}

ul, ol {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  color: var(--paragraph-color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 50px solid var(--secondary-color);
  background-color: var(--white-background-color);
  color: var(--darkest);
  letter-spacing: .02em;
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 60px 100px 60px 60px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.top-bar-section {
  z-index: 950000000;
  background-color: #f2f2f2;
  position: relative;
}

.container {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.top-bar-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-bar-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
}

.top-social-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.top-bar-opening-hour {
  color: var(--darkest);
  margin-top: 0;
  margin-bottom: 0;
}

.header-section {
  z-index: 90000000;
  background-color: var(--white);
  position: relative;
}

.header-section.fixed {
  z-index: 100;
}

.header-wrap.fixed {
  z-index: 100;
  position: fixed;
  inset: 0% 40px auto;
}

.logo-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-link-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-link-item {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.header-link-item.hide-email {
  display: none;
}

.header-link-icon-wrap {
  background-color: var(--pink);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
}

.header-link-content {
  padding-left: 15px;
}

.typography-section {
  background-color: var(--white-background-color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.styleguide-content-wrap {
  margin-top: 30px;
}

.header-contact-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.header-link {
  color: var(--paragraph-color);
  font-weight: 400;
  text-decoration: none;
}

.header-link.shrink {
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  position: relative;
}

.header-menu-wrap {
  background-color: var(--darkest);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
}

.header-menu-wrap.fixed {
  justify-content: space-around;
}

.header-menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-button-wrap {
  align-items: center;
  display: flex;
}

.header-button-wrap.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
  margin-right: 10px;
}

.button-section {
  background-color: var(--white-background-color);
  padding-top: 70px;
  padding-bottom: 80px;
}

.button {
  border: 2px solid var(--darkest);
  background-color: var(--darkest);
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

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

.button.full-width-button {
  text-align: center;
  width: 100%;
}

.button.main {
  border-color: var(--darkest);
  background-color: var(--secondary-color);
  color: var(--white);
  transition: transform .3s ease-in-out;
}

.button.main:hover {
  transform: scale(1.05);
}

.button.main.cta-double {
  border-color: var(--pink);
  background-color: var(--pink);
  color: var(--white);
  text-align: center;
  width: 50%;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button.main.cta-double.call {
  border-color: var(--pink);
  background-color: var(--paragraph-color);
  color: var(--pink);
  width: 50%;
  transition: all .3s ease-in-out;
}

.button.on-white {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  background-color: #0000;
  transition: transform .3s ease-in-out;
}

.button.on-white:hover {
  transform: scale(1.05);
}

.button.header-banner {
  border-style: solid;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
  margin-right: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 1px 5px #0006;
}

.button.header-banner:hover {
  border-color: var(--darkest);
  background-color: var(--darkest);
  color: var(--secondary-color);
  transform: scale(1.05);
}

.large-button {
  border: 2px solid var(--darkest);
  background-color: var(--darkest);
  color: var(--secondary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 65px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.large-button:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.blue-button {
  border: 2px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white-background-color);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.blue-button:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.blue-button.header-button {
  color: var(--darkest);
  white-space: nowrap;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}

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

.blue-button.header-button.secondary {
  color: var(--secondary-color);
  background-color: #0000;
}

.blue-button.header-button.secondary:hover {
  color: var(--white);
}

.blue-button.header-button.secondary.phone-fixed {
  display: none;
}

.blue-button.header-button.hide-tablet {
  background-color: var(--secondary-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.blue-button.header-button.hide-tablet:hover {
  border-style: solid;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  background-color: #0000;
}

.blue-button-large {
  border: 2px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 65px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.blue-button-large:hover {
  color: var(--secondary-color);
  background-color: #fff;
}

.nav-link {
  color: var(--white);
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

.dropdown-menu-link {
  font-size: 18px;
  font-weight: 500;
}

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

.dropdown-menu-link.w--current {
  color: var(--darke);
}

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

.dropdown-list.w--open {
  padding: 10px 10px 20px;
}

.banner-title-area-section {
  background-image: url('../images/2023-09-12-1-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
}

.banner-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 90px;
  display: flex;
  position: relative;
}

.banner-title-wrap.cms-pages {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-title {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-size: 45px;
  position: relative;
}

.banner-title.custom-banner-title {
  color: var(--secondary-color);
}

.banner-title.custom-banner-title.margin {
  color: var(--white);
  margin-left: 20px;
}

.banner-overlay {
  background-color: #202a288c;
  position: absolute;
  inset: 0%;
}

.banner-overlay.individual-service-disclaimer {
  background-color: #202a28bf;
}

.color-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.colors-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.color-box {
  background-color: var(--darkest);
  width: 270px;
  height: 170px;
}

.color-box.secondary-color {
  background-color: var(--secondary-color);
}

.color-box.paragraph-color {
  background-color: var(--paragraph-color);
}

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

.color-box.light-yellow {
  background-color: var(--darke);
}

.color-code {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 20px;
}

.color-item {
  margin-bottom: 20px;
}

.paragraph-section {
  padding-top: 90px;
  padding-bottom: 20px;
}

.list-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blockquote-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.call-to-action-section {
  background-color: var(--secondary-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 20px 7px #1c275280;
}

.footer-section {
  background-color: var(--white-background-color);
  padding-top: 50px;
  padding-bottom: 10px;
}

.footer-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.footer-link-item {
  align-items: center;
  display: flex;
}

.footer-contact-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--paragraph-color);
  font-weight: 400;
  text-decoration: none;
}

.footer-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #4b557d;
  border-bottom: 1px solid #4b557d;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-widget.pad-right {
  padding-right: 30px;
}

.footer-widget-content {
  font-size: 16px;
}

.footer-social-wrap {
  margin-top: 20px;
  display: flex;
}

.footer-social-wrap.center {
  justify-content: center;
  margin-top: 0;
}

.footer-social-link {
  background-color: var(--pink);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 15px;
  transition: background-color .2s, color .2s;
  display: flex;
}

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

.footer-social-link.instagram-social {
  display: flex;
}

.footer-link-widget {
  border-left: 1px solid #4b557d;
  border-right: 1px solid #4b557d;
  justify-content: space-between;
  padding-left: 20px;
  display: flex;
}

.footer-link-widget.last {
  border-right-style: none;
}

.footer-link-widget.vertical {
  border-right-style: none;
  flex-direction: column;
}

.footer-link-widget.special {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  padding-top: 10px;
  padding-left: 0;
}

.footer-link-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-widget-title {
  color: var(--darkest);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.footer-link {
  color: var(--paragraph-color);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--darke);
}

.copyright-wrap {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hero-section {
  background-color: var(--secondary-color);
  background-image: linear-gradient(60deg, var(--black), #00000082 55%, transparent), url('../images/attachment_10-1_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.hero-wrap {
  padding-top: 140px;
  padding-bottom: 140px;
}

.home-intro-section {
  width: 100vw;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 100px;
}

.home-intro-wrap {
  width: auto;
  max-width: 100%;
}

.home-intro-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.section-title-wrap.title-left-align {
  text-align: left;
}

.section-title-wrap.title-center-align {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.intro-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle-wrap {
  background-color: var(--white-background-color);
  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline-block;
}

.section-subtitle-wrap.white-background {
  background-color: var(--white);
}

.section-subtitle-content-wrap {
  display: flex;
}

.section-subtitle-text {
  color: var(--darkest);
  text-align: left;
  text-transform: capitalize;
  align-self: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.section-title {
  color: var(--secondary-color);
  margin-top: 12px;
  font-family: Mulish, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.section-title.section-small-title {
  font-size: 25px;
}

.section-title.section-small-title.white {
  color: var(--pink);
}

.section-title-content {
  font-size: 16px;
}

.section-title-content.content-secondary-color {
  color: var(--white-background-color);
}

.home-intro-image-wrap.overlap {
  margin-top: 0;
}

.service-tab-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.service-tab-area {
  margin-top: 40px;
}

.service-tabs-menu {
  justify-content: center;
  display: flex;
}

.service-tab-link {
  border: 2px none var(--paragraph-color);
  background-color: var(--white-background-color);
  color: var(--secondary-color);
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.service-tab-link:hover {
  background-color: var(--50-secondary-color);
}

.service-tab-link.w--current {
  border: 2px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
}

.service-tab-link-text {
  margin-left: 10px;
}

.service-tabs-content-wrap {
  position: relative;
}

.service-tab-content-area {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin: 40px 20px 20px;
  padding: 40px;
  display: flex;
  box-shadow: -1px 6px 18px #00000017;
}

.service-tab-contents {
  width: 60%;
  padding-right: 60px;
}

.service-tabs-image {
  width: 44%;
  height: 100%;
}

.service-item {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: border-radius .32s, transform .3s, box-shadow .3s, color .2s;
}

.service-item:hover {
  border-radius: 20px;
  box-shadow: 6px 5px 5px #00000052;
}

.service-title_heading {
  color: var(--darke);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.service-content {
  color: var(--paragraph-color);
  margin-bottom: 25px;
}

.service-link {
  color: var(--darke);
  font-weight: 600;
  text-decoration: none;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.why-choose-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.why-choose-count-wrap {
  background-image: url('../images/fresh-cut-lawn.jpg');
  background-position: 50% 53%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-choose-count-wrap.margin {
  background-image: url('../images/2023-09-12-2-min.jpg');
  margin-bottom: 100px;
}

.why-choose-content-wrap {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.why-choose-count-area {
  background-color: #000000cf;
  min-width: 700px;
  margin: 100px 40px;
  padding: 100px 60px;
}

.choose-count-item {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.choose-count-item.last {
  margin-bottom: 0;
}

.choose-count-wrap {
  border: 1px solid var(--white);
  background-color: var(--pink);
  flex: 0 auto;
  min-width: 120px;
  padding: 5px 20px;
  display: block;
}

.choose-count-number {
  color: var(--white);
  margin-top: 10px;
  font-size: 25px;
  font-weight: 700;
}

.choose-count-content {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  flex: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.choose-count-title {
  color: var(--white);
  margin-top: 10px;
  margin-left: 20px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.why-choose-item-wrap {
  text-align: left;
  margin-top: 40px;
}

.why-choose-us-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(32px, 32px) 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 25px;
  display: grid;
}

.why-choose-us-item._2-items {
  grid-template-rows: auto auto;
}

.why-choose-image-wrap {
  min-width: 32px;
  min-height: 32px;
}

.why-choose-item-content {
  padding-left: 20px;
}

.why-choose-item-title {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.why-choose-item-title.center {
  text-align: center;
  margin-bottom: 20px;
}

.customer-section {
  padding-top: 50px;
  padding-bottom: 0;
}

.customer-wrap {
  padding-top: 0;
  padding-bottom: 50px;
}

.customer-grid {
  grid-column-gap: 45px;
  grid-row-gap: 0px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  display: flex;
}

.customer-says-wrap {
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.customer-says-wrap.full {
  max-width: 100%;
}

.appointment-wrap {
  width: 100%;
  margin-top: 50px;
}

.customer-says-slider-wrap {
  width: 90%;
  max-width: 100%;
  padding-top: 22px;
}

.customer-says-slider {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.customer-says-mask {
  background-color: var(--white-background-color);
  border: 1px solid #ddd;
  border-top-left-radius: 0;
  width: 100%;
  height: auto;
}

.customer-says-slider-item {
  border-top-left-radius: 100px;
  width: 100%;
  height: auto;
  padding: 40px 40px 100px;
}

.customer-top-wrap {
  border-bottom: 1px solid #dcdcdc;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.customer-image-wrap {
  display: flex;
}

.customer-quote-wrap {
  background-color: var(--paragraph-color);
  color: var(--paragraph-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.client-says-top-detail {
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  display: flex;
}

.client-name {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.client-says-image-wrap {
  background-color: var(--secondary-color);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.left-arrow {
  background-color: var(--pink);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto auto 10% 7%;
}

.left-arrow:hover {
  background-color: var(--darke);
}

.customer-says-content {
  max-width: 100%;
  font-style: normal;
}

.right-arrow {
  background-color: var(--pink);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto auto 10% 19%;
}

.right-arrow:hover {
  background-color: var(--darke);
  color: var(--white);
}

.customer-slider-nav.hide {
  display: none;
}

.question-wrap {
  background-color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 40px;
}

.question-icon-wrap {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.question-icon-wrap:hover {
  background-color: var(--secondary-color);
}

.question-contact-link {
  color: var(--white);
  cursor: pointer;
  padding-left: 20px;
  font-family: Mulish, sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.question-contact-link:hover {
  color: var(--secondary-color);
}

.appointment-form-wrap {
  background-color: var(--white-background-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 50px 40px;
  display: flex;
}

.input-field {
  color: var(--paragraph-color);
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input-field::placeholder {
  color: var(--paragraph-color);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pricing-section {
  background-color: var(--white-background-color);
  padding-top: 100px;
  padding-bottom: 90px;
}

.pricing-wrap.margin {
  margin-top: 40px;
}

.pricing-title-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 0;
}

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

.pricing-item {
  background-color: var(--white);
  padding: 40px;
}

.pricing-top-wrap {
  border-bottom: 1px solid #d7d7d7;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 35px;
  display: flex;
}

.pricing-plan-title {
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.pricing-price {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.popular-wrap {
  background-color: var(--darkest);
  padding: 5px 10px;
  display: inline-block;
}

.popular-title {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.per-visit-text {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
}

.pricing-list-item {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-list-content {
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 12px;
}

.pricing-button-wrap {
  margin-top: 45px;
}

.feature-item-wrap {
  margin-top: 60px;
}

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

.feature-item {
  align-items: flex-start;
  display: flex;
}

.feature-item-icon-wrap {
  flex: none;
}

.feature-item-content-wrap {
  padding-left: 15px;
}

.feature-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

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

.meet-owner-section.no-top {
  padding-top: 40px;
}

.meet-owner-section.faq {
  padding-top: 60px;
}

.about-intro-feature-list {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.about-intro-lists-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.about-point-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.about-point-list-item.about-half-width-item {
  min-width: 300px;
  margin-bottom: 30px;
}

.about-founder-name {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 32px;
}

.founder-designation {
  color: var(--darkest);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.about-button-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.history-section {
  background-color: var(--white-background-color);
  padding-top: 100px;
  padding-bottom: 60px;
}

.history-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.history-time-wrap {
  margin-top: 20px;
}

.history-time-wrap.hide {
  display: none;
}

.history-time-item {
  display: flex;
}

.history-line-wrap {
  border-left: 2px dashed var(--darkest);
  flex: 0 auto;
  width: 4%;
  position: relative;
}

.history-dot {
  border: 4px solid var(--secondary-color);
  background-color: var(--white);
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50px;
  left: -8px;
}

.history-content-wrap {
  background-color: var(--white);
  border: 1px solid #1c275233;
  margin-bottom: 45px;
  margin-left: 20px;
  padding: 30px 40px 20px 30px;
  position: relative;
}

.history-content-wrap.history-last-item {
  margin-bottom: 0;
}

.history-date-wrap {
  background-color: var(--secondary-color);
  margin-bottom: 20px;
  padding: 5px 40px;
  display: inline-block;
  position: absolute;
  inset: -13% auto auto 3%;
}

.history-date {
  color: var(--darkest);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.history-item-content {
  padding-top: 10px;
}

.history-content {
  padding-top: 5px;
}

.package-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.package-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d7d7d7;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 0;
}

.package-item {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.package-item.package-white-background {
  background-color: var(--white);
  margin-left: 3px;
  position: relative;
}

.package-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.package-tabs-menu {
  text-align: center;
}

.package-tabs-content {
  background-color: var(--white-background-color);
  margin-top: 40px;
}

.package-service-title {
  font-size: 30px;
  font-weight: 800;
}

.package-plan {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.package-price {
  margin-bottom: 0;
  font-size: 25px;
}

.package-visit-charge {
  font-size: 17px;
}

.package-detail-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: center;
}

.package-service-type-wrap {
  border-bottom: 1px solid #ddd;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.package-service-name {
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 16px;
}

.package-item-enable {
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.package-item-enable.package-item-white-background {
  background-color: var(--white);
  margin-right: 0;
}

.package-button-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.package-button-wrap {
  text-align: center;
  margin-left: 6px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.package-button-wrap.package-white-background {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.package-enable-icon {
  text-align: center;
}

.package-tab-link {
  border: 2px solid var(--darkest);
  background-color: var(--darkest);
  color: var(--secondary-color);
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.package-tab-link:hover {
  background-color: var(--white);
  color: var(--secondary-color);
}

.package-tab-link.w--current {
  border-right-color: var(--darkest);
  background-color: var(--white);
}

.contact-detail-section {
  padding-top: 130px;
  padding-bottom: 100px;
}

.contact-detail-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

.contact-detail-item {
  background-color: var(--darkest);
  text-align: center;
  height: 70%;
  padding: 50px 20px;
}

.contact-detail-title {
  font-size: 24px;
  font-weight: 700;
}

.contact-detail-title.lt-blue {
  color: var(--red);
}

.contact-detail-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.contact-detail-link:hover {
  color: var(--secondary-color);
}

.contact-address-info {
  background-color: var(--white-background-color);
  text-align: center;
  padding: 40px 40px 60px;
}

.contact-address-title {
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
}

.contact-address-item {
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
  padding-top: 15px;
  padding-bottom: 17px;
}

.contact-info-title {
  color: var(--darkest);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.contact-info-link {
  color: var(--paragraph-color);
  font-size: 18px;
  text-decoration: none;
}

.contact-form-section {
  background-color: var(--white-background-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.changelog-section {
  padding-top: 120px;
  padding-bottom: 100px;
}

.changelog-wrap {
  background-color: var(--white-background-color);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.changelog-version-wrap {
  background-color: var(--white);
  border: 1px solid #ddd;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 25px 40px 40px;
}

.license-content-wrap {
  padding-top: 90px;
  padding-bottom: 80px;
}

.error-page-wrap {
  background-color: var(--white-background-color);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.error-page-content-wrap {
  z-index: 2;
  text-align: center;
  position: relative;
}

.error-title {
  color: var(--secondary-color);
  margin-bottom: 30px;
  font-size: 150px;
  line-height: .8;
}

.error-page-title {
  color: var(--darke);
  margin-bottom: 20px;
  font-size: 52px;
}

.error-button-wrap {
  margin-top: 25px;
}

.password-section {
  background-image: linear-gradient(to bottom, var(--white), var(--white-background-color) 68%);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 130px;
  padding-bottom: 90px;
  display: flex;
}

.password-form-area {
  background-color: var(--white);
  border: 1px solid #ddd;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 60px 80px;
}

.password-icon-wrap {
  background-color: var(--paragraph-color);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.password-page-title {
  color: var(--secondary-color);
  margin-top: 25px;
  font-size: 45px;
}

.password-content {
  padding-bottom: 10px;
  font-weight: 400;
}

.blog-section {
  padding-top: 130px;
  padding-bottom: 100px;
}

.blog-section.author, .blog-section.category {
  padding-top: 60px;
}

.blog-wrap {
  margin-top: 40px;
}

.blog-item {
  margin-bottom: 60px;
}

.blog-listing-image-link {
  width: 100%;
}

.blog-listing-image {
  width: 100%;
  min-height: 375px;
}

.blog-image-meta-wrap {
  position: relative;
}

.blog-meta-wrap {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -8%;
}

.blog-listing-author-name {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.blog-author-link-block {
  background-color: var(--paragraph-color);
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 20px 25px;
  text-decoration: none;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  display: flex;
}

.blog-author-link-block:hover {
  background-color: var(--secondary-color);
}

.blog-date {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.blog-date-wrap {
  background-color: var(--paragraph-color);
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 20px 25px;
  display: flex;
}

.blog-meta-listing {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-content-wrap {
  margin-top: 50px;
}

.blog-title {
  color: var(--black);
  font-family: Mulish, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.blog-simple-bio {
  margin-top: 15px;
}

.view-more-link {
  color: var(--black);
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.blog-readmore-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.blog-single-banner {
  background-image: url('../images/green-manicured-lawn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
}

.blog-single-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.blog-single-image-wrap {
  width: 100%;
  max-height: 500px;
  position: relative;
}

.blog-single-image {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.blog-single-meta-wrap {
  position: absolute;
  inset: auto 0% -4%;
}

.blog-single-content-wrap {
  width: 90%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.blog-author-section {
  background-color: var(--white-background-color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-author-wrap {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-author-area {
  border-top: 1px solid #dcdcdc;
  margin-top: 25px;
  padding: 30px;
  text-decoration: none;
}

.blog-author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.blog-category-link-block {
  background-color: var(--paragraph-color);
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 20px 25px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.blog-category-link-block:hover {
  background-color: var(--secondary-color);
}

.global-banner-section {
  background-image: url('../images/Zoysiagrass-Summary--Read-This-If-You-Have-Or-Want-The-“Most-Excellent”-Lawn-Grass_1Zoysiagrass Summary- Read This If You Have, Or Want, The “Most Excellent” Lawn Grass!.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
}

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

.related-posts-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: stretch;
  margin-bottom: 40px;
}

.project-item {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #d2d2d2;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 20px 15px;
  text-decoration: none;
  transition: transform .3s, box-shadow .2s;
}

.project-item:hover {
  transform: scale(1.03);
  box-shadow: 6px 6px 10px #00000029;
}

.project-title {
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Mulish, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.project-image-block {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

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

.project-service-type {
  margin-top: 5px;
}

.project-single-section {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.project-title-area-section {
  background-image: url('../images/Zoysiagrass-Summary--Read-This-If-You-Have-Or-Want-The-“Most-Excellent”-Lawn-Grass_1Zoysiagrass Summary- Read This If You Have, Or Want, The “Most Excellent” Lawn Grass!.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
}

.project-single-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / .5fr 1fr;
  align-items: stretch;
}

.project-detail-wrap {
  background-color: var(--white-background-color);
  padding: 10px 30px 30px;
}

.project-image-wrap {
  max-height: 500px;
  position: relative;
}

.project-title-wrap {
  position: relative;
}

.project-detail-title {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.project-title-line {
  background-color: var(--darkest);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto auto -3% 0%;
}

.project-detail-item {
  border-bottom: 1px solid #d2d2d2;
  padding-top: 0;
  padding-bottom: 10px;
}

.project-detail-item.last {
  border-bottom-style: none;
}

.project-detail-item.service-area {
  border-bottom-style: none;
  padding-bottom: 20px;
}

.project-detail-list-title {
  color: var(--darke);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.project-single-content-wrap {
  margin-top: 0;
}

.related-projects {
  background-color: var(--white-background-color);
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.team-section {
  padding-top: 130px;
  padding-bottom: 60px;
}

.team-item {
  background-color: var(--white-background-color);
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, color .2s;
}

.team-item:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.success-message {
  background-color: var(--darkest);
  color: var(--secondary-color);
  text-align: center;
}

.error-message {
  color: var(--secondary-color);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.error-message.password-error-message {
  width: 50%;
}

.popular-pricing-wrap {
  background-color: var(--darkest);
  padding: 3px 15px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.popular-prcing-text {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

.nav-menu {
  justify-content: space-around;
  width: 100%;
}

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

.view-more-arrow {
  color: var(--paragraph-color);
}

.text-block {
  color: var(--paragraph-color);
  margin-bottom: 20px;
}

.image.logo-footer {
  object-fit: contain;
  height: 240px;
  padding-right: 0;
}

.image.logo-nav {
  object-fit: contain;
  width: 200px;
  height: 100px;
}

.initials {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.right-banner {
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  height: 100%;
  padding: 20px 20px 20px 40px;
  display: flex;
  position: relative;
}

.sale-title {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1;
}

.sale-title.large {
  color: var(--darkest);
  font-size: 8vw;
  font-weight: 800;
}

.left-banner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100%;
  display: flex;
  position: relative;
}

.sale-description {
  opacity: .8;
  color: var(--black);
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.5;
}

._20px-spacing.height {
  width: 100%;
  height: 20px;
}

._20px-spacing.wide {
  width: 20px;
}

.content-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrapper.left {
  justify-content: flex-start;
}

.button-wrapper.sticky {
  flex-direction: column;
}

.button-wrapper.cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.complete-image {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  inset: 0%;
}

.small-icon {
  width: 20px;
}

.small-icon.invert {
  filter: invert();
}

.complete-image-icons {
  z-index: 6;
  width: 30vw;
  position: relative;
}

.list-text {
  color: var(--black);
  font-family: Mulish, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  display: grid;
}

.list-item {
  color: var(--darkest);
  padding-top: 0;
  padding-bottom: 0;
}

.list {
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.list.first {
  color: var(--white);
  margin-right: 40px;
}

.circle {
  z-index: 1;
  width: 67vw;
  max-width: none;
  height: 67vw;
  position: absolute;
}

.circle._2 {
  z-index: 2;
  width: 57vw;
  height: 57vw;
}

.circle._3 {
  z-index: 3;
  width: 47vw;
  height: 47vw;
}

.circle._4 {
  z-index: 4;
  width: 37vw;
  height: 37vw;
}

.ultimate-maintenance {
  box-shadow: none;
  background-color: #f0fbff;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.popup-wrapper {
  border-radius: 20px;
  max-width: 1200px;
  overflow: hidden;
}

.image-63 {
  z-index: 0;
  opacity: .05;
  object-fit: fill;
  align-self: center;
  width: 90%;
  max-width: 90%;
  margin-right: 20px;
  position: relative;
  inset: 0%;
}

.icon__close-popup {
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: all .2s;
}

.icon__close-popup:hover {
  filter: brightness(75%);
}

.heading-secondary {
  line-height: 2.5rem;
}

.heading-secondary.popup-contact {
  color: var(--black);
}

.popup__contact-links-1 {
  z-index: 10;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-tertiary {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.feature-paragraph {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3rem;
}

.feature-paragraph.popup-form {
  text-align: left;
}

.text-weight-bold {
  color: #333;
  font-weight: 700;
}

.text-weight-bold.popup-contact {
  color: var(--darkest);
  font-size: 24px;
}

.popup-form-wrapper {
  background-color: var(--white);
  padding: 2rem;
}

.icon-small {
  height: 2rem;
}

.icon-small.invert {
  width: 2rem;
  height: auto;
}

.icon-small.invert.icon-enlarge {
  width: 2.6rem;
}

.popup-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.popup__contact-links {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: grid;
}

.close-popup {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: background-color .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.top-content {
  z-index: 1;
  padding: 2rem;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.relative {
  position: relative;
}

.popup {
  z-index: 99999999;
  background-color: #1a1a1ad6;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.gold-highlight {
  color: var(--darkest);
}

.popup-button {
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  position: fixed;
  inset: auto auto 5% 3%;
}

.popup-button:hover {
  transform: scale(1.02);
}

.circle-background {
  z-index: 899;
  border: 2px solid var(--white);
  background-color: var(--pink);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  box-shadow: 0 0 10px #00000069;
}

.button-overlay-wrapper {
  z-index: 899;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grassy-checkmark {
  width: 32px;
}

.about-us-experience-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.about-us-experience-wrap.intro-section {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.about-lists {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.day-of-the-week {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.white-text {
  color: var(--white);
  font-size: 16px;
}

.icon-large {
  height: 3rem;
}

.icon-large.bigger {
  height: 74%;
}

.thanks-title {
  color: var(--secondary-color);
  margin-bottom: 30px;
  font-size: 120px;
  line-height: .8;
}

.service-heading {
  color: var(--secondary-color);
  font-size: 40px;
}

.service-heading.less-pad {
  margin-top: 0;
}

.service-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 7px 20px #11183326;
}

.sticky-slider-logo {
  object-fit: contain;
  width: 100%;
  max-width: 300px;
  max-height: 200px;
}

.spacing {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
}

.text-link {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-link:hover {
  color: var(--darkest);
}

.hover-line {
  color: var(--secondary-color);
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 475px;
  display: block;
  box-shadow: 0 0 5px 4px #11183333;
}

.small-button {
  border: 2px solid var(--darkest);
  background-color: var(--darkest);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: none;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 3rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .75rem 1.25rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.small-button:hover {
  background-color: var(--white-background-color);
  color: var(--darkest);
}

.small-button.reverse {
  border-color: var(--darkest);
  background-color: var(--secondary-color);
  color: var(--darkest);
  transition: background-color .2s, box-shadow .2s;
}

.small-button.reverse:hover {
  background-color: var(--white-background-color);
  color: var(--darkest);
}

.small-button.reverse.full {
  color: var(--white);
  width: 100%;
}

.small-button.reverse.full:hover {
  color: var(--paragraph-color);
}

.small-button.full {
  width: 100%;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--darkest);
  color: var(--secondary-color);
  width: 96px;
  font-size: 12px;
}

.hover-line-fill {
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
}

.post-category {
  text-transform: uppercase;
  font-size: 16px;
}

.sticky-slider {
  z-index: 1;
  border: 4px solid var(--secondary-color);
  color: #333;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 11px 7px 20px #1c27521a;
}

.right-column {
  height: 100%;
  position: sticky;
  top: 140px;
}

.service-preview {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-column {
  border: 5px #b2131a;
  border-radius: 20px;
}

.service-page-sticky-section {
  background-color: var(--white-background-color);
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

._30px-spacing.height {
  width: 100%;
  height: 30px;
  font-size: 1px;
}

.tape {
  width: 350px;
  position: static;
  inset: 0% 0% auto;
}

.tape-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: absolute;
  top: -88px;
}

.image-mask {
  width: 100%;
  min-width: 100%;
  max-height: 475px;
  position: relative;
  overflow: hidden;
}

.wrapper {
  z-index: 3;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.shadow-effects {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: inset 0 0 3px 2px #11183340, 0 0 4px #1118331a;
}

.push-pin-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: -51px;
  left: 0;
}

.push-pin {
  z-index: 2;
  width: 80px;
  max-width: 80px;
  position: relative;
  inset: 0% 0% auto;
}

.blur-bg {
  z-index: 0;
  filter: blur(4px);
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.slider-wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-67 {
  object-fit: cover;
  height: 100%;
  max-height: none;
}

.image-67.service-area {
  width: 100%;
  max-height: 500px;
}

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

.benefits-heading {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 32px;
}

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

.benefits-item-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.heading-check-wrapper {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.polaroid-image-wrap {
  background-color: var(--white-background-color);
  text-align: center;
  border-radius: 20px;
  padding: 30px 30px 0;
  position: sticky;
  top: 100px;
}

.about-image-mask-owner {
  overflow: hidden;
}

.mission-description {
  text-align: left;
}

.banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.question-number-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.detailed-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
  display: flex;
}

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

.about-image-owner {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 460px;
}

.polaroid-sign-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.polaroid-schedule {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: underline;
}

.polaroid-call {
  color: var(--darkest);
  white-space: nowrap;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.polaroid-call:hover {
  color: var(--darke);
}

.service-area-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  box-shadow: 0 0 5px 4px #11183333;
}

.utility-bg-image {
  object-fit: contain;
  width: 300px;
  height: 120px;
}

.full-width-line {
  background-color: var(--darkest);
  width: 100%;
  height: 3px;
}

.full-width-line.top {
  margin-top: 40px;
  margin-bottom: 20px;
}

.business-address {
  color: var(--paragraph-color);
  text-decoration: none;
}

.lawn-care-banner {
  z-index: 1;
  background-image: url('../images/pic_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -2px 20px 12px #1c27524d, 0 2px 20px 12px #1c27524d;
}

.banner-content {
  border: 10px solid var(--pink);
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 50px 30px;
  display: flex;
}

.lawn-care-title {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 1;
}

.lawn-care-title-big {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1;
}

.lawn-care-title-big.large {
  color: var(--pink);
  text-align: center;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-size: 8vw;
  font-weight: 800;
}

.lawn-care-description {
  opacity: .9;
  color: var(--white);
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.5;
}

.play-button {
  background-color: var(--secondary-color);
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: auto;
}

.picture-perfect-package-video {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.include-titles {
  color: var(--darkest);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1vw;
}

.empty.center-mobile {
  display: none;
}

.white-icon {
  filter: contrast(200%) saturate(0%) invert();
}

.white-icon.black {
  filter: none;
}

.icon-3 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.dropdown-text {
  color: var(--white);
  font-size: 16px;
}

.quote-mark {
  filter: grayscale() contrast(200%) invert();
}

.image-70 {
  filter: grayscale();
}

.footer-icon-invert {
  filter: grayscale() contrast(200%) invert();
}

.paragraph {
  color: var(--paragraph-color);
}

.service-items-wrap {
  background-color: var(--pink);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.service-title-link {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 13px;
  text-decoration: none;
}

.heading-2 {
  color: var(--darkest);
}

.gallery-section {
  padding-top: 130px;
  padding-bottom: 100px;
}

.gallery-section.projects {
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-slider {
  grid-column-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  min-height: 400px;
  padding-left: 50px;
  padding-right: 50px;
}

.slide-nav-2 {
  position: relative;
  top: 29px;
}

.gallery-slide {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

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

.image-wrap {
  width: 100%;
  height: 100%;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.banner-title {
  font-family: Mulish, sans-serif;
  font-weight: 800;
}

.service-area-overlay {
  z-index: 0;
  background-color: var(--darkest);
  mix-blend-mode: color;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.repetitive-icon {
  height: 35px;
}

.footer-contact-info {
  color: var(--paragraph-color);
  font-weight: 400;
  text-decoration: none;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.hide {
  display: none;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff1c9d;
}

.pay-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.input-field-2 {
  color: #7e7e7e;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2::placeholder {
  color: #7e7e7e;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2.text-area {
  height: 150px;
  margin-top: 0;
  padding-top: 15px;
}

.input-field-2.text-area.gap {
  margin-bottom: 40px;
}

.employee-history-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-section-labels {
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 26px;
}

.radio-question-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-section-subheading {
  margin-bottom: 30px;
  font-weight: 400;
}

.employee-job-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.file-upload-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.appointment-form-wrap-2 {
  background-color: #0000;
  margin-top: 40px;
  padding: 50px 40px;
}

.appointment-form-wrap-2.contact {
  margin-top: 0;
}

.radio-button-wrapper-2 {
  grid-column-gap: 50px;
  margin-top: 10px;
  display: flex;
}

.service-icons {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.tabs-photo {
  object-fit: cover;
  object-position: 0% 100%;
  min-width: 100%;
  min-height: 460px;
}

.section-title-2 {
  color: #000;
  margin-top: 12px;
  font-family: Mulish, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.service-item-2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
}

.main-logo {
  width: 390px;
  height: 272px;
  margin-bottom: 20px;
}

.no-wrap {
  white-space: nowrap;
}

.popup-button-text {
  color: var(--white);
  text-align: center;
  white-space: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.phone-mobile-nav {
  background-color: var(--paragraph-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px 2px;
  display: flex;
}

.image-71 {
  object-fit: contain;
  height: 15px;
}

.social-media-nav {
  background-color: var(--paragraph-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px 2px;
  display: flex;
}

.thank-you-page-title {
  color: var(--darke);
  margin-bottom: 20px;
  font-size: 50px;
}

.section-subtitle-wrap-2 {
  background-color: #f4f4f4;
  padding: 10px 20px;
  display: inline-block;
}

.section-subtitle-text-2 {
  color: #1a1a1a;
  text-align: left;
  text-transform: capitalize;
  align-self: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.map-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.map-image-wrapper {
  position: relative;
}

.service-area-city-list {
  padding: 20px 40px;
}

.link-block {
  padding: 2.5px 5px;
  text-decoration: none;
}

.link-block:hover {
  background-color: var(--50-secondary-color);
}

.link-block.services {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block.services:hover {
  background-color: var(--50-secondary-color);
  box-shadow: 0 2px 5px #00000059;
}

.service-area-services {
  color: var(--darkest);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.heading {
  color: #fff;
  font-size: 28px;
}

.heading.hero {
  font-size: 20px;
  font-weight: 600;
}

.hero-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
}

.hero-title.home {
  font-family: Mulish, sans-serif;
  font-size: 4vw;
  font-weight: 800;
}

.subtitle-wrap {
  display: flex;
}

.hero-content-wrap {
  width: 60%;
  margin-bottom: 100px;
}

.button-2 {
  color: #fff;
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.button-2:hover {
  color: #18cb1a;
}

.button-2.main {
  border-color: var(--pink);
  background-color: var(--pink);
  color: var(--white);
  transition: all .3s ease-in-out;
}

.button-2.main:hover {
  transform: scale(1.05);
}

.button-2.second {
  border-color: var(--pink);
  background-color: var(--paragraph-color);
  color: var(--pink);
  transition: transform .3s ease-in-out;
}

.button-2.second:hover {
  color: var(--secondary-color);
  transform: scale(1.05);
}

.hero-subtitle {
  color: #1a1a1a;
  text-transform: capitalize;
  align-self: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 500;
}

.hero-subtitle-area {
  background-color: #d2d2d2;
  padding: 5px 10px;
  display: inline-block;
}

.html-embed {
  color: var(--white);
}

.page-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.right-arrow-2 {
  width: 50px;
  overflow: visible;
}

.footer-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-map-wrap {
  margin-top: 20px;
}

.dropdown-list-2 {
  padding: 1px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  background-image: linear-gradient(#4c862480, #4c862480);
  margin-top: 7px;
  padding: 60px 20px 40px;
  right: 0;
}

.dropdown-list-2.area.w--open {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 7px;
  padding: 60px 20px 40px;
  left: 0;
  right: auto;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-nav {
  justify-content: space-around;
  align-items: center;
  width: 45%;
  display: flex;
}

.nav-logo.invert {
  filter: invert();
}

.close-mobile-menu-button {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 2.5px;
  position: relative;
}

.hamburger-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.service-area-list {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 300px;
  display: grid;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.right-nav {
  justify-content: space-around;
  align-items: center;
  width: 45%;
  display: flex;
}

.mobile-menu {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.line-divider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 3px dashed var(--red);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.global-nav-logo {
  z-index: 1000;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin: 10px 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.global-nav-logo.w--current {
  width: 22%;
  margin-top: 0;
}

.icon-10 {
  color: #fff;
}

.burger-line {
  background-image: linear-gradient(to right, #d8d12e, #e2720a);
  border-radius: 2px;
  width: 20px;
  height: 3px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

.mobile-menu-background {
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
  border-bottom-left-radius: 100%;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 0;
  right: 0;
}

.dropdown-toggle-2 {
  padding: 10px 44px 10px 10px;
}

.dropdown-link {
  text-align: left;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #3a661b;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #000;
}

.dropdown-link.all-button {
  color: var(--red);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.dropdown-link.all-button:hover {
  color: #fff;
  background-color: #0000;
}

.global-nav-link-text {
  z-index: 10;
  color: var(--pink);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.global-nav-clear {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 81px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 1px 32px #0000004f;
}

.global-nav-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  min-width: 100px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

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

.global-nav-link.left {
  color: var(--secondary-color);
  text-align: left;
}

.global-nav-link.left:hover {
  color: var(--red);
}

.mobile-menu-link {
  z-index: 10;
  color: #fff;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
  position: relative;
}

.dropdown-list-3 {
  padding: 1px;
}

.dropdown-list-3.w--open {
  background-color: var(--white);
  margin-top: 7px;
  padding: 40px 20px 20px;
  right: 0;
}

.dropdown-list-3.area.w--open {
  background-color: var(--white);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 7px;
  padding: 40px 20px 20px;
  left: 0;
  right: auto;
}

.icon-11 {
  color: #27963c;
  font-size: 16px;
}

.dropdown-toggle-3 {
  color: var(--white);
  padding: 10px 44px 10px 10px;
}

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

.top-opening-wrap-2 {
  text-align: left;
}

.phone-mobile-nav-2 {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px 2px;
  transition-property: all;
  display: flex;
}

.phone-mobile-nav-2:hover {
  background-color: var(--white);
  transform: translate(0, -3px);
}

.social-media-nav-2 {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px 2px;
  transition-property: all;
  transition-duration: .32s;
  display: flex;
}

.social-media-nav-2:hover {
  background-color: var(--white);
  transform: translate(0, -3px);
}

.social-media-nav-2.ig {
  padding-left: 3px;
  padding-right: 3px;
}

.top-bar-opening-hour-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.top-bar-wrapper {
  color: #fff;
  text-align: center;
  background-color: #76b5ff;
  border-radius: 20px;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 3px 10px #3a71ff33;
}

.top-bar-wrapper.v1 {
  background-color: var(--pink);
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.image-72 {
  filter: invert();
  object-fit: cover;
  height: 14px;
}

.top-bar-wrap-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav {
  z-index: 1000;
  position: sticky;
  top: 0;
}

.arrow-white {
  filter: invert();
}

.link-block-2 {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-area-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.footer-hours {
  font-size: 18px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  text-decoration: none;
}

.image-73 {
  border-right: 1px solid #000;
  padding-right: 20px;
}

.paragraph-3 {
  font-size: 14px;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.rich-text-block {
  text-align: left;
}

.deeplawn {
  width: 1000px;
  height: 600px;
}

.input-field-3 {
  color: #000;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.input-field-3::placeholder {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.copyright-auto {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.section {
  height: 100%;
}

.container-11 {
  max-width: 90%;
}

.heading-9 {
  text-align: center;
}

.faq-title {
  color: var(--white);
}

.container-3 {
  max-width: 70%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.accordion-icon-2 {
  color: var(--white);
}

.about-intro-wrap-2 {
  padding-left: 0;
  padding-right: 0;
}

.accordion-toggle-2 {
  background-color: var(--pink);
  border-bottom: 2px solid #2764924d;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.accordion-item-2 {
  width: 100%;
  overflow: hidden;
}

.text-block-18 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 22px;
}

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

.dropdown-list-4 {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.faq-subheader {
  color: #fff;
  width: 50%;
  font-size: 18px;
}

.left-arrow-4 {
  width: 50px;
  overflow: visible;
}

.icon-12 {
  color: #042a6b;
  width: 30px;
}

.gallery-section-3 {
  width: 100%;
  max-width: 96em;
  padding-top: 40px;
  padding-bottom: 100px;
}

.rich-text-block-2 {
  letter-spacing: normal;
}

.code-embed {
  width: 100%;
  height: 1200px;
}

.code-embed-2 {
  width: 100%;
  height: 100vh;
}

.code-embed-3 {
  width: 100%;
  height: 90vh;
}

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

.related-post-wrap-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.other-services-grid, .svc-avail-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-area-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-block-19 {
  color: var(--white);
}

.pest-cta {
  background-color: var(--pink);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  blockquote {
    font-size: 24px;
  }

  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-bar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-wrap.fixed {
    left: 30px;
    right: 30px;
  }

  .logo-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .typography-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blue-button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 17px 40px;
    font-size: 20px;
  }

  .blue-button.header-button {
    padding: 17px 40px;
    font-size: 20px;
  }

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

  .nav-link.w--current {
    padding: 20px 24px 20px 25px;
  }

  .banner-title-wrap {
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .banner-title {
    font-size: 50px;
  }

  .color-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .colors-item-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content-grid {
    grid-template-columns: 1.7fr 1fr 1fr;
  }

  .footer-link-widget {
    justify-content: flex-start;
  }

  .footer-link-wrap {
    padding-left: 60px;
    padding-right: 20px;
  }

  .hero-wrap {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .home-intro-section {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .home-intro-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .section-subtitle-text {
    font-size: 18px;
  }

  .section-title {
    font-size: 45px;
  }

  .section-title-content {
    font-size: 18px;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-tabs-content-wrap {
    position: relative;
  }

  .service-tab-content-area {
    margin: 40px 20px 20px;
    padding: 60px;
  }

  .service-item {
    padding: 30px;
  }

  .why-choose-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .why-choose-count-wrap {
    width: 100%;
  }

  .why-choose-content-wrap {
    margin-left: 40px;
  }

  .why-choose-count-area {
    width: 70%;
    max-width: 1200px;
    margin: 100px 0;
    padding: 120px 40px;
  }

  .choose-count-title {
    font-size: 25px;
  }

  .customer-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .customer-grid {
    grid-column-gap: 45px;
    grid-template-columns: 1fr 1fr;
  }

  .appointment-wrap {
    margin-top: 0;
  }

  .customer-says-slider-wrap {
    width: 100%;
  }

  .pricing-section {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .pricing-title-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .feature-item-grid {
    grid-template-columns: 1fr 1fr;
  }

  .meet-owner-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

  .about-button-wrap {
    margin-bottom: 0;
  }

  .history-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

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

  .package-section {
    padding-top: 120px;
  }

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

  .package-item {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .package-item.package-white-background {
    margin-left: 0;
  }

  .package-service-title {
    font-size: 30px;
  }

  .package-plan {
    font-size: 20px;
  }

  .package-price {
    font-size: 30px;
  }

  .package-visit-charge, .package-service-name {
    font-size: 18px;
  }

  .package-item-enable {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .package-item-enable.package-item-white-background {
    padding-top: 15px;
  }

  .contact-detail-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-detail-item {
    padding: 50px 40px;
  }

  .contact-detail-title {
    font-size: 25px;
  }

  .contact-detail-link {
    font-size: 30px;
  }

  .contact-address-info {
    padding: 40px 60px 60px;
  }

  .contact-address-title {
    font-size: 25px;
  }

  .contact-info-link {
    font-size: 18px;
  }

  .contact-form-section, .changelog-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .changelog-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .changelog-version-wrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .license-content-wrap {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .error-page-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .error-title {
    font-size: 450px;
  }

  .error-page-title {
    font-size: 60px;
  }

  .password-section, .blog-section {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .blog-listing-image {
    min-height: 425px;
  }

  .blog-title {
    font-size: 30px;
  }

  .blog-simple-bio {
    font-size: 18px;
  }

  .blog-single-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .blog-single-content-wrap {
    width: 900px;
  }

  .blog-author-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-author-wrap {
    width: 900px;
  }

  .related-posts-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .project-title {
    font-size: 25px;
  }

  .project-single-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .75fr 1fr;
  }

  .project-detail-wrap {
    padding: 40px;
  }

  .project-detail-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }

  .project-detail-item {
    padding-top: 10px;
  }

  .project-detail-list-title {
    font-size: 24px;
  }

  .related-projects {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .team-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }

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

  .faq-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .right-banner {
    width: 47%;
  }

  .sale-title {
    font-size: 45px;
  }

  .sale-title.large {
    font-size: 102px;
  }

  .sale-description {
    font-size: 18px;
  }

  .complete-image-icons {
    width: 25vw;
  }

  .circle._2 {
    width: 50vw;
    height: 50vw;
  }

  .circle._3 {
    width: 40vw;
    height: 40vw;
  }

  .circle._4 {
    width: 30vw;
    height: 30vw;
  }

  .circle.rotate {
    width: 60vw;
    height: 60vw;
  }

  .popup-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .about-us-experience-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .service-image {
    object-position: 50% 50%;
    height: 100%;
  }

  .service-preview {
    margin-top: 0;
  }

  .service-page-sticky-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image-mask {
    height: 600px;
    max-height: 600px;
  }

  .push-pin {
    width: 120px;
    max-width: none;
  }

  .banner-button-wrapper {
    margin-bottom: 0;
  }

  .collection-list-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .lawn-care-title, .lawn-care-title-big {
    font-size: 45px;
  }

  .lawn-care-title-big.large {
    font-size: 102px;
  }

  .lawn-care-description {
    font-size: 18px;
  }

  .service-items-wrap {
    padding: 30px;
  }

  .gallery-section {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .gallery-section.projects {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .project-image {
    height: 420px;
  }

  .section-title-2 {
    font-size: 45px;
  }

  .thank-you-page-title {
    font-size: 60px;
  }

  .section-subtitle-text-2 {
    font-size: 18px;
  }

  .service-area-services {
    font-size: 16px;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-content-wrap {
    width: 70%;
  }

  .hero-subtitle-area {
    padding: 10px 40px 10px 20px;
  }

  .project-details {
    font-size: 20px;
  }

  .container-3 {
    max-width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery-section-3 {
    border-radius: 2em;
  }
}

@media screen and (min-width: 1440px) {
  blockquote {
    font-size: 26px;
  }

  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    padding-left: 100px;
    padding-right: 100px;
  }

  .top-bar-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-section.fixed {
    justify-content: center;
    align-items: center;
  }

  .header-wrap.fixed {
    width: 100%;
    max-width: 1200px;
    left: auto;
    right: auto;
  }

  .logo-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .typography-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .header-menu-wrap {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .button-section {
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .banner-title-wrap {
    width: 980px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner-title {
    font-size: 60px;
  }

  .color-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

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

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

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

  .footer-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .footer-content-grid {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrap {
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .home-intro-section {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .home-intro-grid {
    margin-top: 0;
  }

  .section-subtitle-text {
    font-size: 20px;
  }

  .home-intro-image-wrap.overlap {
    margin-bottom: 20px;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-tab-content-area {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 20px 20px;
    padding: 60px;
    display: flex;
  }

  .service-content {
    margin-bottom: 25px;
  }

  .why-choose-grid {
    place-items: center stretch;
  }

  .why-choose-count-wrap {
    background-position: 50%;
  }

  .why-choose-content-wrap {
    margin-top: 30px;
    margin-left: 70px;
    margin-right: 60px;
  }

  .why-choose-count-area {
    margin: 140px 80px;
    padding: 100px 80px;
  }

  .choose-count-wrap {
    min-width: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-us-item {
    margin-bottom: 25px;
  }

  .why-choose-item-title {
    font-size: 26px;
  }

  .customer-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .customer-says-slider-item {
    width: 100%;
    padding: 40px 40px 100px;
  }

  .question-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 50px 40px;
  }

  .appointment-form-wrap {
    margin-top: 40px;
    padding: 50px 40px;
  }

  .pricing-section {
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .pricing-grid {
    margin-top: 40px;
  }

  .pricing-item {
    padding: 40px;
  }

  .pricing-top-wrap {
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  .pricing-button-wrap {
    margin-top: 45px;
  }

  .meet-owner-section {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

  .history-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .package-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .contact-detail-section {
    padding-top: 170px;
    padding-bottom: 140px;
  }

  .contact-detail-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .changelog-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .password-section {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .password-form-area {
    width: 720px;
  }

  .blog-section {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .blog-single-section {
    padding-top: 170px;
    padding-bottom: 100px;
  }

  .blog-author-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .related-posts-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .project-detail-title {
    font-size: 24px;
  }

  .related-projects {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .team-section {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .team-item {
    margin-bottom: 20px;
    padding: 20px;
  }

  .faq-section {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .complete-image-icons {
    width: 23vw;
  }

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

  .circle._2 {
    width: 50vw;
    height: 50vw;
  }

  .circle._3 {
    width: 40vw;
    height: 40vw;
  }

  .circle._4 {
    width: 30vw;
    height: 30vw;
  }

  .circle.rotate {
    width: 60vw;
    height: 60vw;
  }

  .about-lists {
    justify-content: center;
    height: 100%;
  }

  .right-column {
    top: 180px;
  }

  .service-page-sticky-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .benefits-heading {
    font-size: 34px;
  }

  .include-titles {
    font-size: 18px;
  }

  .gallery-section {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .gallery-section.projects {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .appointment-form-wrap-2 {
    margin-top: 40px;
    padding: 50px 40px;
  }

  .service-item-2 {
    padding: 50px 35px;
  }

  .heading.hero {
    font-size: 28px;
  }

  .hero-title.home {
    font-size: 55px;
  }

  .top-bar-wrap-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }

  .banner-title-wrap {
    padding-top: 140px;
  }

  .hero-wrap {
    align-items: center;
    padding-top: 180px;
    display: flex;
  }

  .home-intro-section {
    padding-top: 60px;
  }

  .home-intro-grid {
    margin-top: 0;
  }

  .why-choose-grid {
    grid-template-columns: 1fr 1.2fr;
  }

  .why-choose-content-wrap {
    margin-left: 140px;
    margin-right: 140px;
  }

  .why-choose-count-area {
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .customer-says-mask {
    border-color: var(--secondary-color);
  }

  .appointment-form-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }

  .contact-address-title {
    font-size: 30px;
  }

  .polaroid-sign-wrap {
    align-items: center;
  }

  .lawn-care-banner {
    min-height: 1000px;
  }

  .lawn-care-description {
    font-size: 20px;
  }

  .project-image {
    height: 500px;
  }

  .heading {
    color: #fff;
    font-size: 34px;
  }

  .nav-container {
    width: 1400px;
  }

  .global-nav-link-text {
    font-size: 18px;
  }

  .global-nav-clear {
    height: 80px;
  }

  .global-nav-link, .top-bar-opening-hour-2 {
    font-size: 20px;
  }

  .top-bar-opening-hour-2.number {
    margin-right: 10px;
  }

  .top-bar-wrapper.v1 {
    border-radius: 0;
  }

  .link-2 {
    color: var(--white);
    text-decoration: none;
  }

  .container-3 {
    max-width: 70%;
  }

  .about-intro-wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-3 {
    width: 80%;
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  blockquote {
    margin-right: 20px;
    padding: 40px 60px 40px 40px;
    font-size: 18px;
  }

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

  .container.cta {
    justify-content: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-wrap.fixed {
    left: 30px;
    right: 30px;
  }

  .nav-bar-wrap {
    padding-bottom: 50px;
  }

  .logo-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .header-link-wrap {
    grid-column-gap: 15px;
  }

  .header-link-wrap.hide-tablet-down {
    display: none;
  }

  .header-link-item {
    margin-left: 10px;
  }

  .header-link-icon-wrap {
    width: 50px;
    height: 50px;
  }

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

  .header-contact-title {
    font-size: 17px;
  }

  .header-link {
    font-size: 15px;
  }

  .header-menu-wrap {
    padding-left: 10px;
    bottom: -35px;
  }

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

  .button {
    font-size: 16px;
  }

  .button.pricing-button {
    margin-right: 0;
    padding: 15px 40px;
    font-size: 17px;
  }

  .button.main.cta-double {
    width: 80%;
    font-size: 18px;
  }

  .button.main.cta-double.call {
    width: 80%;
  }

  .button.on-white {
    font-size: 16px;
  }

  .button.header-banner {
    font-size: 18px;
  }

  .blue-button.header-button.secondary.phone-fixed {
    display: block;
  }

  .blue-button.header-button.hide-tablet {
    display: none;
  }

  .nav-link {
    color: var(--paragraph-color);
    width: 100%;
    display: inline-block;
  }

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

  .nav-link.dropdown-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    padding-bottom: 0;
    position: relative;
  }

  .banner-title-area-section {
    top: 0;
  }

  .banner-title-wrap {
    width: auto;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title-wrap.cms-pages {
    width: auto;
  }

  .banner-title {
    font-size: 36px;
  }

  .color-section {
    padding-top: 80px;
  }

  .paragraph-section {
    padding-top: 60px;
  }

  .blockquote-section {
    padding-bottom: 60px;
  }

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

  .footer-logo-wrap {
    margin-bottom: 40px;
  }

  .footer-contact-link {
    font-size: 16px;
  }

  .footer-content-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 2fr;
  }

  .footer-widget.pad-right.mobile-two {
    padding-right: 0;
  }

  .footer-social-wrap.home {
    margin-top: 20px;
  }

  .footer-link-widget.vertical {
    justify-content: flex-start;
  }

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

  .hero-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .home-intro-grid {
    margin-top: -65px;
    display: block;
  }

  .section-title-wrap.title-center-align, .section-title-wrap.title-center-align._100, .section-title-wrap.intro-section {
    width: 100%;
  }

  .section-subtitle-wrap.margin {
    margin-top: 20px;
  }

  .section-subtitle-text {
    font-size: 17px;
  }

  .section-title {
    margin-top: 15px;
    font-size: 30px;
  }

  .section-title.section-small-title.white {
    font-size: 28px;
  }

  .section-title-content {
    font-size: 14px;
  }

  .home-intro-image-wrap.overlap {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .service-tab-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-tab-link-text {
    font-size: 16px;
  }

  .service-tab-content-area {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
  }

  .service-tab-contents {
    width: 100%;
    padding-right: 0;
  }

  .service-tabs-image {
    width: 100%;
    margin-top: 40px;
  }

  .service-item {
    padding: 20px;
  }

  .why-choose-grid {
    display: block;
  }

  .why-choose-count-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-choose-count-wrap.margin {
    margin-bottom: 0;
  }

  .why-choose-content-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .why-choose-count-area {
    margin: 0 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-choose-item-content {
    font-size: 16px;
  }

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

  .customer-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .customer-grid {
    display: block;
  }

  .customer-says-wrap {
    max-width: 100%;
  }

  .appointment-wrap {
    width: auto;
    margin-top: 40px;
  }

  .customer-says-slider-wrap {
    width: 100%;
  }

  .customer-says-content {
    font-size: 16px;
  }

  .question-wrap {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-contact-link {
    font-size: 26px;
  }

  .appointment-form-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .pricing-title-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .pricing-item {
    margin-bottom: 20px;
  }

  .feature-item-grid {
    display: block;
  }

  .feature-item-content-wrap {
    margin-bottom: 20px;
  }

  .meet-owner-section {
    padding-top: 80px;
  }

  .about-intro-feature-list {
    justify-content: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .about-button-wrap {
    justify-content: center;
  }

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

  .history-grid {
    display: block;
  }

  .history-time-wrap {
    margin-top: 40px;
  }

  .package-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 1200px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .package-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .package-item.package-white-background {
    background-color: var(--white-background-color);
  }

  .package-tabs-content {
    overflow: scroll;
  }

  .package-price {
    font-size: 22px;
  }

  .package-detail-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    min-width: 1200px;
  }

  .package-service-type-wrap {
    margin-left: 20px;
  }

  .package-service-name {
    font-size: 16px;
  }

  .package-item-enable.package-item-white-background {
    background-color: var(--white-background-color);
  }

  .package-button-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 1200px;
  }

  .package-button-wrap {
    margin-right: 0;
  }

  .package-button-wrap.package-white-background {
    background-color: var(--white-background-color);
  }

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

  .contact-detail-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .contact-detail-item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
  }

  .contact-detail-item.hide-tablet {
    display: none;
  }

  .contact-address-info.center {
    padding-bottom: 40px;
  }

  .contact-address-title {
    margin-top: 0;
    font-size: 22px;
  }

  .contact-address-item {
    padding-top: 10px;
    padding-bottom: 12px;
  }

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

  .changelog-section {
    padding-top: 100px;
  }

  .license-content-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .error-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .error-page-title {
    font-size: 40px;
  }

  .password-section {
    padding-top: 100px;
  }

  .password-form-area {
    width: 100%;
    padding: 60px 40px;
  }

  .blog-section {
    padding-top: 100px;
  }

  .blog-listing-author-name {
    text-align: left;
    font-size: 14px;
  }

  .blog-author-link-block {
    min-width: 150px;
    padding: 15px;
  }

  .blog-date {
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
  }

  .blog-date-wrap {
    min-width: 140px;
    padding: 15px;
  }

  .blog-title {
    font-size: 21px;
  }

  .blog-simple-bio, .view-more-link {
    font-size: 17px;
  }

  .blog-category-link-block {
    padding: 15px;
  }

  .global-banner-section {
    top: 0;
  }

  .project-item {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-title {
    font-size: 20px;
  }

  .project-image-block {
    height: 200px;
  }

  .project-service-type {
    font-size: 15px;
  }

  .project-single-section {
    padding-top: 20px;
  }

  .project-title-area-section {
    top: 0;
  }

  .project-single-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-detail-wrap {
    order: 0;
    margin-top: 20px;
  }

  .project-detail-wrap.service-area {
    margin-top: 0;
  }

  .project-single-content-wrap {
    margin-top: 40px;
  }

  .team-section {
    padding-top: 60px;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .image.logo-footer {
    height: auto;
    padding-right: 0;
  }

  .right-banner {
    justify-content: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .sale-title {
    text-align: center;
    font-size: 34px;
  }

  .sale-title.large {
    font-size: 72px;
  }

  .left-banner {
    width: 100%;
  }

  .sale-description {
    text-align: center;
    font-size: 17px;
  }

  ._20px-spacing.height._10-px {
    height: 10px;
  }

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

  .button-wrapper.left.picture-perfect-button {
    justify-content: center;
  }

  .button-wrapper.cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .complete-image {
    width: auto;
    height: auto;
  }

  .small-icon.invert {
    width: 15px;
  }

  .complete-image-icons {
    width: 55vw;
  }

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

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

  .circle._2 {
    width: 90vw;
    height: 90vw;
  }

  .circle._3 {
    width: 80vw;
    height: 80vw;
  }

  .circle._4 {
    width: 70vw;
    height: 70vw;
  }

  .circle.rotate {
    width: 100vw;
    height: auto;
    transform: rotate(90deg);
  }

  .keep-circles-left {
    width: 90vw;
    height: 90vw;
    margin-bottom: 60px;
  }

  .ultimate-maintenance {
    flex-direction: column;
  }

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

  .popup-wrapper {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
  }

  .image-63 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    inset: 3% 0% 0%;
  }

  .icon-small.invert {
    width: 1.5rem;
  }

  .close-popup {
    z-index: 5;
  }

  .top-content {
    margin-top: 2rem;
  }

  .popup {
    align-items: flex-start;
    overflow: scroll;
  }

  .about-us-experience-wrap.intro-section {
    flex-direction: column;
  }

  .about-lists {
    width: 100%;
  }

  .thanks-title {
    font-size: 100px;
  }

  .service-heading {
    margin-top: 0;
    font-size: 32px;
  }

  .service-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky-slider-logo {
    width: 80%;
  }

  .spacing {
    height: 60px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .service-image {
    height: 300px;
  }

  .small-button {
    min-width: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-slider {
    padding-left: 6px;
    padding-right: 6px;
  }

  .service-preview {
    padding-top: 30px;
    padding-bottom: 30px;
    left: -52px;
  }

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

  .service-page-sticky-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-mask {
    max-height: 300px;
  }

  .push-pin-wrapper {
    top: -44px;
  }

  .push-pin {
    width: 100px;
  }

  .center-align p {
    font-size: 16px;
  }

  .benefits-heading {
    font-size: 22px;
  }

  .list-benefits {
    font-size: 16px;
  }

  .polaroid-image-wrap {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mission-description {
    font-size: 16px;
  }

  .banner-button-wrapper {
    justify-content: center;
  }

  .collection-list-service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-image-owner {
    object-fit: cover;
    max-width: none;
  }

  .polaroid-sign-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .polaroid-call {
    font-size: 22px;
  }

  .lawn-care-banner {
    align-items: center;
  }

  .banner-content {
    width: 100%;
    margin-top: 100px;
  }

  .lawn-care-title {
    font-size: 20px;
  }

  .lawn-care-title-big {
    font-size: 3.3vw;
  }

  .lawn-care-title-big.large {
    font-size: 72px;
  }

  .lawn-care-description {
    font-size: 2vw;
  }

  .include-titles {
    font-size: 12px;
  }

  .empty.center-mobile {
    display: block;
  }

  .empty.center-mobile._2, .empty.center-mobile._3 {
    display: none;
  }

  .icon-3, .dropdown-text {
    color: var(--paragraph-color);
  }

  .service-items-wrap {
    padding: 20px;
  }

  .service-title-link {
    padding-top: 0;
  }

  .service-title-link.no-btm-tablet {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .icon-5, .icon-6 {
    color: var(--darkest);
  }

  .gallery-section {
    padding-top: 100px;
  }

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

  .gallery-slide {
    width: 50%;
  }

  .project-image {
    height: 300px;
  }

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

  .service-icons {
    width: 60px;
    height: 60px;
  }

  .tabs-photo {
    min-height: 300px;
    max-height: 460px;
  }

  .section-title-2 {
    font-size: 38px;
  }

  .service-item-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-logo {
    width: 260px;
    height: 181px;
  }

  .thank-you-page-title {
    font-size: 40px;
  }

  .section-subtitle-text-2 {
    font-size: 17px;
  }

  .map-image-wrapper {
    margin-bottom: 20px;
  }

  .heading.hero {
    font-size: 20px;
  }

  .hero-title.home {
    font-size: 36px;
  }

  .hero-content-wrap {
    width: 80%;
  }

  .button-2.main, .button-2.second {
    font-size: 18px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

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

  .rich-text h2 {
    font-size: 30px;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text h4 {
    font-size: 22px;
  }

  .left-nav {
    display: none;
  }

  .hamburger-button {
    background-color: var(--secondary-color);
    border-radius: 12px;
    width: 100px;
    height: 60px;
    display: flex;
  }

  .nav-container {
    justify-content: flex-start;
  }

  .dropdown, .right-nav {
    display: none;
  }

  .mobile-menu {
    background-color: var(--secondary-color);
    display: none;
  }

  .global-nav-logo {
    width: 40%;
    height: 120px;
    margin-bottom: -10px;
  }

  .global-nav-logo.w--current {
    width: 38%;
  }

  .burger-line {
    background-color: var(--white);
    background-image: none;
    width: 40px;
    height: 5px;
  }

  .mobile-menu-background {
    background-color: var(--paragraph-color);
    background-image: none;
  }

  .global-nav-clear {
    justify-content: space-between;
    height: 80px;
  }

  .mobile-menu-link {
    font-size: 6vw;
    line-height: 6vw;
  }

  .top-bar-wrapper {
    border-radius: 16px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-wrap-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-area-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .container-11 {
    max-width: 90%;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-subheader {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 17px;
  }

  li {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
  }

  label {
    font-size: 16px;
  }

  blockquote {
    padding: 30px 26px 30px 20px;
    font-size: 18px;
  }

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

  .top-bar-grid {
    grid-template-columns: 1fr;
  }

  .top-bar-opening-hour {
    text-align: center;
  }

  .header-wrap.fixed {
    left: 20px;
    right: 20px;
  }

  .logo-wrap {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-link-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .header-link-item {
    margin-top: 10px;
  }

  .header-link, .button.pricing-button {
    font-size: 17px;
  }

  .blue-button.header-button.scrolling-nav {
    padding: 15px;
  }

  .nav-link.dropdown-nav {
    padding-left: 18px;
  }

  .banner-title-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .banner-title {
    font-size: 34px;
  }

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

  .call-to-action-section {
    flex-direction: column;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-contact-item {
    margin-bottom: 10px;
  }

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

  .footer-widget.pad-right.mobile-two {
    padding-right: 0;
  }

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

  .footer-link-widget {
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .footer-link-wrap {
    padding-left: 0;
    padding-right: 40px;
  }

  .footer-link {
    font-size: 17px;
  }

  .copyright-wrap {
    margin-bottom: 120px;
  }

  .home-intro-grid {
    margin-top: -100px;
  }

  .section-title {
    font-size: 32px;
  }

  .service-tabs-menu {
    flex-direction: column;
  }

  .service-tab-link {
    margin-bottom: 20px;
  }

  .service-tab-content-area {
    margin-left: 10px;
    margin-right: 0;
  }

  .service-title_heading {
    font-size: 21px;
  }

  .why-choose-count-wrap.margin {
    margin-bottom: 40px;
  }

  .why-choose-count-area {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-count-wrap {
    min-width: 100px;
  }

  .choose-count-number {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .choose-count-content {
    padding-right: 20px;
  }

  .choose-count-title {
    font-size: 17px;
  }

  .customer-wrap {
    padding-bottom: 0;
  }

  .question-contact-link {
    font-size: 26px;
  }

  .appointment-form-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-intro-feature-list, .about-intro-lists-wrap {
    flex-direction: column;
  }

  .about-point-list-item.about-half-width-item {
    min-width: 250px;
    padding-right: 0;
  }

  .about-button-wrap {
    flex-direction: column;
    align-items: center;
  }

  .package-service-title {
    font-size: 25px;
  }

  .package-plan {
    font-size: 22px;
  }

  .package-price {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .package-visit-charge {
    font-size: 14px;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .contact-detail-item {
    padding: 40px;
  }

  .contact-detail-link {
    font-size: 24px;
  }

  .contact-address-info {
    padding-bottom: 50px;
  }

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

  .changelog-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .changelog-version-wrap {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .license-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .error-page-wrap {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .error-title {
    font-size: 150px;
  }

  .error-page-title {
    font-size: 29px;
  }

  .password-page-title {
    font-size: 40px;
  }

  .password-content {
    font-size: 17px;
  }

  .blog-author-link-block {
    min-width: 140px;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-single-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-single-content-wrap {
    width: 100%;
    margin-top: 40px;
  }

  .blog-author-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .related-posts-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .project-title {
    font-size: 24px;
  }

  .project-image-block {
    height: 400px;
  }

  .popular-prcing-text {
    font-size: 14px;
  }

  .brand {
    margin-bottom: 10px;
  }

  .image.logo-footer {
    height: 150px;
  }

  .right-banner {
    width: 100%;
  }

  .sale-title {
    text-align: center;
    font-size: 34px;
  }

  .sale-title.large {
    font-size: 72px;
  }

  .left-banner {
    width: 100%;
  }

  .sale-description {
    text-align: center;
    max-width: 75%;
    font-size: 17px;
  }

  ._20px-spacing.height._10-px {
    height: 20px;
  }

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

  .button-wrapper {
    flex-wrap: wrap;
  }

  .button-wrapper.left {
    justify-content: center;
  }

  .button-wrapper.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .complete-image {
    width: auto;
    height: auto;
  }

  .complete-image-icons {
    width: 55vw;
  }

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

  .list-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: .25fr .5fr .25fr;
    justify-content: center;
  }

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

  .list.first {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .circle {
    width: 400px;
  }

  .circle._2 {
    width: 90vw;
    height: 90vw;
  }

  .circle._3 {
    width: 80vw;
    height: 80vw;
  }

  .circle._4 {
    width: 70vw;
    height: 70vw;
  }

  .circle.rotate {
    width: 100vw;
    height: auto;
    transform: rotate(90deg);
  }

  .keep-circles-left {
    width: 90vw;
    height: 80vw;
    margin-bottom: 60px;
  }

  .ultimate-maintenance {
    flex-direction: column;
  }

  .popup-wrapper {
    border-radius: 0;
  }

  .image-63 {
    width: 70%;
  }

  .heading-tertiary.lose__top-margin {
    margin-top: 0;
  }

  .feature-paragraph {
    font-size: 1rem;
  }

  .feature-paragraph.popup-form {
    font-size: 17px;
  }

  .popup-form-wrapper {
    padding-top: 1rem;
  }

  .about-us-experience-wrap {
    flex-direction: column;
  }

  .about-us-experience-wrap.intro-section {
    grid-template-columns: .5fr;
    display: flex;
  }

  .author-name-contact {
    border-right-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .thanks-title {
    font-size: 80px;
  }

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

  .service-image {
    height: 400px;
  }

  .post-category {
    font-size: 14px;
  }

  .sticky-slider {
    margin-top: 75px;
  }

  .right-column {
    display: none;
  }

  .service-paragraph {
    font-size: 14px;
  }

  .service-page-sticky-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-mask {
    max-height: 400px;
  }

  .push-pin-wrapper {
    top: -52px;
  }

  .push-pin {
    width: 125px;
  }

  .center-align p {
    font-size: 14px;
  }

  .center-align h2 {
    font-size: 28px;
  }

  .center-align h4 {
    font-size: 20px;
  }

  .benefits-heading {
    text-align: center;
  }

  .polaroid-image-wrap {
    margin-bottom: 20px;
    position: static;
  }

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

  .about-image-owner {
    width: 100%;
    height: 400px;
  }

  .polaroid-sign-wrap {
    flex-direction: column;
    align-items: center;
  }

  .polaroid-contact-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .lawn-care-title {
    text-align: center;
    font-size: 30px;
  }

  .lawn-care-title-big {
    text-align: center;
    font-size: 34px;
  }

  .lawn-care-title-big.large {
    font-size: 70px;
  }

  .lawn-care-description {
    text-align: center;
    max-width: 100%;
    font-size: 17px;
  }

  .includes-wrapper {
    text-align: center;
  }

  .include-titles {
    font-size: 12px;
  }

  .empty.center-mobile._2, .empty.center-mobile._3 {
    display: block;
  }

  .gallery-slide {
    width: 100%;
  }

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

  .pay-wrapper {
    flex-direction: column;
  }

  .section-title-2 {
    font-size: 34px;
  }

  .thank-you-page-title {
    font-size: 29px;
  }

  .service-area-city-list {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 22px;
  }

  .hero-title {
    font-size: 45px;
    line-height: 1.2;
  }

  .hero-title.home {
    font-size: 34px;
    line-height: 1.3;
  }

  .hero-content-wrap {
    width: 80%;
    margin-bottom: 0;
  }

  .hero-subtitle {
    align-self: center;
  }

  .hero-subtitle-area {
    padding-right: 20px;
  }

  .footer-content-wrap {
    margin-bottom: 20px;
  }

  .hamburger-button {
    width: 150px;
  }

  .global-nav-logo {
    margin-bottom: 0;
  }

  .global-nav-logo.w--current {
    width: 50%;
  }

  .mobile-menu-link {
    line-height: 7vw;
  }

  .top-opening-wrap-2, .top-bar-opening-hour-2 {
    text-align: center;
  }

  .top-bar-wrapper {
    border-radius: 14px;
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .container-11 {
    max-width: 90%;
  }

  .faq-title {
    line-height: 1.3em;
  }

  .container-3 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-subheader {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  p, label {
    font-size: 14px;
  }

  blockquote {
    border-left-width: 25px;
    font-size: 16px;
  }

  .container.center.no-pad-mobile, .container.nav, .container.pad-0-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-bar-grid {
    grid-template-rows: auto auto;
  }

  .top-opening-wrap {
    margin-bottom: 5px;
  }

  .top-social-wrap {
    align-items: center;
    display: flex;
  }

  .top-bar-opening-hour {
    font-size: 16px;
  }

  .header-link-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-link-item {
    margin-bottom: 10px;
  }

  .header-link-icon-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px;
  }

  .header-link-content {
    flex-flow: column wrap;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .header-link.shrink {
    font-size: 3.5vw;
  }

  .button {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .button.pricing-button {
    width: 90%;
    font-size: 16px;
  }

  .button.main.cta-double {
    width: 100%;
    font-size: 16px;
  }

  .button.main.cta-double.call {
    width: 100%;
  }

  .button.on-white {
    font-size: 14px;
  }

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

  .large-button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .blue-button {
    padding: 14px 30px;
    font-size: 17px;
  }

  .blue-button.header-button {
    font-size: 14px;
  }

  .blue-button-large {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .nav-link {
    font-size: 17px;
  }

  .dropdown-menu-link {
    font-size: 16px;
  }

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

  .banner-title-wrap {
    padding: 60px 20px;
  }

  .banner-title-wrap.cms-pages {
    flex-direction: column;
  }

  .banner-title {
    font-size: 26px;
  }

  .banner-title.custom-banner-title {
    padding-left: 0;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-top-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-contact-item {
    width: 100%;
  }

  .footer-link-item {
    flex-direction: column;
    width: 100%;
  }

  .footer-contact-title {
    text-align: center;
    font-size: 18px;
  }

  .footer-contact-link {
    font-size: 14px;
  }

  .footer-contact-link.xs {
    font-size: 12px;
  }

  .footer-content-grid {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-social-link {
    width: 50px;
    height: 50px;
  }

  .footer-link-widget {
    flex-direction: column;
  }

  .footer-link-widget.special {
    margin-top: 0;
  }

  .footer-link-wrap {
    margin-bottom: 0;
    padding-right: 0;
  }

  .footer-widget-title {
    font-size: 18px;
  }

  .footer-link {
    padding-bottom: 0;
    font-size: 14px;
  }

  .copyright-wrap {
    margin-bottom: 100px;
  }

  .hero-section {
    background-position: 0 0, 50%;
  }

  .hero-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .home-intro-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .home-intro-grid {
    margin-top: 0;
  }

  .section-title-wrap.title-center-align.pad-mobile {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-subtitle-wrap.margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-subtitle-text {
    font-size: 14px;
  }

  .section-title, .section-title.section-small-title.white {
    font-size: 24px;
  }

  .service-tab-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .service-tab-link {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .service-tab-link.w--current {
    justify-content: center;
  }

  .service-tab-content-area {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-tabs-image {
    margin-top: 20px;
  }

  .service-item {
    padding: 20px;
  }

  .service-title_heading {
    font-size: 20px;
  }

  .service-content {
    font-size: 14px;
  }

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

  .why-choose-count-wrap.margin {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-choose-content-wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 10px;
  }

  .choose-count-item {
    flex-direction: column;
    align-items: stretch;
  }

  .choose-count-wrap {
    text-align: center;
  }

  .choose-count-number {
    font-size: 22px;
  }

  .choose-count-content {
    border: 1px solid var(--white);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-count-title {
    margin-left: 0;
    font-size: 18px;
  }

  .why-choose-us-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(32px, 32px) 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-choose-image-wrap {
    width: 32px;
    min-width: auto;
    height: 32px;
    min-height: auto;
  }

  .why-choose-item-content {
    padding-top: 0;
    padding-left: 0;
  }

  .why-choose-item-title {
    font-size: 18px;
  }

  .customer-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .appointment-wrap {
    margin-top: 0;
    padding-top: 40px;
  }

  .customer-says-slider-wrap {
    padding-top: 0;
  }

  .customer-says-slider-item {
    padding: 20px;
  }

  .customer-top-wrap {
    flex-direction: column;
  }

  .customer-image-wrap {
    flex-direction: row;
  }

  .customer-quote-wrap {
    display: none;
  }

  .client-name {
    font-size: 20px;
  }

  .client-says-image-wrap {
    width: 60px;
    height: 60px;
  }

  .left-arrow {
    bottom: 5%;
  }

  .customer-says-content {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .right-arrow {
    bottom: 5%;
    left: 41%;
  }

  .question-wrap {
    margin-bottom: 0;
    padding: 30px 20px;
  }

  .question-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .question-contact-link {
    font-size: 20px;
  }

  .appointment-form-wrap {
    padding: 20px;
  }

  .input-field, .input-field::placeholder {
    font-size: 16px;
  }

  .pricing-section {
    padding-bottom: 50px;
  }

  .pricing-item {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .pricing-top-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }

  .pricing-price {
    font-size: 30px;
  }

  .popular-wrap {
    text-align: center;
    position: absolute;
    inset: 0% 0% auto;
  }

  .pricing-list-content {
    font-size: 16px;
  }

  .pricing-button-wrap {
    margin-top: 25px;
  }

  .feature-item {
    flex-direction: column;
  }

  .feature-item-content-wrap {
    padding-top: 10px;
    padding-left: 0;
  }

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

  .about-intro-feature-list {
    margin-left: 0%;
  }

  .about-point-list-item {
    padding-right: 10px;
  }

  .about-point-list-item.about-half-width-item {
    width: 100%;
  }

  .about-founder-name {
    text-align: center;
  }

  .history-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .package-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .package-tab-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .package-service-title, .package-plan {
    font-size: 20px;
  }

  .package-price {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .package-visit-charge {
    font-size: 13px;
  }

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

  .package-service-name {
    font-size: 15px;
  }

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

  .package-button-wrap {
    padding-bottom: 20px;
  }

  .package-tab-link, .package-tab-link.w--current {
    text-align: center;
  }

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

  .contact-detail-link {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .contact-address-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-address-title {
    text-align: left;
  }

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

  .contact-form-section {
    padding-top: 40px;
  }

  .changelog-version-wrap {
    padding: 20px 10px 30px;
  }

  .error-page-wrap {
    padding-top: 40px;
  }

  .error-title {
    font-size: 100px;
  }

  .error-page-title {
    font-size: 22px;
  }

  .error-button-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .password-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .password-form-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .password-page-title {
    font-size: 31px;
  }

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

  .blog-listing-image {
    min-height: 250px;
  }

  .blog-meta-wrap {
    position: relative;
  }

  .blog-author-link-block, .blog-date-wrap {
    width: 100%;
  }

  .blog-meta-listing {
    flex-direction: column;
  }

  .blog-content-wrap {
    margin-top: 20px;
  }

  .blog-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .blog-readmore-link {
    margin-top: 15px;
  }

  .blog-single-meta-wrap {
    position: relative;
  }

  .blog-category-link-block {
    width: 100%;
  }

  .project-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-title {
    font-size: 21px;
  }

  .project-image-block {
    height: 260px;
  }

  .project-single-grid {
    display: flex;
  }

  .project-detail-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-image-wrap {
    max-height: none;
  }

  .team-item {
    padding: 10px;
  }

  .brand.w--current {
    margin-bottom: 0;
    padding-left: 0;
  }

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

  .image.logo-footer {
    height: auto;
    padding-right: 0;
  }

  .image.logo-nav {
    height: 80px;
  }

  .initials {
    font-size: 26px;
  }

  .right-banner {
    min-height: auto;
    margin-top: 20px;
    padding: 20px 10px;
  }

  .sale-title {
    margin-bottom: 0;
    font-size: 23px;
  }

  .sale-title.large {
    font-size: 55px;
  }

  .left-banner {
    align-items: center;
  }

  .sale-description {
    max-width: 100%;
  }

  ._20px-spacing.wide {
    display: flex;
  }

  .content-wrapper {
    padding: 0;
  }

  .button-wrapper {
    flex-direction: row;
  }

  .list-wrapper {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .circle._2 {
    width: 90vw;
    height: 90vw;
  }

  .circle._3 {
    width: 80vw;
    height: 80vw;
  }

  .circle._4 {
    width: 70vw;
    height: 70vw;
  }

  .circle.rotate {
    width: 100vw;
  }

  .keep-circles-left {
    margin-bottom: 40px;
  }

  .heading-secondary.popup-contact {
    margin-top: .5rem;
    margin-bottom: .125rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .feature-paragraph {
    font-size: 1rem;
  }

  .feature-paragraph.popup-form {
    margin-bottom: 0;
  }

  .popup-form-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup-content-wrapper {
    padding: 1rem 1rem 0;
    overflow: hidden;
  }

  .popup__contact-links {
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-content {
    padding-left: 0;
    padding-right: 0;
  }

  .popup-button {
    inset: auto auto 2% 5%;
  }

  .circle-background {
    width: 80px;
    height: 80px;
  }

  .grassy-checkmark {
    width: 24px;
  }

  .about-lists {
    padding-left: 0;
    padding-right: 0;
  }

  .thanks-title {
    font-size: 70px;
  }

  .service-heading {
    padding-right: 1px;
    font-size: 24px;
    overflow: visible;
  }

  .service-wrapper {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .spacing {
    height: 40px;
  }

  .service-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 250px;
  }

  .post-category {
    font-size: 12px;
  }

  .sticky-slider {
    margin-top: 9px;
  }

  .right-column {
    padding-left: 0;
    padding-right: 0;
  }

  .service-preview {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    top: 129px;
    left: 0;
  }

  .left-column {
    padding-left: 0;
    padding-right: 0;
  }

  .image-mask {
    max-height: 250px;
  }

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

  .push-pin-wrapper {
    top: -44px;
  }

  .push-pin {
    width: 70px;
    max-width: none;
  }

  .center-align h2 {
    font-size: 24px;
  }

  .center-align h4 {
    font-size: 18px;
  }

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

  .benefits-item-wrapper {
    padding-right: 10px;
  }

  .polaroid-image-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-image-mask-owner {
    width: 100%;
    height: 100%;
  }

  .mission-description {
    font-size: 14px;
  }

  .detailed-info-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .about-image-owner {
    width: 100%;
    height: 300px;
  }

  .polaroid-call {
    font-size: 22px;
  }

  .service-area-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .banner-content {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 40px 10px 20px;
  }

  .lawn-care-title {
    margin-bottom: 0;
    font-size: 15px;
  }

  .lawn-care-title-big {
    margin-bottom: 0;
    font-size: 23px;
  }

  .lawn-care-title-big.large {
    font-size: 38px;
  }

  .lawn-care-description {
    max-width: 100%;
    font-size: 14px;
  }

  .empty.center-mobile, .empty.center-mobile._2, .empty.center-mobile._3 {
    display: none;
  }

  .image-70 {
    width: 24px;
    max-width: none;
  }

  .service-items-wrap {
    padding: 20px;
  }

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

  .gallery-image {
    height: 240px;
  }

  .gallery-slider {
    height: 240px;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-slide {
    height: 200px;
  }

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

  .repetitive-icon {
    object-fit: contain;
    width: 40px;
  }

  .footer-contact-info {
    font-size: 15px;
  }

  .input-field-2, .input-field-2::placeholder {
    font-size: 16px;
  }

  .appointment-form-wrap-2 {
    padding: 30px 20px;
  }

  .section-title-2 {
    font-size: 26px;
  }

  .service-item-2 {
    padding: 30px 20px;
  }

  .popup-button-text {
    font-size: 12px;
  }

  .image-71 {
    object-fit: contain;
    width: 10px;
  }

  .thank-you-page-title {
    font-size: 22px;
  }

  .section-subtitle-text-2 {
    font-size: 16px;
  }

  .service-area-city-list {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 14px;
  }

  .heading.hero {
    font-size: 16px;
    font-weight: 500;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-title.home {
    font-size: 30px;
  }

  .subtitle-wrap {
    align-items: flex-start;
  }

  .hero-content-wrap {
    width: auto;
  }

  .button-2 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 17px;
  }

  .button-2.main {
    flex-direction: column;
    align-items: center;
    width: 200px;
    display: flex;
  }

  .button-2.second {
    flex-direction: column;
    align-items: center;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-subtitle-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-2 {
    width: 30px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .footer-content-wrap {
    width: 100%;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .rich-text p {
    font-size: 14px;
  }

  .rich-text h4 {
    font-size: 20px;
  }

  .rich-text a {
    font-size: 13px;
  }

  .project-details {
    font-size: 15px;
  }

  .hamburger-button {
    width: 309px;
  }

  .global-nav-logo, .global-nav-logo.w--current {
    width: 75%;
  }

  .mobile-menu-link {
    font-size: 10vw;
    line-height: 11vw;
  }

  .top-opening-wrap-2 {
    margin-bottom: 5px;
  }

  .top-bar-opening-hour-2 {
    font-size: 16px;
  }

  .top-bar-wrapper {
    border-radius: 10px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .top-bar-wrapper.v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-72 {
    object-fit: contain;
    width: 10px;
  }

  .top-bar-wrap-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .input-field-3, .input-field-3::placeholder {
    font-size: 16px;
  }

  .accordion-toggle-2 {
    height: 100px;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 1.5;
  }

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

  .faq-subheader {
    width: 100%;
  }

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

  .icon-12 {
    width: 20px;
    font-size: 16px;
  }

  .gallery-section-3 {
    max-width: none;
  }
}

#w-node-_05b3628e-b651-3282-3396-8dee2ab43b96-d1e69eb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4c65e05e-4d6b-cba3-827f-a50a5fc80497-d1e69eb0, #w-node-c7e30a87-e48c-213f-ea38-b45cf1ded821-d1e69eb0, #w-node-c686c058-01ca-7545-f1fc-04a09a4af4d4-d1e69eb0, #w-node-e47f08a5-a643-453a-c975-4c50694e42de-694e42da, #w-node-_212d6fe6-19ee-2322-9fdc-f838a69cbcaa-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e42ea-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e42e1-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e42f3-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e42fd-694e42da, #w-node-e47f08a5-a643-453a-c975-4c50694e4309-694e42da, #w-node-_39105a99-e2f0-e8a4-cc5c-b65fb030532b-b0305327, #w-node-_39105a99-e2f0-e8a4-cc5c-b65fb030539e-b0305327, #w-node-_2e10879e-faea-6d44-f612-073a690753c6-690753c4, #w-node-_04361e08-54da-571e-64a8-d521b22551d5-b22551d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04361e08-54da-571e-64a8-d521b22551d8-b22551d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b63523f0-5b5f-adfb-c6af-9476a5ebab1b-d1e69ebb, #w-node-bf167b04-9c25-40c2-3b50-e56d5fb25959-d1e69ebb, #w-node-_0bc0c94f-6e79-5a5f-046a-3318369f89a0-d1e69ebb, #w-node-_4658be57-5bc2-8fac-04d9-eeacc0a6bd6e-d1e69ebc, #w-node-ea546c33-fc7f-fb56-f531-dcad7cb576fc-d1e69ebe, #w-node-_1cc85383-3e4f-2eff-8c3b-65695d999b3e-d1e69ebe, #w-node-fad48694-72e2-c3f9-51c0-7da489293f66-d1e69ebe, #w-node-_4658be57-5bc2-8fac-04d9-eeacc0a6bd6e-d1e69ec6, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc7eb-d1e69ec8, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc7f4-d1e69ec8, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc7f8-d1e69ec8, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc822-d1e69ec8, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc84f-d1e69ec8, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc87b-d1e69ec8, #w-node-_1aa3f0c2-3be8-0b10-a79a-aca1582bc883-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_251f895f-317d-36a9-287d-9f3d7723005b-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee5eeb5b-24b1-6c09-25ce-7845ad209ea8-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9709622d-83fb-fbda-3ac7-c1d1cdf18460-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_81b9edb4-af05-7dc3-ed47-20c96c71270f-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1f0dd9f6-a341-0f0a-da60-24b3fa858310-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e6b84ef-56c5-8546-8825-c8fd1b2f7940-d1e69ec8, #w-node-faff50af-328c-a7c2-51c6-d015a46f2e59-d1e69ec8, #w-node-e126e3f3-837f-eb63-c999-4947e396ffe2-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-fc20fa0a-4f82-87b4-af9e-a8d9b1b97fe5-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc20fa0a-4f82-87b4-af9e-a8d9b1b97fe8-d1e69ec8, #w-node-_91f2043b-be4e-5c6d-5944-75cf566fd3d7-d1e69ec8, #w-node-d87ba4b4-a4cc-8c76-a288-f8b6afede285-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0560c7c2-5f2f-48bd-2e42-efd26808b2d4-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0560c7c2-5f2f-48bd-2e42-efd26808b2d7-d1e69ec8, #w-node-c6ffc0a4-d497-5b78-a25c-53689ad629f2-d1e69ec8, #w-node-_0ddb4239-6cda-104a-e0c5-bfe3e6e4f042-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_357fb338-af18-b47b-03d6-fead5a158595-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_357fb338-af18-b47b-03d6-fead5a158598-d1e69ec8, #w-node-_72feda80-1fc9-e0e3-bba0-df7cf157f726-d1e69ec8, #w-node-fc4a1074-2366-7960-0c61-cb699576ee22-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b9eca156-6aff-027c-c290-9735886f279e-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9eca156-6aff-027c-c290-9735886f27a1-d1e69ec8, #w-node-_1bc18095-071d-3033-97f1-9a0614eb37ab-d1e69ec8, #w-node-d27a40dc-d523-cd31-8358-74152b95ac5c-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_56bc1e6c-0a6e-ff18-49bf-0936ef59ab4a-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56bc1e6c-0a6e-ff18-49bf-0936ef59ab4d-d1e69ec8, #w-node-a839575b-0daa-bf78-8db6-49ef938d7079-d1e69ec8, #w-node-d5765240-6bc8-f364-6ded-f6d658721308-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_5115ded1-33f7-6c4b-b274-ed3d3fa04e6b-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5115ded1-33f7-6c4b-b274-ed3d3fa04e6e-d1e69ec8, #w-node-f3681784-9f7d-56ad-42d6-c4f379ddc582-d1e69ec8, #w-node-_70d550b2-3d06-cc19-6c9d-61af51d158b9-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8e800990-e9bd-8c0d-e72f-65fd5762b3e7-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e800990-e9bd-8c0d-e72f-65fd5762b3ea-d1e69ec8, #w-node-_88cc1f1c-1315-c2e4-c1f0-030c632e30ed-d1e69ec8, #w-node-d4ad0785-ae80-cb7c-a87d-aa9bf698f463-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d27ec834-6b6b-0346-e26e-f8e457db7353-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d27ec834-6b6b-0346-e26e-f8e457db7356-d1e69ec8, #w-node-_298c7c9b-2cb8-529b-7bbd-6083eb2bab2b-d1e69ec8, #w-node-d573a184-98ca-afec-efb1-b790fc805ce1-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4cbd51b4-347a-8e9d-6c3f-fa73e280fc73-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cbd51b4-347a-8e9d-6c3f-fa73e280fc76-d1e69ec8, #w-node-_6b11d6d8-8f78-cf21-6edc-c4fa7e3d6b22-d1e69ec8, #w-node-_05e19e2e-5ba9-e82b-dc2f-06b8b5c60e11-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_516968a3-3cfd-b597-ca32-5f75bbc603ea-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9382501a-d40a-040b-63e3-1e42d945943f-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6ebda838-3429-564d-a554-7e2f09be96d4-d1e69ec8, #w-node-daf01886-fef1-8afa-b23a-a3d583a03b51-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1df-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1e2-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1e9-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1072e1b6-eebb-c679-65d7-a4651559d1f3-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a00-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a03-d1e69ec8, #w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a06-d1e69ec8, #w-node-e435fbdd-2d6e-ea59-f686-a6d4a4da8a09-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-bdb90d6d-4090-39e8-5351-929365e9e6bf-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdb90d6d-4090-39e8-5351-929365e9e6c2-d1e69ec8, #w-node-bdb90d6d-4090-39e8-5351-929365e9e6c5-d1e69ec8, #w-node-bdb90d6d-4090-39e8-5351-929365e9e6c8-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_5e764e95-7c0b-938c-94c9-8d7a5f148337-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e764e95-7c0b-938c-94c9-8d7a5f14833a-d1e69ec8, #w-node-_5e764e95-7c0b-938c-94c9-8d7a5f14833d-d1e69ec8, #w-node-_5e764e95-7c0b-938c-94c9-8d7a5f148340-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-af028119-e82c-d34b-bc7a-b8665bbdf1e7-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af028119-e82c-d34b-bc7a-b8665bbdf1ea-d1e69ec8, #w-node-af028119-e82c-d34b-bc7a-b8665bbdf1ed-d1e69ec8, #w-node-af028119-e82c-d34b-bc7a-b8665bbdf1f0-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc87b-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc87e-d1e69ec8, #w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc881-d1e69ec8, #w-node-_6c44ce4f-5bdc-5d01-0fd0-858a199fc884-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d7b5c54b-f376-29ef-f7e7-48978b542a8b-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7b5c54b-f376-29ef-f7e7-48978b542a8e-d1e69ec8, #w-node-d7b5c54b-f376-29ef-f7e7-48978b542a91-d1e69ec8, #w-node-d7b5c54b-f376-29ef-f7e7-48978b542a94-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_098c049f-f61b-766e-3102-f80fcb0cd31b-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_098c049f-f61b-766e-3102-f80fcb0cd31e-d1e69ec8, #w-node-_098c049f-f61b-766e-3102-f80fcb0cd321-d1e69ec8, #w-node-_098c049f-f61b-766e-3102-f80fcb0cd324-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d1bd8298-eb88-9976-14e0-34db9395cff8-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1bd8298-eb88-9976-14e0-34db9395cffb-d1e69ec8, #w-node-d1bd8298-eb88-9976-14e0-34db9395cffe-d1e69ec8, #w-node-d1bd8298-eb88-9976-14e0-34db9395d001-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8be-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8c1-d1e69ec8, #w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8c4-d1e69ec8, #w-node-ec05cc6a-d45c-3ede-4706-cc5c2c41c8c7-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_61dba0ae-7aec-c827-b768-d8d30e64259f-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61dba0ae-7aec-c827-b768-d8d30e6425a2-d1e69ec8, #w-node-_61dba0ae-7aec-c827-b768-d8d30e6425a5-d1e69ec8, #w-node-_61dba0ae-7aec-c827-b768-d8d30e6425a8-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb447-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb448-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb44b-d1e69ec8, #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb44e-d1e69ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c3475e62-81d7-7444-0ab5-4643c51ea191-c51ea18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3475e62-81d7-7444-0ab5-4643c51ea194-c51ea18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_16b95c37-9bec-121a-6eaa-6099f95f77e3-d6590cc7, #w-node-_4df1b19a-4458-590e-836b-7c3b3543e8e3-d6590cc7, #w-node-_84d98b98-37c8-9ab9-bf1f-24a2b5f98afb-d6590cc7, #w-node-_4658be57-5bc2-8fac-04d9-eeacc0a6bd6e-d1e69ecb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-9738c662 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_307e5a77-99b7-519e-9e85-c3abcbac15dc-cbac15c1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_307e5a77-99b7-519e-9e85-c3abcbac15fe-cbac15c1, #w-node-_307e5a77-99b7-519e-9e85-c3abcbac1600-cbac15c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307e5a77-99b7-519e-9e85-c3abcbac1602-cbac15c1, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-77f0918a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00c2446b-122c-edaa-7970-3821bd6623ac-bd66239a, #w-node-_00c2446b-122c-edaa-7970-3821bd6623af-bd66239a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-499f1b96, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-4fb45cbe, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-04d53c63, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-d17ac002, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-c6e79cf8, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-d39b3ae7, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-89c94513, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-4fb4adff, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-d17af986, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-2f396aa8, #w-node-_8d145bee-6585-f5f8-e7e7-ee4e99d1ee1d-15fcf93d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-4a9219a1, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-dfb4d99f, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-98c6f054, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-7a84e339, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-9b25caa2, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-7a852ad5, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-5b8fbdce, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-74f3f1c9, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-00675db9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-ee5eeb5b-24b1-6c09-25ce-7845ad209ea8-d1e69ec8, #w-node-_9709622d-83fb-fbda-3ac7-c1d1cdf18460-d1e69ec8 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b627a591-5a04-7e6a-4ced-f91960a180b5-d1e69eb0 {
    align-self: start;
  }

  #w-node-e47f08a5-a643-453a-c975-4c50694e4309-694e42da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b63523f0-5b5f-adfb-c6af-9476a5ebab17-d1e69ebb {
    align-self: start;
  }

  #w-node-_9382501a-d40a-040b-63e3-1e42d945943f-d1e69ec8, #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb448-d1e69ec8 {
    place-self: center;
  }

  #w-node-_307e5a77-99b7-519e-9e85-c3abcbac15dc-cbac15c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00c2446b-122c-edaa-7970-3821bd6623af-bd66239a {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b627a591-5a04-7e6a-4ced-f91960a180cb-d1e69eb0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e47f08a5-a643-453a-c975-4c50694e42fd-694e42da {
    grid-column: span 2 / span 2;
  }

  #w-node-_04361e08-54da-571e-64a8-d521b22551d5-b22551d0, #w-node-_04361e08-54da-571e-64a8-d521b22551d8-b22551d0 {
    justify-self: center;
  }

  #w-node-f25a2ffe-5b4c-aa4f-ebc8-0807f796bed2-d1e69ebb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c3475e62-81d7-7444-0ab5-4643c51ea191-c51ea18d, #w-node-c3475e62-81d7-7444-0ab5-4643c51ea194-c51ea18d {
    justify-self: center;
  }

  #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-9738c662, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-4a9219a1, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-dfb4d99f, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-98c6f054, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-7a84e339, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-9b25caa2, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-7a852ad5, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-5b8fbdce, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-74f3f1c9, #w-node-e03abf6b-b9a1-fa8a-bd6d-faab413da764-00675db9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5587373d-5e37-354f-08c5-77b970eb9302-70eb92f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04361e08-54da-571e-64a8-d521b22551d8-b22551d0 {
    align-self: center;
  }

  #w-node-_9382501a-d40a-040b-63e3-1e42d945943f-d1e69ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-daf01886-fef1-8afa-b23a-a3d583a03b51-d1e69ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb448-d1e69ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-_18c0135a-5e6d-0ea6-d278-6e3bc2ebb44e-d1e69ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-c3475e62-81d7-7444-0ab5-4643c51ea194-c51ea18d {
    align-self: center;
  }

  #w-node-_745e2740-3707-c297-2f8b-2100d31596f9-d6590cc7, #w-node-c03396f4-b969-9977-9631-7b0284efbb13-d6590cc7, #w-node-_4af16ba8-62db-1916-df71-040bc337c26d-d6590cc7, #w-node-a06470a6-cba4-db8b-4080-25bac2480ee6-d6590cc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


