body {
  font-family: Gotham, sans-serif;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
}

a {
  color: #0d0d0d;
  text-decoration: none;
}

img {
  display: inline-block;
}

.style-section {
  margin-top: 80px;
  padding: 40px;
}

.home-header {
  height: 85vh;
  max-height: 720px;
  padding-top: 40px;
  padding-bottom: 79px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.organicfarm-header {
  padding-top: 40px ;
  height: 85vh ;
  max-height: 720px ;
  padding-bottom: 79px ;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/header.jpg') ;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/columns.png') ;
  background-position: 0px 0px, 50% 50% ;
  background-size: auto, cover ;
  background-repeat: repeat, no-repeat ;
  background-attachment: scroll, scroll e;
}

.wrapper {
  width: 90vw;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.nav-bar.dark {
  color: #0d0d0d;
}

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

.nav-logo {
  height: 40px;
}

.nav-links {
  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;
}

.nav-link {
  margin-right: 40px;
  color: #fafafa;
}

.nav-link.w--current {
  color: #c0d904;
  font-weight: 500;
}

.nav-link.dark {
  color: #0d0d0d;
}

.btn {
  padding: 14px 32px;
  border-radius: 4px;
  background-color: #0d0d0d;
  text-transform: uppercase;
}

.btn.green {
  background-color: #97bf04;
}

.home-header-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fafafa;
}

.mb-16 {
  margin-bottom: 16px;
}

.home-header-content {
  width: 70vw;
  max-width: 720px;
}

.mb-24 {
  margin-bottom: 24px;
}

.fw-400 {
  font-weight: 400;
}

.h-100 {
  height: 100%;
}

.section {
  margin-top: 160px;
}

.section.small {
  margin-top: 80px;
}

.home-about-container {
  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;
}

.section-heading {
  width: 80%;
}

.home-about-body-container {
  margin-top: 20px;
}

.home-about-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fw-700 {
  font-weight: 700;
}

.mb-12 {
  margin-bottom: 12px;
}

.home-about-body {
  width: 50vw;
  max-width: 640px;
  margin-right: 56px;
}

.home-about-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.img-container.t-50 {
  opacity: 0.5;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.h-70 {
  height: 70%;
}

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

.text-link.green {
  color: #97bf04;
}

.inline-block {
  display: inline-block;
}

.text-link-text {
  margin-right: 12px;
  font-weight: 500;
}

.mt-32 {
  margin-top: 32px;
}

.text-upper {
  text-transform: uppercase;
}

.text-upper.text-link-text.text-white {
  color: #fff;
}

.home-services-container {
  margin-top: 64px;
}

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

.section-heading-wide {
  width: 60%;
}

.arrow-icon {
  width: 30px;
  height: 30px;
}

.stars-4 {
  width: 100px;
  /* height: 30px; */
}

.home-services-cards {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 62px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-card {
  position: relative;
  height: auto;
  background-color: #0d0d0d;
}

.organic-text-icon-space{
  padding-left: 88px;
  padding-right: 88px;
}

.service-card-body {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fafafa;
}

.organic-card-body {
  /* position: absolute; */
  /* left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box; */
  /* display: -webkit-flex;
  display: -ms-flexbox; */
  display: block;
  /* padding: 40px 32px; */
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; */
  /* flex-direction: column; */
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  background-color: #ffffff;
}

.heading-5-5 {
  font-size: 24px;
}

.mt-8 {
  margin-top: 8px;
}

.service-card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.veg-card-img {
  /* display: -webkit-box; */
  display: -webkit-block;
  /* display: -ms; */
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.service-icon {
  width: 40px;
}

.wide-wrapper {
  width: 100vw;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.text-green {
  color: #97bf04;
}

.mr-12 {
  margin-right: 12px;
}

.home-process-section {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}


.organic-grid-section {
  /* display: -ms-grid; */
  /* display: grid; */
  /* order: -1; */
  display: flex;
  display: flex;
  flex-direction: row-reverse !important; 
  flex-direction: row; 
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 0px;
  /* 
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; */
}

.home-process-video-container {
  position: relative;
  flex: 1;
  
  /* margin: 5rem; */
}
.organic-farm-pic-container {
  position: relative;
  flex: 1;
  margin-right: 5rem;
}

.home-process-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 108px;
  padding-bottom: 108px;
  padding-left: 88px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d0d;
  color: #fff;
}

.home-process {
  max-width: 80%;
}

.home-process-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 48px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.process-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-number {
  display: inline-block;
  color: #a6b825;
}

.process-step-title {
  display: inline-block;
  margin-left: 16px;
  font-weight: 500;
}

.home-process-video-play-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: rgba(13, 13, 13, 0.6);
}

.home-process-video-play-icon {
  width: 80px;
  height: 80px;
  color: #fff;
}

.home-client-container {
  margin-top: 64px;
}

.client-card-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-capitalise {
  text-transform: capitalize;
}

.section-heading-medium {
  width: 45vw;
  max-width: 450px;
}

.client-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding: 32px;
  -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: 8px;
  background-color: #fafafa;
}

.text-light {
  color: #bebebe;
}

.footer-links {
  margin-top: 24px;
}

.footer-bottom {
  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;
  color: #bebebe;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #f4f4f4;
}

.footer-hr {
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: #fafafa;
}

.footer-description {
  max-width: 250px;
  color: #fff;
}

.footer-social-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 16px;
  -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: 1px;
  border-color: #737373;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #737373;
}

.footer-social-icon-container:hover {
  border-color: #c0d904;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #f4f4f4;
}

.brdge-underscore {
  color: #f83f30;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.footer-link:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
  color: #c0d904;
}

.footer-link.bold-green {
  color: #c0d904;
  font-weight: 700;
}

.footer-top {
  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;
}

.footer-container {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #000;
}

.footer-social-icon {
  width: 14px;
  height: 12px;
}

.footer-social-icon.fb {
  width: 8px;
}

.footer-logo {
  max-height: 34px;
}

.footer-links-block {
  margin-right: 80px;
}

.footer-links-block.end {
  margin-right: 0px;
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.section-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #0d0d0d), to(#000));
  background-image: linear-gradient(180deg, transparent 50%, #0d0d0d 0, #000);
}

.contact-cta {
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 104px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/trucks.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/trucks.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact-cta-body {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #f4f4f4;
  text-align: center;
}

.btn-lgreen {
  padding: 16px 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 4px;
  background-color: #c0d904;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-lgreen:hover {
  background-color: #a2b803;
}

.page-header {
  height: 80vh;
  max-height: 560px;
  padding-top: 40px;
  padding-bottom: 79px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/mediensturmer-aWf7mjwwJJo-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/mediensturmer-aWf7mjwwJJo-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.page-header.shipping {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/lucas-van-oort-LorNiJWzh64-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/lucas-van-oort-LorNiJWzh64-unsplash.jpg');
}

.page-header.coaching {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/christina-wocintechchat-com-yhq2ymcPlZE-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/christina-wocintechchat-com-yhq2ymcPlZE-unsplash.jpg');
}

.page-header.branding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/remy-gieling-KP6XQIEjjPA-unsplash-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/remy-gieling-KP6XQIEjjPA-unsplash-min.jpg');
}

.page-header.nvocc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/mak-8wy9mGgmGoU-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/mak-8wy9mGgmGoU-unsplash.jpg');
}

.page-header.spaces {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(7, 7, 7, 0.1)), to(rgba(13, 13, 13, 0.8))), url('../images/Mask-Group-38.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(7, 7, 7, 0.1) 50%, rgba(13, 13, 13, 0.8)), url('../images/Mask-Group-38.jpg');
}

.about-who-are-we {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-col-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 56px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-card {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.text-card.white {
  border-top-color: hsla(0, 0%, 98%, 0.4);
  color: #fafafa;
}

.flex-between {
  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;
}

.plus-icon {
  width: 14px;
}

.text-gray {
  color: rgba(13, 13, 13, 0.5);
}

.fw-500 {
  font-weight: 500;
}

.text-card-body {
  overflow: hidden;
}

.text-card-title {
  margin-bottom: 20px;
}

.text-card-title-text {
  margin-top: 8px;
  font-weight: 500;
}

.about-founder-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex:1;
  padding-top: 108px;
  padding-bottom: 108px;
  padding-left: 88px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d0d;
  color: #fff;
}
.about-organic-container {
  /* display: -webkit-box; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  padding-top: 108px;
  padding-bottom: 108px;
  padding-left: 88px;
  padding-right: 88px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  /* color: #fff; */
}

.about-history {
  padding-top: 88px;
  padding-bottom: 88px;
  background-color: #0d0d0d;
}

.about-history-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-white {
  color: #fff;
}

.mt-40 {
  margin-top: 40px;
}

.md-wrapper {
  width: 65vw;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.link-green {
  color: #97bf04;
}

.contact-form {
  margin-top: 48px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-label {
  margin-bottom: 12px;
  margin-left: 8px;
  color: #737373;
  font-weight: 500;
}

.form-input {
  height: 48px;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 0px none #000;
  border-radius: 4px;
  background-color: rgba(13, 13, 13, 0.03);
}

.nav-dropdown-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  color: #fafafa;
}

.nav-dropdown-trigger.dark {
  color: #0d0d0d;
}

.icon {
  position: relative;
  margin-right: 0px;
  margin-left: 8px;
}

.nav-dropdown {
  margin-right: 40px;
}

.dropdown-list {
  margin-top: 20px;
  background-color: #fafafa;
}

.dropdown-list.w--open {
  left: -100%;
  overflow: hidden;
  border-radius: 8px;
}

.dropdown-link {
  padding: 16px 20px;
}

.dropdown-link.w--current {
  color: #97bf04;
  font-weight: 500;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.text-card-normal {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.text-card-normal.white {
  border-top-color: hsla(0, 0%, 98%, 0.4);
  color: #fafafa;
}

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

.grid-col-2.g-gap-40 {
  grid-column-gap: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-col-2-w-right {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.brand-service-desc-body {
  max-width: 400px;
}

.about-service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 56px;
  border-radius: 8px;
}

.brand-service-image {
  width: 40%;
}

.brand-service-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: #fafafa;
}

.about-services-container {
  max-width: 1160px;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
}

.about-founder {
  max-width: 80%;
}

.m-nav {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-nav-link {
  margin-right: 40px;
  color: #fafafa;
}

.m-nav-link.w--current {
  color: #c0d904;
  font-weight: 500;
}

.m-nav-link.dark {
  color: #0d0d0d;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  .nav {
    display: none;
  }

  .home-header-content {
    width: 100%;
  }

  .section.sm-small {
    margin-top: 64px;
  }

  .home-about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-heading {
    width: 100%;
  }

  .home-about-body {
    width: 100%;
  }

  .home-about-image {
    width: 100%;
    margin-top: 40px;
  }

  .h-70 {
    height: 320px;
  }

  .section-heading-wide {
    width: 100%;
  }

  .home-services-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-process-section {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-process-video-container {
    max-height: 70vh;
  }

  .home-process-container {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-process {
    max-width: 90%;
  }

  .home-process-grid {
    grid-column-gap: 24px;
  }

  .client-card-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-heading-medium {
    width: 100%;
    max-width: none;
  }

  .footer-links-container {
    margin-top: 48px;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-col-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .md-wrapper {
    width: 90vw;
  }

  .about-service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-service-block._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .brand-service-image {
    width: 100%;
    height: 40vh;
  }

  .brand-service-desc {
    width: 100%;
  }

  .about-services-container {
    max-width: 640px;
  }

  .about-founder {
    max-width: 90%;
  }

  .m-nav {
    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;
  }

  .m-nav-logo {
    width: 64px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .m-nav-drawer {
    padding: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer;
  }

  ._w-100 {
    width: 100%;
  }

  .drawer-icon {
    width: 32px;
  }

  .m-nav-container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    overflow: scroll;
    padding: 48px;
    background-color: #0d0d0d;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .m-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-nav-close {
    padding: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer;
  }

  .m-nav-links {
    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;
  }

  .m-nav-link {
    margin-bottom: 12px;
  }

  .m-nav-services {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .m-nav-service-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .close-icon {
    width: 24px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h5 {
    font-size: 18px;
  }

  .wrapper {
    width: 95vw;
  }

  .section {
    margin-top: 104px;
  }

  .home-services-cards {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-card {
    height: 360px;
  }

  .home-process {
    max-width: 80%;
  }

  .home-process-grid {
    grid-column-gap: 12px;
  }

  .section-heading-medium {
    width: 100%;
    max-width: none;
  }

  .footer-bottom {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    grid-template-rows: auto;
  }

  .footer-links-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer {
    max-width: 85vw;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-links-block {
    margin-right: 0px;
  }

  .contact-cta-body {
    width: 75vw;
  }

  .btn-lgreen {
    font-size: 14px;
  }

  .about-who-are-we {
    grid-row-gap: 32px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

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

  .grid-col-2-w-right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-services-container {
    max-width: 88vw;
  }

  .about-founder {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .home-header {
    height: 100vh;
    max-height: 800px;
  }

  .wrapper {
    width: 90vw;
  }

  .service-card {
    height: 400px;
  }

  .service-card-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-process-grid {
    grid-auto-flow: row;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .client-card-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    margin-top: 12px;
  }

  .footer-bottom {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-links-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-hr {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer-container {
    padding-bottom: 56px;
  }

  .footer {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .grid-col-3 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fw-500.sub {
    font-size: 20px;
  }

  .about-founder-container {
    padding: 64px 20px;
  }

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

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

  .grid-col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-col-2.mt-32 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand-service-image {
    height: 32vh;
  }

  .brand-service-desc {
    padding: 56px 32px;
  }

  .about-founder {
    max-width: 100%;
  }

  .m-nav-container {
    overflow: scroll;
    padding-right: 24px;
    padding-left: 24px;
  }

  .m-nav-close {
    cursor: pointer;
  }

  .m-nav-service-links {
    margin-left: 12px;
  }
}

#w-node-015d7502cc1c-031bb6be {
  -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;
}

#w-node-e0823fd860d3-271bb6bf {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-b619009f0897-cb1bb6ba {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-015d7502cc1c-031bb6be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .organic-grid-section {
    display: block; /* Change to block layout on smaller screens */
  }
  
  /* .organic-farm-pic-container, */
  .about-organic-container {
    width: 100%; /* Ensure full width for each container on mobile */
    display: block; /* Change to block layout on smaller screens */
    /* padding-bottom: 0px;
    padding-left: 0px; */
    /* padding: 20px; */
    padding-top: 30px;
    /* padding-right: 0px; */
  }

  .organic-farm-pic-container{
    margin: 0px;
  }
  
}

@media screen and (max-width: 479px) {
  #w-node-015d7502cc1c-031bb6be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e0823fd860d3-271bb6bf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}