/*! Design and Develop by Sab Nouri | https://designbysab.webflow.io */

:root {
  --fonts--secondary: Urbanist, sans-serif;
  --color--headings-color: #001b0e;
  --color--light-green-3: #789105;
  --fonts--primary: Roboto, sans-serif;
  --color--body-text: #494949;
  --color--dark-bg: #012314;
  --color--section-box: #e9e9e9;
  --color--text-heavy-gray: #1e1e1e;
  --color--light-green-1: #cffc00;
  --color--light-green-0: #f5ffc9;
  --color--light-green-2: #a7cb00;
  --btn-text-green: #00362f;
  --color--borders: #dedede;
  --color--secondary-bg: #f9f9f9;
  --color--primary-bg: white;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

h1 {
  font-family: var(--fonts--secondary);
  color: var(--color--headings-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h2 {
  font-family: var(--fonts--secondary);
  color: var(--color--headings-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  font-family: var(--fonts--secondary);
  color: var(--color--headings-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--color--headings-color);
  font-size: 1.5rem;
  line-height: 1.5rem;
}

a {
  color: var(--color--light-green-3);
  text-decoration: none;
}

.navbar {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-container {
  justify-content: center;
  align-items: center;
  max-width: 6rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.logo-container.is-footer {
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  max-width: none;
  height: 3.5rem;
}

.body {
  font-family: var(--fonts--primary);
  color: var(--color--body-text);
  font-size: 1rem;
  line-height: 1.5;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  display: flex;
}

.section_hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 7rem 1rem 1rem;
  text-decoration: none;
  display: flex;
}

.hero_wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_title {
  color: var(--color--headings-color);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 114%;
  text-decoration: none;
  overflow: clip;
}

.text-3 {
  color: var(--color--body-text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.menu-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.section_video {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.section_video-spacer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  text-decoration: none;
  display: block;
}

.video_wrapper {
  background-color: var(--color--dark-bg);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_wrapper-text-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 17rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_wrapper-curve {
  z-index: 1;
  flex: 1;
  width: 100%;
  height: 10.5rem;
  margin-top: -2px;
  position: relative;
}

.svg-2 {
  color: #fff;
}

.video_wrapper-circle {
  z-index: 3;
  background-color: #789105;
  border-radius: 32rem;
  width: clamp(32rem, 50vw, 40rem);
  height: clamp(32rem, 50vw, 40rem);
  position: relative;
  top: -18rem;
  overflow: hidden;
}

.section_solutions {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
}

.sections-inner-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: clamp(20rem, 90vw, 90rem);
  text-decoration: none;
  display: flex;
}

.sections-header {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sections-namebox {
  grid-column-gap: .5rem;
  background-color: var(--color--section-box);
  color: var(--color--text-heavy-gray);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.section-header-text {
  color: var(--color--headings-color);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.solutions_list {
  grid-column-gap: .5rem;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  display: flex;
}

.solution_item {
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  margin-bottom: auto;
  padding: 2rem;
  display: flex;
}

.solution_item.is-first {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding-left: 0;
}

.solution_wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.solution_icon-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 5rem;
  height: 5rem;
  text-decoration: none;
}

.solution_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.solution_text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-heading {
  color: var(--color--headings-color);
  letter-spacing: -.04em;
  font-family: Urbanist, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.item-heading.is-green {
  color: var(--color--light-green-1);
}

.item-text {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
  text-decoration: none;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--light-green-1);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  background-color: var(--color--light-green-0);
  cursor: pointer;
  transition: background-color .4s;
}

.button.is-secondary:hover {
  background-color: var(--color--light-green-1);
}

.button.is-text {
  color: var(--color--light-green-3);
  background-color: #0000;
  padding: 0;
}

.button.btn-text {
  transition: background-color .2s;
}

.button.btn-text:hover {
  background-color: var(--color--light-green-2);
}

.btn-text {
  color: var(--btn-text-green);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.btn-text.is-text {
  color: var(--color--light-green-3);
}

.v-line {
  background-color: var(--color--borders);
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 30rem;
  text-decoration: none;
  display: block;
}

.section_products {
  background-color: var(--color--secondary-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
}

.products_list {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product_item {
  background-color: var(--color--primary-bg);
  color: var(--color--body-text);
  cursor: default;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.product_text_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  place-content: space-around space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem .5rem;
  text-decoration: none;
  display: flex;
}

.product_text {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_case-studies {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 60px;
  background-color: #012314;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5rem 120px 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer_content {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.video_wrapper-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.video_wrapper-video-overlay {
  z-index: 2;
  mix-blend-mode: hard-light;
  background-color: #789105;
  width: 100%;
  height: 100%;
}

.video_wrapper-text {
  color: #fff;
  width: clamp(20rem, 90vw, 90rem);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-span {
  color: var(--color--light-green-1);
}

.dot {
  background-color: var(--color--light-green-2);
  border-radius: .5rem;
  width: .5rem;
  height: .5rem;
}

.dot.is-footer {
  background-color: var(--color--light-green-1);
}

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

.g-2 {
  color: var(--color--headings-color);
}

.path, .path-2, .path-3, .path-4, .path-5, .path-6, .path-7 {
  color: var(--color--light-green-2);
}

.g-3, .svg-3 {
  color: var(--color--headings-color);
}

.path-8, .path-9 {
  color: var(--color--light-green-2);
}

.product_image {
  aspect-ratio: 7.5 / 3.4;
  object-fit: cover;
  background-image: url('../images/Rectangle-26_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 100%;
  overflow: clip;
}

.product_image.is-first {
  background-image: url('../images/Algae-Nutrition_1.avif');
}

.product_image.is-second {
  background-image: url('../images/air-purifier_1.avif');
}

.button_icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
}

.svg-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.case_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-height: 31rem;
  display: flex;
}

.case_img-wrapper {
  border-radius: .5rem;
  width: 50%;
}

.case_text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  display: flex;
}

.case_img-wrapper-img {
  object-fit: cover;
  border-radius: .5rem;
  height: 100%;
}

.footer_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_about {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 26%;
  text-decoration: none;
  display: flex;
}

.footer_about-content {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sab {
  color: var(--color--light-green-1);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2rem;
  text-decoration: none;
}

.footer_about-text {
  opacity: .5;
  color: #fff;
  letter-spacing: -.04em;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .35s;
}

.footer_about-text:hover {
  opacity: 1;
}

.footer_about-mail {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-icon {
  opacity: .5;
  color: var(--color--primary-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer_newsletter-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34%;
  text-decoration: none;
  display: flex;
}

.footer_newsletter-wrapper-content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_parts-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 114%;
  text-decoration: none;
}

.footer_newsletter-wrapper_form {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_newsletter-wrapper_input {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_newsletter-wrapper_field {
  color: var(--color--secondary-bg);
  background-color: #0000;
  border: 1px solid #fff3;
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 4rem;
  margin-bottom: 0;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.footer_newsletter-wrapper_field:focus {
  border-width: 1px;
  border-color: #cffc0080;
}

.input-placeholder-text {
  opacity: .5;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 114%;
  text-decoration: none;
}

.footer_newsletter-wrapper_button {
  color: var(--btn-text-green);
  cursor: pointer;
  background-color: #cffc00;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 4rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.footer_newsletter-wrapper_button:hover {
  background-color: var(--color--light-green-2);
}

.socials {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.social-item {
  background-color: #001f11;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.social-icon-wrapper {
  grid-row-gap: 8px;
  color: var(--color--primary-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
}

.footer_bottom {
  grid-row-gap: 24px;
  border: 0 solid #ffffff1a;
  border-top-width: 1px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  text-decoration: none;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_copyright {
  opacity: .5;
  color: #fff;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.footer_designer {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: none;
}

.footer_links-block {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.text-color-white {
  color: var(--color--primary-bg);
}

.footer_links-column {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_link-content {
  color: var(--color--primary-bg);
  overflow: clip;
}

.footer_links-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-container-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: clamp(5.5rem, 10vw, 6.5rem);
  max-width: 6rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.logo-container-2.w--current {
  max-width: none;
}

.menu-text {
  color: #494949;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.nav_wrapper-list-2 {
  grid-column-gap: 3rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu_text-container-2 {
  white-space: nowrap;
  display: flex;
  overflow: clip;
}

.menu_item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5px;
  color: var(--color--body-text);
  cursor: pointer;
  border-radius: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75rem .75rem .75rem 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.menu_item-2:hover {
  background-color: #f9f9f9;
}

.menu_item-2.is-alone {
  padding-right: 1.5rem;
}

.vertical-line-2 {
  border: 1px solid #dedede;
  width: 1px;
  height: 2rem;
}

.vertical-line-2.is-contact {
  opacity: .3;
  height: 1.5rem;
}

.nav_wrapper-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  border: 1px solid #96969640;
  border-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/green-grass_1.avif');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.is-hidden {
  display: none;
}

.sab-logo {
  transition: color .35s;
}

.sab-logo:hover {
  color: var(--color--light-green-3);
}

.form-block {
  width: 100%;
}

.contact-hero_left-side {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/contact-bg_1.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding: 4rem;
  text-decoration: none;
  display: flex;
}

.about-hero_content {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 769px;
  text-decoration: none;
  display: flex;
}

.about-hero_content.is-patent {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  position: relative;
}

.about-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 114%;
  text-decoration: none;
}

.about-heading.is-center {
  text-align: center;
}

.about-misions_wrapper {
  grid-row-gap: 8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: clamp(20rem, 90vw, 90rem);
  text-decoration: none;
  display: flex;
}

.about-misions_content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-vision-tex {
  color: #fff;
  letter-spacing: -.04em;
  width: 67%;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section_about-misions {
  background-color: var(--color--headings-color);
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.is-white {
  color: var(--color--primary-bg);
}

.section_about-story {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-decoration: none;
  display: flex;
}

.about-story_wrapper {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: clamp(20rem, 90vw, 90rem);
  text-decoration: none;
  display: flex;
}

.about-story_content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.about-story_text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-story_video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-story_vid-container {
  justify-content: flex-end;
  align-items: center;
  width: 30rem;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-team_item {
  grid-column-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-team_item-img-w {
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.about-team_item-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: clamp(40rem, 50vw, 55rem);
  text-decoration: none;
  display: flex;
}

.about-team_item-content-name-w {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-team_item-role {
  opacity: .5;
  color: #494949;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.about-team_socials-wrapper {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: none;
}

.about-team_socials {
  grid-column-gap: 6px;
  color: var(--color--dark-bg);
  border: 1px solid #d3d3d3;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.about-team_social-item {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  text-decoration: none;
  display: flex;
}

.about-team_social-item.is-first {
  color: var(--color--body-text);
}

.about-team_social-item.is-second {
  opacity: .5;
  color: var(--color--body-text);
  width: 1.125rem;
  height: 1.125rem;
}

.about-team_item-wrapper {
  background-color: var(--color--primary-bg);
  border-radius: 1rem;
  padding: 1rem;
}

.about-team_team-member-img {
  width: 24rem;
  min-height: 100%;
}

.about-team_item-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.swiper-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-casestudy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: grab;
}

.swiper.is-casestudy {
  width: 100%;
}

.swiper-slide {
  flex: none;
}

.section_about-team2 {
  background-color: #f9f9f9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.about-team_wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: clamp(20rem, 90vw, 90rem);
  text-decoration: none;
  display: flex;
}

.about-team_list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-team_item-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--color--primary-bg);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
}

.about-team_item-texts {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-hero_wrapper {
  display: flex;
}

.contact-hero_right-side {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4rem;
  display: flex;
}

.contact-hero_content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 769px;
  text-decoration: none;
  display: flex;
}

.contact-hero_phone-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero_form-w {
  width: 100%;
  max-width: 600px;
}

.contact-hero_form-linput {
  color: var(--color--body-text);
  border-radius: 4rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-hero_form-linput:focus {
  border: 1px solid var(--color--light-green-2);
  color: var(--color--text-heavy-gray);
}

.contact-hero_form-linput.is-text-area {
  border-radius: .5rem;
  height: 10rem;
}

.contact-hero_form-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.success-message {
  font-family: var(--fonts--primary);
  color: var(--color--dark-bg);
  background-color: #f5ffc980;
  border-radius: 1rem;
  font-size: 1rem;
}

.text-block-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.error-message {
  border-radius: .5rem;
}

.about-hero {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 43%, #001b0e66 77%, #001b0e 97%, #001b0e), url('../images/about-hero_1.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem;
  text-decoration: none;
  display: flex;
}

.section_patents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
}

.sub-pages_hero {
  background-color: var(--color--dark-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.patent_item {
  border: 1px solid var(--color--borders);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.patent_name-part {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.patent_item-num-text {
  font-family: var(--fonts--secondary);
  color: var(--color--borders);
  font-size: 5rem;
  line-height: 100%;
}

.patent_item-num-w {
  border-right: 1px solid var(--color--borders);
  width: 6.3rem;
  min-width: 6.3rem;
  padding-right: 2rem;
}

.patent_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.patent_item-text-w {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.section_privacy {
  background-color: var(--color--secondary-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 25%;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.div-block-14 {
  background-color: var(--color--primary-bg);
  border-radius: 1.5rem;
  width: 75%;
  padding: 1.5rem 2rem;
}

.terms_link {
  color: var(--color--body-text);
  font-size: 1.25rem;
  line-height: 1.5;
  text-decoration: none;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  display: flex;
}

.footer_link-text {
  opacity: .7;
  white-space: nowrap;
  transition: opacity .2s;
}

.footer_link-text:hover {
  opacity: 1;
}

.mobile-menu {
  display: none;
}

.mobile-menu_header {
  grid-column-gap: 3rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mobile-menu_link {
  grid-column-gap: .5rem;
  color: var(--color--body-text);
  cursor: pointer;
  border-radius: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75rem .75rem .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.mobile-menu_link:hover {
  background-color: #f9f9f9;
}

.mobile-menu_text {
  color: #494949;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.mega_item-heading {
  color: var(--color--headings-color);
  letter-spacing: -.02em;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.mega_description {
  opacity: .6;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.7;
}

.mega_sol-text-w {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mega_sol-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--color--primary-bg);
  background-color: var(--color--secondary-bg);
  color: var(--color--body-text);
  cursor: pointer;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.mega_sol-item:hover {
  border: 1px solid var(--color--light-green-2);
  background-color: var(--color--primary-bg);
}

.mega_sol-icon-w {
  grid-row-gap: 8px;
  background-color: var(--color--primary-bg);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  text-decoration: none;
}

.mega_sol {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--primary-bg);
  border-radius: 1.5rem;
  flex-flow: row;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 6.2rem 0% auto;
}

.mega_sol.w--open {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.empty-space {
  height: 0;
}

.dropdown {
  position: static;
}

.dropdown-list {
  position: absolute;
}

.dropdown-list.w--open {
  inset: 0% 0% auto;
}

.mega_overlay-2 {
  z-index: 5000;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0003, #0003 39%, #0000001a);
  border-radius: 2.2rem;
  width: 100%;
  height: 18rem;
  position: absolute;
  inset: 5.25rem 0% auto;
}

.video_wrapper-bg-image {
  z-index: 0;
  background-color: var(--color--dark-bg);
  background-image: url('../images/video-bg.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_wrapper-bg-image.parallax {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.patent_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.patent_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/patents_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.agri_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.agri_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/0_0-12_1.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.aqua_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.aqua_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/aquaculture.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.big-number {
  color: var(--color--primary-bg);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color--light-green-2);
  width: auto;
  min-width: 7rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.5rem;
}

.aqua_key-benefit-w {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--color--borders);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.div-block-16.is-casestudy {
  width: 100%;
  padding-left: 5rem;
}

.div-block-17 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.div-block-18 {
  position: sticky;
  top: 2rem;
}

.text-span-3 {
  color: var(--color--light-green-2);
}

.green-bullet {
  color: var(--color--light-green-3);
  margin-left: 3rem;
  margin-right: .5rem;
}

.green-bullet.is-zero-marg {
  margin-left: 0;
}

.spacer_1rem {
  height: 1rem;
}

.enviroment_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.enviroment_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/enviroment_1.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.terms_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.terms_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/privacy_1.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.spacer_2-5rem {
  height: 2.5rem;
}

.div-block-19 {
  text-decoration: none;
}

.sub-pages-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 114%;
  text-decoration: none;
}

.sub-page_cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px none var(--color--borders);
  background-color: var(--color--secondary-bg);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.patent_btn-part {
  flex: none;
  padding-left: 2rem;
}

.solutions_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.solutions_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/Solutions-bg_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-21.is-other {
  display: none;
}

.btn-prev {
  border: 1px solid var(--color--borders);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.btn-prev.is-casestudy {
  cursor: pointer;
  transition: background-color .3s;
}

.btn-prev.is-casestudy:hover {
  background-color: var(--color--borders);
}

.btn-next {
  border: 1px solid var(--color--borders);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.btn-next.is-casestudy {
  cursor: pointer;
  transition: background-color .3s;
}

.btn-next.is-casestudy:hover {
  background-color: var(--color--borders);
}

.casestudies_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.casestudies_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/0_2-25_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs1_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs1_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/rice_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.cs-pages_hero {
  background-color: var(--color--dark-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs2_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs2_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/Strawberry-Farm-Harvest_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.cs3_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs3_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/0_2-22_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.cs4_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs4_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/0_2-24_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.cs5_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs5_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/0_2-23_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.cs6_hero-img {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 4rem 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs6_hero-img.parallax {
  background-image: linear-gradient(32deg, #001b0e, #001b0ecc 32%, #001b0e00 56%), linear-gradient(#001b0e00, #001b0e00 25%, #001b0e66 41%, #001b0e 97%, #001b0e), url('../images/0_1-24_1.avif');
  background-position: 0 0, 0 0, 50% 70%;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  background-color: var(--color--dark-bg);
  background-image: url('../images/video-bg.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-old {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 9000;
    position: fixed;
  }

  .logo-container.is-footer {
    width: 10rem;
    height: 2.5rem;
  }

  .hero_title {
    font-size: 4rem;
  }

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

  .menu-icon-wrapper {
    display: block;
  }

  .video_wrapper {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 70%;
  }

  .video_wrapper-text-container {
    padding-bottom: 12rem;
  }

  .video_wrapper-circle {
    top: -13rem;
  }

  .section-header-text {
    font-size: 2.5rem;
  }

  .solutions_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .solution_wrapper {
    grid-column-gap: 1.5rem;
    flex-flow: row;
  }

  .solution_icon-wrapper {
    width: 4rem;
    height: 4rem;
  }

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

  .button.btn-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .v-line {
    display: none;
  }

  .footer_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .video_wrapper-text {
    width: clamp(20rem, 90vw, 90rem);
    font-size: 1.5rem;
  }

  .product_image.is-first, .product_image.is-second {
    aspect-ratio: 4 / 2.5;
  }

  .case_item {
    width: 100%;
    max-height: none;
  }

  .footer_about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .footer_newsletter-wrapper {
    width: 100%;
  }

  .footer_newsletter-wrapper-content {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .footer_newsletter-wrapper_form {
    width: 100%;
  }

  .footer_newsletter-wrapper_field {
    width: 80%;
  }

  .footer_newsletter-wrapper_button {
    width: 20%;
  }

  .footer_links-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .footer_links-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 50%;
  }

  .footer_links-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo-container-2.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .nav_wrapper-list-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .menu_item-2, .vertical-line-2 {
    display: none;
  }

  .nav_wrapper-2 {
    z-index: 9000;
    width: 95%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-hero_left-side {
    width: 100%;
    height: 70vh;
    padding: 3rem;
  }

  .about-hero_content {
    max-width: none;
  }

  .about-heading {
    max-width: 800px;
    font-size: 4rem;
  }

  .about-vision-tex {
    font-size: 1.25rem;
  }

  .section_about-story {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-story_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .about-story_content {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .about-team_item {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-team_item-img-w {
    width: 100%;
  }

  .about-team_item-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: none;
  }

  .about-team_item-wrapper {
    width: 90%;
    padding-bottom: 2rem;
  }

  .about-team_team-member-img {
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    height: 35rem;
    min-height: auto;
  }

  .section_about-team2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-team_wrapper {
    grid-row-gap: 2rem;
  }

  .about-team_item-container {
    flex-flow: row;
  }

  .contact-hero_wrapper {
    flex-flow: column;
  }

  .contact-hero_right-side {
    width: 100%;
  }

  .contact-hero_content {
    max-width: none;
  }

  .about-hero {
    width: 100%;
    height: 100vh;
    padding: 3rem;
  }

  .section_patents {
    padding-top: 5rem;
  }

  .sub-pages_hero {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding: 0 3rem;
  }

  .patent_name-part {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .patent_item-num-text {
    font-size: 4rem;
  }

  .patent_item-num-w {
    width: 5rem;
    min-width: 5rem;
  }

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

  .div-block-13, .div-block-14 {
    width: 100%;
  }

  .mobile-menu {
    z-index: 9998;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu_wrapper {
    z-index: 9998;
    background-color: #000000c4;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .mobile-menu_content {
    z-index: 99999;
    background-color: var(--color--primary-bg);
    width: 70vw;
    height: 100vh;
    position: relative;
  }

  .mobile-menu_header {
    border-bottom: 1px solid var(--color--borders);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    padding: 2rem;
  }

  .mobile-menu_link {
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 2rem;
    display: flex;
  }

  .mobile-menu_link:focus {
    background-color: var(--color--secondary-bg);
  }

  .mobile-menu_link.is-inside {
    flex-flow: row;
    width: 100%;
    padding: 0;
  }

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

  .mega_sol-item {
    grid-column-gap: 1.5rem;
    background-color: var(--color--primary-bg);
    flex-flow: row;
    min-width: 100%;
  }

  .mega_sol-icon-w {
    width: 4rem;
    height: 4rem;
    padding: .5rem;
  }

  .mega_sol {
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: none;
    position: static;
    overflow: clip;
  }

  .empty-space {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .video_wrapper-bg-image {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 70%;
  }

  .video_wrapper-bg-image.parallax {
    background-position: 50%;
    background-size: cover;
  }

  .patent_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .patent_hero-img.parallax {
    height: 60vh;
  }

  .agri_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .agri_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .aqua_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .aqua_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 1.115rem;
  }

  .big-number {
    width: auto;
    min-width: 5rem;
  }

  .div-block-16 {
    width: 75%;
  }

  .div-block-16.is-casestudy {
    width: 100%;
    padding-left: 0;
  }

  .enviroment_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .enviroment_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    height: 60vh;
  }

  .terms_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .sub-pages-heading {
    text-align: center;
    max-width: 800px;
    font-size: 4rem;
  }

  .sub-page_cta {
    justify-content: center;
    align-items: flex-start;
  }

  .solutions_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .solutions_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .div-block-21 {
    display: none;
  }

  .casestudies_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .casestudies_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .div-block-22 {
    grid-template-columns: 1fr;
  }

  .cs1_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .cs1_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .cs-pages_hero {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding: 0 3rem;
  }

  .cs2_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .cs2_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .cs3_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .cs3_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .cs4_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .cs4_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .cs5_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .cs5_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .cs6_hero-img {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40vh;
    padding: 3rem 3rem 6rem;
  }

  .cs6_hero-img.parallax {
    background-position: 0 0, 0 0, 50% 70%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .navbar-old {
    z-index: 9000;
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .hero_title {
    font-size: 3.5rem;
  }

  .text-3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .video_wrapper {
    background-size: cover;
  }

  .video_wrapper-text-container {
    margin-top: -5rem;
    padding-bottom: 6rem;
  }

  .video_wrapper-circle {
    width: clamp(22rem, 50vw, 40rem);
    height: clamp(22rem, 50vw, 40rem);
    top: -12rem;
  }

  .sections-inner-wrapper {
    grid-row-gap: 2rem;
  }

  .section-header-text {
    font-size: 2rem;
  }

  .solutions_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .solution_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .solution_wrapper, .solution_content-wrapper {
    flex-flow: column;
  }

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

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

  .products_list {
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

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

  .case_item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .case_img-wrapper, .case_text-wrapper {
    width: 100%;
  }

  .case_img-wrapper-img {
    width: 100%;
    height: 16rem;
  }

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

  .nav_wrapper-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-hero_left-side {
    background-position: 0 0, 0 0, 60% 0;
    height: 120vh;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .about-heading {
    max-width: none;
    font-size: 3rem;
  }

  .about-misions_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-vision-tex {
    width: 100%;
    font-size: 1rem;
  }

  .section_about-misions {
    padding-bottom: 5rem;
  }

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

  .section_about-story {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-story_vid-container {
    width: 30rem;
  }

  .about-team_team-member-img {
    height: 100vh;
  }

  .about-team_item-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact-hero_right-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-hero_form-w {
    max-width: none;
  }

  .about-hero {
    background-position: 0 0, 0 0, 60% 0;
    height: 100vh;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section_patents {
    padding-top: 4rem;
  }

  .sub-pages_hero {
    background-image: none;
    height: 100vh;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .patent_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1rem;
  }

  .patent_name-part {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .patent_item-text-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-10 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .terms_link {
    font-size: 1rem;
  }

  .mobile-menu_header {
    margin-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .mobile-menu_link {
    grid-row-gap: .5rem;
    padding: 1rem 1.5rem;
  }

  .mobile-menu_link.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .mobile-menu_link.is-inside {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-menu_text {
    font-size: 1rem;
  }

  .mega_item-heading {
    font-family: var(--fonts--primary);
    color: #494949;
    font-size: 1rem;
    font-weight: 400;
  }

  .mega_description {
    font-size: .875rem;
    display: none;
  }

  .mega_sol-item {
    grid-column-gap: 1rem;
    border-radius: .75rem;
    flex-flow: row;
    padding: .5rem;
  }

  .mega_sol-icon-w {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: block;
  }

  .mega_sol {
    width: 100%;
    display: none;
  }

  .video_wrapper-bg-image {
    background-size: cover;
  }

  .video_wrapper-bg-image.parallax {
    background-image: url('../images/video-bg-under-tab.avif');
  }

  .patent_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .patent_hero-img.parallax {
    height: 100vh;
  }

  .agri_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .agri_hero-img.parallax {
    background-size: auto, auto, auto 100vh;
    height: 100vh;
  }

  .aqua_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .aqua_hero-img.parallax {
    background-position: 0 0, 0 0, 70%;
    background-size: auto, auto, auto 100vh;
    height: 100vh;
  }

  .big-number {
    min-width: 3rem;
    margin-top: 12px;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-16.is-casestudy {
    padding-left: 0;
  }

  .div-block-17 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .enviroment_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .enviroment_hero-img.parallax {
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 100%;
    height: 100vh;
  }

  .terms_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .terms_hero-img.parallax {
    height: 100vh;
  }

  .sub-pages-heading {
    max-width: none;
    font-size: 3rem;
  }

  .sub-page_cta {
    justify-content: center;
    align-items: flex-start;
  }

  .patent_btn-part {
    padding-left: 0;
  }

  .solutions_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .solutions_hero-img.parallax {
    background-size: auto, auto, auto 100vh;
    height: 100vh;
  }

  .casestudies_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .casestudies_hero-img.parallax {
    background-size: auto, auto, auto 100vh;
    height: 100vh;
  }

  .cs1_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cs1_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 130vh;
  }

  .cs-pages_hero {
    background-image: none;
    height: 130vh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs2_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cs2_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 130vh;
  }

  .cs3_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cs3_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 130vh;
  }

  .cs4_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cs4_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 130vh;
  }

  .cs5_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cs5_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 130vh;
  }

  .cs6_hero-img {
    background-position: 0 0, 0 0, 60% 0;
    height: 40vh;
    padding-bottom: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cs6_hero-img.parallax {
    background-position: 0 0, 0 0, 50% 70%;
    background-size: auto, auto, cover;
    height: 130vh;
  }
}

@media screen and (max-width: 479px) {
  .hero_title {
    font-size: 2.5rem;
  }

  .video_wrapper {
    background-position: 40% -20%;
    background-size: auto 50%;
  }

  .video_wrapper-text-container {
    margin-top: 0;
    padding-bottom: 10rem;
  }

  .video_wrapper-circle {
    width: clamp(12.5rem, 80vw, 30rem);
    height: clamp(12.5rem, 80vw, 30rem);
    top: -9.5rem;
  }

  .section_solutions {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video_wrapper-text {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .case_img-wrapper-img {
    height: 13rem;
  }

  .footer_newsletter-wrapper_field {
    width: 70%;
  }

  .footer_newsletter-wrapper_button {
    width: 30%;
  }

  .contact-hero_left-side {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 70vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .about-heading {
    max-width: none;
  }

  .section_about-misions {
    padding-bottom: 6rem;
  }

  .about-story_vid-container {
    width: 20rem;
    height: 20rem;
  }

  .about-team_item-content-name-w {
    grid-row-gap: 0px;
  }

  .about-team_item-wrapper {
    width: 70%;
    padding-bottom: 1.5rem;
  }

  .about-team_team-member-img {
    height: 100%;
  }

  .section_about-team2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-team_item-container {
    flex-flow: column;
  }

  .contact-hero_right-side {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-hero_phone-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .svg-6 {
    opacity: .5;
  }

  .about-hero {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 100vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .section_patents {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sub-pages_hero {
    background-image: none;
    height: 60vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .patent_name-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_privacy, .div-block-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-menu_content {
    width: 80vw;
  }

  .mobile-menu_header {
    margin-bottom: .5rem;
    padding-right: 1rem;
  }

  .mobile-menu_link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-menu_link.w--current {
    padding-left: 1rem;
  }

  .mega_sol-item {
    border-radius: .5rem;
  }

  .video_wrapper-bg-image {
    background-position: 40% -20%;
    background-size: auto 50%;
  }

  .video_wrapper-bg-image.parallax {
    background-position: 50%;
    background-size: cover;
  }

  .patent_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .patent_hero-img.parallax {
    height: 60vh;
  }

  .agri_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .agri_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .aqua_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .aqua_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .big-number {
    margin-top: 0;
  }

  .aqua_key-benefit-w {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
  }

  .div-block-16 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .enviroment_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .enviroment_hero-img.parallax {
    height: 60vh;
  }

  .terms_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .terms_hero-img.parallax {
    background-position: 0 0, 0 0, 50%;
    height: 60vh;
  }

  .sub-pages-heading {
    max-width: none;
  }

  .sub-page_cta {
    justify-content: center;
    align-items: flex-start;
  }

  .solutions_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .solutions_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .casestudies_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .casestudies_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 60vh;
  }

  .cs1_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .cs1_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .cs-pages_hero {
    background-image: none;
    height: 80vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .cs2_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .cs2_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .cs3_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .cs3_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .cs4_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .cs4_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .cs5_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .cs5_hero-img.parallax {
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .cs6_hero-img {
    background-position: 0 0, 0 0, 55% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 40vh;
    padding-left: calc(100% - 95vw);
    padding-right: calc(100% - 95vw);
  }

  .cs6_hero-img.parallax {
    background-position: 0 0, 0 0, 50% 80%;
    background-size: auto, auto, cover;
    height: 80vh;
  }
}


