:root {
  --_colors---swatches-neutral--white: #fff;
  --_typeface---body-text-inter-tight: "Inter Tight", sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---headings-bricolage-grotesque: "Bricolage Grotesque", sans-serif;
  --_sizes---typography-heading-sizes--h1: 4rem;
  --_sizes---typography-heading-sizes--h2: 4rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_colors---swatches-brand--dark-green: #173227;
  --_colors---swatches-brand--light-green: #a4d163;
  --_colors---swatches-neutral--transparent: #fff0;
  --_sizes---paddings--md-section: 5rem;
  --_colors---swatches-neutral--grey: #f8f8f8;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  --_colors---swatches-neutral--dark-grey: #737373;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

body {
  background-color: var(--_colors---swatches-neutral--white);
  font-family: var(--_typeface---body-text-inter-tight);
  color: var(--_colors---swatches-neutral--black);
  --_sizes---typography-heading-sizes--h1: 4rem;
  --_sizes---typography-heading-sizes--h2: 4rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-bricolage-grotesque);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-bricolage-grotesque);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-bricolage-grotesque);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-bricolage-grotesque);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-bricolage-grotesque);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-bricolage-grotesque);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-inter-tight);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-inter-tight);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---body-text-inter-tight);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  font-family: var(--_typeface---body-text-inter-tight);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.code-embed_component {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  font-weight: 600;
  line-height: 1.15;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  font-weight: 700;
  line-height: 1;
}

.padding-section-small {
  padding-top: var(--_sizes---paddings--sm-section);
  padding-bottom: var(--_sizes---paddings--sm-section);
}

.text-color-white {
  color: var(--_colors---swatches-neutral--white);
}

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

.text-weight-light {
  font-weight: 300;
}

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.015625em;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-regular.text-weight-light, .text-size-regular.text-weight-light.text-color-white {
  font-weight: 300;
}

.text-size-regular.text-weight-light.text-color-white.opacity-50, .text-size-regular.text-weight-light.text-color-white.opacity-80 {
  opacity: .5;
}

.text-size-regular.text-weight-light.text-color-dark-green.opacity-80.line-height-115, .text-size-regular.text-weight-light.text-color-dark-grey.line-height-115 {
  line-height: 1.15;
}

.text-size-regular.text-weight-light, .text-size-regular.text-weight-light.text-color-white {
  font-weight: 300;
}

.text-size-regular.text-weight-light.text-color-white.opacity-50, .text-size-regular.text-weight-light.text-color-white.opacity-80 {
  opacity: .5;
}

.text-size-regular.text-weight-light.text-color-dark-green.opacity-80.line-height-115, .text-size-regular.text-weight-light.text-color-dark-grey.line-height-115 {
  line-height: 1.15;
}

.text-size-regular.text-weight-light.text-color-white {
  font-weight: 300;
}

.text-size-regular.text-weight-light.text-color-white.opacity-50, .text-size-regular.text-weight-light.text-color-white.opacity-80 {
  opacity: .5;
}

.text-size-regular.text-weight-light.text-color-white.opacity-80.line-height-115 {
  line-height: 1.15;
}

.text-size-regular.text-weight-light.text-color-white.opacity-50 {
  opacity: .5;
}

.text-size-regular.text-weight-light.text-color-dark-green.opacity-80 {
  opacity: .8;
}

.text-size-regular.text-weight-light.text-color-dark-green.opacity-80.line-height-115, .text-size-regular.text-weight-light.text-color-dark-grey.line-height-115 {
  line-height: 1.15;
}

.text-size-small {
  font-size: var(--_sizes---typography-text-sizes--sm-text);
}

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
}

.text-size-large.text-weight-medium.opacity-50 {
  opacity: .5;
  opacity: .5;
  opacity: .5;
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
  font-weight: 700;
  line-height: 1.2;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_colors---swatches-brand--dark-green);
  background-color: var(--_colors---swatches-brand--dark-green);
  color: #fff;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  letter-spacing: -.03em;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .65625rem 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  border-color: var(--_colors---swatches-brand--light-green);
  background-color: var(--_colors---swatches-brand--light-green);
  color: var(--_colors---swatches-brand--dark-green);
  transform: scale(1.05);
}

.button.is-outline {
  border: 1px solid var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-neutral--white);
  transition: all .2s;
}

.button.is-outline:hover {
  border-color: var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-green);
}

.button.is-bg-white, .button.is-cta-white, .button.nav-btn {
  border-color: var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-green);
}

.button.is-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  padding: .75rem 2rem;
}

.button.is-light-green {
  border-color: var(--_colors---swatches-brand--light-green);
  background-color: var(--_colors---swatches-brand--light-green);
  color: var(--_colors---swatches-brand--dark-green);
  transition: all .2s;
}

.button.is-light-green:hover {
  border-color: var(--_colors---swatches-brand--dark-green);
  background-color: var(--_colors---swatches-brand--dark-green);
  color: var(--_colors---swatches-neutral--white);
}

.button.is-light-green.is-white-hover:hover {
  border-color: var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-green);
  border-color: var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--white);
}

.button.is-icon {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  border-radius: .5rem;
  font-weight: 500;
  line-height: 1.5;
}

.button.is-icon.is-bg-light-green {
  background-color: var(--_colors---swatches-brand--light-green);
  color: var(--_colors---swatches-brand--dark-green);
}

.button.is-icon.is-bg-light-green:hover {
  border-color: var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--white);
}

.button.is-icon.is-hover:hover {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-green);
}

.button.is-bg-white, .button.is-cta-white, .button.nav-btn {
  border-color: var(--_colors---swatches-neutral--white);
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-green);
}

.text-size-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.015625rem;
  line-height: 1.5;
}

.text-size-medium.text-color-dark-green.text-weight-medium.lineheight-100 {
  line-height: 1;
}

.button-group {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-middle {
  justify-content: center;
  align-items: center;
}

.padding-section-medium {
  padding-top: var(--_sizes---paddings--md-section);
  padding-bottom: var(--_sizes---paddings--md-section);
}

.section {
  padding-right: var(--_sizes---paddings--global-padding);
  padding-left: var(--_sizes---paddings--global-padding);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.hero_section {
  background-image: linear-gradient(#00000063, #00000063), url("https://cdn.prod.website-files.com/68e63a2ff07125fbaa6ff4e0/68e64103f58e1b1e8a8c98ed_home%20hero%20(2).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  display: flex;
}

.section.testimonial_section {
  background-color: var(--_colors---swatches-brand--dark-green);
}

.section.services_section, .section.how_section, .section.footer_section {
  background-color: var(--_colors---swatches-brand--dark-green);
}

.section.about_section {
  background-image: linear-gradient(#0000, #00000096), linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/68e63a2ff07125fbaa6ff4e0/68e776349b2f1ca7441b6f25_about%20(2).webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.section.contact_section {
  background-image: linear-gradient(#00000085, #00000085), url("https://cdn.prod.website-files.com/68e63a2ff07125fbaa6ff4e0/68e77f3feb923751715dd8ba_contact%20hero%20image.webp");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.privacy-section {
  background-image: linear-gradient(#a4d1634a 4%, #fff0 26%);
}

.section.why-choose_section {
  background-color: var(--_colors---swatches-neutral--grey);
}

.section.footer_section {
  background-color: var(--_colors---swatches-brand--dark-green);
}

.section.pest-control_section {
  background-image: linear-gradient(#a4d1634a, #fff0);
}

.section.visits_section {
  background-color: var(--_colors---swatches-brand--dark-green);
}

.section._4-visits_section {
  background-color: var(--_colors---swatches-neutral--grey);
}

.text-color-dark-grey {
  color: var(--_colors---swatches-neutral--dark-grey);
}

.text-color-dark-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.text-color-light-green {
  color: var(--_colors---swatches-brand--light-green);
}

.text-color-light-green.display-inline-block {
  display: inline-block;
}

.navigation {
  z-index: 999;
  padding: 1.2rem 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu_list-centered {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 5rem;
  display: flex;
}

.top-nav_logo {
  width: 100%;
}

.top-nav_logo.is-white:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d), .top-nav_logo.is-dark {
  display: none;
}

.top-nav_logo.is-white:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d), .top-nav_logo.is-dark {
  display: none;
}

.top-nav_logo.is-dark:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  display: block;
}

.nav-menu_button {
  z-index: 2;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav_brand {
  padding: 0;
}

.nav_brand.nav-absolute-left {
  z-index: 2;
  z-index: 2;
  width: 8.1875rem;
  height: 2.375rem;
  position: absolute;
  left: 0;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav-menu_list-item.nav-absolute-right {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  position: absolute;
  right: 0;
}

.nav_link {
  color: var(--_colors---swatches-neutral--white);
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_link:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  color: var(--_colors---swatches-brand--dark-green);
}

.nav_link.w--current {
  font-weight: 700;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.625rem;
  display: flex;
  position: relative;
}

.nav_menu-centered {
  z-index: 1;
  flex: 1;
}

.dropdown-nav {
  color: var(--_colors---swatches-neutral--white);
  padding: 0 1.7rem 0 0;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.dropdown-nav:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  color: var(--_colors---swatches-brand--dark-green);
}

.drop-icon {
  margin-right: 0;
}

.dropdown {
  flex-flow: column;
  justify-content: center;
  margin-top: .3rem;
  display: block;
}

.dropdown:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  display: block;
}

.nav_btn {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.nav_btn-icon {
  background-color: var(--_colors---swatches-brand--light-green);
  color: var(--_colors---swatches-brand--dark-green);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: .5625rem;
  display: flex;
}

.nav_btn-text {
  background-color: var(--_colors---swatches-brand--light-green);
  border-radius: 99rem;
  padding: .71875rem 2.25rem;
  text-decoration: none;
}

.nav_bg {
  background-color: var(--_colors---swatches-brand--dark-green);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_bg:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  display: none;
}

.why-choose-main-wrapper {
  grid-column-gap: 4.9375rem;
  grid-row-gap: 4.9375rem;
  flex-flow: column;
  display: flex;
}

.why-choose-title {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 47.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-choose_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-choose_grid-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---swatches-brand--dark-green);
  border-radius: .375rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  transition: transform .2s;
  display: flex;
}

.special-main-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.special-title {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.special-card-title-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  display: flex;
}

.special-card-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.icon-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-list-item.not-in, .icon-list-item.is-disable, .icon-list-item.not-in {
  opacity: .5;
}

.icon-list-icon {
  color: var(--_colors---swatches-brand--light-green);
  object-fit: cover;
  width: 1.125rem;
  height: 1.125rem;
}

.icon-list-icon.is-grey {
  color: var(--_colors---swatches-neutral--dark-grey);
}

.icon-list-icon.dark-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.icon-list-icon.is-cross {
  color: var(--_colors---swatches-neutral--black);
}

.icon-list-content {
  width: 100%;
}

.card-button {
  flex-flow: column;
  display: flex;
}

.btn-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.faq-main-wrapper {
  grid-column-gap: 4.4375rem;
  grid-row-gap: 4.4375rem;
  flex-flow: column;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-title {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-collection_list {
  column-count: 2;
  column-gap: 1.5rem;
}

.faq-item {
  background-color: var(--_colors---swatches-neutral--grey);
  border-radius: .9375rem;
  margin-bottom: 1.5rem;
  padding-bottom: 2.25rem;
  padding-left: 2.5625rem;
  padding-right: 1.375rem;
}

.faq-trigger {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.25rem;
  display: flex;
}

.faq-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.faq-content-wrapper {
  overflow: hidden;
}

.faq-content {
  padding-top: 1rem;
}

.faq-heading {
  color: var(--_colors---swatches-brand--dark-green);
  letter-spacing: -.015625em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.collection-item {
  overflow: hidden;
}

.cta-main-wrapper {
  background-image: linear-gradient(#00000059, #00000059), url("https://cdn.prod.website-files.com/68e63a2ff07125fbaa6ff4e0/68e67d41af5c38e46bced98b_pure%20cta.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1.25rem;
  padding-top: 9.625rem;
  padding-bottom: 9.625rem;
  overflow: hidden;
}

.cta-content {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 24.2188% 39.8438%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.5rem;
  margin-bottom: 2.875rem;
  display: flex;
}

.footer_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-brands {
  width: 8.1875rem;
  height: 2.375rem;
}

.footer-logo {
  width: 100%;
}

.footer-text {
  width: 100%;
  max-width: 13.8125rem;
}

.footer_grid-item_grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 15.6863% 42.3529% 19.6078%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start end;
  display: flex;
}

.footer_grid-item_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-menu-heading {
  font-family: var(--_typeface---body-text-inter-tight);
  color: var(--_colors---swatches-neutral--white);
  font-size: 1rem;
  font-weight: 600;
}

.footer-menu {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer_links {
  opacity: .9;
  color: var(--_colors---swatches-neutral--white);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_links:hover {
  opacity: 1;
}

.footer_links.text-color-light-green {
  color: var(--_colors---swatches-brand--light-green);
}

.footer-bottom_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.copyright-text {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copy-right-link {
  opacity: .52;
  color: var(--_colors---swatches-neutral--white);
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.copy-right-link:hover {
  opacity: 1;
}

.padding-inner-page {
  padding-top: 10.8125rem;
  padding-bottom: 4rem;
}

.dark-nav_bg {
  background-color: var(--_colors---swatches-brand--dark-green);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.dark-nav_bg:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  background-color: var(--_colors---swatches-neutral--grey);
}

.pest-control-hero_grid-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.pest-control-hero_grid-text {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  margin-top: 1.3125rem;
  display: flex;
}

.pricing_grid {
  grid-template-rows: auto;
  grid-template-columns: 32.0366% 32.0366% 32.0366%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.off-tag {
  background-color: var(--_colors---swatches-brand--dark-green);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  text-transform: uppercase;
  border-radius: 99rem;
  padding: .6875rem 1rem .5625rem 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

.off-tag.is-light-green {
  background-color: var(--_colors---swatches-brand--light-green);
  color: var(--_colors---swatches-brand--dark-green);
  background-color: var(--_colors---swatches-brand--light-green);
}

.tag-text {
  line-height: 1;
}

.pricing-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.pricing_grid-item-green {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 0px solid var(--_colors---swatches-neutral--grey);
  background-color: var(--_colors---swatches-brand--dark-green);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.875rem;
  transition: transform .2s;
  display: flex;
  box-shadow: -.125rem .375rem 1.26875rem #0000000f;
}

.visits_grid {
  grid-template-rows: auto;
  grid-template-columns: 45.6231% 49.7033%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.visits_grid-item {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  display: flex;
}

.visits-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1.25rem;
  width: 100%;
  height: 31.375rem;
}

.visits-title, .icon-list-visits {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.visit-content {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cleaning-hero-image {
  object-fit: cover;
  object-position: 50% 32%;
  border-radius: 1.25rem;
  width: 100%;
  height: 28.5rem;
}

.cleaning-pricing-icon-list-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

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

.drop-nav-dark.w--open {
  -webkit-backdrop-filter: blur(1.4125rem);
  backdrop-filter: blur(1.4125rem);
  background-color: #98989817;
  border: 1px solid #ffffff8c;
  border-radius: .5rem;
  min-width: 10.1875rem;
  margin-top: 1rem;
  padding: 1.25rem;
}

.drop-nav-dark.w--open:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  border-color: var(--_colors---swatches-brand--dark-green);
  background-color: #98989817;
  min-width: 10.1875rem;
  margin-top: 1rem;
  padding: 1.25rem;
}

.dropdown_links {
  color: var(--_colors---swatches-neutral--white);
  margin-bottom: 1rem;
  padding: 0;
}

.dropdown_links:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  color: var(--_colors---swatches-brand--dark-green);
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.dropdown_links.w--current:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  color: var(--_colors---swatches-brand--dark-green);
}

.dropdown_links.mmargin-removed, .dropdown_links.mmargin-removed:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d), .dropdown_links.mmargin-removed, .dropdown_links.mmargin-removed:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
  margin-bottom: 0;
}

.whatsapp-icon {
  z-index: 100;
  background-color: var(--_colors---swatches-brand--light-green);
  color: var(--_colors---swatches-brand--dark-green);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: .5625rem;
  transition: all .2s;
  display: none;
}

.whatsapp-icon:hover {
  transform: scale(1.2);
}

.qr-image {
  object-fit: cover;
  width: 6.1875rem;
  height: 6.25rem;
}

.protection-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.services-pest-control-hero_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 6.51fr 6.73fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-bottom: 3.5625rem;
  display: grid;
}

.why-card-heading {
  font-family: var(--_typeface---body-text-inter-tight);
  color: var(--_colors---swatches-brand--light-green);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  text-transform: capitalize;
  font-weight: 500;
}

.popular-card-title {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.pricing_grid-item-popular {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0px solid var(--_colors---swatches-neutral--grey);
  background-color: var(--_colors---swatches-brand--light-green);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 0 .375rem .375rem;
  transition: transform .2s;
  display: flex;
  box-shadow: -.125rem .375rem 1.26875rem #0000000f;
}

.eyebrow {
  opacity: .5;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.015625em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
}

.why-inner-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-icon {
  color: var(--_colors---swatches-brand--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 1.875rem;
  display: flex;
}

.why-flex-text {
  width: 100%;
}

.why-icon-pricing {
  color: var(--_colors---swatches-brand--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2rem;
  display: flex;
}

.pest-control-hero-text {
  width: 100%;
  max-width: 32rem;
}

.popular-main-heading-pest-control {
  color: var(--_colors---swatches-brand--dark-green);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
}

.popular-main-heading-pest-control.text-color-dark-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.care-icon {
  color: var(--_colors---swatches-brand--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 1.25rem;
  display: flex;
}

.care-icon.is-dark-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.care-icon.is-light-green {
  color: var(--_colors---swatches-brand--light-green);
}

.truck-icon {
  color: var(--_colors---swatches-brand--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5625rem;
  height: 2.0625rem;
  display: flex;
}

.truck-icon.is-light-green {
  color: var(--_colors---swatches-brand--light-green);
}

.truck-icon.is-dark-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.rebin-icon {
  color: var(--_colors---swatches-brand--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.0625rem;
  height: 2.375rem;
  display: flex;
}

.rebin-icon.is-dark-green {
  color: var(--_colors---swatches-brand--dark-green);
}

.rebin-icon.is-light-green {
  color: var(--_colors---swatches-brand--light-green);
}

.ac-cleaning-pricing {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  border: 1px solid var(--_colors---swatches-neutral--grey);
  background-color: var(--_colors---swatches-brand--light-green);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2.6rem 1.875rem 1.875rem;
  transition: transform .2s;
  display: flex;
  box-shadow: -.125rem .375rem 1.26875rem #0000000f;
}

.ac-cleaning-pricing_grid-item {
  grid-column-gap: 3.9rem;
  grid-row-gap: 3.9rem;
  border: 1px solid var(--_colors---swatches-neutral--grey);
  background-color: var(--_colors---swatches-neutral--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem 1.875rem 1.875rem;
  transition: transform .2s;
  display: flex;
  box-shadow: -.125rem .375rem 1.26875rem #0000000f;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.5rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  }

  .tablet-hidden {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.is-bg-white, .button.nav-btn, .button.is-bg-white, .button.nav-btn {
    border-color: var(--_colors---swatches-neutral--white);
    font-size: .8rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .section.hero_section {
    justify-content: flex-end;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .show-tablet {
    display: block;
  }

  .policy_rich-text {
    margin-top: 2rem;
  }

  .navigation, .navigation:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu_list-centered {
    padding-right: 8.8rem;
  }

  .nav-menu_list-centered:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    padding-right: 4rem;
  }

  .nav-menu_list-item.nav-absolute-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-hero-padding {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .nav_btn {
    font-size: .8rem;
  }

  .nav_btn-icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .hero-content {
    max-width: 40rem;
  }

  .hero-title {
    padding-right: 9rem;
  }

  .testimonial-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .splide__slide {
    width: 33.333%;
  }

  .why-choose-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .special-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .special_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .special_grid-item {
    height: 100%;
  }

  .how-image {
    object-fit: cover;
    object-position: 53% 50%;
    height: 100%;
  }

  .faq-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq-collection_list {
    column-gap: 1rem;
  }

  .faq-item {
    margin-bottom: 1rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-trigger {
    padding-top: 1.25rem;
  }

  .cta-main-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cta-content {
    max-width: 45rem;
  }

  .footer_grid {
    grid-template-columns: 30% 70%;
  }

  .footer_grid-item_grid {
    grid-template-columns: 16.7323% 16.7323% 38% 14%;
  }

  .pest-control-hero_grid {
    grid-template-columns: 49% 45%;
  }

  .pest-control-hero-image {
    height: 100%;
  }

  .pricing_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 32.0366% 32.0366% 1fr;
    align-items: stretch;
    display: flex;
  }

  .special_grid-item-light-green, .pricing_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .visits-image {
    height: 100%;
  }

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

  .about-us-image {
    height: 100%;
  }

  .input_field {
    height: 2.8rem;
    min-height: 2.8rem;
    font-size: .8rem;
  }

  .input_field::placeholder {
    font-size: .8rem;
  }

  .input_label {
    font-size: 1rem;
  }

  .select_field, .text-area_field, .text-area_field::placeholder {
    font-size: .8rem;
  }

  .privacy-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 45% 51%;
  }

  .price-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .management_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .management_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .management-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .management-heading {
    font-size: 1.5rem;
  }

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

  .services-pest-control-hero_grid {
    grid-template-columns: 45% 53%;
  }

  .pricing_grid-ac-cleaning {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 32.0366% 32.0366% 1fr;
    align-items: stretch;
    display: flex;
  }

  .special_grid-item-single, .privacy-image {
    height: 100%;
  }

  .ac-cleaning-pricing, .ac-cleaning-pricing_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .privacy-content {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2rem;
    --_sizes---typography-heading-sizes--h2: 2rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.25rem;
    --_sizes---typography-heading-sizes--h5: 1.125rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---primitives--8px-0-5rem\<deleted\|variable-9a453722-5d74-6a71-6db0-a625a4c8eed8\>: .5rem;
  }

  .mobile-hidden {
    display: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .button.nav-btn {
    width: 100%;
  }

  .section.about_section {
    height: auto;
  }

  .section.privacy-section {
    background-image: linear-gradient(#a4d1634a, #fff0 16%);
  }

  .text-style-tagline {
    white-space: normal;
  }

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 2rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .policy_rich-text h2 {
    font-size: 1.125rem;
  }

  .navigation {
    padding: .5rem 0;
  }

  .nav-menu_list-centered {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 3rem;
    padding-right: 0;
  }

  .nav-menu_list-centered:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .top-nav_logo {
    height: 3rem;
  }

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav-menu_lottie-animation:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    display: none;
  }

  .nav_brand.nav-absolute-left {
    position: relative;
  }

  .nav-menu_list-item {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-menu_list-item.nav-absolute-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    position: relative;
  }

  .nav_link {
    font-size: 1.5rem;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_menu-centered {
    background-color: var(--_colors---swatches-brand--dark-green);
    height: calc(100vh - 4rem);
    padding: 2rem 3rem;
  }

  .nav_menu-centered:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    background-color: var(--_colors---swatches-neutral--grey);
    height: calc(100vh - 4rem);
  }

  .home-hero-padding {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .dropdown-nav {
    width: 100%;
    font-size: 1.5rem;
  }

  .drop-icon {
    display: none;
  }

  .dropdown {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .nav_btn {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .nav_btn-text {
    width: 100%;
  }

  .nav_bg {
    display: block;
  }

  .hero-title {
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .slider-navigations-wrapper {
    text-align: center;
  }

  .why-choose_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-choose_grid-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services_grid, .special_grid {
    flex-flow: column;
    display: flex;
  }

  .how_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .how_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .how-content, .list-type {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-collection_list {
    column-count: 1;
  }

  .cta-content {
    max-width: 30rem;
  }

  .footer_grid, .footer_grid-item_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer-bottom_grid {
    flex-flow: column;
  }

  .footer-bottom_grid-item {
    order: -9999;
  }

  .copyright-text {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .padding-inner-page {
    padding-top: 8rem;
  }

  .dark-nav_bg {
    display: block;
  }

  .nav-menu_lottie-animation-is-dark {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    display: none;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav-menu_lottie-animation-is-dark:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    display: block;
  }

  .pest-control-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    display: flex;
  }

  .pest-control-hero_grid-item {
    grid-column-gap: .8125rem;
    grid-row-gap: .8125rem;
    flex-flow: column;
    display: flex;
  }

  .pest-control-hero-image {
    max-height: 22rem;
  }

  .pricing_grid {
    flex-flow: column;
    display: flex;
  }

  .visits_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .visits-image {
    order: -9999;
  }

  .about-padding {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .about-hero-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 25rem;
  }

  .about-hero_grid, .about-us_grid, .contact_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .contact_grid-item._2 {
    order: 9999;
  }

  .field_grid {
    grid-column-gap: 1.1875rem;
    grid-row-gap: 1.1875rem;
    flex-flow: column;
    display: flex;
  }

  .privacy-hero-text {
    margin-top: 0;
  }

  .privacy-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 2rem;
    display: flex;
  }

  .drop-nav-dark {
    background-color: var(--_colors---swatches-neutral--transparent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
    display: flex;
    position: relative;
  }

  .drop-nav-dark.w--open {
    background-color: var(--_colors---swatches-neutral--transparent);
    border-width: 0;
    margin-top: 1.5rem;
    padding: 0 0 0 .5rem;
    position: static;
  }

  .drop-nav-dark.w--open:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    background-color: var(--_colors---swatches-neutral--transparent);
    margin-top: 1.5rem;
    padding: 0 0 0 .5rem;
    position: static;
  }

  .dropdown_links {
    color: var(--_colors---swatches-neutral--white);
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
  }

  .dropdown_links:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    color: var(--_colors---swatches-brand--dark-green);
    font-size: 1.2rem;
  }

  .dropdown_links.mmargin-removed:where(.w-variant-2a2948d7-92b5-9699-6b67-b1e4d2b4cc0d) {
    color: var(--_colors---swatches-brand--dark-green);
  }

  .hero-logo {
    width: 10rem;
    height: 2rem;
  }

  .whatsapp-icon {
    display: flex;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }

  .qr-image {
    width: 6.1875rem;
  }

  .management_grid {
    flex-flow: column;
    display: flex;
  }

  .services-pest-control-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    display: flex;
  }

  .horizontal-check-list {
    flex-flow: wrap;
    min-width: auto;
  }

  .pricing_grid-ac-cleaning {
    flex-flow: column;
    display: flex;
  }

  .special_grid-item-single {
    padding-top: 1.875rem;
  }

  .why-inner-flex {
    flex-flow: column;
  }

  .privacy-image {
    height: 18rem;
  }

  .policy-text {
    max-width: 100%;
    margin-top: 1.5rem;
  }

  .hero-detail {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .nav_menu-centered {
    height: calc(100vh - 4rem);
  }

  .slider-navigations-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .services-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-main-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copyright-text {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .about-hero-main-wrapper {
    max-width: 25rem;
  }

  .privacy-image {
    height: 12rem;
  }
}

#w-node-_1e0ee54e-f929-4c74-2cd3-ecb844904780-2308c1e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
