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

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #462600;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  position: relative;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-bottom: 20px;
}

.section.cc-cta {
  margin-right: 0px;
  margin-left: 60px;
  padding-right: 80px;
  padding-left: 80px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 200px;
  background-color: #136400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/pexels-the-lazy-artist-gallery-1780357_compressed.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/pexels-the-lazy-artist-gallery-1780357_compressed.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.section.cc-store-home-wrap {
  overflow: hidden;
  margin-right: 40px;
  margin-left: 0px;
  border-top-right-radius: 50px;
}

.section.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #136400;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/victor-malyushev-TuKjDq44tQw-unsplash_compressed.jpg');
  background-image: linear-gradient(180deg, #fff 36%, hsla(0, 0%, 100%, 0)), url('../images/victor-malyushev-TuKjDq44tQw-unsplash_compressed.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 60px;
}

.container.footer {
  z-index: 10;
  padding-left: 0px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #fff;
  text-align: left;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 1;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  text-align: left;
}

.button {
  margin-left: 40px;
  padding: 12px 25px;
  border-radius: 0px 0px 20px;
  background-color: #462600;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #462600;
  opacity: 0.75;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  max-width: none;
  margin-top: 10px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #fff;
  opacity: 0.75;
}

.button.cc-jumbo-button.cc-jumbo-white.no-margin {
  margin-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: solid;
  border-width: 1px 1px 3px 3px;
  border-color: #fff;
  background-color: #462600;
  -webkit-transition: border-color 300ms ease, background-color 400ms ease, opacity 300ms ease;
  transition: border-color 300ms ease, background-color 400ms ease, opacity 300ms ease;
  color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white.no-margin:hover {
  border-width: 3px;
  border-color: #462600;
  background-color: #fff;
  color: #462600;
  line-height: 1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  min-width: 200px;
  margin-top: 30px;
  border-bottom-right-radius: 20px;
  background-color: #462600;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.button.cc-contact-us:hover {
  background-color: #136400;
  opacity: 1;
}

.button.cc-contact-us:active {
  background-color: #462600;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  margin-left: 40px;
  opacity: 0.8;
  color: #462600;
  text-align: left;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  max-width: 80ch;
  margin-left: 40px;
  opacity: 0.8;
  color: #462600;
  font-size: 18px;
  line-height: 2;
}

.paragraph-light.emphasis {
  margin-top: 40px;
  opacity: 1;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 40px;
  color: #462600;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  -webkit-transition-property: none;
  transition-property: none;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #462600;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.navigation-item:hover {
  opacity: 1;
  color: #136400;
}

.navigation-item:active {
  opacity: 0.8;
  color: #462600;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  position: relative;
  bottom: 3px;
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 200px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/sharon-mccutcheon-fSlCxR0dnZY-unsplash_compressed.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/sharon-mccutcheon-fSlCxR0dnZY-unsplash_compressed.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: 0px;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  position: relative;
  max-width: 1800px;
  margin-top: 255px;
  margin-bottom: 120px;
  margin-left: 60px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
  color: #462600;
  font-weight: 400;
}

.about-wrapper {
  display: none;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-wrapper.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin-bottom: 175px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
  color: #462600;
  font-weight: 400;
  text-align: left;
}

.blog-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.dark-button-text {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.overflow-container {
  overflow: hidden;
}

.button-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.paragraph {
  max-width: 80ch;
  margin-left: 40px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

.grass-image-cover {
  overflow: hidden;
  width: 90%;
  max-height: 55vh;
  margin: 60px auto;
  border-radius: 40px 100px 20px 50px;
}

.image {
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.grass-pros-and-cons-list-item {
  max-width: 70ch;
  color: #136400;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

.grass-pros-and-cons-list {
  margin-bottom: 40px;
  margin-left: 40px;
  font-weight: 300;
}

.final-image {
  position: relative;
  width: 105%;
  height: 950px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-radius: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon-and-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 400ms ease, opacity 400ms ease;
  transition: letter-spacing 400ms ease, opacity 400ms ease;
  color: #136400;
  font-size: 23px;
  line-height: 1;
  text-decoration: none;
}

.contact-icon-and-text-wrapper:hover {
  opacity: 0.75;
  color: #462600;
}

.contact-icon {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.contact-icon.whatsapp {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  font-size: 28px;
}

.contact-text {
  margin-left: 10px;
}

.logo-wrapper-for-footer {
  max-width: 30%;
  margin-top: 40px;
}

.invisible-anchor {
  height: 2px;
  margin-bottom: 60px;
}

.heading {
  font-size: 3.5vw;
  line-height: 1.4;
  text-align: left;
}

.mobile-menu-link {
  padding: 22px;
  text-decoration: none;
}

.contact-button-icon {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.contact-button-icon.brand {
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.close-mobile-menu {
  display: none;
}

.happy-clients-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-left: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-right: 3px none #136400;
  border-left: 3px solid #136400;
}

.mobile-menu-contact-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.final-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-height: 850px;
  margin-left: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block {
  margin-left: 40px;
  font-size: 18px;
  line-height: 2;
}

.final-image-partner {
  position: absolute;
  left: auto;
  top: -319%;
  right: 5%;
  bottom: auto;
  width: 40vw;
  border-radius: 100%;
  box-shadow: 1px 1px 50px 7px rgba(0, 0, 0, 0.4);
}

.grass-blade {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: 50%;
  z-index: 500;
  width: 40vw;
  max-width: 550px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.calbie-plug {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: 500;
  padding: 20px 30px;
  border: 2px solid #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.calbie-plug:hover {
  color: #462600;
}

@media screen and (min-width: 1920px) {
  .section.cc-store-home-wrap {
    margin-right: 0px;
  }

  .section.dark {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #fff), to(hsla(0, 0%, 100%, 0))), url('../images/victor-malyushev-TuKjDq44tQw-unsplash-1.jpg');
    background-image: linear-gradient(180deg, #fff 36%, hsla(0, 0%, 100%, 0)), url('../images/victor-malyushev-TuKjDq44tQw-unsplash-1.jpg');
  }

  .container {
    max-width: 2200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 220px;
  }

  .container.footer {
    padding-left: 0px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    width: 50%;
    font-size: 25px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.no-margin {
    width: 75%;
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 3px solid #fff;
    background-color: #462600;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease, opacity 300ms ease;
    transition: border-color 400ms ease, background-color 400ms ease, opacity 300ms ease;
    color: #fff;
  }

  .button.cc-jumbo-button.cc-jumbo-white.no-margin:hover {
    border-color: #462600;
    background-color: #fff;
    color: #462600;
  }

  .button.cc-contact-us {
    min-width: 300px;
    padding: 25px 35px;
    box-shadow: -11px 4px 50px 0 rgba(70, 38, 0, 0.35);
    -webkit-transition: background-color 300ms ease, box-shadow 200ms ease;
    transition: background-color 300ms ease, box-shadow 200ms ease;
  }

  .button.cc-contact-us:hover {
    box-shadow: -11px 4px 50px 0 rgba(19, 100, 0, 0.5);
  }

  .label.cc-light {
    font-size: 16px;
  }

  .paragraph-light {
    font-size: 20px;
  }

  .paragraph-light.emphasis {
    font-size: 40px;
  }

  .heading-jumbo-small {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 1.4;
  }

  .navigation-item {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 18px;
  }

  .navigation-item.contact {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
    border-left: 3px solid #136400;
  }

  .navigation-item.hidden {
    display: none;
  }

  .navigation-items {
    margin-left: 50%;
  }

  .intro-header {
    height: 80vh;
    margin-right: 60px;
  }

  .intro-content.cc-homepage {
    width: 100%;
    max-width: 1500px;
  }

  .home-content-wrap {
    margin-top: 350px;
  }

  .section-heading {
    font-size: 45px;
    line-height: 1.5;
  }

  .intro-text {
    width: 100%;
  }

  .work-heading {
    font-size: 55px;
    line-height: 1.5;
  }

  .dark-button-text {
    font-size: 24px;
  }

  .paragraph {
    max-width: 100ch;
    color: #462600;
    font-size: 20px;
  }

  .grass-pros-and-cons-list-item {
    font-size: 18px;
  }

  .contact-icon-and-text-wrapper {
    font-size: 35px;
  }

  .contact-icon.whatsapp {
    font-size: 35px;
  }

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

  .vredenburg-lawns-logo-for-footer {
    max-width: 400px;
  }

  .heading {
    width: 75%;
    font-size: 75px;
  }

  .mobile-menu-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .contact-button-icon {
    color: #462600;
    font-size: 25px;
  }

  .contact-button-icon:active {
    color: #136400;
  }

  .client-logo-box {
    width: 250px;
    height: 250px;
  }

  .final-image-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block {
    color: #462600;
    font-size: 20px;
  }

  .final-image-partner {
    max-width: 700px;
  }

  .grass-blade {
    left: -27%;
    bottom: 22%;
    max-width: 900px;
  }

  .farm-address {
    margin-top: 40px;
    color: #136400;
    font-size: 20px;
    line-height: 1.4;
  }

  .calbie-plug {
    border-bottom-right-radius: 15px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .container {
    padding-left: 15px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 2vw;
  }

  .button {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label.cc-light {
    margin-left: 20px;
    font-size: 1.6vw;
    line-height: 1.4;
  }

  .paragraph-light {
    margin-left: 20px;
    font-size: 2vw;
    line-height: 1.5;
    text-align: left;
  }

  .paragraph-light.emphasis {
    font-size: 3vw;
    line-height: 1.4;
  }

  .heading-jumbo {
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .heading-jumbo-small {
    margin-left: 20px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    margin-bottom: 20px;
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-size: 16px;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: transparent;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    position: fixed;
    margin-top: 10px;
    padding-top: 220px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 5px solid #462600;
    border-bottom: 1px none #462600;
    border-left: 3px solid #462600;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0px;
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: auto;
    max-height: 620px;
    min-height: 500px;
  }

  .motto-wrap {
    margin-bottom: 60px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .home-content-wrap {
    margin-left: 0px;
  }

  .section-heading {
    margin-left: 20px;
    font-size: 4.5vw;
    line-height: 1.4;
    text-align: left;
  }

  .about-wrapper {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-wrapper.clients {
    width: 100%;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .work-heading {
    margin-left: 20px;
  }

  .paragraph {
    margin-left: 20px;
    color: #462600;
    font-size: 2vw;
    line-height: 1.5;
  }

  .grass-pros-and-cons-list-item {
    font-size: 2vw;
    line-height: 1.5;
  }

  .grass-pros-and-cons-list {
    margin-left: 20px;
  }

  .contact-icon-and-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .contact-icon {
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .contact-icon.whatsapp {
    font-size: 5vw;
  }

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

  .section-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mobile-menu-link {
    margin: 10px;
  }

  .contact-button-icon {
    color: #462600;
    font-size: 3vw;
    line-height: 1;
  }

  .contact-button-icon:active {
    color: #136400;
  }

  .close-mobile-menu {
    position: absolute;
    left: auto;
    top: 2%;
    right: 0%;
    bottom: auto;
    display: block;
    padding: 15px 15px 15px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #462600;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
  }

  .mobile-menu-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block {
    margin-left: 20px;
    text-align: left;
  }

  .final-image-partner {
    width: 60vw;
  }

  .grass-blade {
    bottom: 70%;
    width: 50vw;
  }

  .farm-address {
    margin-top: 40px;
    color: #136400;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    margin-top: 20px;
    color: #136400;
  }

  .section {
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-bottom: 10px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .container {
    padding-left: 10px;
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 3vw;
  }

  .button {
    margin-left: 10px;
    text-align: center;
  }

  .label.cc-light {
    margin-left: 10px;
    font-size: 2.5vw;
    line-height: 1.4;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 3vw;
    line-height: 1.5;
    text-align: left;
  }

  .paragraph-light.emphasis {
    font-size: 5vw;
    line-height: 1.4;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 6vw;
    line-height: 1.4;
  }

  .heading-jumbo-small {
    font-size: 5vw;
    line-height: 1.4;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    display: block;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid solid solid none;
    border-width: 3px;
    border-color: #462600;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: left;
  }

  .navigation-item.contact {
    border-style: none;
  }

  .navigation-items {
    width: 90%;
    margin-left: 0%;
    padding-top: 22px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-header {
    height: 450px;
    margin-bottom: 40px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    margin-bottom: 40px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-top: 150px;
    margin-bottom: 80px;
  }

  .section-heading {
    margin-left: 10px;
    font-size: 6vw;
    line-height: 1.4;
    text-align: left;
  }

  .about-wrapper.clients {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .work-heading {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 6vw;
    line-height: 1.4;
  }

  .paragraph {
    color: #462600;
    font-size: 3vw;
    line-height: 1.5;
  }

  .grass-image-cover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grass-pros-and-cons-list-item {
    font-size: 3vw;
    line-height: 1.5;
    text-align: left;
  }

  .grass-pros-and-cons-list {
    margin-left: 10px;
  }

  .final-image {
    width: 100%;
    height: 600px;
  }

  .contact-details-wrapper {
    width: 70%;
  }

  .contact-text {
    display: none;
  }

  .logo-wrapper-for-footer {
    max-width: 45%;
  }

  .section-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 6vw;
  }

  .contact-button-icon {
    font-size: 5vw;
  }

  .happy-clients-grid {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 3px solid #462600;
    border-left-style: none;
  }

  .mobile-menu-contact-links-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .client-logo-box {
    width: 150px;
    height: 150px;
  }

  .final-image-wrapper {
    max-height: 500px;
  }

  .final-image-partner {
    top: -185%;
  }

  .grass-blade {
    left: auto;
    top: -13%;
    right: 0%;
    bottom: auto;
    -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    margin-bottom: 40px;
  }

  .section.cc-store-home-wrap {
    overflow: visible;
    margin-right: 10px;
    margin-left: 10px;
    border-top-right-radius: 25px;
  }

  .section.dark {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 4vw;
    line-height: 1.5;
  }

  .button {
    margin-left: 0px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.no-margin {
    max-width: 225px;
    margin-right: 50px;
    color: #fff;
    font-size: 14px;
  }

  .label.cc-light {
    margin-left: 0px;
    font-size: 3vw;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    margin-left: 0px;
    font-size: 4vw;
  }

  .heading-jumbo {
    font-size: 7vw;
    line-height: 1.4;
  }

  .heading-jumbo-small {
    margin-left: 0px;
    font-size: 6vw;
  }

  .menu-icon {
    position: relative;
    z-index: 9500;
  }

  .menu {
    margin-left: 15px;
  }

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

  .navigation-item {
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: transparent;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-items {
    z-index: 1000;
    padding-top: 125px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #136400;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-header {
    height: auto;
    max-height: 550px;
    min-height: 350px;
    padding-top: 40px;
    padding-bottom: 0px;
    border-bottom-right-radius: 100px;
  }

  .motto-wrap {
    margin-bottom: 40px;
    text-align: left;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .home-section-wrap {
    margin-bottom: 10px;
  }

  .section-heading {
    width: 70%;
    margin-left: 0px;
    font-size: 8vw;
  }

  .about-wrapper {
    margin-bottom: 10px;
  }

  .work-heading {
    margin-left: 0px;
  }

  .dark-button-text {
    font-size: 14px;
    line-height: 1;
  }

  .paragraph {
    margin-left: 0px;
    font-size: 4vw;
  }

  .grass-pros-and-cons-list-item {
    font-size: 4vw;
  }

  .grass-pros-and-cons-list {
    margin-left: 0px;
  }

  .final-image {
    width: 1050%;
    height: 450px;
    margin-left: 0px;
  }

  .contact-details-wrapper {
    width: 100%;
  }

  .contact-icon {
    font-size: 35px;
  }

  .contact-icon.whatsapp {
    font-size: 40px;
  }

  .logo-wrapper-for-footer {
    max-width: 70%;
    margin-top: 20px;
  }

  .section-content-wrapper {
    padding-right: 30px;
  }

  .heading {
    font-size: 7vw;
  }

  .mobile-menu-link {
    width: 100%;
    padding: 15px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-button-icon {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    color: #136400;
    font-size: 8vw;
    line-height: 1;
  }

  .contact-button-icon.brand {
    font-family: 'Font awesome 5 brands 400', sans-serif;
  }

  .close-mobile-menu {
    position: absolute;
    left: auto;
    top: 1%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 60px;
    padding-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #462600;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #462600;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-menu-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .final-image-wrapper {
    max-height: 400px;
    margin-left: 15px;
  }

  .text-block {
    margin-left: 0px;
    font-size: 5.5vw;
  }

  .final-image-partner {
    top: -144%;
    right: 1%;
  }

  .grass-blade {
    top: -3%;
    right: -6%;
    width: 65vw;
    max-width: 300px;
  }

  .farm-address {
    width: 90%;
    margin-top: 20px;
    color: #136400;
    line-height: 1.5;
  }

  .calbie-plug {
    font-size: 14px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-5457f192 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-5457f192 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-5457f192 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-5457f192 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-5457f192 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-5457f192 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d41-5457f192 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_22c3782b-f009-b8b8-0e4b-4d0a49fafd3c-5457f192 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}