:root {
  --gray-900: #101828;
  --gray-500: #667085;
  --primary-600: #208b3a;
  --gray-50: #f9fafb;
  --primary-50: #92e6a7;
  --primary-700: #1a7431;
  --gray-300: #d0d5dd;
  --gray-700: #344054;
  --image-box-shadow: rgba(16, 24, 40, .2);
  --gray-200: #e4e7ec;
  --gray-400: #98a2b3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  letter-spacing: 28.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--gray-900);
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--gray-500);
  margin-bottom: 0;
  font-size: 1.125rem;
}

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

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.form-message-success {
  background-color: var(--primary-600);
  color: #fff;
  border-radius: .5rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .05);
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: var(--gray-50);
}

.fs-styleguide_color-sample.is-text-color {
  background-color: var(--gray-500);
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--primary-50);
}

.fs-styleguide_color-sample.is-background1 {
  background-color: #fff;
  border: 1px solid #000;
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--primary-600);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  background-color: var(--gray-50);
  color: #000;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  background-color: var(--primary-700);
}

.button.is-hero {
  color: #000;
  justify-content: space-between;
  padding: 1rem 1.75rem;
  display: flex;
}

.button.is-secondary {
  border: 1px solid var(--gray-300);
  color: var(--gray-700);
  background-color: #fff;
  transition: color .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

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

.button.is-form {
  background-color: var(--primary-700);
  color: var(--gray-50);
  border: 1px solid #fff;
  width: 100%;
}

.heading-medium {
  font-size: 2.25rem;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.is-cta {
  color: var(--gray-700);
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  box-shadow: inset 0 -2px 0 0 var(--primary-600);
  color: var(--primary-700);
  font-size: 1.25rem;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
}

.text-style-link:hover {
  box-shadow: inset 0 -28px rgba(32, 139, 58, .4);
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  position: relative;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 1.5rem;
  padding: .75rem 1rem;
}

.form-input:focus {
  border: 1px solid var(--primary-600);
  box-shadow: 1px 0 3px 0 var(--primary-50);
  color: var(--gray-50);
}

.form-input::placeholder {
  color: var(--gray-50);
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-bigger {
  min-height: 8rem;
}

.form-checkbox-label {
  color: var(--gray-50);
  font-weight: 500;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.form-label {
  color: var(--gray-50);
  margin-bottom: .375rem;
  font-size: .875rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-color: var(--gray-300);
  border-radius: .375rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .75rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  border-color: var(--gray-300);
  background-color: var(--primary-700);
  background-size: 90%;
  margin: 0 .75rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary-600);
  box-shadow: 0 0 .25rem 0rem var(--primary-600);
  border-radius: .5rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .75rem 0 0;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.is-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.form-field-wrapper {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

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

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1.25rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 4rem;
}

.margin-bottom.margin-custom1 {
  margin-bottom: 1rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

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

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-custom2 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

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

.heading-small {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser-warning {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  display: flex;
  box-shadow: 11px 11px 55px rgba(53, 90, 164, .1);
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser-detect {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_menu-button {
  padding: 1.25rem;
}

.nav_menu {
  color: #fff;
  align-items: center;
  display: flex;
}

.nav_component {
  z-index: 10;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(245, 245, 245, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.nav_link {
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav_link:hover {
  color: var(--primary-50);
  text-decoration: none;
}

.nav_link.w--current {
  color: #fff;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-logo {
  color: #fff;
  max-width: 10rem;
  height: 5rem;
  font-family: Pacifico, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}

.nav-logo.is-footer {
  color: #000;
}

.section-header {
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/pexels-pixabay-259588.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
  margin-top: -5.5rem;
}

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

.hero-logo {
  width: 8rem;
}

.hero-text.max-width-medium {
  color: #fff;
}

.arrow-right {
  margin-left: .75rem;
}

.hero-heading {
  letter-spacing: 10px;
  font-size: 4.5rem;
}

.section-services {
  background-color: #fff;
  overflow: hidden;
}

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

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

.kicker-text {
  color: var(--primary-700);
  font-weight: 600;
}

.button-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  margin-top: 3rem;
  display: grid;
}

.global-content {
  text-align: left;
}

.layout-image-wrapper {
  box-shadow: 0 32px 64px -12px var(--image-box-shadow);
  background-image: url('../images/AdobeStock_186791042-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 32rem;
  margin-right: -12rem;
}

.layout-image-wrapper.is-lawn-care {
  background-image: url('../images/AdobeStock_131534828-Large.jpeg');
  background-size: cover;
  margin-left: -12rem;
  margin-right: 0;
}

.layout-image-wrapper.is-deck {
  background-image: url('../images/AdobeStock_262250504-Large.jpeg');
}

.global-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.global-2-col.is-flipped {
  grid-template-columns: 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 0;
}

.global-list-wrapper {
  margin-top: 2rem;
}

.global-list-item {
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.global-list-item.is-second {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

.checkmark-image {
  margin-left: 1rem;
  margin-right: .75rem;
}

.global-icon {
  width: 3rem;
}

.heading-wrapper {
  align-items: flex-end;
  display: flex;
}

.cta_component {
  background-color: var(--primary-50);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
}

.cta_component.is-faq {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-testimonials {
  min-height: 100vh;
}

.tesimonials_component {
  background-color: rgba(221, 221, 221, 0);
  min-height: 100vh;
}

.testimonials_slide-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.testimonials_slide-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials_slide-quote {
  font-size: 3rem;
  font-weight: 500;
}

.testimonials_author-wrapper {
  align-items: center;
  display: flex;
}

.author-image {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
}

.author_text-wrapper {
  margin-left: 1rem;
}

.author_name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}

.author_job-title {
  color: var(--gray-500);
}

.testimonials_slide-image-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow {
  border: 1px solid var(--primary-50);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  top: auto;
  bottom: 22%;
  left: 30%;
  right: auto;
}

.arrow.next {
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  left: 42%;
}

.arrow.next:hover {
  background-color: var(--primary-50);
}

.arrow.previous {
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  left: 35%;
}

.arrow.previous:hover {
  background-color: var(--primary-50);
}

.faq_item {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 1.5rem;
}

.faq_content-wrapper {
  padding-top: 1.5rem;
  overflow: hidden;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.7;
}

.faq_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.section-faq {
  background-color: var(--gray-50);
}

.faq_question-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.layout-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_open-wrapper {
  border: 2px solid var(--primary-600);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq_open-line {
  background-color: var(--primary-600);
  width: .625rem;
  height: 2px;
}

.faq_open-line.is-vertical {
  border-radius: 50%;
  width: 2px;
  height: .625rem;
  position: absolute;
}

.faq_open-line.is-horizontal {
  border-radius: 50%;
}

.contact_layout {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_info-column {
  background-color: var(--primary-700);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.contact_info-text {
  color: var(--gray-200);
}

.contact_info-choices {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.choices-text-wrapper {
  margin-top: -.25rem;
}

.choices-heading {
  color: #fff;
}

.choices-text {
  color: var(--gray-200);
}

.choices-link {
  font-weight: 500;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.choices-link:hover {
  color: var(--gray-200);
}

.social-media-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25rem 1.25rem 1.25rem 1.25rem 1.25rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
}

.social-link:hover {
  transform: scale(1.2);
}

.form-checkbox-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leaf-icon {
  width: 6rem;
  height: 6rem;
}

.footer_component {
  text-align: center;
  align-items: flex-start;
}

.footer_link {
  color: var(--gray-500);
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.footer_link:hover {
  color: var(--primary-700);
  text-decoration: none;
}

.footer2_content {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: flex;
}

.footer2_brand-wrapper {
  max-width: 20rem;
}

.footer2_link-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.footer {
  background-color: var(--gray-50);
}

.footer-copyright {
  color: var(--gray-400);
}

.slide-nav {
  display: none;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.hero-grid-wrapper {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.form-wrapper-right {
  flex-flow: column;
  display: flex;
}

.form-text {
  color: var(--gray-50);
  font-size: 2rem;
}

.global-1-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-1-col.is-flipped {
  grid-template-columns: 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 0;
}

.global-1-col.spacer {
  margin-top: 5rem;
}

.field-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.field-input-wrapper {
  width: 100%;
}

.footer-logo {
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .form-input {
    color: #fff;
    margin-bottom: .5rem;
  }

  .show-tablet {
    display: block;
  }

  .form-field-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_menu-button {
    color: #fff;
    border-radius: .5rem;
  }

  .nav_menu-button.w--open {
    background-color: var(--primary-700);
    color: #fff;
  }

  .nav_button-wrapper {
    display: none;
  }

  .nav_menu {
    background-color: rgba(26, 116, 49, .9);
    max-height: 90vh;
    overflow: auto;
  }

  .nav_component {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav_link {
    justify-content: center;
    padding: 1.25rem 2.5rem;
  }

  .hero-heading {
    letter-spacing: 4px;
    font-size: 2rem;
  }

  .global-2-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonials_slide-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonials_slide-image-wrapper {
    align-items: center;
  }

  .arrow.next {
    top: auto;
    bottom: 46%;
    left: 11%;
    right: auto;
  }

  .arrow.previous {
    top: auto;
    bottom: 46%;
    left: 0%;
    right: auto;
  }

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

  .footer_link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_content {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .footer2_link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

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

  .hero-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-grid-wrapper {
    height: 90vh;
  }

  .global-1-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .field-wrapper {
    flex-flow: row;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    display: block;
  }

  .button.is-hero {
    justify-content: center;
    width: 100%;
  }

  .button.is-secondary {
    width: 100%;
  }

  .button.is-secondary.ic-cta {
    margin-top: .75rem;
  }

  .heading-medium {
    font-size: 1.875rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .text-size-medium.is-cta {
    font-size: 1rem;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .form-input {
    color: #fff;
    min-height: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .form-field-wrapper {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom3 {
    margin-bottom: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .nav_menu-button {
    padding: 1rem;
  }

  .nav_component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-logo {
    color: #000;
  }

  .hero-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .hero-wrapper.max-width-medium {
    align-items: center;
  }

  .hero-text {
    color: var(--gray-700);
    text-align: center;
  }

  .title-wrapper {
    position: relative;
  }

  .button-row {
    flex-direction: column;
    grid-auto-flow: row;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .layout-image-wrapper {
    min-height: 22rem;
    margin-right: 0;
  }

  .layout-image-wrapper.is-lawn-care {
    margin-left: 0;
  }

  .global-2-col, .global-2-col.is-flipped {
    grid-template-columns: 1fr;
  }

  .cta_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .arrow.next {
    bottom: 50%;
    left: 16%;
  }

  .arrow.previous {
    bottom: 50%;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .layout-centered {
    text-align: left;
    align-items: flex-start;
  }

  .section-header-mobile {
    background-color: var(--primary-50);
    min-height: 80vh;
    margin-top: -4.6rem;
  }

  .hero-heading-mobile {
    color: var(--gray-900);
    letter-spacing: 12px;
    font-size: 2.25rem;
    font-weight: 600;
  }

  .hero-mobile-bg {
    z-index: 1;
    background-image: url('../images/hero-mobile-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    min-height: 20rem;
    margin-top: -18.375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .hero-mobile-image-wrapper {
    z-index: 2;
    background-image: url('../images/hero-bg-mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .5rem;
    width: 100%;
    height: 18rem;
    margin-top: 4rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 8px -4px rgba(16, 24, 40, .04), 0 20px 24px -4px rgba(16, 24, 40, .1);
  }

  .white-spacer {
    z-index: 0;
    background-color: #fff;
    height: 8rem;
    margin-top: -114px;
    position: relative;
  }

  .plant-image-mobile {
    width: 3rem;
    position: absolute;
    top: auto;
    bottom: 54%;
    left: auto;
    right: 0%;
  }

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

  .hero-grid-wrapper {
    padding-top: 100px;
  }

  .form-wrapper-right {
    width: 100%;
  }

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

  .global-1-col, .global-1-col.is-flipped {
    grid-template-columns: 1fr;
  }

  .field-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: .25rem;
    margin-bottom: .25rem;
    display: grid;
  }

  .field-wrapper._1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

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

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .form-input {
    color: #fff;
    margin-bottom: 0;
  }

  .form-input::placeholder {
    font-size: .8rem;
  }

  .form-input.is-bigger {
    margin-bottom: .5rem;
  }

  .form-label {
    margin-bottom: .25rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .form-field-wrapper {
    color: #fff;
    padding-top: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .nav_menu-button {
    margin-right: -1rem;
  }

  .section-header {
    min-height: 100vh;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

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

  .hero-wrapper.max-width-medium.align-center {
    align-items: flex-start;
  }

  .hero-text {
    text-align: left;
  }

  .button-row {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: stretch;
  }

  .layout-image-wrapper {
    min-height: 14.25rem;
  }

  .global-2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: -1rem;
  }

  .global-2-col.is-flipped {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .cta_component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-testimonials {
    min-height: 80vh;
  }

  .tesimonials_component {
    position: relative;
  }

  .testimonials_slide-quote {
    font-size: 1.875rem;
  }

  .testimonials_slide-image-wrapper {
    justify-content: flex-start;
    margin-top: -9.9rem;
  }

  .arrow.next {
    bottom: 45%;
    left: 24%;
  }

  .arrow.previous {
    top: auto;
    bottom: 45%;
    left: 0%;
    right: auto;
  }

  .faq_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq_question-wrapper {
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .faq_open-wrapper {
    margin-left: .5rem;
  }

  .faq_open-line.is-vertical, .faq_open-line.is-horizontal {
    border-radius: .5rem;
  }

  .contact_layout {
    flex-direction: column;
    display: flex;
  }

  .contact_info-column {
    align-items: center;
  }

  .social-media-wrapper {
    margin-top: 1.5rem;
  }

  .form-checkbox-wrapper {
    grid-column-gap: 1rem;
  }

  .leaf-icon {
    width: 4rem;
    height: 4rem;
    top: 11%;
  }

  .footer_component {
    text-align: left;
  }

  .footer_link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer2_content {
    flex-direction: column;
  }

  .footer2_link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-heading-mobile {
    letter-spacing: 10px;
    font-size: 8vw;
  }

  .hero-mobile-bg {
    min-height: 19rem;
    margin-top: -16rem;
  }

  .hero-mobile-image-wrapper {
    background-position: 50% 100%;
    height: 12rem;
  }

  .plant-image-mobile.show-mobile-landscape {
    z-index: 0;
  }

  .heading-4 {
    z-index: 1;
    position: relative;
  }

  .hero-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-grid-wrapper {
    height: 100vh;
    padding-top: 100px;
  }

  .form-text {
    font-size: 1.5rem;
  }

  .global-1-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: -1rem;
  }

  .global-1-col.is-flipped {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .field-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    display: flex;
  }

  .field-wrapper._1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

#w-node-_6f7f7dab-3078-600a-a950-b77d20a057cb-7f97b335 {
  align-self: center;
}

#w-node-_43e69d5c-3cb5-6b0d-769e-21db35423d63-7f97b335 {
  align-self: end;
}

#w-node-_650c6c4e-5e70-8688-a2d1-949784c6acfd-7f97b335 {
  order: -9999;
}

@media screen and (max-width: 767px) {
  #w-node-_650c6c4e-5e70-8688-a2d1-949784c6acfd-7f97b335 {
    order: 9999;
  }

  #w-node-_94889e62-8e11-47e9-12ec-e18eab25e217-7f97b335 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5fe99e22-2fe9-88dd-0b38-8f5279f978a4-7f97b335 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


