:root {
  --dark-green: #2f595f;
  --waves-library--white: white;
  --waves-library--dark-elevation: #f1f8f1;
  --green: #53b261;
  --waves-library--black: #131313;
  --light-green: #b3ceb3;
  --pale-green: #85da8c;
  --waves-library--background: #faebe3;
}

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

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

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

h2 {
  color: var(--dark-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

.navbar-no-shadow {
  z-index: 99;
  background-image: linear-gradient(#0000001a, #0000001a);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.navbar-brand {
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--waves-library--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--waves-library--dark-elevation);
}

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

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

.waves---cta-white {
  border: 1px solid var(--waves-library--white);
  background-color: var(--green);
  color: var(--waves-library--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  width: 200px;
  min-width: 200px;
}

.mg-top-16 {
  margin-top: 16px;
}

.limit-780 {
  width: 100%;
}

.mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 140px;
  display: flex;
}

.waves---main-container {
  max-width: 65%;
  padding: 20px 24px;
}

.hero-home {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.section-hero-5 {
  color: var(--waves-library--white);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Hero-Home_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  height: 650px;
  display: flex;
}

.section-hero-5.tree-surgery {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/stump-removal_1.avif');
  background-position: 0 0, 50%;
}

.waves---cta-dark {
  border: 1px solid var(--waves-library--white);
  background-color: var(--green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 10px;
  padding: 8px 40px;
  font-size: 19px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.heading-2-no-margins {
  aspect-ratio: auto;
  color: var(--dark-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 130%;
}

.heading-2-no-margins.txtwhite {
  color: var(--waves-library--white);
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  padding-bottom: 60px;
}

.section-medium {
  background-image: url('../images/Artboard-4.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-medium.tint {
  background-color: #0000000a;
  background-image: url('../images/Artboard-4.png');
  background-position: 0 100%;
  background-size: 500px;
}

.waves---limit-510 {
  color: var(--waves-library--white);
  flex-flow: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 8rem;
  display: flex;
}

.image {
  border: 14px solid var(--waves-library--white);
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: var(--waves-library--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

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

.waves---section-medium.tint {
  background-color: #0000000a;
}

.body {
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.underline {
  border-bottom: 5px solid var(--green);
}

.waves---paragraph-small-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---check-icon-2 {
  width: 24px;
  height: 24px;
}

.waves---single-check-item-2 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-33 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.1;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.waves---grid-image-halves-2.left {
  grid-template-columns: .5fr .75fr;
}

.waves---main-container-2 {
  max-width: 80%;
  padding-left: 24px;
  padding-right: 24px;
}

.h-para {
  font-size: 16px;
  line-height: 1.5;
}

._27px {
  font-size: 27px;
}

.section-medium-4 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.text-white {
  color: #fff;
  font-size: 17px;
}

.waves-bottom-footer-1 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-link-footer-1 {
  color: var(--waves-library--white);
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 75px;
  padding-bottom: 10px;
}

.waves-brand-link-footer-1 {
  color: var(--waves-library--white);
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-1 {
  background-color: var(--dark-green);
  color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
}

.image-3 {
  height: 90px;
}

.company-name {
  color: var(--waves-library--white);
  padding-left: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.company-name.text-white {
  color: var(--waves-library--white);
  padding-left: 0;
  text-decoration: none;
}

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

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

.section.tint {
  background-color: #0000000a;
  background-image: url('../images/Artboard-4.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.green-bg {
  background-image: url('../images/Artboard-3_1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 400px;
}

.section.image-bg {
  background-image: url('../images/Artboard-3.png'), linear-gradient(to bottom, var(--dark-green), var(--dark-green));
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 300px, auto;
}

.content-block {
  padding: 10px;
  display: flex;
}

.spacer-40 {
  height: 40px;
}

._2rem {
  text-align: left;
  font-size: 2rem;
}

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

.list-item-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1037px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.section-2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.h2-large {
  font-size: 44px;
}

.section-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.section-title-right {
  flex-flow: column;
  justify-content: space-around;
  width: 50%;
  position: relative;
}

.image-section-left {
  border-radius: 10px;
  width: 50%;
  min-height: 590px;
  padding-bottom: 30px;
  position: relative;
}

.grid-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.title-substitue-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

._27 {
  text-align: left;
  font-size: 27px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---main-container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves---section-medium-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fb {
  width: 100px;
}

.div-block-2 {
  color: var(--waves-library--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

._1220 {
  flex-direction: column;
  align-items: center;
  min-width: 1220px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.container-11 {
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.div-block-4 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

._21px {
  font-size: 21px;
  line-height: 1.5;
}

.gallery {
  text-align: center;
  padding-bottom: 80px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  padding-top: 20px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark-4 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: #131313e6;
}

.waves---cta-dark-4.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background-2 {
  border: 1px solid var(--waves-library--black);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background-2:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---heading-2-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cookie {
  z-index: 999;
  background-color: #000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 5% auto;
}

.p {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cookie-link {
  color: var(--green);
}

.cookie-link.w--current {
  color: #d02810;
}

.close-btn {
  border: 1px solid var(--green);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.close-btn:hover {
  border-color: #d02810;
}

.x {
  color: #fff;
  cursor: pointer;
  margin-top: -3px;
  font-size: 16px;
}

.x:hover {
  color: #d02810;
}

.rusden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-top: 20px;
  display: grid;
}

.link-2 {
  color: var(--green);
}

._19px {
  font-size: 19px;
}

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

.div-block-8 {
  display: flex;
}

.ass-logo {
  width: 200px;
}

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

.hero-tree-surgery {
  color: var(--waves-library--white);
  background-image: url('../images/stump-removal_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  margin-top: -100px;
}

._1-5rem {
  font-size: 1.5rem;
}

._1-2rem {
  font-size: 1.2rem;
}

.rg-icon {
  width: 60px;
  padding-right: 10px;
}

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

.statcounter {
  width: 200px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .container-regular {
    max-width: 90%;
  }

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

  .nav-menu {
    background-color: var(--dark-green);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

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

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

  .menu-button {
    background-color: var(--green);
    border-radius: 2px;
    padding: 12px;
    font-size: 38px;
  }

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

  .mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---main-container {
    flex-flow: column;
    max-width: 90%;
    padding-left: 20px;
  }

  .hero-home {
    background-image: none;
  }

  .section-hero-5 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Hero-Home_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
  }

  .section-hero-5.tree-surgery {
    height: 600px;
  }

  .heading-2-no-margins {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-no-margins.txtwhite {
    text-align: left;
    padding-right: 140px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .section-medium {
    padding-bottom: 60px;
  }

  .section-medium.tint {
    padding-top: 40px;
  }

  .waves---center-heading {
    align-items: flex-start;
    padding-right: 8rem;
  }

  .waves-grid-testimonials-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-image-halves-2.left {
    grid-template-columns: 1fr;
  }

  .waves---main-container-2 {
    max-width: 90%;
  }

  .waves---section-medium-2 {
    padding-top: 40px;
  }

  .section-medium-4.whitebg {
    flex-flow: column;
    padding-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .base-container, .section-title-wrapper {
    max-width: 90%;
  }

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

  .section-content {
    flex-flow: column;
  }

  .section-title-right {
    width: 100%;
  }

  .image-section-left {
    width: 100%;
    min-height: 400px;
  }

  .grid-content {
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
  }

  ._1220 {
    justify-content: center;
    min-width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    color: var(--waves-library--black);
  }

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

  .cards-image-mask {
    padding-top: 121%;
  }

  .cards-image {
    object-position: 50% 50%;
  }

  .cookie {
    flex-flow: column;
    align-items: center;
  }

  .p {
    font-size: 12px;
  }

  .close-btn {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-tree-surgery {
    height: 600px;
  }

  ._1-5rem {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-hero-5 {
    padding-top: 160px;
  }

  .heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .section-medium, .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2, .section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-tree-surgery {
    padding-top: 160px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
    line-height: 1.5;
  }

  h6 {
    line-height: 1.5;
  }

  .container-regular {
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .navbar-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    padding-top: 0;
  }

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

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

  .menu-button.w--open {
    background-color: var(--dark-green);
  }

  .mega-heading-1 {
    font-size: 39px;
  }

  .waves-title-wrap-hero-5 {
    padding-top: 60px;
  }

  .waves---main-container {
    max-width: 100%;
  }

  .hero-home {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-home.tree-surgery {
    justify-content: center;
  }

  .section-hero-5 {
    height: 90%;
    padding-top: 0;
  }

  .heading-2-no-margins {
    text-align: center;
    font-size: 29px;
  }

  .heading-2-no-margins.txtwhite {
    text-align: center;
    padding-right: 0;
  }

  .waves---grid-image-halves {
    padding-bottom: 20px;
  }

  .section-medium, .section-medium.tint {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves---limit-510 {
    align-items: center;
    width: 260px;
    max-width: 260px;
  }

  .waves---center-heading {
    align-items: center;
    padding-right: 0;
  }

  .waves-tile-testimonial-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves-grid-testimonials-3 {
    grid-template-columns: 1fr;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---paragraph-small-2 {
    text-align: left;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  ._27px {
    font-size: 19px;
  }

  .section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-medium-4.whitebg {
    padding-top: 20px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-3 {
    height: 60px;
  }

  .company-name {
    font-size: 1.4rem;
  }

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

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

  .section.image-bg {
    background-image: linear-gradient(to bottom, var(--dark-green), var(--dark-green));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  ._2rem {
    font-size: 1.6rem;
  }

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

  .list-item-2 {
    flex-flow: column;
  }

  .base-container {
    max-width: 100%;
  }

  .section-title-wrapper {
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .h2-large {
    text-align: center;
    font-size: 27px;
  }

  .section-title-right {
    text-align: center;
  }

  .image-section-left {
    min-height: auto;
  }

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

  .waves---heading-2-no-margins-4 {
    text-align: center;
    font-size: 34px;
  }

  .waves---main-container-4 {
    flex-flow: column;
    justify-content: center;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-block-3 {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .bold-text {
    color: var(--waves-library--white);
  }

  ._21px {
    font-size: 19px;
  }

  .gallery {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---section-medium-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cookie {
    flex-direction: column;
    width: 90%;
    font-size: 12px;
    right: 20px;
  }

  .p {
    text-align: center;
    font-size: 12px;
  }

  .cookie-link {
    color: var(--green);
  }

  .close-btn {
    margin-top: 20px;
  }

  .div-block-6 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    line-height: 1;
  }

  .hero-tree-surgery {
    background-position: 59%;
    height: 600px;
    margin-top: -157px;
    padding-top: 0;
  }

  ._1-5rem {
    text-align: center;
  }
}

#w-node-_5311ec4c-0900-ce31-ef5f-22615a83563b-e45745a1, #w-node-_43119cb9-29ab-2d8b-0eca-b5c140ae853c-e45745a1, #w-node-df48d7df-2c68-0b99-0d85-4e9458bc744e-e45745a1, #w-node-_2b767a07-8400-25bf-7796-cd0d874a45e2-e45745a1, #w-node-_5fe76d45-0b55-4d61-0fec-4f51ff6e1ee9-e45745a1, #w-node-bef98acb-104e-4e44-e254-29c5b2a652c3-e45745a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1abbf0e6-5f6f-e8e5-4d3c-d1618d24816b-e45745a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1abbf0e6-5f6f-e8e5-4d3c-d1618d24816a-e45745a1, #w-node-f09eea9e-60bc-73fb-cf38-0613de4b833d-e45745a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09eea9e-60bc-73fb-cf38-0613de4b833e-e45745a1, #w-node-_5673b5d1-4ad4-d0d5-14c5-cb8a49b2b35d-e45745a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5673b5d1-4ad4-d0d5-14c5-cb8a49b2b36f-e45745a1, #w-node-_24cacb5d-3898-97db-83df-12b414ee92b1-e45745a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76528d9f-0762-c22c-623b-87c8f76181f6-e45745a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b57cee8f-58b4-5f23-d75c-f9b3437acb66-437acb60, #w-node-b57cee8f-58b4-5f23-d75c-f9b3437acb7d-437acb60, #w-node-b57cee8f-58b4-5f23-d75c-f9b3437acb92-437acb60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b57cee8f-58b4-5f23-d75c-f9b3437acba7-437acb60 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5311ec4c-0900-ce31-ef5f-22615a83563b-9f86c56f, #w-node-_43119cb9-29ab-2d8b-0eca-b5c140ae853c-9f86c56f, #w-node-df48d7df-2c68-0b99-0d85-4e9458bc744e-9f86c56f, #w-node-_2b767a07-8400-25bf-7796-cd0d874a45e2-9f86c56f, #w-node-_5fe76d45-0b55-4d61-0fec-4f51ff6e1ee9-9f86c56f, #w-node-bef98acb-104e-4e44-e254-29c5b2a652c3-9f86c56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1abbf0e6-5f6f-e8e5-4d3c-d1618d24816b-9f86c56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1abbf0e6-5f6f-e8e5-4d3c-d1618d24816a-9f86c56f, #w-node-f09eea9e-60bc-73fb-cf38-0613de4b833d-9f86c56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f09eea9e-60bc-73fb-cf38-0613de4b833e-9f86c56f, #w-node-_5673b5d1-4ad4-d0d5-14c5-cb8a49b2b35d-9f86c56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5673b5d1-4ad4-d0d5-14c5-cb8a49b2b36f-9f86c56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1abbf0e6-5f6f-e8e5-4d3c-d1618d24816a-e45745a1 {
    justify-self: center;
  }

  #w-node-f09eea9e-60bc-73fb-cf38-0613de4b833d-e45745a1, #w-node-_5673b5d1-4ad4-d0d5-14c5-cb8a49b2b36f-e45745a1, #w-node-_24cacb5d-3898-97db-83df-12b414ee92b1-e45745a1 {
    place-self: center;
  }

  #w-node-b57cee8f-58b4-5f23-d75c-f9b3437acba7-437acb60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1abbf0e6-5f6f-e8e5-4d3c-d1618d24816a-9f86c56f {
    justify-self: center;
  }

  #w-node-f09eea9e-60bc-73fb-cf38-0613de4b833d-9f86c56f, #w-node-_5673b5d1-4ad4-d0d5-14c5-cb8a49b2b36f-9f86c56f {
    place-self: center;
  }

  #w-node-_80043d41-685d-00be-f8a6-ffc7d802d269-2bd89527 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80043d41-685d-00be-f8a6-ffc7d802d261-2bd89527, #w-node-_80043d41-685d-00be-f8a6-ffc7d802d263-2bd89527, #w-node-_80043d41-685d-00be-f8a6-ffc7d802d265-2bd89527, #w-node-_80043d41-685d-00be-f8a6-ffc7d802d267-2bd89527, #w-node-_80043d41-685d-00be-f8a6-ffc7d802d269-2bd89527, #w-node-_80043d41-685d-00be-f8a6-ffc7d802d26b-2bd89527, #w-node-_7b397474-2602-9c5a-ad95-bcfc3e839382-2bd89527, #w-node-_5a8e8ada-df5f-6b36-526d-a105d8267905-2bd89527, #w-node-_115f9d51-d7e7-2fc0-3afd-66c3e7b5836a-2bd89527, #w-node-b89aeabd-4fe3-279f-780a-3e2bb7e96b81-2bd89527, #w-node-a50432e4-b7ba-7930-4eea-db5a7b0cfa6d-2bd89527, #w-node-_705610bb-8feb-006e-d6d0-006bc4be8ed0-2bd89527, #w-node-f382fdd2-38e6-b4fa-8f04-1ddd88c8827c-2bd89527, #w-node-_9df27c49-8435-049f-d8b6-716fc7625f00-2bd89527, #w-node-d1a88029-6313-602e-7bc9-9fbbadd64b7f-2bd89527, #w-node-_282e8078-64b5-e23f-7b2e-051299b0dd57-2bd89527, #w-node-_52e597b2-ee4d-ff90-7345-d1dc6c8a106f-2bd89527, #w-node-_2a0ee8b4-1b58-c89e-0175-8484d3fdb1f6-2bd89527 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


