:root {
  --cream: #f1eed7;
  --transparent: #fff0;
  --green: #2d3a1f;
  --beige: #dbc8a6;
  --mustard: #f5ad30;
  --light-b: #fdfdfd;
  --black: black;
}

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

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

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

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

.track {
  height: 300vh;
  display: none;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  background-image: url('../images/Fruits-banner_1.avif');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 0;
}

.item.v {
  background-image: url('../images/veg-banner_1.avif');
}

.item.d {
  background-image: url('../images/Dates-banner_1.avif');
}

.image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nav-sec {
  background-color: #f8d8d8;
  align-items: center;
  display: flex;
  position: relative;
}

.section {
  height: auto;
  min-height: auto;
}

.navbar-logo-center {
  z-index: 3500;
  background-color: var(--cream);
  justify-content: center;
  align-items: center;
  height: 6vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  z-index: 2000;
  background-color: var(--transparent);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
  inset: 3% 0% auto;
}

.container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  z-index: 2000;
  background-color: #faf8ec00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: static;
  top: auto;
}

.navbar-brand-three {
  z-index: 5;
  align-items: flex-end;
  height: 140px;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.navbar-brand-three.w--current {
  height: 140px;
  margin-right: 0;
  top: auto;
}

.nav-menu-wrapper-three {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 62px;
  display: flex;
}

.nav-menu-block.r {
  margin-left: 0;
  padding-left: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #ffffffbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #2d3a1f;
  border-radius: 0;
  margin-top: 12px;
}

.nav-dropdown-link {
  opacity: .8;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: lato, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #ffffffbf;
}

.nav-dropdown-link:focus {
  font-weight: 700;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 800;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ffffffbf;
}

.nav-link-accent.w--current {
  margin-left: 5px;
  margin-right: 0;
}

.nav-link-accent._1 {
  margin-right: 20px;
}

.nav-link-accent._1.w--current {
  margin-right: 6px;
  padding-left: 5px;
}

.nav-link-accent.c {
  margin-right: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  padding: 8px 12px;
  font-family: lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #ffffffbf;
  background-color: #232e18;
  font-family: lato, sans-serif;
}

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

.div-block {
  background-color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.list-item, .list-item-2 {
  color: #fff;
}

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

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 0;
  font-family: Stangith, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.div-block-3 {
  padding-top: 104px;
  padding-right: 137px;
}

.section-2 {
  height: 600px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  width: 90%;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.div-block-4.c {
  align-items: center;
  width: 80%;
  overflow: visible;
}

.div-block-4.c.fruits {
  width: 70%;
}

.paragraph {
  color: #707070;
  text-align: left;
  margin-top: 20px;
  margin-left: 0;
  font-family: lato, sans-serif;
  font-size: 16px;
}

.paragraph._2 {
  width: 80%;
}

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

.right-arrow, .left-arrow {
  display: none;
}

.slider {
  aspect-ratio: auto;
  cursor: auto;
  height: 100vh;
  padding-top: 65px;
  top: auto;
}

.div-block-5 {
  background-image: url('../images/veg-banner_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.section-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.slide-nav {
  font-size: 9px;
  line-height: 11px;
}

.pic1 {
  background-image: url('../images/fruits_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.pic2 {
  background-image: url('../images/veggies-new_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.pic3 {
  background-image: url('../images/Dates-slide-desk_1.avif');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4 {
  margin-top: 10px;
  padding-top: 0;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 58%;
}

.image-3._4 {
  width: 50%;
}

.div-block-7 {
  background-color: #fbf9f5;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 100%;
  height: auto;
}

.div-block-8 {
  z-index: 2;
  background-color: #fbf9f5;
  position: relative;
}

.div-block-8.w {
  background-color: #fbf9f500;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  padding-top: 33px;
  display: flex;
}

.div-block-9._2 {
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  padding-top: 40px;
  padding-left: 0;
  display: block;
}

.div-block-9.n {
  width: 90%;
  padding-top: 0;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
  display: block;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  font-family: lato, sans-serif;
}

.link-block {
  color: #fff;
  background-color: #2e3a1f;
  margin-top: 20px;
  padding: 10px 25px;
  font-family: lato, sans-serif;
  text-decoration: none;
  display: none;
}

.link-block._1, .link-block.p, .link-block.n {
  margin-top: 0;
}

.div-block-11 {
  background-color: #f9f3ef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 75%;
  max-height: none;
  padding-bottom: 10px;
  display: flex;
  position: static;
  box-shadow: 0 2px 14px #4e4e4e12;
}

.div-block-11.bg2 {
  background-color: #f0f2ef;
}

.div-block-11.bg3 {
  background-color: #f9f5f1;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
  top: -78px;
}

.div-block-12._2 {
  margin-top: 20px;
  top: auto;
}

.div-block-12._3 {
  margin-top: 20px;
  padding-top: 0;
  top: auto;
}

.div-block-12._1 {
  margin-top: 0;
  top: -9px;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  top: -64px;
}

.div-block-13._2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  top: -65px;
}

.div-block-13._3 {
  justify-content: center;
  align-items: center;
  display: flex;
  top: -69px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  margin-top: 174px;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 80%;
  padding-left: 0;
  position: relative;
  left: auto;
}

.image-5._3 {
  width: 72%;
}

.image-5._1 {
  flex: 0 auto;
  width: 90%;
  display: block;
  overflow: visible;
}

.image-6 {
  width: 55%;
}

.image-6.g {
  width: 70%;
}

.image-6.f {
  width: 65%;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -42px;
}

.div-block-16._02 {
  top: -38px;
}

.div-block-17 {
  background-color: #fbf9f500;
  background-image: url('../images/About-bg2x_1.avif');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -50px;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 85%;
}

.grid-3._1 {
  width: 85%;
}

.women-img {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.div-block-18 {
  background-image: url('../images/Parking-bg-new_1.avif');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-4 {
  grid-template-rows: auto;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-23 {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.mob-grid {
  grid-template-rows: auto;
  display: none;
}

.section-5 {
  display: none;
}

.image-11 {
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.image-12 {
  width: 30%;
}

.div-block-26 {
  height: auto;
  margin-top: 0;
  box-shadow: inset 0 2px 12px #0000000a;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.div-block-27 {
  height: 75vh;
}

.tab-pane-tab-1 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 90vh;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  place-items: stretch stretch;
}

.div-block-28 {
  background-image: url('../images/Map-export2x.png');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90rem;
  height: 32rem;
  padding: 0;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-29._2 {
  justify-content: flex-end;
  padding-left: 46px;
}

.div-block-29._2._3 {
  justify-content: flex-start;
  padding-left: 0;
}

.div-block-29.l1 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block-29.l {
  justify-content: flex-end;
}

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

.div-block-30 {
  background-image: url('../images/testi-bg2x.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  height: auto;
  display: block;
}

.tabs {
  justify-content: center;
  display: block;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--transparent);
  opacity: .82;
  color: #2d3a1f;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 0 auto;
  margin-left: 30px;
  padding: 15px 20px;
  font-family: lato, sans-serif;
  font-size: 24px;
}

.tab-link-tab-2.w--current {
  background-color: var(--transparent);
  border-bottom: 2px solid #2d3a1f;
  font-family: Stangith, sans-serif;
}

.tab-link-tab-1 {
  background-color: var(--transparent);
  color: #2d3a1f;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 0 auto;
  padding: 15px 20px;
  font-family: Stangith, sans-serif;
  font-size: 20px;
  line-height: 18px;
}

.tab-link-tab-1.w--current {
  background-color: var(--transparent);
  color: #2d3a1f;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--beige);
  text-transform: capitalize;
  border-bottom: 2px solid #2d3a1f;
  flex: 0 auto;
  margin-right: 30px;
  padding: 15px 20px;
  font-family: Stangith, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-2, .text-block-3 {
  text-align: center;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 23px;
  display: flex;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-33 {
  flex: 0 auto;
}

.div-block-34 {
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-34._2 {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.grid-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.slider-2 {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 60vh;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-family: Stangith, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-3 {
  font-family: lato, sans-serif;
  font-weight: 300;
}

.paragraph-3.n {
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-37 {
  padding-left: 16px;
}

.div-block-37.logo {
  padding-left: 0;
  padding-right: 0;
}

.image-13 {
  position: relative;
  top: 12px;
  right: 19px;
}

.image-14 {
  position: relative;
  top: 10px;
  bottom: 0;
  left: 7px;
}

.div-block-38 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dammam {
  position: relative;
  top: -11px;
  bottom: 0;
  left: -5px;
}

.riyad {
  position: relative;
  top: -30px;
  left: 21px;
}

.riyad.ksa {
  top: auto;
  left: auto;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

.dubai {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.dubai.ksa {
  left: 15px;
}

.bahrain {
  position: relative;
  top: auto;
  left: auto;
}

.bahrain.ksa {
  left: 15px;
}

.kuwait {
  position: relative;
  top: auto;
  left: auto;
}

.kuwait.ksa {
  left: 15px;
}

.image-15 {
  position: relative;
  top: -37px;
  left: -27px;
}

.australia {
  position: relative;
  top: 8px;
  left: 39px;
}

.canada {
  position: relative;
  top: -52px;
  right: 15px;
}

.div-block-40 {
  justify-content: flex-start;
  display: flex;
}

.canada-copy {
  position: relative;
  top: -42px;
  left: 20px;
  right: -13px;
}

.text-block-4 {
  font-family: lato, sans-serif;
  font-size: 16px;
}

.text-block-4.s {
  font-size: 12px;
  font-weight: 300;
}

.image-16 {
  position: relative;
  top: 26px;
}

.slide-nav-2 {
  font-size: 8px;
  line-height: 8px;
}

.image-17, .image-18 {
  margin-top: 215.5px;
  margin-bottom: 215.5px;
}

.section-6 {
  background-color: #fff;
  margin-top: 0;
  display: none;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-right: 0%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-block-41._2 {
  width: 32%;
  margin-left: 6%;
  padding-right: 0;
}

.paragraph-4 {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: lato, sans-serif;
  font-size: 16px;
}

.heading-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading-4.m {
  text-align: center;
}

.heading-4.black {
  color: #222;
}

.text-block-8 {
  font-size: 14px;
  line-height: 18px;
}

.mob-div {
  background-color: #f5f2ed;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-navigation-container {
  background-color: #fff;
  border-radius: .6875rem;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  height: auto;
  margin-left: 4px;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 6rem;
  display: block;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 60%;
  margin-top: 0;
}

.div-block-153 {
  background-color: #f5f2ed;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #0f0f0f;
  font-size: 14px;
  line-height: 19px;
}

.text-block-7 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-154 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  margin-right: 20px;
}

.div-block-155 {
  background-image: url('../images/footer-bg2x.png');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 211px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 46px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.link-block-2 {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition-property: none;
}

.container-3 {
  opacity: 1;
  background-color: #fbf9f500;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #fbf9f5;
  position: relative;
}

.timeline_image-wrapper {
  border-radius: 12px;
  margin-top: 60px;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  margin-top: 40px;
}

.timeline_image-wrapper._2 {
  margin-top: 0;
}

.section-timeline-cta {
  background-color: #fbf9f5;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.section-hero {
  justify-content: center;
  align-items: flex-start;
  margin-top: -28px;
  display: block;
  position: relative;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/About-banner-–-12x_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0 0% 0%;
}

.text-colour-white {
  color: #fff;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.hero-nav_button-wrapper {
  display: flex;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#dbc8a6, #c4a161 51%, #202717);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
  font-family: lato, sans-serif;
}

.margin-bottom-medium {
  margin-bottom: -1px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_item.n {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline_item.n.h {
  display: none;
}

.padding-vertical-xlarge {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-large {
  text-align: left;
  letter-spacing: -.02em;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-large.centre {
  color: #707070;
  text-align: center;
}

.paragraph-large.c {
  text-align: center;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.timeline_text {
  color: #707070;
  margin-bottom: 0;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.timeline_text.n {
  margin-bottom: 60px;
}

.overlay-fade-top {
  background-image: linear-gradient(#faf7f2, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.section-footer {
  display: none;
  position: relative;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fffaf0, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.padding-vertical-xxlarge {
  width: 60%;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-right: 219px;
}

.timeline_date-text {
  color: var(--green);
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-family: lato, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  position: sticky;
  top: auto;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

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

.section-timeline-heading {
  z-index: 10;
  background-color: #fbf9f5;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.button-inverted {
  background-color: var(--green);
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 0 #fff;
  border-radius: 0;
  padding: 14px 32px;
  font-family: lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  transition: all .4s;
  display: none;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.heading-5 {
  margin-bottom: 0;
  font-family: Stangith, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-6 {
  margin-top: 0;
  font-family: lato, sans-serif;
  font-weight: 400;
}

.heading-7 {
  color: #2d3a1f;
  margin-top: 10px;
  font-family: Stangith, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-9 {
  opacity: .6;
  text-align: center;
  text-transform: capitalize;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.text-block-9.n {
  text-align: center;
}

.text-block-9.c, .text-block-9.l {
  text-align: left;
}

.heading-8 {
  margin-top: 5px;
}

.main-heading {
  text-align: center;
  text-transform: capitalize;
  margin-top: 5px;
  font-family: Stangith, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.main-heading.n {
  text-align: left;
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
}

.main-heading.ch {
  text-align: left;
}

.div-block-156 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-centre._2 {
  padding-top: 0;
}

.div-block-157 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-16 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-125 {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.div-block-125.mob {
  display: none;
}

.scroll-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-28 {
  white-space: nowrap;
  max-width: none;
  margin-right: 25px;
}

.mob-logo-wrap {
  width: 100%;
  display: none;
  overflow: hidden;
}

.text-block-10 {
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 16px;
}

.div-block-44 {
  margin-left: 15px;
  margin-right: 0;
}

.div-block-158 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-46 {
  margin-right: 0;
}

.about-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-47 {
  background-color: #2d3a1f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-159 {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.home-link {
  text-decoration: none;
}

.logo {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 700;
}

.text-block-11 {
  color: #3c3c3c;
  margin-top: 10px;
}

.grid-9 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 37px;
}

.div-block-43, .div-block-160 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-45 {
  margin-right: 15px;
}

.div-block-161 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-162 {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  height: 168px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-12 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.cta {
  margin-top: 0;
  margin-bottom: 10px;
}

.image-29 {
  width: auto;
}

.veggi-cards {
  z-index: 10;
  position: relative;
}

.footer-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-163 {
  height: 800px;
}

.veg-landing {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 53px;
  display: flex;
}

.pic-wrap {
  justify-content: center;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
  top: 15px;
}

.section-17 {
  height: 600px;
}

.section-18 {
  background-color: #fbf9f5f0;
}

.div-block-164 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-13 {
  color: #080808;
  font-family: lato, sans-serif;
  font-weight: 300;
}

.div-block-165 {
  width: 80%;
}

.div-block-166 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-167 {
  margin-top: 0;
  position: fixed;
  inset: 0%;
}

.background-video {
  position: static;
  inset: 0%;
  overflow: visible;
}

.container-4 {
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-168 {
  background-color: #000;
}

.div-block-169 {
  justify-content: center;
  align-items: center;
  margin: 15% auto 25%;
  display: flex;
}

.heading-9 {
  text-align: center;
  font-family: Cormorant, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-170 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
}

.div-block-171 {
  opacity: 1;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-172 {
  margin-top: 20px;
}

.button-outline {
  color: #0e0d0d;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: lato, sans-serif;
  text-decoration: none;
}

.button-outline._1, .button-outline.p, .button-outline.n {
  margin-top: 0;
}

.div-block-173 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  font-family: lato, sans-serif;
}

.fruits-wrap {
  background-color: #fbf9f5;
  margin-top: 0;
  padding-bottom: 20px;
}

.section-19 {
  padding-top: 0;
}

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 80%;
  display: block;
}

.div-block-175 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.div-block-176 {
  background-color: #fff;
  width: 20vw;
  height: 45vh;
  box-shadow: 0 5px 8px #00000008;
}

.div-block-177 {
  justify-content: space-between;
  display: flex;
}

.paragraph-7 {
  width: 60%;
}

.div-block-178 {
  background-color: #fff;
  background-image: url('../images/Banana-bg2x.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 22vw;
  height: 45vh;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 4px 6px #0000000d;
}

.para-wrap {
  margin-top: -5px;
}

.para-wrap._2 {
  margin-top: -49px;
}

.para-wrap._3 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -27px;
  display: block;
}

.para-wrap._3.up {
  position: relative;
  top: -18px;
}

.paragraph-8 {
  color: #747474;
  margin-bottom: 30px;
  font-family: lato, sans-serif;
  line-height: 18px;
}

.div-block-179 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 13px;
  display: flex;
  position: relative;
  top: -63px;
}

.card-wrap {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.text-block-14 {
  opacity: .34;
  color: var(--mustard);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Stangith, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  top: 6px;
  overflow: visible;
}

.text-block-14.s {
  font-size: 35px;
  line-height: 30px;
  top: 3px;
  overflow: visible;
}

.text-block-14._4 {
  display: inline-block;
  position: relative;
  top: 7px;
  overflow: visible;
}

.image-30 {
  width: 60%;
  max-width: none;
  position: relative;
  top: -25px;
}

.image-31 {
  width: 85%;
  max-width: none;
  position: relative;
  top: -40px;
  overflow: visible;
}

.image-31.p {
  width: 45%;
  max-width: none;
  top: -25px;
  overflow: visible;
}

.image-31._4 {
  top: -29px;
  overflow: visible;
}

.image-31._4._90 {
  width: 95%;
}

.image-31._4._95 {
  width: 95%;
  top: -25px;
}

.image-31.mango {
  width: 90%;
  top: -36px;
  overflow: visible;
}

.image-31.b {
  top: -46px;
  overflow: visible;
}

.image-31.b._90 {
  width: 95%;
}

.image-31.b._95 {
  width: 95%;
  top: -16px;
}

.sub-heading {
  color: #2d3a1f;
  font-family: Stangith, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.div-block-180 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block-181 {
  justify-content: space-between;
  display: flex;
}

.div-block-182 {
  display: flex;
}

.div-block-183 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-184 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.div-block-185 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-186 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-187 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.image-32 {
  position: relative;
  top: 9px;
  left: -49px;
}

.div-block-188 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -10px;
  left: 29px;
}

.div-block-189 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  display: flex;
}

.image-33 {
  position: relative;
  top: 16px;
  left: 12px;
}

.image-34 {
  position: relative;
  top: -9px;
  left: 13px;
}

.image-35 {
  position: relative;
  top: 12px;
  left: -14px;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
  place-items: stretch stretch;
  max-width: 800vw;
}

.heading-s {
  text-align: left;
  text-transform: capitalize;
  margin-top: 5px;
  font-family: Stangith, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading-s.n {
  text-align: left;
  text-transform: none;
}

.div-block-190 {
  border-right: 0px none var(--cream);
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-9 {
  font-family: lato, sans-serif;
  font-weight: 300;
}

.paragraph-9.n {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.grid-12 {
  flex: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  position: relative;
}

.grid-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-item.r {
  justify-content: flex-end;
}

.grid-item.r.n2 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.grid-item.l {
  justify-content: space-between;
  align-items: flex-end;
}

.grid-item.l.m {
  align-items: flex-start;
}

.grid-item.l.n4 {
  align-items: center;
}

.grid-item.l1 {
  justify-content: space-between;
  padding-left: 23px;
}

.grid-item.c {
  justify-content: center;
  padding-left: 78px;
}

.grid-item.n3 {
  justify-content: flex-end;
  padding-bottom: 44px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.image-wrapper.t {
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-191 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-36 {
  position: relative;
  top: -14px;
  left: 22px;
}

.section-20 {
  display: none;
}

.div-block-192 {
  height: 600px;
}

.image-38 {
  width: 80%;
}

.image-38.i {
  width: 90%;
}

.image-39 {
  width: 80%;
}

.image-39.i {
  width: 90%;
}

.slider-3 {
  z-index: 20;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
  font-size: 8px;
  line-height: 9px;
  display: block;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide {
  width: auto;
  height: auto;
}

.slider-4 {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: -52px;
  display: flex;
}

.slide-nav-3 {
  font-size: 8px;
  line-height: 9px;
}

.left-arrow-3, .right-arrow-3 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.div-block-193 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-194 {
  height: auto;
}

.div-block-195 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  display: grid;
}

.image-40 {
  width: auto;
}

.link-block-4 {
  position: relative;
  top: 35px;
  right: 54px;
}

.link-block-5 {
  position: relative;
  top: -51px;
  left: 43px;
}

.big-img {
  display: none;
}

.div-block-196 {
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}

.div-block-197 {
  overflow: clip;
}

.div-block-198 {
  aspect-ratio: auto;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-block-199 {
  overflow: clip;
}

.div-block-200 {
  position: relative;
  top: -17px;
}

.desk-grid {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 80%;
  margin-top: 0;
}

.desk-grid._2 {
  margin-top: 20px;
}

.desk-grid.grid {
  margin-top: 40px;
}

.body-2 {
  background-color: var(--transparent);
}

.text_heading {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  position: static;
}

.text-link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
}

.text-link-2:hover {
  color: #c9fc00;
}

.image_logo {
  justify-content: center;
  align-items: center;
  width: 5.9375rem;
  height: 1.5rem;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 120rem;
}

.container-5.is-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-weight_light {
  font-size: 1.25rem;
  font-weight: 400;
}

.wrapper_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-list-wrapper_locations {
  height: 0;
  overflow: hidden;
}

.component_header {
  border-bottom: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 6.25rem;
  padding: 1rem 2rem;
  display: flex;
}

.section_full-height {
  background-color: #000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.wrapper_credits {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: none;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.body-3 {
  background-color: var(--cream);
}

.container-6 {
  width: 100%;
  max-width: 120rem;
}

.container-6.is-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 120rem;
}

.container-7.is-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 120rem;
}

.container-8.is-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_full-height-2 {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.text_heading-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  line-height: 40px;
}

.text-block-15 {
  color: #fff;
}

.container-9 {
  width: 100%;
  max-width: 120rem;
}

.container-9.is-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_full-height-3 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: -30px;
  display: block;
  overflow: hidden;
}

.body-4 {
  background-color: #000;
}

.text_heading-3 {
  color: #fff;
  font-size: 1.25rem;
}

.text-block-16 {
  color: #fff;
}

.container-10 {
  width: 100%;
  max-width: 120rem;
}

.container-10.is-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_full-height-4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.body-5 {
  background-color: #000;
}

.div-block-201 {
  background-color: #78974d;
  border-radius: 100px;
  width: 2rem;
  height: 2rem;
}

.marker {
  background-color: #fff;
  border: .5rem solid #78974d;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}

.image-42 {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-42.veg {
  padding-left: 20px;
  overflow: visible;
}

.image-43 {
  width: 80%;
  max-width: none;
}

.text-block-23 {
  color: #2d3a1f;
  text-align: left;
  font-size: 18px;
}

.text-wrap-contact {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-22 {
  color: #343434;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-73 {
  margin-top: 20px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
  font-family: lato, sans-serif;
  display: block;
}

.div-block-72 {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-76 {
  flex: 1;
  display: block;
}

.text-block-21 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.div-block-77 {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-75 {
  flex-direction: column;
  margin-top: 20px;
  display: block;
}

.image-21 {
  width: 1.5vw;
}

.para-conect {
  color: #82a260;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(209deg, #a87733, #bc9a68);
  -webkit-background-clip: text;
  background-clip: text;
  width: 60%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.text-field-4 {
  color: #343434;
  background-color: #ece6c1;
  border: 0 #000;
  border-radius: 3px;
}

.text-field-4:focus {
  -webkit-text-stroke-color: #ece6c1;
}

.div-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.field-label-5 {
  opacity: .6;
  color: #2d3a1f;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.image-22 {
  width: 1.6vw;
}

.div-block-71 {
  background-color: #ece6c1;
  border-radius: 3px;
  width: auto;
  padding: 20px;
}

.div-block-135 {
  width: auto;
}

.address-text {
  color: #343434;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.heading-10 {
  color: #000;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Stangith, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-74 {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.div-block-74._1 {
  margin-top: 0;
}

.ph-div {
  margin-left: 20px;
  font-family: Lato, sans-serif;
}

.ph-div.h {
  margin-left: 0;
}

.grid-13 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  width: 80%;
}

.form {
  margin-top: 10px;
  display: block;
}

.field-label {
  opacity: .6;
  color: #2d3a1f;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-field {
  color: #343434;
  background-color: #ece6c1;
  border: 0 #ece6c1;
  border-radius: 3px;
}

.text-field:hover {
  background-color: #ece6c1;
}

.text-field:focus {
  -webkit-text-stroke-color: #ece6c1;
  background-color: #ece6c1;
}

.text-field::placeholder {
  color: #fff;
}

.text-block-24 {
  color: #db6868;
  font-size: 18px;
}

.success-message {
  background-color: #0000;
  margin-top: 40px;
  padding-left: 0;
}

.submit-button {
  color: #fff;
  background-color: #2d3a1f;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  overflow: visible;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 35px;
}

.error-message {
  background-color: #0000;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.ph-div2 {
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image-20 {
  width: 3.5vw;
}

.field-label-2 {
  opacity: .6;
  color: #2d3a1f;
  -webkit-text-stroke-color: #a1a1a173;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-block-25 {
  color: #2d3a1f;
  width: 65vw;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.bold-text {
  color: #343434;
  font-weight: 400;
}

.link-block-6 {
  margin-left: 20px;
}

.usagecounter {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.dates-pic {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.dates-pic.veg {
  padding-left: 20px;
}

.dates-landing {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.dates-wrap {
  background-color: #fbf9f5;
  margin-top: 0;
  padding-bottom: 20px;
}

.shop-button {
  border: .8px solid #fafafa;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.shop-button.m {
  display: none;
}

.text-block-26 {
  color: #fdfdfd;
  font-family: Lato, sans-serif;
}

.icon {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.div-block-203 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  display: none;
}

.mob-pic1 {
  background-image: url('../images/fruits_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
}

.mob-pic2 {
  background-image: url('../images/veggies-new_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  display: none;
}

.mob-pic3 {
  background-image: url('../images/dates-new_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: none;
}

.desk {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.mob-slider {
  display: none;
}

.m-cta {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}

.div-block-195-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  display: grid;
}

.mob-gridframe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  display: none;
}

.logo-scrooler {
  margin-top: -24px;
  padding-top: 0;
  padding-bottom: 20px;
}

.mob-slide-1 {
  width: 100%;
  height: auto;
  display: none;
}

.div-block-207 {
  z-index: 3000;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: 3% 0% auto;
}

.section-21 {
  margin-top: 0;
  padding-top: 86px;
}

.div-block-208 {
  position: relative;
  top: -79px;
}

.div-block-209 {
  position: relative;
  top: -81px;
}

.div-block-210 {
  position: relative;
  top: -49px;
}

.mob-wrap {
  display: none;
}

.fruits-mob {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 53px;
  display: none;
}

.dates-landing-m {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
}

.veg-land-m {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 53px;
  display: none;
}

.div-block-212 {
  margin-top: 30px;
  display: flex;
}

.div-block-213 {
  margin-right: 0;
}

.image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72, .image-73, .image-74, .image-75, .image-76, .image-77, .image-78, .image-79, .image-80, .image-81, .image-82, .image-83, .image-84, .image-85, .image-86, .image-87, .image-88, .image-89, .image-90, .image-91, .image-92, .image-93, .image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101, .image-102, .image-103, .image-104, .image-105, .image-106, .image-107, .image-108, .image-109 {
  overflow: visible;
}

.mask-2 {
  overflow: hidden;
}

.about-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

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

.about-heading.black {
  color: #222;
}

.bold-text-3 {
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.image-177, .image-178 {
  width: 70%;
}

@media screen and (min-width: 1280px) {
  .nav-menu-block {
    padding-left: 81px;
  }

  .div-block-12._1 {
    margin-top: 26px;
  }

  .women-img {
    width: 75%;
  }

  .footer-navigation-container {
    padding-top: 2rem;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-155 {
    padding-top: 48px;
  }

  .section-timeline {
    border-top: 0 #000;
    border-bottom: 0 #000;
    border-radius: 8px;
  }

  .section-hero {
    height: 65vh;
    margin-top: -28px;
  }

  .section-timeline-heading {
    z-index: 10;
    background-color: #faf8f4;
    border-bottom: 0 #000;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 1px;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .div-block-179 {
    display: flex;
  }

  .text-block-14 {
    top: 6px;
  }

  .text-block-14._4 {
    top: 7px;
  }

  .text-block-14._3 {
    top: 8px;
  }

  .image-31 {
    width: 80%;
  }

  .image-31.p {
    width: 45%;
    max-width: none;
  }

  .image-31._4, .image-31.mango, .image-31.b {
    width: 80%;
  }

  .div-block-189 {
    align-items: flex-start;
  }

  .grid-11 {
    grid-template-columns: .25fr 1fr;
  }

  .div-block-190 {
    justify-content: center;
  }

  .grid-item.r.n2 {
    padding-bottom: 23px;
    padding-right: 19px;
  }

  .grid-item.n3 {
    justify-content: center;
  }

  .image-36 {
    top: -6px;
    left: 14px;
  }

  .div-block-193 {
    margin-top: 0;
  }

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

  .big-img {
    display: none;
  }

  .div-block-200 {
    top: -15px;
  }

  .body-3 {
    justify-content: center;
    display: block;
  }

  .section_full-height-3 {
    margin-top: -30px;
  }

  .image-20 {
    max-width: 90%;
  }

  .div-block-195-copy, .mob-gridframe {
    width: 75%;
  }

  .div-block-210 {
    top: -78px;
  }

  .section-24 {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .grid {
    width: 75%;
  }

  .paragraph._2 {
    width: 80%;
  }

  .slider {
    height: 100vh;
    padding-top: 62px;
  }

  .pic1 {
    background-position: 50%;
  }

  .pic3 {
    background-position: 50% 100%;
  }

  .div-block-9._2 {
    width: 90%;
    padding-top: 74px;
  }

  .div-block-12._1 {
    margin-top: 38px;
  }

  .div-block-13 {
    top: -81px;
  }

  .div-block-17 {
    background-image: url('../images/About-bg2x_1.avif');
    background-position: 100% 100%;
    background-size: cover;
    padding-top: 2rem;
  }

  .grid-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: .75fr .75fr;
    width: 75%;
  }

  .grid-3._1 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: .75fr .5fr;
  }

  .women-img {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-pane-tab-1 {
    height: 90vh;
  }

  .grid-6 {
    flex: 1;
    grid-template-columns: 1fr 1fr .25fr .5fr .5fr .5fr 1fr;
    place-content: center;
    place-items: center;
  }

  .div-block-28 {
    align-items: center;
    width: 100%;
    height: 38rem;
  }

  .riyad.ksa {
    top: -47px;
    left: 46px;
  }

  .dubai {
    bottom: 66px;
    left: 70px;
  }

  .bahrain {
    top: -37px;
    left: 39px;
  }

  .kuwait {
    top: -13px;
    left: 33px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .container-3 {
    padding-top: 0;
  }

  .section-hero {
    height: 65vh;
    margin-top: -28px;
  }

  .background-layer {
    height: 65vh;
    padding-bottom: 0;
    top: 4px;
  }

  .timeline-hero_heading-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    top: 57px;
  }

  .section-timeline-heading {
    top: 4px;
  }

  .veg-landing {
    margin-top: 20px;
  }

  .section-18 {
    height: auto;
  }

  .div-block-164 {
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    top: auto;
  }

  .para-wrap._3.up {
    top: -7px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-179 {
    height: 100vh;
    margin-top: 0;
  }

  .text-block-14 {
    font-size: 50px;
  }

  .text-block-14._3 {
    top: 4px;
  }

  .image-30 {
    top: -24px;
  }

  .image-31, .image-31.p {
    top: -42px;
  }

  .image-31._4, .image-31.mango, .image-31.b {
    top: -19px;
  }

  .div-block-189 {
    justify-content: flex-start;
  }

  .grid-11 {
    width: 100%;
  }

  .grid-item.r {
    justify-content: flex-end;
  }

  .grid-item.l.m, .grid-item.n {
    justify-content: flex-start;
  }

  .grid-item.n3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-36 {
    left: 17px;
  }

  .image-37 {
    position: relative;
    bottom: 9px;
    right: 21px;
  }

  .slider-3 {
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .slider-4 {
    margin-top: -56px;
  }

  .div-block-193 {
    margin-top: 0;
  }

  .link-block-4 {
    right: 66px;
  }

  .link-block-5 {
    top: -72px;
    left: 40px;
  }

  .image-41 {
    display: block;
  }

  .div-block-200 {
    top: -1px;
  }

  .desk-grid.grid {
    width: 80%;
  }

  .image-21, .image-22 {
    width: 1.5vw;
  }

  .address-text {
    width: 22vw;
  }

  .grid-13 {
    width: 70%;
  }

  .field-label {
    font-weight: 400;
  }

  .image-20 {
    width: 1.8vw;
  }

  .dates-landing {
    margin-top: 20px;
  }

  .div-block-202 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mob-pic1 {
    background-position: 50%;
  }

  .div-block-210 {
    top: -98px;
  }

  .fruits-mob, .dates-landing-m, .veg-land-m {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph._2 {
    width: 80%;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .div-block-12._1 {
    margin-top: 66px;
  }

  .div-block-16 {
    top: -69px;
  }

  .div-block-16._02 {
    top: -64px;
  }

  .div-block-17 {
    background-position: 100%;
  }

  .grid-3 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .div-block-28 {
    height: 50rem;
  }

  .mob-div {
    display: none;
  }

  .text-block-6 {
    font-size: 28px;
    line-height: 28px;
  }

  .container-3 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .background-layer {
    height: 70vh;
  }

  .timeline-hero_heading-wrapper {
    top: 109px;
  }

  .text-block-9.n {
    font-size: 20px;
  }

  .text-block-9.l {
    font-size: 30px;
    line-height: 35px;
  }

  .main-heading, .main-heading.n {
    font-size: 65px;
    line-height: 75px;
  }

  .veg-landing {
    margin-top: 40px;
  }

  .div-block-164 {
    position: relative;
  }

  .grid-10 {
    width: 90%;
  }

  .image-31.p {
    width: 50%;
  }

  .div-block-187 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-189 {
    justify-content: flex-start;
    width: 130px;
  }

  .grid-11 {
    grid-template-columns: .25fr 1fr;
  }

  .div-block-190 {
    justify-content: center;
    display: flex;
  }

  .grid-item.r {
    justify-content: flex-end;
  }

  .grid-item.r.n2 {
    justify-content: center;
    padding-left: 115px;
  }

  .grid-item.l {
    align-items: flex-end;
  }

  .grid-item.l.n4 {
    align-items: flex-start;
  }

  .grid-item.n {
    justify-content: center;
    align-items: flex-end;
  }

  .grid-item.n3 {
    justify-content: flex-start;
  }

  .image-37 {
    left: 11px;
    right: 0;
  }

  .div-block-195 {
    width: 70%;
  }

  .link-block-4 {
    top: 39px;
    right: 80px;
  }

  .link-block-5 {
    top: -100px;
  }

  .big-img {
    display: block;
  }

  .image-41 {
    display: none;
  }

  .desk-grid {
    grid-column-gap: 40px;
    width: 90%;
  }

  .text_heading-2 {
    font-size: 4rem;
    line-height: 60px;
  }

  .text-block-22 {
    font-size: 28px;
  }

  .text-field-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-wrap {
    margin-top: 50px;
  }

  .field-label-5 {
    font-size: 20px;
  }

  .div-block-71 {
    padding-bottom: 20px;
  }

  .address-text {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-10 {
    font-size: 60px;
    line-height: 65px;
  }

  .grid-13 {
    width: 65%;
  }

  .field-label {
    font-size: 20px;
  }

  .text-field {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .submit-button {
    padding: 15px 60px;
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-25 {
    font-size: 30px;
    line-height: 35px;
  }

  .bold-text {
    font-size: 28px;
  }

  .dates-landing {
    margin-top: 40px;
  }

  .div-block-195-copy, .mob-gridframe {
    width: 70%;
  }

  .div-block-210 {
    top: -105px;
  }

  .fruits-mob, .dates-landing-m, .veg-land-m {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-center {
    background-color: #2d3a1f;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .navbar-logo-center-container.shadow-three {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-menu-block.r {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .nav-link {
    color: var(--green);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    color: var(--green);
  }

  .nav-link.w--current {
    color: var(--green);
    font-weight: 800;
  }

  .nav-dropdown-toggle, .nav-dropdown-toggle:hover {
    color: var(--green);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link-accent, .nav-link-accent:hover {
    color: var(--green);
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list-item-2 {
    color: var(--green);
  }

  .grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: .5fr .5fr;
  }

  .div-block-4.c {
    width: 80%;
  }

  .paragraph._2 {
    width: 100%;
  }

  .slider {
    flex: 0 auto;
    width: auto;
    overflow: hidden;
  }

  .section-3 {
    overflow: hidden;
  }

  .pic1 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 156px;
    padding-right: 20px;
  }

  .pic3 {
    background-position: 50%;
    justify-content: flex-end;
    align-items: stretch;
    overflow: visible;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2fr .5fr 1.5fr;
  }

  .div-block-9._2 {
    padding-top: 0;
  }

  .heading-2 {
    font-size: 32px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1.25fr;
  }

  .mob-grid {
    display: none;
  }

  .div-block-41 {
    justify-content: flex-end;
    align-items: center;
    width: 35%;
    padding-left: 3px;
  }

  .footer-navigation-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline-hero_heading-wrapper {
    width: 100%;
    max-width: none;
  }

  .button-icon-small-secondary, .button-icon-small {
    position: static;
    top: 16px;
  }

  .padding-vertical-xxlarge {
    padding-right: 23px;
  }

  .main-heading.ch {
    font-size: 45px;
  }

  .section-16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-125.mob {
    display: none;
  }

  .div-block-162 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-165 {
    width: 100%;
    padding-left: 0;
  }

  .text-block-22 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .image-21 {
    width: 2.3vw;
  }

  .para-conect {
    width: 85%;
  }

  .image-22 {
    width: 2.3vw;
  }

  .grid-13 {
    grid-column-gap: 20px;
    width: 95%;
  }

  .image-20 {
    width: 6vw;
  }

  .shop-button {
    color: var(--green);
    display: flex;
  }

  .shop-button.m {
    border-width: 1px;
    border-color: #2d3a1f;
    display: flex;
  }

  .text-block-26 {
    color: var(--light-b);
  }

  .container-11 {
    flex-flow: row;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navbar {
    background-color: var(--green);
    flex-flow: row;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    padding-left: 24px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-204 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    padding: 18px 10px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #f1eed7;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    text-align: center;
  }

  .mob-pic1 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 79px;
    padding-right: 20px;
  }

  .logo-scrooler {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-5 {
    overflow: visible;
  }

  .image-177, .image-178 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-menu-block.r {
    padding-top: 10px;
    padding-left: 0;
  }

  .nav-link {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.w--current {
    margin-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-bottom: 10px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-accent.w--current {
    margin-left: 0;
  }

  .nav-link-accent._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .div-block-4.c, .div-block-4.c.fruits {
    width: 90%;
  }

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

  .slider {
    height: 100vh;
    overflow: hidden;
  }

  .pic1 {
    padding-top: 0;
    padding-right: 0;
    display: none;
  }

  .pic2, .pic3 {
    display: none;
  }

  .container-2 {
    padding-top: 10px;
  }

  .image-4 {
    display: none;
  }

  .div-block-11 {
    height: 55vh;
    box-shadow: 1px 4px 11px #00000012;
  }

  .div-block-11.bg2 {
    justify-content: flex-start;
    align-items: center;
    height: 55vh;
    padding-bottom: 0;
    box-shadow: 2px 4px 13px #00000014;
  }

  .div-block-11.bg3 {
    justify-content: space-around;
    align-items: center;
    height: 55vh;
    box-shadow: 1px 2px 11px #0000000f;
  }

  .div-block-12._2 {
    opacity: 1;
  }

  .div-block-12._3 {
    margin-top: 0;
  }

  .div-block-12._1 {
    padding-top: 14px;
  }

  .div-block-13._3 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .image-5 {
    width: 85%;
  }

  .image-5._3 {
    width: 75%;
    max-width: none;
  }

  .image-6 {
    width: 55%;
  }

  .div-block-17 {
    background-image: url('../images/Mob-About-bg2x_1.avif');
    background-position: 100% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-top: -12px;
    padding-bottom: 4rem;
  }

  .grid-3._1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    background-image: url('../images/Mob-bg2x_1.avif');
    background-position: 50% 100%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 75rem;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .grid-4 {
    display: none;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: flex-end;
  }

  .div-block-20 {
    align-items: center;
    width: 100%;
  }

  .div-block-21 {
    justify-content: flex-end;
    display: block;
  }

  .div-block-22 {
    margin-top: 15px;
  }

  .div-block-23 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mob-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between stretch;
    place-items: end center;
    width: 100%;
    display: grid;
  }

  .image-7 {
    width: 65%;
  }

  .image-8 {
    width: 35%;
  }

  .image-9 {
    width: 70%;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-25 {
    align-items: flex-end;
    display: flex;
  }

  .section-5 {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 36px;
    padding-left: 0;
    padding-right: 100px;
    overflow: visible;
  }

  .div-block-41._2 {
    width: 58%;
    margin-left: 0%;
  }

  .div-block-41.d {
    padding-top: 35px;
    padding-right: 199px;
  }

  .paragraph-4 {
    width: 100%;
  }

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

  .mob-div {
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    display: flex;
  }

  .div-block-42 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .footer-navigation-container {
    padding-bottom: 4rem;
  }

  .div-block-152 {
    margin-top: 20px;
  }

  .grid-8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-153 {
    flex-direction: column;
    height: auto;
    display: none;
  }

  .text-block-7 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-155 {
    height: auto;
    margin-bottom: 85px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .section-hero {
    height: 110vh;
    margin-top: 48px;
  }

  .background-layer {
    background-image: url('../images/Mob-about-banner2x_1.avif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .timeline-hero_heading-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_item.n {
    grid-template-columns: 64px 1fr;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 14px;
    line-height: 18px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

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

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .padding-vertical-xxlarge {
    width: 70%;
    padding-top: 52px;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .heading-5 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-9.l {
    text-align: center;
  }

  .main-heading {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .main-heading.n {
    text-align: center;
  }

  .div-centre {
    margin-top: 10px;
  }

  .section-16 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-125.mob {
    width: 100%;
    display: block;
  }

  .scroll-wrapper {
    width: auto;
    padding-left: 0;
  }

  .image-28 {
    height: 18vh;
    margin-right: 15px;
  }

  .mob-logo-wrap {
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-47 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-9 {
    grid-column-gap: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .div-block-162 {
    flex-flow: column;
    height: auto;
  }

  .cta {
    display: none;
  }

  .fruits-card {
    padding-top: 0;
  }

  .veggi-cards, .dates-cards {
    background-color: #fff0;
  }

  .veg-landing {
    display: none;
  }

  .pic-wrap {
    padding-top: 33px;
  }

  .div-block-165 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }

  .div-block-169 {
    margin-top: 30%;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-174 {
    justify-content: center;
    align-items: center;
    padding-top: 4px;
  }

  .paragraph-6 {
    color: #202717;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6._4 {
    width: 80%;
  }

  .fruits-wrap {
    background-color: #fbf9f5;
  }

  .section-19 {
    position: relative;
    top: 5px;
  }

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

  .card-div.m {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-4 {
    padding-bottom: 39px;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .div-block-193 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 43px;
  }

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

  .link-block-4 {
    top: -34px;
    left: 84px;
    right: auto;
  }

  .link-block-5 {
    top: auto;
    left: auto;
    right: 26px;
  }

  .image-42.veg {
    width: 100%;
    padding-left: 10px;
  }

  .image-42.mob {
    padding-top: 17px;
  }

  .image-21 {
    width: 2.6vw;
  }

  .para-conect {
    width: 100%;
  }

  .image-22 {
    width: 2.6vw;
  }

  .div-block-71 {
    padding-bottom: 20px;
  }

  .ph-div {
    width: auto;
  }

  .grid-13 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .div-block-70 {
    margin-top: 40px;
  }

  .image-20 {
    width: 4vw;
  }

  .dates-pic.mob {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    top: -11px;
  }

  .dates-landing {
    display: none;
  }

  .shop-button {
    margin-top: 0;
  }

  .shop-button.m {
    -webkit-text-stroke-color: var(--green);
  }

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

  .mob-pic1 {
    background-image: url('../images/Fruits-Mob2x_1.avif');
    background-position: 50%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mob-pic2 {
    background-image: url('../images/Veg-–-Mob2x_1.avif');
    background-position: 50%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
    display: flex;
  }

  .mob-pic3 {
    background-image: url('../images/Dates-Mob2x_1.avif');
    background-position: 50% 100%;
    display: flex;
  }

  .desk {
    display: none;
  }

  .slide-2 {
    padding-top: 70px;
    font-size: 8px;
  }

  .slide-nav-4 {
    font-size: 8px;
    bottom: 16px;
  }

  .left-arrow-4, .right-arrow-4 {
    display: none;
  }

  .slider-5 {
    opacity: 1;
    background-color: #fff0;
    justify-content: center;
    align-items: flex-start;
    width: 55%;
    height: auto;
    padding-bottom: 19px;
    display: block;
  }

  .div-block-206 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-3 {
    background-color: #fff0;
    padding-top: 70px;
  }

  .slide-4 {
    border: 0 #000;
    padding-top: 70px;
  }

  .mob-slider {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .m-cta {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
  }

  .mob-gridframe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-scrooler {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .mob-slide-1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-21 {
    padding-top: 58px;
  }

  .div-block-208 {
    margin-top: -19px;
  }

  .mob-wrap {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .fruits-mob {
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 27px;
    display: flex;
  }

  .dates-landing-m {
    padding-bottom: 0;
    display: block;
  }

  .section-22 {
    padding-top: 28px;
  }

  .veg-land-m {
    padding-top: 0;
    display: block;
  }

  .slider-6 {
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
    display: flex;
  }

  .slider-6._1 {
    margin-top: 20px;
  }

  .slide-nav-5 {
    flex: 1;
    font-size: 8px;
  }

  .right-arrow-5, .left-arrow-5 {
    display: none;
  }

  .mask {
    flex: 0 auto;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .div-block-213 {
    margin-right: 20px;
  }

  .image-110, .image-111, .image-112, .image-113, .image-114, .image-115, .image-116, .image-117, .image-118, .image-119, .image-120, .image-121, .image-122, .image-123, .image-124, .image-125, .image-126, .image-127, .image-128, .image-129, .image-130, .image-131, .image-132, .image-133, .image-134, .image-135, .image-136, .image-137, .image-138, .image-139, .image-140, .image-141, .image-142, .image-143, .image-144, .image-145, .image-146, .image-147, .image-148, .image-149, .image-150, .image-151, .image-152, .image-153, .image-154, .image-155, .image-156, .image-157, .image-158, .image-159, .image-160, .image-161, .image-162, .image-163, .image-164, .image-165, .image-166, .image-167, .image-168, .image-169, .image-170, .image-171, .image-172, .image-173, .image-174, .image-175, .image-176 {
    overflow: visible;
  }

  .div-block-214 {
    margin-right: 190px;
  }

  .image-177, .image-178 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link, .nav-link-accent {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-accent.w--current, .nav-link-accent._1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid {
    width: 95%;
  }

  .div-block-4.c, .div-block-4.c.fruits {
    width: 100%;
  }

  .paragraph {
    text-align: center;
  }

  .slider {
    height: 95vh;
  }

  .section-4 {
    overflow: hidden;
  }

  .div-block-9.n {
    width: 90%;
  }

  .link-block.p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11, .div-block-11.bg2 {
    height: 53vh;
  }

  .div-block-11.bg3 {
    justify-content: flex-start;
    height: 53vh;
    padding-bottom: 0;
  }

  .div-block-12._2 {
    margin-top: 20px;
  }

  .div-block-13._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-5 {
    width: 80%;
  }

  .image-5._3 {
    width: 75%;
  }

  .image-6 {
    width: 50%;
    max-width: none;
  }

  .image-6.g, .image-6.f {
    width: 60%;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .grid-3._1 {
    width: 90%;
  }

  .women-img {
    width: 100%;
  }

  .div-block-18 {
    background-image: url('../images/Mob-bg2x_1.avif');
    background-position: 50% 100%;
    justify-content: flex-end;
    height: 60rem;
    display: flex;
    position: static;
    inset: 0%;
  }

  .div-block-19 {
    justify-content: center;
    width: 95%;
  }

  .div-block-20 {
    align-items: center;
    max-width: 100%;
  }

  .div-block-23 {
    width: auto;
    padding-bottom: 0;
  }

  .mob-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    place-content: space-between stretch;
    place-items: end center;
    display: grid;
    overflow: hidden;
  }

  .image-7 {
    flex: 0 auto;
    width: 80%;
  }

  .image-8 {
    width: 45%;
  }

  .image-9 {
    width: 80%;
  }

  .image-10 {
    width: 100%;
    display: block;
  }

  .div-block-25 {
    align-items: flex-end;
    display: flex;
  }

  .body {
    background-color: #e3d8c8;
  }

  .section-5 {
    align-items: stretch;
    display: block;
  }

  .div-block-41 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-right: 10px;
  }

  .div-block-41._2 {
    width: 85%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-41.d {
    padding-top: 42px;
    padding-left: 20px;
    padding-right: 0;
  }

  .paragraph-4 {
    padding-right: 21px;
  }

  .paragraph-4.v {
    padding-right: 0;
  }

  .heading-4 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
  }

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

  .div-block-42 {
    justify-content: center;
  }

  .footer-navigation-container {
    border-radius: 0;
    padding-top: 2rem;
    padding-bottom: .6rem;
  }

  .div-block-152 {
    padding-bottom: 31px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr .75fr;
    width: 70%;
  }

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

  .text-block-7 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-155 {
    margin-bottom: 157px;
  }

  .container-3 {
    width: 90vw;
  }

  .section-hero {
    height: 90vh;
  }

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

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .timeline_item.n {
    grid-template-columns: 48px 1fr;
  }

  .padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_text.n {
    margin-bottom: 40px;
  }

  .padding-vertical-xxlarge {
    width: 100%;
  }

  .heading-5 {
    margin-top: 0;
  }

  .heading-7 {
    line-height: 50px;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .text-block-9.c {
    text-align: center;
  }

  .main-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .main-heading.ch {
    font-size: 36px;
  }

  .section-16 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mob-logo-wrap {
    margin-top: 0;
  }

  .veggi-cards {
    background-color: #fff0;
  }

  .pic-wrap {
    padding-top: 37px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-165 {
    width: 98%;
    padding-left: 0;
  }

  .div-block-165.dates {
    width: auto;
    padding-left: 0;
    padding-right: 31px;
  }

  .div-block-167 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-169 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-171 {
    width: 90%;
  }

  .button-outline.p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    width: 100%;
  }

  .paragraph-6._4 {
    width: 85%;
  }

  .section-19 {
    margin-top: 10px;
    top: auto;
  }

  .card-div.m {
    width: 85vw;
  }

  .slider-3 {
    overflow: hidden;
  }

  .slider-4 {
    margin-top: -40px;
    padding-bottom: 30px;
    overflow: visible;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .link-block-4 {
    top: -18px;
    left: 57px;
  }

  .link-block-5 {
    right: 9px;
  }

  .text_heading {
    font-size: 1rem;
  }

  .text-link-2 {
    color: #fff;
  }

  .h1 {
    font-size: 1.75rem;
    line-height: 1;
  }

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

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

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

  .wrapper_credits {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .text_heading-2, .text_heading-3 {
    font-size: 1rem;
  }

  .image-42.mob {
    width: 100%;
  }

  .text-wrap-contact {
    margin-top: 20px;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .div-block-73 {
    flex-direction: column;
    align-items: stretch;
  }

  .image-21 {
    width: 5vw;
    max-width: none;
  }

  .para-conect {
    width: 95%;
    font-size: 30px;
    line-height: 34px;
  }

  .div-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 3.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-22 {
    width: 5vw;
    max-width: none;
  }

  .div-block-71 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-135 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .address-text {
    width: 100%;
    font-size: 14px;
  }

  .div-block-74, .div-block-136 {
    margin-left: 0;
  }

  .ph-div {
    margin-left: 0;
    display: block;
  }

  .grid-13 {
    width: 95%;
  }

  .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-11 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-70 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .ph-div2 {
    margin-left: 20px;
  }

  .image-20 {
    width: 5vw;
    max-width: none;
  }

  .text-block-25 {
    width: 85vw;
    font-size: 16px;
    line-height: 20px;
  }

  .dates-pic.mob {
    width: 100%;
    top: -4px;
  }

  .shop-button {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-button.m {
    border-style: solid;
  }

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

  .mob-pic1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 0;
  }

  .mob-pic2 {
    background-image: url('../images/Veg-–-Mob2x_2.avif');
    background-position: 50%;
    justify-content: center;
    align-items: flex-start;
    padding-top: 45px;
    padding-left: 20px;
  }

  .mob-pic3 {
    background-image: url('../images/Dates-Mob2x_1.avif');
  }

  .div-block-205 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-4 {
    bottom: -13px;
  }

  .slider-5 {
    width: 90%;
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .slide-4 {
    background-color: #fff0;
  }

  .logo-scrooler {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mob-slide-1 {
    width: 100%;
  }

  .section-21 {
    padding-top: 80px;
  }

  .div-block-208 {
    margin-top: -11px;
  }

  .div-block-210 {
    margin-top: -20px;
  }

  .veg-land-m {
    padding-top: 6px;
  }

  .section-23 {
    padding-bottom: 21px;
  }

  .div-block-211 {
    margin-top: -50px;
  }

  .div-block-214 {
    margin-right: 10px;
  }

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

#w-node-_1cc3ab32-65e7-9397-4904-c55d8f62b734-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_471642e6-d1f7-fe96-910c-53509cc190e6-1e1c2f0f, #w-node-_1a24f075-6675-24ab-e89f-3e515009185a-1e1c2f0f, #w-node-_517e09fe-f64c-9af8-e82e-70bbbdc05a25-1e1c2f0f, #w-node-dd46f346-92b2-9d07-d584-86f246ff4e06-1e1c2f0f, #w-node-_88c558b3-3d8b-fe1d-6969-edfc0af21d9f-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f26e3ca3-417f-90e7-ac72-d7fec4dee710-1e1c2f0f, #w-node-a59c9e43-4926-8610-56c4-959d9420c051-1e1c2f0f, #w-node-c511301c-5cfc-e715-da70-536a96ccfe02-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2e9ae50f-5d12-f6fd-6e31-2b9236e741b6-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_47781a7b-77d3-16a8-5cbc-aa1ac2a801b8-1e1c2f0f, #w-node-f33d60d9-3060-4975-45b8-6378078b5b99-1e1c2f0f, #w-node-_1a5fcda3-11ac-84f2-45dd-bd2f64151f73-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d21766f-52af-8342-b0b2-69609c62d908-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5b0b7a2-8e3a-9baf-acbc-2b4e63779024-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f5b0b7a2-8e3a-9baf-acbc-2b4e63779025-1e1c2f0f, #w-node-f470cdee-6809-8ddc-78d5-bd2747f655b2-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd92b66-af95-88d9-a07b-202853d8940f-1e1c2f0f, #w-node-_5eea2c66-00ab-54e2-cc97-f1259a4ac3de-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2ee7995-c310-0321-5563-605df9a56e47-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_343c070e-1fd8-8a2f-f8ad-bd0e9c9464a7-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97cd-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97ce-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97d1-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97d2-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97d3-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97d4-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97d7-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97da-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97df-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97e4-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97e7-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97e8-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97e9-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97ee-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97ef-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97f0-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97f1-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97f4-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97f7-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97f8-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97fb-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97fc-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97fd-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97fe-1e1c2f0f, #w-node-b32d521b-3f23-a870-23bd-296c02fc97ff-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f69-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f6a-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f6d-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f6e-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f6f-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f70-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f73-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f76-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f7b-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f80-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f83-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f84-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f85-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f8a-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f8b-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f8c-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f8d-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f90-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f93-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f94-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f97-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f98-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f99-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f9a-1e1c2f0f, #w-node-_24c6f4e1-120c-d9ff-5fb6-df4a9d762f9b-1e1c2f0f, #w-node-_06273f67-a724-aadb-fa8c-788f9c208ac9-1e1c2f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82d2-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82d3-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82d4-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82d6-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82d7-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82d8-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82da-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82db-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f6732591-be5e-3f41-a72b-f0001b7c82dc-1b7c82ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0ebcc4b-f3b2-5672-e5de-76b62e8cdf06-0317c346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_3abe8dfe-8ebc-c261-bbca-3ecb9602b94d-0317c346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_38cdb618-171f-df5c-1c9c-6dbf44f88c34-0317c346, #w-node-_3b336559-0908-5a7f-b990-d51af04040ac-0317c346, #w-node-_3775c8cf-a45c-0220-b523-02636eec4357-0317c346, #w-node-_3775c8cf-a45c-0220-b523-02636eec4358-0317c346, #w-node-_3775c8cf-a45c-0220-b523-02636eec4362-0317c346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3775c8cf-a45c-0220-b523-02636eec4355-0317c346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_56522900-5df5-bf9e-110c-0f0499c0fac5-ca5f24d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_899dd138-df99-de37-2b81-0657c0e0d660-ca5f24d7, #w-node-_8966cc29-de31-7f8a-c483-4f7c6bc4e15e-ca5f24d7, #w-node-fb78b00d-9f1e-6a84-b7db-ca0ab0a32076-ca5f24d7, #w-node-ef5bfc37-0780-c854-28ca-753dc828c1d2-ca5f24d7, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b03-ca5f24d7, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b06-ca5f24d7, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b09-ca5f24d7, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b0b-ca5f24d7, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a5098-ca5f24d7, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a509b-ca5f24d7, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a509e-ca5f24d7, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a50a0-ca5f24d7, #w-node-_5e180d14-6781-b04d-ac08-bef2398828a5-ca5f24d7, #w-node-_5e180d14-6781-b04d-ac08-bef2398828a8-ca5f24d7, #w-node-_5e180d14-6781-b04d-ac08-bef2398828ab-ca5f24d7, #w-node-_5e180d14-6781-b04d-ac08-bef2398828ad-ca5f24d7, #w-node-_124a5db4-537a-32de-82c0-76fcd663da46-ca5f24d7, #w-node-_124a5db4-537a-32de-82c0-76fcd663da49-ca5f24d7, #w-node-_124a5db4-537a-32de-82c0-76fcd663da4c-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb050c-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0510-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0514-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0518-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0523-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0527-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb052b-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb052f-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb053a-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb053e-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0542-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0546-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0551-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0555-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb0559-ca5f24d7, #w-node-d9c18d1e-a730-ffe6-68ce-975d8adb055d-ca5f24d7, #w-node-_2a417be5-5fa7-da8a-716d-30e83bd38207-ca5f24d7, #w-node-_2a417be5-5fa7-da8a-716d-30e83bd3820b-ca5f24d7, #w-node-_2a417be5-5fa7-da8a-716d-30e83bd3820f-ca5f24d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6cfb100f-408b-8be9-c46a-bd9d5c336ed9-330e5f61, #w-node-_6cfb100f-408b-8be9-c46a-bd9d5c336ec1-330e5f61, #w-node-_6cfb100f-408b-8be9-c46a-bd9d5c336ec7-330e5f61, #w-node-_56522900-5df5-bf9e-110c-0f0499c0fac5-f348fd3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_899dd138-df99-de37-2b81-0657c0e0d660-f348fd3e, #w-node-_8966cc29-de31-7f8a-c483-4f7c6bc4e15e-f348fd3e, #w-node-fb78b00d-9f1e-6a84-b7db-ca0ab0a32076-f348fd3e, #w-node-ef5bfc37-0780-c854-28ca-753dc828c1d2-f348fd3e, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b03-f348fd3e, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b06-f348fd3e, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b09-f348fd3e, #w-node-_11d1ff97-1bbc-ebbd-7301-becd4bd30b0b-f348fd3e, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a5098-f348fd3e, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a509b-f348fd3e, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a509e-f348fd3e, #w-node-_00c41839-7298-b501-f13b-2c8ebf3a50a0-f348fd3e, #w-node-_5e180d14-6781-b04d-ac08-bef2398828a5-f348fd3e, #w-node-_5e180d14-6781-b04d-ac08-bef2398828a8-f348fd3e, #w-node-_5e180d14-6781-b04d-ac08-bef2398828ab-f348fd3e, #w-node-_5e180d14-6781-b04d-ac08-bef2398828ad-f348fd3e, #w-node-_124a5db4-537a-32de-82c0-76fcd663da46-f348fd3e, #w-node-_124a5db4-537a-32de-82c0-76fcd663da49-f348fd3e, #w-node-_124a5db4-537a-32de-82c0-76fcd663da4c-f348fd3e, #w-node-f5945614-1465-77c3-1ca8-8447d56776b6-f348fd3e, #w-node-f0b2d37b-d695-ceb9-cb79-e89bd8957488-f348fd3e, #w-node-f0b2d37b-d695-ceb9-cb79-e89bd895748b-f348fd3e, #w-node-f0b2d37b-d695-ceb9-cb79-e89bd895748e-f348fd3e, #w-node-f0b2d37b-d695-ceb9-cb79-e89bd8957491-f348fd3e, #w-node-ecbd0c6d-7cdf-eeb8-f806-babe67bc8733-f348fd3e, #w-node-ecbd0c6d-7cdf-eeb8-f806-babe67bc8736-f348fd3e, #w-node-ecbd0c6d-7cdf-eeb8-f806-babe67bc8739-f348fd3e, #w-node-ecbd0c6d-7cdf-eeb8-f806-babe67bc873c-f348fd3e, #w-node-_3a358b1b-706b-a72e-b327-d6e63081403e-f348fd3e, #w-node-_3a358b1b-706b-a72e-b327-d6e630814041-f348fd3e, #w-node-_3a358b1b-706b-a72e-b327-d6e630814044-f348fd3e, #w-node-_7f06e78c-8226-b072-070c-5034cbcd047e-f348fd3e, #w-node-_7f06e78c-8226-b072-070c-5034cbcd0482-f348fd3e, #w-node-_7f06e78c-8226-b072-070c-5034cbcd0486-f348fd3e, #w-node-_7f06e78c-8226-b072-070c-5034cbcd048a-f348fd3e, #w-node-a9c14c85-57f2-0d0e-18ac-ceafc15220d4-f348fd3e, #w-node-a9c14c85-57f2-0d0e-18ac-ceafc15220d8-f348fd3e, #w-node-a9c14c85-57f2-0d0e-18ac-ceafc15220dc-f348fd3e, #w-node-a9c14c85-57f2-0d0e-18ac-ceafc15220e0-f348fd3e, #w-node-_71f31997-d09c-fe09-7632-7c7b2f44627c-f348fd3e, #w-node-_71f31997-d09c-fe09-7632-7c7b2f446280-f348fd3e, #w-node-_71f31997-d09c-fe09-7632-7c7b2f446284-f348fd3e, #w-node-_71f31997-d09c-fe09-7632-7c7b2f446288-f348fd3e, #w-node-_3823a9cf-f3de-3cdc-06d2-c91a8d3b531e-f348fd3e, #w-node-_3823a9cf-f3de-3cdc-06d2-c91a8d3b5322-f348fd3e, #w-node-_3823a9cf-f3de-3cdc-06d2-c91a8d3b5326-f348fd3e, #w-node-_3823a9cf-f3de-3cdc-06d2-c91a8d3b532a-f348fd3e, #w-node-_0484116d-569a-ea33-b233-e64568e7adc8-f348fd3e, #w-node-_0484116d-569a-ea33-b233-e64568e7adcc-f348fd3e, #w-node-_0484116d-569a-ea33-b233-e64568e7add0-f348fd3e, #w-node-_0484116d-569a-ea33-b233-e64568e7add4-f348fd3e, #w-node-_9be2bacc-ecb8-1465-31a7-5c3a67137750-f348fd3e, #w-node-_9be2bacc-ecb8-1465-31a7-5c3a67137754-f348fd3e, #w-node-_9be2bacc-ecb8-1465-31a7-5c3a67137758-f348fd3e, #w-node-_9be2bacc-ecb8-1465-31a7-5c3a6713775c-f348fd3e, #w-node-_7fa9bd79-4e40-3320-2d19-20ef094e6976-f348fd3e, #w-node-_7fa9bd79-4e40-3320-2d19-20ef094e697a-f348fd3e, #w-node-_7fa9bd79-4e40-3320-2d19-20ef094e697e-f348fd3e, #w-node-_7fa9bd79-4e40-3320-2d19-20ef094e6982-f348fd3e, #w-node-_38915406-bd52-3fa2-f65c-8c6e0e6cdb53-f348fd3e, #w-node-_38915406-bd52-3fa2-f65c-8c6e0e6cdb57-f348fd3e, #w-node-_38915406-bd52-3fa2-f65c-8c6e0e6cdb5b-f348fd3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_56522900-5df5-bf9e-110c-0f0499c0fac5-5197dffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31acc32-cfc8-71f3-40fc-f8331543e1dc-5197dffd, #w-node-c74336e6-3910-b867-ff91-62a7625141ab-5197dffd, #w-node-dd2dc3cb-6fd9-5339-5c49-1f4dc5fd6018-5197dffd, #w-node-_772c0aa8-03de-89a8-eb3e-e32640aa7bce-5197dffd, #w-node-_80a92b73-0697-0eef-47cc-10e69d6daff3-5197dffd, #w-node-_80a92b73-0697-0eef-47cc-10e69d6daff7-5197dffd, #w-node-_80a92b73-0697-0eef-47cc-10e69d6daffb-5197dffd, #w-node-_80a92b73-0697-0eef-47cc-10e69d6dafff-5197dffd, #w-node-_97f58a24-827b-5a3b-8e1b-cf3387bf65b3-5197dffd, #w-node-_97f58a24-827b-5a3b-8e1b-cf3387bf65b7-5197dffd, #w-node-_97f58a24-827b-5a3b-8e1b-cf3387bf65bb-5197dffd, #w-node-_97f58a24-827b-5a3b-8e1b-cf3387bf65bf-5197dffd, #w-node-e3500337-5512-98d4-64a1-8ff71525cbf2-5197dffd, #w-node-e3500337-5512-98d4-64a1-8ff71525cbf6-5197dffd, #w-node-e3500337-5512-98d4-64a1-8ff71525cbfa-5197dffd, #w-node-e3500337-5512-98d4-64a1-8ff71525cbfe-5197dffd, #w-node-_946963b5-59da-3e92-d081-c23ae4380466-5197dffd, #w-node-_899dd138-df99-de37-2b81-0657c0e0d660-5197dffd, #w-node-_8966cc29-de31-7f8a-c483-4f7c6bc4e15e-5197dffd, #w-node-fb78b00d-9f1e-6a84-b7db-ca0ab0a32076-5197dffd, #w-node-ef5bfc37-0780-c854-28ca-753dc828c1d2-5197dffd, #w-node-_64dc4282-9b51-fdeb-055a-275e99963f89-5197dffd, #w-node-_64dc4282-9b51-fdeb-055a-275e99963f8c-5197dffd, #w-node-_64dc4282-9b51-fdeb-055a-275e99963f8f-5197dffd, #w-node-_64dc4282-9b51-fdeb-055a-275e99963f91-5197dffd, #w-node-_9713ce06-ed53-0d86-5e60-214b39d6fc64-5197dffd, #w-node-_9713ce06-ed53-0d86-5e60-214b39d6fc67-5197dffd, #w-node-_9713ce06-ed53-0d86-5e60-214b39d6fc6a-5197dffd, #w-node-_9713ce06-ed53-0d86-5e60-214b39d6fc6c-5197dffd, #w-node-_3c0623b5-3a0d-7295-891c-25db1062be13-5197dffd, #w-node-_3c0623b5-3a0d-7295-891c-25db1062be16-5197dffd, #w-node-_3c0623b5-3a0d-7295-891c-25db1062be19-5197dffd, #w-node-_3c0623b5-3a0d-7295-891c-25db1062be1b-5197dffd, #w-node-a1752ff1-34ff-bd85-ba5e-f26019c253a4-5197dffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_0d21766f-52af-8342-b0b2-69609c62d908-1e1c2f0f {
    justify-self: center;
  }

  #w-node-f5b0b7a2-8e3a-9baf-acbc-2b4e63779024-1e1c2f0f {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3775c8cf-a45c-0220-b523-02636eec4357-0317c346 {
    place-self: end center;
  }

  #w-node-_4eb7a915-4b8b-1ea5-8d7a-6839236edea9-0317c346 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_3775c8cf-a45c-0220-b523-02636eec4355-0317c346 {
    place-self: end start;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a2f-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a32-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a34-4b113648 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a3b-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a3e-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a4e-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a51-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a68-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a6b-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a84-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a87-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467aa1-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467aa4-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467abf-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467ac2-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467ad2-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467ad5-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e9a5a66b-d1ac-1e71-4b47-71be3a4efea4-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e9a5a66b-d1ac-1e71-4b47-71be3a4efea7-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a2ea4844-2223-7baf-0a3c-de034e841bda-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2ea4844-2223-7baf-0a3c-de034e841bdd-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c0f20a14-dce9-cad7-e6de-9925da047db5-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c0f20a14-dce9-cad7-e6de-9925da047db8-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d6281942-73e2-5d81-4662-de3251bcebc4-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d6281942-73e2-5d81-4662-de3251bcebc7-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-aea91263-36a9-26ea-3fa7-a851c2a85b47-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aea91263-36a9-26ea-3fa7-a851c2a85b4a-4b113648 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3775c8cf-a45c-0220-b523-02636eec4357-0317c346 {
    align-self: start;
  }

  #w-node-_4eb7a915-4b8b-1ea5-8d7a-6839236edea9-0317c346 {
    justify-self: center;
  }

  #w-node-_0173abf7-c0fe-022d-14c5-dc69f3467a2f-4b113648 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Stangith';
  src: url('../fonts/stangith.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}