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

.body {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.hero-section {
  height: 80vh;
  display: flex;
}

.hero-image {
  width: 50vw;
}

.hero-text {
  width: 50vw;
  background-color: #d19e70;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: 80vh;
  grid-template-columns: .25fr 1fr;
}

.hero-blur {
  background-color: #d88f4d;
}

.div-block-2 {
  height: 100%;
}

.image {
  height: 100%;
  opacity: .75;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-3 {
  flex-direction: row;
  display: flex;
}

.text-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 55px;
}

.heading.hero {
  font-size: 55px;
  line-height: 70px;
}

.brand-name-hero {
  color: #fff;
  font-family: Italianno, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.tezt-hero {
  color: #fffcfc;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-4 {
  margin-top: 44px;
}

.button {
  background-color: #9c5c36;
  border-radius: 8px;
  margin-top: 10px;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
}

.container {
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.button.contact {
  background-color: #c74817;
}

.navbar {
  background-color: #fffefe;
  display: none;
  overflow: visible;
}

.image-2 {
  padding: 7px 7px 5px;
}

.home {
  height: 80vh;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80vh;
  grid-template-columns: 1fr .25fr 1fr;
}

.div-block-5 {
  background-color: #d88f4d;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  background-color: #d88f4d;
}

.image-3 {
  width: 100%;
  height: 100%;
  opacity: .75;
  object-fit: cover;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  font-family: Italianno, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
}

.text-block-2 {
  color: #fff;
  margin-top: 30px;
  font-size: 22px;
  line-height: 30px;
  display: block;
}

.div-block-7 {
  margin-top: 10px;
}

.div-block-8 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.scroll-wrapper {
  width: 100%;
  height: 90px;
  display: flex;
}

.loop-wrapper {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  height: 100%;
  object-fit: fill;
}

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

.item {
  height: 95%;
  align-items: center;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 132px;
  display: flex;
}

.image-6 {
  height: 120%;
  object-fit: cover;
  padding: 10px;
}

.text-block-3 {
  height: 8vh;
  color: #9c5c36;
  text-align: center;
  margin: 16px;
  padding-left: 0;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-11 {
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#faf1e5, #fff);
}

.div-block-12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff5e7, #fff);
}

.section-3 {
  height: 60vh;
  display: none;
}

.container-max {
  max-width: 1440px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.container-max.nav {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.div-block-13 {
  width: 65%;
  flex-direction: column;
  display: flex;
}

.paragraph {
  font-size: 20px;
}

.paragraph-2 {
  text-align: justify;
  margin-top: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.paragraph-2.a {
  margin-top: 20px;
}

.paragraph-2.b {
  margin-top: 10px;
}

.div-block-14 {
  width: 360px;
  justify-content: flex-end;
  display: flex;
}

.image-7 {
  object-fit: none;
  align-self: flex-end;
  margin-top: -9px;
  margin-bottom: 0;
  margin-right: 20px;
}

.image-8 {
  object-fit: scale-down;
  margin-top: 60px;
  margin-left: 39px;
}

.section-heading {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-15 {
  width: 29%;
  height: 1px;
}

.div-block-16 {
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link {
  color: #fff;
  background-color: #c74817;
  border: 0 solid #000;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Mate SC, sans-serif;
}

.nav-link-2 {
  font-weight: 400;
}

.heading-line {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.div-block-17 {
  flex-direction: row;
  display: flex;
}

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

.green-logo-big {
  width: 77%;
}

.signature {
  margin-top: -15px;
  margin-right: -80px;
}

.nav-menu-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link-6 {
  color: #fff;
  background-color: #c74817;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-11 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
}

.navbar-2 {
  z-index: 9999;
  opacity: 1;
  background-color: #faf7f7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.loop-bar {
  overflow: visible;
}

.our-mission {
  margin-top: 60px;
  margin-bottom: 40px;
  display: block;
}

.description-wrapper {
  height: auto;
  display: block;
}

.grid-5 {
  grid-column-gap: 9px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5fr;
}

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

.div-block-19 {
  height: auto;
  background-color: #d88f4d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  transform: translate(0);
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 25px;
  transform: rotate(-90deg);
}

.div-block-20 {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-5 {
  font-weight: 400;
}

.heading-6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-4 {
  font-size: 16px;
}

.paragraph-5 {
  font-size: 22px;
  line-height: 30px;
}

.grid-6 {
  flex: 1;
  grid-template-rows: 317px;
  grid-template-columns: 10% 1fr;
}

.div-block-21 {
  background-color: #d88f4d;
}

.product-description-div {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
}

.slide {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 90px;
  margin-right: 25px;
}

.grid-test {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  overflow: visible;
}

.grid-test.association {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 40px;
}

.slide-2 {
  background-color: #556b2f;
}

.mask {
  width: 225px;
  height: 87%;
  overflow: visible;
}

.div-block-23 {
  background-color: #d88f4d;
}

.slider {
  background-color: #fff;
  margin-top: 10px;
  overflow: hidden;
}

.slide-nav {
  background-color: rgba(192, 141, 93, .2);
  background-image: radial-gradient(circle, rgba(192, 141, 93, .2), #fff 28%);
}

.image-13 {
  width: 100%;
  height: 85%;
  margin-top: 0;
}

.grid-9 {
  grid-row-gap: 0px;
  grid-template-rows: auto 9%;
  grid-template-columns: 1fr;
  align-content: space-between;
  justify-content: space-around;
}

.icon-3 {
  background-color: #9c5c36;
}

.icon-3.cinnamon {
  background-color: #d88f4d;
}

.icon-3.aloe {
  background-color: #8e962f;
}

.icon-3.cloves {
  background-color: #642d10;
}

.icon-3.tea {
  background-color: #5c8b45;
}

.icon-3.herbal {
  background-color: #556b2f;
}

.icon-3.natural {
  background-color: #919e7a;
}

.hero-para {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

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

.vertical-name-div {
  width: 100px;
  background-color: #9c5c36;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.vertical-name-div.cinnamon {
  width: 75px;
  background-color: #d88f4d;
}

.vertical-name-div.aloe {
  background-color: #8e962f;
}

.vertical-name-div.vanilla {
  width: 75px;
}

.vertical-name-div.cloves {
  width: 75px;
  background-color: #642d10;
}

.vertical-name-div.tea {
  width: 75px;
  background-color: #5c8b45;
}

.vertical-name-div.herbal {
  width: 75px;
  background-color: #556b2f;
}

.vertical-name-div.natural {
  width: 75px;
  background-color: #919e7a;
}

.text-block-6 {
  min-width: 425%;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transform: rotate(-90deg);
}

.bold-text {
  letter-spacing: 12px;
  font-family: Mate SC, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rich-text-block-2 {
  padding-left: 20px;
  padding-right: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 40px;
}

.icon-4 {
  background-color: #642d10;
}

.icon-4.cinnamon {
  background-color: #d88f4d;
}

.icon-4.aloe {
  background-color: #8e962f;
}

.icon-4.tea {
  background-color: #5c8b45;
}

.icon-4.herbal {
  background-color: #556b2f;
}

.icon-4.natural {
  background-color: #919e7a;
}

.icon-4.vanilla {
  background-color: #9c5c36;
}

.product-tabs {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
  padding-right: 60px;
  font-family: Mate SC, sans-serif;
}

.product-tabs.w--current {
  width: 120px;
  color: #333;
  background-color: rgba(192, 141, 93, .2);
  border-right: 0 solid #000;
  padding-right: 10px;
}

.tabs-menu {
  background-color: #fff;
  margin-bottom: 20px;
}

.div-block-25 {
  height: 75%;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(192, 141, 93, .2);
  border: 1px solid #d88f4d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-image.cinnamon {
  border-color: #d88f4d;
}

.product-image.vanilla {
  border-color: #9c5c36;
}

.product-image.utility-page-wrap, .product-image.tea {
  border-color: #5c8b45;
}

.product-image.aloe {
  border-color: #8e962f;
}

.product-image.spices {
  border-color: #642d10;
}

.product-image.super {
  border-color: #556b2f;
}

.product-image.natural {
  border-color: #919e7a;
}

.product-div {
  height: 25%;
  background-color: #d88f4d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-div.cinnamon {
  background-color: #d88f4d;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-div.aloe {
  background-color: #8e962f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-div.vanilla {
  background-color: #9c5c36;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-div.cloves {
  background-color: #642d10;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-div.tea {
  background-color: #5c8b45;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-div.herbal {
  background-color: #556b2f;
}

.product-div.natural {
  background-color: #919e7a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-block-7 {
  color: snow;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.left-arrow, .right-arrow {
  margin-bottom: 60px;
}

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

.common-image-div {
  width: 300px;
}

.div-block-28 {
  flex: 1;
}

.product-description {
  font-size: 22px;
  line-height: 36px;
}

.bullet-points {
  font-size: 20px;
  line-height: 42px;
  list-style-type: square;
  overflow: visible;
}

.common-product-image {
  width: 300px;
  height: 250px;
  max-width: none;
  object-fit: cover;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 100px 250px 1fr;
}

.name-verticle {
  background-color: #556b2f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name-verticle.cinnamon {
  background-color: #d88f4d;
}

.name-verticle.vanilla {
  background-color: #9c5c36;
}

.name-verticle.aloe {
  background-color: #8e962f;
}

.name-verticle.natural {
  background-color: #919e7a;
}

.name-verticle.tea {
  background-color: #5c8b45;
}

.name-verticle.spices {
  background-color: #642d10;
}

.image-15 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 10px;
}

.text-block-8 {
  min-width: 240px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transform: rotate(-90deg);
}

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

.paragraph-6 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 32px;
}

.list {
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 32px;
}

.list.tea {
  line-height: 55px;
}

.list.vanilla {
  line-height: 45px;
}

.list.spice {
  line-height: 50px;
}

.div-block-31 {
  margin-left: 10px;
}

.brand {
  margin-bottom: 0;
}

.list-item {
  line-height: 30px;
}

.text-block-9 {
  font-family: Mate SC, sans-serif;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.max-container {
  max-width: 2000px;
}

.navbar-3 {
  justify-content: space-around;
}

.container-wide {
  z-index: 999;
  max-width: 1460px;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-32 {
  height: 80vh;
  background-color: #d88f4d;
}

.div-block-33 {
  height: 80vh;
  background-color: #9c5c36;
}

.div-block-34 {
  height: 80vh;
}

.section-4 {
  display: none;
}

.nav-menu-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-right: 20px;
  font-family: Mate SC, sans-serif;
  font-size: 15px;
}

.div-block-35 {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.div-block-36 {
  width: 40vw;
}

.section-7 {
  display: flex;
}

.div-block-37 {
  width: 45vw;
  height: 80vh;
  background-color: #d88f4d;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-38 {
  width: 55vw;
  height: 80vh;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40vh 40vh;
}

.slider-2 {
  height: 80vh;
}

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

.image-17 {
  width: 100%;
  height: 1005px;
  object-fit: cover;
}

.auto-slider {
  width: 100%;
  height: 100%;
  display: flex;
}

.image-18, .image-19 {
  width: 100%;
  height: 100%;
  opacity: .8;
  object-fit: cover;
}

.div-block-39 {
  background-color: rgba(216, 143, 77, .84);
  flex-direction: column;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.heading-7 {
  color: #fff;
  font-family: Italianno, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-8 {
  color: #fffefe;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 48px;
  line-height: 65px;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-8 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

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

.div-block-40 {
  margin-top: 30px;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

.div-block-41 {
  height: 80vh;
  background-color: #d88f4d;
  align-items: center;
  display: flex;
}

.div-block-42 {
  height: 80vh;
  background-color: #642d10;
}

.div-block-43 {
  height: 80vh;
}

.slider-3 {
  width: 100%;
  height: 100%;
  opacity: .8;
}

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

.image-21, .image-22 {
  width: 100%;
  height: 100%;
}

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

.slide-4 {
  background-image: url('../images/ceilan.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-4 {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-44 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-6 {
  background-image: url('../images/ceilan.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slider-5 {
  height: 80vh;
}

.slide-7 {
  background-image: linear-gradient(rgba(216, 143, 77, .2), rgba(216, 143, 77, .2)), url('../images/Cinnamon_Oil_732x549-thumbnail.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-45 {
  height: 100%;
  background-color: rgba(255, 255, 255, .28);
  display: flex;
}

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

.div-block-46 {
  width: 37%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.heading-9 {
  color: #fff;
  margin-bottom: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
}

.heading-10 {
  color: #fff0f0;
  font-family: Italianno, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.heading-11 {
  color: #fff;
  font-size: 48px;
  line-height: 65px;
}

.div-block-47 {
  background-color: #d88f4d;
  margin-left: 0;
  padding: 50px 50px 50px 20px;
}

.div-block-48 {
  height: 100%;
  align-items: center;
  display: flex;
}

.div-block-49 {
  width: 40vw;
  background-color: #d88f4d;
}

.image-23 {
  border-radius: 20px;
}

.image-24 {
  object-fit: contain;
}

.image-25 {
  width: 62%;
}

.div-block-50 {
  text-align: center;
  background-color: #d88f4d;
}

.heading-12 {
  color: #fff5f5;
  font-size: 48px;
  line-height: 65px;
}

.paragraph-9 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-10 {
  color: #fffefe;
  font-size: 22px;
  line-height: 30px;
}

.navbar-4 {
  z-index: 999;
  background-color: #faf7f7;
  background-image: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-26 {
  margin-top: 7px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.section-6 {
  display: none;
}

.grid-14 {
  height: 80vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 8fr;
}

.div-block-51 {
  background-color: #d88f4d;
}

.slide-8 {
  background-image: url('../images/ceilan.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider-main {
  height: 80vh;
  opacity: .75;
}

.slide-9 {
  background-image: url('../images/ceilan.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/Cinnamon_Oil_732x549-thumbnail.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/aloevera-gel.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.section-hero {
  display: flex;
}

.div-block-52 {
  width: 45vw;
  height: 80vh;
  background-color: #d88f4d;
  display: flex;
}

.div-block-53 {
  width: 55vw;
  height: 80vh;
}

.grid-15 {
  height: 80vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.div-block-54 {
  background-color: #d88f4d;
}

.slider-6 {
  height: 80vh;
  opacity: 1;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.heading-13 {
  color: #fff;
  font-family: Italianno, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 45px;
  line-height: 60px;
}

.paragraph-11, .paragraph-12 {
  color: #fff;
  text-align: justify;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

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

.image-29 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

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

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

.nav-link-11 {
  color: #fff;
  background-color: #c74817;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left-arrow-6 {
  display: none;
}

.right-arrow-6 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.loop-section {
  display: block;
}

.content-div {
  background-image: linear-gradient(#fbecd7, #fff);
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: visible;
}

.icons-block {
  display: flex;
}

.icons-block._1 {
  margin-left: 15px;
  margin-right: 140px;
  padding-right: 10px;
  display: flex;
}

.text-block-10 {
  color: #9c5c36;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-10.sri {
  width: 135px;
}

.image-31 {
  width: 70px;
  height: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.image-31.b {
  width: 67px;
  height: 67px;
  margin-top: 9px;
}

.image-31.d {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

.image-31.c {
  width: 69px;
  height: 69px;
  margin-top: 7px;
}

.image-31.e {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

.image-31.f {
  width: 72px;
  height: 72px;
}

.image-31.g {
  width: 65px;
  height: 65px;
  margin-top: 7px;
}

.button-2 {
  background-color: #9c5c36;
  border-radius: 8px;
  font-family: Mate SC, sans-serif;
  font-size: 15px;
}

.heading-15 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.wrapper-div {
  width: 100vw;
  height: 80px;
  overflow: hidden;
}

.loop-div, .div-block-57, .div-block-58, .div-block-59 {
  align-items: center;
  display: flex;
}

.div-block-60 {
  opacity: .8;
  background-color: rgba(0, 0, 0, 0);
}

.grid-20 {
  grid-row-gap: 8px;
  text-align: justify;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 60px;
}

.grid-20.company {
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1.75fr;
}

.paragraph-13, .paragraph-14 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.our-community {
  margin-top: 40px;
  display: block;
}

.section-8 {
  height: 38%;
  background-color: #919e7a;
}

.section-9 {
  background-color: #a72222;
}

.text-block-12 {
  width: 85px;
  font-family: Mate SC, sans-serif;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-1.w--current {
  background-color: rgba(192, 141, 93, .2);
}

.mask-3 {
  width: 225px;
  height: 87%;
}

.form-field-group__title {
  color: #c23333;
  border-bottom: 1px solid #000;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.form-block {
  padding: 3rem;
}

.tab-pane__right-column {
  flex: 1;
}

.form-field__label {
  color: #1f1f1f;
  font-weight: 500;
}

.tabs-menu-2 {
  justify-content: center;
  display: flex;
}

.tab-pane__name-prefix {
  color: #c23333;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.tab-pane__content {
  display: flex;
}

.tab__link {
  background-color: #fff;
  border-radius: 15px;
  margin-left: .25rem;
  margin-right: .5rem;
  padding: 1rem 2rem;
  transition: all .2s;
  transform: scale(.9);
  box-shadow: 1px 4px 12px rgba(0, 0, 0, .05);
}

.tab__link:hover {
  color: #fff;
  background-color: #c23333;
  transform: scale(1);
  box-shadow: 5px 5px 40px rgba(0, 0, 0, .1);
}

.tab__link:active {
  transform: scale(.98);
}

.tab__link.w--current {
  color: #fff;
  background-color: #c23333;
  border-bottom-color: #1f1f1f;
  transform: scale(1);
}

.tab-link__name-prefix {
  color: #c23333;
}

.tab-pane__left-column {
  flex-direction: column;
  flex: 0 40%;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 2rem 2rem;
  display: flex;
}

.btn {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08)), linear-gradient(red, #e60f0f);
  border-radius: 50px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 7px 20px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 0 43px rgba(0, 0, 0, .08);
}

.btn:hover {
  background-color: red;
  background-image: none;
  border-color: #e60f0f;
  transform: scale(1.01);
}

.tab-pane__description {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tab-pane__name {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.2rem;
}

.tab-pane__image {
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, .05);
}

.tab-link__name {
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.form-field-group__wrapper {
  padding-top: 1rem;
}

.form-field__input {
  border-radius: 4px;
  display: block;
}

.tab-link-tab-2-2 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-2-2.w--current {
  background-color: rgba(192, 141, 93, .2);
}

.tab-link-tab-3-2 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-3-2.w--current {
  background-color: rgba(192, 141, 93, .2);
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-4.w--current {
  background-color: rgba(192, 141, 93, .2);
}

.tab-link-tab-5 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-5.w--current {
  background-color: rgba(192, 141, 93, .2);
}

.tab-link-tab-6 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-6.w--current {
  background-color: rgba(192, 141, 93, .2);
}

.tab-link-tab-7 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-15, .text-block-16, .text-block-17 {
  width: 85px;
  font-family: Mate SC, sans-serif;
}

.section-10 {
  background-color: #97979e;
}

.text-block-18 {
  width: 95px;
  font-family: Mate SC, sans-serif;
}

.text-block-19 {
  width: 85px;
  font-family: Mate SC, sans-serif;
}

.div-block-62, .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67 {
  display: flex;
}

.heading-16 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr 1fr;
}

.list-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 35px;
}

.image-32 {
  object-fit: cover;
}

.paragraph-15, .list-3 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 40px;
}

.div-block-69 {
  flex: 1;
}

.div-block-70 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-71 {
  width: 75px;
  background-color: #556b2f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-71.cinnamon {
  background-color: #d88f4d;
}

.div-block-71.vannila {
  background-color: #9c5c36;
}

.div-block-71.tea {
  background-color: #5c8b45;
}

.div-block-71.spice {
  background-color: #642d10;
}

.div-block-71.natural {
  background-color: #919e7a;
}

.div-block-72 {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-20 {
  transform: rotate(-90deg);
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.75fr 1fr;
}

.heading-17 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-16 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 40px;
}

.list-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 35px;
}

.image-33 {
  object-fit: cover;
}

.section-11 {
  display: none;
}

.div-block-73 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

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

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-75 {
  flex-direction: row-reverse;
  justify-content: flex-start;
  display: flex;
}

.div-block-76 {
  flex: 1;
  margin-left: 10px;
}

.div-block-77 {
  width: 20%;
  flex: 0 auto;
  margin-left: 10px;
}

.footer {
  text-align: center;
  text-transform: uppercase;
  background-color: #919e7a;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 50%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-field {
  overflow: auto;
}

.abour-us, .abour-us.us {
  display: block;
}

.abour-us._2 {
  display: none;
}

.product {
  display: block;
}

.product.test {
  display: none;
}

.field {
  height: 52px;
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: rgba(255, 255, 255, .8);
}

.field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.contact-info-column {
  padding-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-column {
  text-align: center;
  background-color: #fbecd7;
  border-left: 1px solid #d88f4d;
  padding: 65px 33px 18px;
}

.contact-icon {
  margin-top: 28px;
  margin-bottom: 10px;
}

.contact-text {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.contact-text.footer {
  color: #faf7f7;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.contact-text.footer-heading {
  color: #faf7f7;
  text-decoration: underline;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(77, 77, 77, .2);
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-3:hover {
  color: #323232;
  background-color: #fff;
}

.button-3.form {
  color: #faf7f7;
  background-color: #642d10;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
  font-family: PT Serif, serif;
}

.button-3.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button-3.form {
  color: #faf7f7;
  background-color: #642d10;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
  font-family: PT Serif, serif;
}

.button-3.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.success-message {
  margin-bottom: 73px;
}

.success {
  color: #323232;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.brand-2 {
  padding-top: 17px;
}

.paragraph-17 {
  font-size: 18px;
}

.container-2 {
  background-color: #ba6060;
}

.paragraph-18 {
  font-size: 18px;
}

.paragraph-19 {
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-18 {
  margin-bottom: 35px;
  font-family: PT Sans, sans-serif;
  font-weight: 600;
}

.text-block-21 {
  font-family: PT Sans, sans-serif;
}

.columns {
  background-color: #fbecd7;
  border: 1px solid #d88f4d;
  margin-bottom: 10px;
}

.div-block-78 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.div-block-79 {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.text-block-22 {
  color: #faf7f7;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Mate SC, sans-serif;
  font-size: 10px;
}

.heading-19 {
  color: #faf7f7;
  font-family: Mate SC, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-80, .div-block-81 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-82, .div-block-83, .div-block-84 {
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

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

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

.image-35 {
  margin-right: 20px;
}

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

.text-block-23 {
  text-transform: uppercase;
  margin-bottom: 33px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.text-block-24 {
  text-align: left;
  align-self: center;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.browser-dot {
  width: 10px;
  height: 10px;
  background-color: #fc615d;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-125-h3-heading {
  color: #faf7f7;
  text-align: center;
  margin-top: 0;
  font-family: Mate SC, sans-serif;
  font-weight: 400;
}

.d-125-image-wrapper {
  transform-origin: 50% 100%;
  background-color: #9e3c47;
  background-image: url('../images/C24_CONSULTANCY.png'), url('../images/output-onlinepngtools-16.png');
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 20px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-125-image-wrapper._3 {
  background-color: #4c9fe2;
  background-image: url('../images/C_TRAV_LOGO.png'), url('../images/output-onlinepngtools-16.png');
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 20px 20px;
}

.d-125-image-wrapper._2 {
  background-color: #ffa400;
  background-image: url('../images/CLV_PLAN_W.png'), url('../images/output-onlinepngtools-16.png');
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 20px 20px;
  display: block;
}

.browser-demo {
  width: 500px;
  height: 300px;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.browser-top {
  z-index: 99;
  height: 30px;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-20 {
  width: 100%;
  color: #faf7f7;
  text-align: justify;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.window-wrapper {
  width: 100%;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-125-3d-wrapper {
  width: 400px;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
  background-color: #747272;
  border: 10px #fff;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.image-36 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.d-125-content-wrapper {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #7b6767;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.d-125-button {
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  transition: all .35s;
}

.d-125-button:hover {
  color: #9e3c47;
  background-color: #fff;
}

.div-block-89 {
  height: 60px;
}

.div-block-90 {
  height: 100px;
}

.button-4 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #faf7f7;
  margin-top: 10px;
  font-family: Mate SC, sans-serif;
}

.section-12 {
  height: 100px;
}

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

.div-block-92 {
  margin-bottom: 60px;
}

.div-block-93 {
  text-align: justify;
}

.image-37, .image-38, .image-39 {
  object-fit: contain;
}

.our-accreditation {
  margin-top: 40px;
  display: none;
}

.div-block-94, .div-block-95 {
  margin-left: 20px;
  margin-right: 20px;
}

.image-40 {
  object-fit: contain;
}

.image-41 {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.column, .column-2, .column-3, .column-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.user-name-t2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-wrapper {
  width: 90%;
  max-width: 1400px;
  border-radius: 8px;
  align-items: center;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.user-picture-t2 {
  border-radius: 80px 0 80px 80px;
  box-shadow: 4px 9px 15px #d1d1d1;
}

.testimonials-wrapper-t2 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.slider-t2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.text-wrapper-t2 {
  max-width: 300px;
  margin-left: 60px;
}

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

.right-arrow-t2 {
  display: none;
}

.testimonials-t2 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.left-arrow-t2 {
  display: none;
}

.company-name-t2 {
  color: #8d8d8d;
}

.slide-nav-t2 {
  width: 200px;
  justify-content: center;
  font-size: 14px;
  display: flex;
  bottom: 5px;
  left: 141px;
  right: 0%;
}

.quote-t2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-97 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block-25 {
  font-family: Mate SC, sans-serif;
  font-size: 18px;
}

.link {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-span {
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.section-testamonial {
  margin-top: 0;
  display: block;
}

.navigation.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.card-image-wrapper {
  transform-origin: 50% 100%;
  background-color: #d88f4d;
  background-image: url('../images/C_NAT_LOGO.png'), none;
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 20px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image-wrapper._1 {
  background-color: #66566e;
  background-image: url('../images/output-onlinepngtools-16.png');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  justify-content: center;
  display: flex;
}

.card-image-wrapper._4 {
  background-color: #026cb6;
  background-image: url('../images/C_TRAV_LOGO.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.card-image-wrapper._2 {
  background-color: #9e3c47;
  background-image: url('../images/C24_CONSULTANCY.png'), none;
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 20px 20px;
}

.card-image-wrapper._3 {
  background-color: #f0b823;
  background-image: url('../images/C24_CONSTRUCTION.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, 20px 20px;
}

.paragraph-21 {
  width: 122%;
  color: #faf7f7;
  text-align: center;
  margin-top: 10px;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
}

.image-42 {
  transition: opacity .2s;
}

.div-block-98 {
  width: 95%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.window-wrapper-2 {
  width: 100%;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-5 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.d-125-h3-heading-2 {
  width: 112%;
  color: #faf7f7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 400;
}

.browser-demo-2 {
  width: 500px;
  height: 300px;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.paragraph-22 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Mate SC, sans-serif;
}

.card-wrapper {
  width: 400px;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
  background-color: #747272;
  border: 10px #fff;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.card-content-wrapper {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #d88f4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.card-content-wrapper._3, .card-content-wrapper._1, .card-content-wrapper._4, .card-content-wrapper._2 {
  background-color: #d88f4d;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Italianno, sans-serif;
  font-size: 35px;
}

.card-image-wrapper-2 {
  transform-origin: 50% 100%;
  background-color: #9e3c47;
  background-image: url('../images/output-onlinepngtools-16.png');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image-wrapper-2._1a {
  background-color: #fff;
}

.card-image-wrapper-2._1 {
  background-color: #919e7a;
  background-image: url('../images/output-onlinepngtools-16.png');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  justify-content: center;
  display: flex;
}

.card-image-wrapper-2._3 {
  background-color: #f0b823;
}

.card-image-wrapper-2._4 {
  background-color: #474b8c;
}

.card-image-wrapper-2._1a {
  background-color: #fff;
  background-image: url('../images/chevron-up.png');
}

.image-43 {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  transition: opacity .2s;
}

.card-wrapper-2 {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  cursor: pointer;
  background-color: #747272;
  border: 10px #fff;
  position: relative;
  overflow: hidden;
}

.card-wrapper-2._1 {
  height: 100%;
}

.div-block-99 {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.container-wide-2 {
  z-index: 999;
  max-width: 1460px;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-100 {
  border: 1px solid #d88f4d;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-101 {
  height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-102 {
  height: 75vh;
  display: flex;
}

.text-block-27 {
  color: #919e7a;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Italianno, sans-serif;
  font-size: 35px;
}

.text-block-27._4 {
  color: #474b8c;
}

.text-block-27._3 {
  color: #f0b823;
}

.text-block-27._2 {
  color: #9e3c47;
}

.section-14, .section-15 {
  display: block;
}

.text-block-28 {
  font-family: Mate SC, sans-serif;
}

.section-16 {
  display: block;
}

.div-block-103 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.resources {
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-17, .section-18 {
  display: none;
}

.div-block-104, .div-block-105, .div-block-106, .div-block-107 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-29, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  padding-left: 5px;
  padding-right: 5px;
}

.our-customers {
  display: none;
}

.div-block-108 {
  object-fit: fill;
  border: 1px dotted #919e7a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-109 {
  margin-top: 10px;
}

.text-block-30 {
  font-size: 18px;
  font-weight: 700;
}

.download {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #9e3c47;
}

.download:hover {
  background-color: #c74817;
  transform: scale3d(1, 1, 1.2);
}

.image-44 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.nav-menu-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-right: 20px;
  font-family: Mate SC, sans-serif;
  font-size: 15px;
  display: none;
}

.navbar-5 {
  z-index: 9999;
  object-fit: fill;
  background-color: #faf7f7;
  background-image: none;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.icon-5 {
  color: #d88f4d;
  font-size: 40px;
}

.div-block-110 {
  background-color: #fffdfd;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-12 {
  color: #fff;
  background-color: #c74817;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-button-4 {
  margin-right: 10px;
  display: block;
}

.section-19 {
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrapper {
  width: 95%;
  height: 95%;
  display: flex;
}

.pannel-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: relative;
}

.pannel-wrapper:hover {
  flex: 2 auto;
}

.sector-image {
  background-image: url('../images/C2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-45 {
  transform: rotate(-90deg);
}

.section-20 {
  height: 80vh;
  opacity: .65;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.div-block-111 {
  margin-left: 10px;
  margin-right: 10px;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.stroke--white-02 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  display: flex;
}

.hero__person-title.stroke--white-02.tag {
  font-family: Mate SC, sans-serif;
  font-size: 18px;
}

.hero__person-title.stroke--white-02.d {
  margin-top: 20px;
}

.hero__person-title.tag {
  font-family: Mate SC, sans-serif;
  font-size: 18px;
}

.hero__person-count-span {
  width: 100%;
  flex: none;
  font-size: 14px;
  display: inline-block;
}

.input {
  z-index: 0;
  width: 300px;
  height: 64px;
  border: 1px solid rgba(30, 30, 47, .2);
  border-radius: 0;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: rgba(30, 30, 47, .4);
}

.input:focus {
  border-color: #97c680;
}

.input::-ms-input-placeholder {
  color: #1e1e2f;
}

.input::placeholder {
  color: #1e1e2f;
}

.input.mod--hero {
  width: 450px;
  height: 120px;
  border-width: 1px;
  border-color: #fff;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px rgba(0, 0, 0, .03);
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px rgba(0, 0, 0, .1);
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px rgba(0, 0, 0, .1);
}

.form-block-2 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.hero__persons {
  z-index: 0;
  height: 590px;
  justify-content: flex-end;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.btn-submit {
  z-index: 1;
  width: 64px;
  height: 100%;
  color: #1e1e2f;
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: inset 0 0 #feba88;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px #feba88;
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px #feba88;
}

.hero__person {
  width: 21%;
  cursor: pointer;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person-txt-more {
  width: 100%;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 20px;
}

.hero__person-txt-more.mod--1.tag {
  font-size: 12px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 10px;
}

.swiper-wrapper {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.section {
  padding: 64px 80px;
}

.section.section--hero {
  height: 74vh;
  color: rgba(0, 0, 0, 0);
  padding-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: none;
  overflow: hidden;
}

.hero__person-square {
  z-index: -1;
  width: 120px;
  height: 100%;
  background-color: #1e1e2f;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__person-img {
  z-index: 0;
  height: 115%;
  min-width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero__person-cont {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.form {
  position: relative;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero__person-count {
  height: 0%;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__col.col--1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.dot {
  font-family: Varela, sans-serif;
}

.swiper-slide {
  height: auto;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.slide--persons {
  display: none;
}

.hero__person-txt-less {
  width: 120px;
  height: 120px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 24px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.swiper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.image-46 {
  transform-style: preserve-3d;
  transform: rotateX(-31deg)rotateY(-57deg)rotateZ(0);
}

.hero__person-grad-2 {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .8));
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__h1-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 58px;
}

.nav-menu-5 {
  background-color: #faf7f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
  font-family: Mate SC, sans-serif;
  font-size: 15px;
  display: none;
}

.image-47 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}

.hero__persons-2 {
  z-index: 0;
  height: 70vh;
  justify-content: flex-end;
  margin-left: -85px;
  margin-right: -20px;
  display: none;
  position: relative;
}

.hero__h1-3 {
  color: #b68a3a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-31 {
  color: #9c5c36;
  text-align: center;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Mate SC, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.content-div-2 {
  background-image: linear-gradient(360deg, #fbecd7, #fff);
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: visible;
}

.section-heading-2 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
}

.heading-line-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.paragraph-23 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.grid-21 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: justify;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-20 {
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.slide-nav-t2-2 {
  width: 200px;
  justify-content: center;
  font-size: 14px;
  display: flex;
  top: auto;
  bottom: 23px;
  left: 141px;
  right: 0%;
}

.text-wrapper-t2-2 {
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  margin-left: 60px;
  display: flex;
}

.user-name-t2-2 {
  color: #026cb6;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-wrapper-2 {
  width: 80%;
  max-width: 1400px;
  border-radius: 8px;
  align-items: center;
  margin: 10px auto 20px;
  padding-top: 40px;
  padding-bottom: 0;
  display: none;
  box-shadow: 1px 1px 20px -10px #026cb6;
}

.quote-t2-2 {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.contact-form-column-2 {
  background-color: #fbecd7;
  border-left: 1px solid #d88f4d;
  padding: 65px 33px 18px;
}

.contact-2 {
  margin-top: 60px;
  display: none;
}

.columns-2 {
  background-color: #fbecd7;
  border: 1px solid #d88f4d;
  margin-bottom: 0;
}

.section-heading-3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
}

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

.text-block-32 {
  color: #fff;
  font-family: Mate SC, sans-serif;
}

.accordian-pan {
  background-color: #228b22;
  border-radius: 24px;
  padding: 74px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 70px;
}

.accordian-pan.pla {
  z-index: 2;
  background-color: #f0b823;
  top: 30%;
  bottom: auto;
}

.accordian-pan.nat {
  z-index: 1;
  top: 20%;
  bottom: auto;
}

.accordian-pan.con {
  z-index: 4;
  background-color: #9e3c47;
  padding-bottom: 187px;
  position: -webkit-sticky;
  position: sticky;
  bottom: auto;
}

.accordian-pan.tra {
  z-index: 3;
  background-color: #026cb6;
  padding-top: 130px;
  top: 40%;
  bottom: auto;
}

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

.flex-expand {
  flex: 1;
}

.flex-spacer {
  width: 75px;
  height: 40px;
  flex: none;
}

.text-block-33 {
  color: #fff;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-max-2 {
  max-width: 1440px;
}

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

.image-49 {
  margin-bottom: 40px;
}

.bottom-heading {
  color: #fff;
  padding-top: 20px;
  padding-left: 80px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.qualifications {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.d-125-image-wrapper-2 {
  transform-origin: 50% 100%;
  background-color: #9e3c47;
  background-image: url('../images/C24_CONSULTANCY.png'), url('../images/output-onlinepngtools-16.png');
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 20px 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-125-image-wrapper-2._3 {
  background-color: #b68a3a;
  background-image: url('../images/Picture_6.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 80% 80%, 20px 20px;
}

.d-125-image-wrapper-2._2 {
  background-color: #b68a3a;
  background-image: url('../images/customers_ava-05_1customers_ava-05.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 20px 20px;
}

.founding-team {
  display: none;
}

.d-125-content-wrapper-2 {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #d88f4d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.paragraph-24 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.d-125-h3-heading-3 {
  color: #faf7f7;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  font-family: Mate SC, sans-serif;
  font-weight: 400;
  line-height: 8px;
}

.d-125-h3-heading-3.b {
  margin-bottom: 20px;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 0;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 12px;
}

.paragraph-25 {
  width: 100%;
  color: #faf7f7;
  text-align: justify;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.camera {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  overflow: visible;
}

.section-21 {
  height: 400vw;
  display: none;
}

.bu {
  width: 100vw;
  height: 78vh;
  background-color: #228b22;
  flex: none;
}

.bu.n {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
}

.frame {
  height: 83vh;
  display: flex;
}

.tab-link-tab-3-3 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-3-3.w--current {
  background-color: rgba(190, 186, 183, .2);
}

.div-block-118 {
  width: 75px;
  background-color: #556b2f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-118.super {
  background-color: #f0b823;
}

.div-block-118.tea {
  background-color: #9e3c47;
}

.div-block-118.vannila {
  background-color: #026cb6;
}

.tab-link-tab-1-2 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-1-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(34, 139, 34, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.italic-text-3 {
  color: #f0b823;
}

.image-50 {
  width: 230px;
}

.tab-link-tab-2-3 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-2-3.w--current {
  background-color: rgba(190, 186, 183, .2);
}

.list-item-5 {
  margin-left: 24px;
  list-style-type: square;
}

.product-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(192, 141, 93, .2);
  border: 1px solid #d88f4d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-image-2.cinnamon {
  border-color: #d88f4d;
}

.product-image-2.vanilla {
  border-color: #9c5c36;
}

.product-image-2.tea {
  border-color: #5c8b45;
}

.product-image-2.super {
  border-color: #556b2f;
}

.slide-nav-2 {
  background-color: rgba(192, 141, 93, .2);
  background-image: radial-gradient(circle, rgba(192, 141, 93, .2), #fff 28%);
}

.italic-text-2 {
  color: #026cb6;
}

.icon-6 {
  background-color: #9c5c36;
}

.icon-6.cinnamon {
  background-color: #d88f4d;
}

.icon-6.herbal {
  background-color: #556b2f;
}

.icon-6.tea {
  background-color: #5c8b45;
}

.icon-7 {
  background-color: #642d10;
}

.icon-7.tea {
  background-color: #5c8b45;
}

.icon-7.cinnamon {
  background-color: #d88f4d;
}

.icon-7.herbal {
  background-color: #556b2f;
}

.icon-7.vanilla {
  background-color: #9c5c36;
}

.tab-link-tab-4-2 {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #d88f4d;
}

.tab-link-tab-4-2.w--current {
  background-color: rgba(190, 186, 183, .2);
  padding-bottom: 15px;
}

.div-block-119 {
  width: 95%;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 10px #228b22;
}

.heading-21 {
  color: #228b22;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.link-2 {
  font-family: Mate SC, sans-serif;
  font-size: 18px;
}

.italic-text {
  color: #228b22;
  font-size: 20px;
}

.div-block-120 {
  margin-top: 10px;
  display: flex;
}

.div-block-120.cinnamon {
  justify-content: center;
  display: none;
}

.paragraph-26 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 35px;
}

.product-div-2 {
  height: 25%;
  background-color: #d88f4d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-div-2.herbal {
  background-color: #556b2f;
}

.product-div-2.vanilla {
  background-color: #9c5c36;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-div-2.tea {
  background-color: #5c8b45;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-div-2.cinnamon {
  background-color: #d88f4d;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.slider-7 {
  background-color: #fff;
  margin-top: 10px;
  display: none;
  overflow: hidden;
}

.container-3 {
  max-width: 1100px;
}

.div-block-121 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .75fr 1.5fr .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.div-block-122 {
  min-height: 300px;
  min-width: 300px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-123 {
  width: 50%;
  height: 50%;
  background-color: #d88f4d;
}

.image-51 {
  width: 100%;
  height: 100%;
}

.team-image-frame {
  width: 300px;
  height: 300px;
}

.div-block-124 {
  width: 200px;
  height: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-125 {
  width: 50%;
  height: 50%;
  background-color: #d88f4d;
}

.image-52 {
  border-radius: 50%;
  box-shadow: inset 1px 1px 3px #000;
}

.div-block-126 {
  width: 200px;
  height: 200px;
}

.text-block-34 {
  color: #d88f4d;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-span-4 {
  font-size: 10px;
}

.text-block-35 {
  color: #d88f4d;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-27 {
  font-size: 11px;
}

.image-53 {
  margin-right: 27px;
}

.div-block-127 {
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  display: flex;
}

.div-block-127.b {
  text-align: right;
  align-items: flex-end;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-dark {
  background-color: #919e7a;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.link {
  margin-top: 0;
  display: flex;
}

.title-small {
  color: #faf7f7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #faf7f7;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #faf7f7;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.text-block-36 {
  color: #faf7f7;
  margin-top: 10px;
}

.text-span-8 {
  font-size: 11px;
}

.text-span-9 {
  font-size: 12px;
}

.bold-text-8 {
  font-size: 11px;
}

.paragraph-30 {
  width: 99.8077%;
}

.italic-text-4 {
  color: #d88f4d;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-128 {
  width: 800px;
  justify-content: center;
  display: block;
}

.paragraph-31 {
  color: #d88f4d;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-129 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 49px;
  display: flex;
}

.text-block-37 {
  color: #faf7f7;
}

.image-54 {
  margin-top: 10px;
}

.div-block-130 {
  margin-top: 3%;
}

.scroll-indicator {
  z-index: 1111;
  width: 100%;
  height: 10px;
  transform-origin: 0%;
  background-image: linear-gradient(#4188ef, #4188ef);
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline {
  width: 130px;
  height: 2px;
  background-color: #d88f4d;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-underine {
  align-items: center;
  display: flex;
}

.section-22, .section-23 {
  display: block;
}

.section-24 {
  display: none;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 24px;
}

.underline-2 {
  width: 130px;
  height: 2px;
  background-color: #b68a3a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-22 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.div-block-131 {
  text-align: justify;
}

.heading-underine-2 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-max-3 {
  max-width: 1440px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.our-foundation {
  margin-top: 40px;
}

.grid-smallholder {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: justify;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 10px;
}

.section-heading-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.user-name-t2-3 {
  color: #026cb6;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
}

.quote-t2-3 {
  text-align: justify;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.slide-wrapper-2 {
  width: 1023px;
  max-width: 1400px;
  border-radius: 10px;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  box-shadow: 1px 1px 20px -10px #026cb6;
}

.slide-nav-t2-3 {
  width: 200px;
  justify-content: center;
  font-size: 14px;
  display: flex;
  top: auto;
  bottom: 23px;
  left: 141px;
  right: 0%;
}

.paragraph-32 {
  text-align: justify;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-33 {
  text-align: justify;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.block-quote {
  color: #faf7f7;
  text-align: justify;
  background-color: #5c8b45;
  border-left: 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 30px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.text-block-38 {
  color: #faf7f7;
  text-decoration: underline;
}

.link-3 {
  color: #faf7f7;
  padding-bottom: 20px;
}

.link-4 {
  color: #faf7f7;
  margin-bottom: 40px;
}

.heading-23 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-34 {
  text-align: justify;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.section-25 {
  display: none;
}

.div-block-132 {
  height: 28em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-133 {
  width: 40%;
  justify-content: center;
  align-self: center;
  display: flex;
}

.div-block-151 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 100px;
  margin-right: 100px;
}

.resource-image-div {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-6 {
  background-color: #9e3c47;
  border-radius: 5px;
  margin-top: 10px;
}

.container-max-4 {
  max-width: 1440px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-24 {
  margin-bottom: 40px;
}

.grid-24 {
  grid-template-rows: auto auto auto auto auto;
  margin-top: 40px;
}

.grid-24.factsheet {
  grid-template-rows: auto auto;
  margin-top: 10px;
}

.video-descriptor {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-61 {
  border: 1px solid #000;
}

.field-2 {
  height: 52px;
  color: #323232;
  text-transform: none;
  border: 0 solid #000;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field-2:hover {
  background-color: rgba(255, 255, 255, .8);
}

.field-2:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.paragraph-35 {
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.contact-text-2 {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  font-family: Mate SC, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.contact-text-2.email {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.contact-section {
  margin-top: 0;
  display: none;
}

.contact-form-column-3 {
  background-color: #fbecd7;
  border-left: 1px solid #d88f4d;
  flex-direction: column;
  padding: 65px 33px 18px;
  display: flex;
}

.columns-3 {
  background-color: #fbecd7;
  border: 1px solid #d88f4d;
  margin-top: 20px;
  margin-bottom: 0;
}

.success-message-2 {
  text-align: center;
  background-color: #edfff1;
  margin-bottom: 0;
}

.footer-copyright-center-2 {
  color: #faf7f7;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}

.text-block-39 {
  color: #faf7f7;
  font-size: 15px;
}

.title-small-2 {
  color: #faf7f7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.link-5 {
  color: #faf7f7;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-5:hover {
  color: #333;
}

.footer-dark-2 {
  background-color: #919e7a;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-link-3 {
  color: #faf7f7;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-social-link-2:hover {
  background-color: #aa8935;
}

.image-62 {
  margin-top: 10px;
}

.text-block-40 {
  color: #faf7f7;
  margin-top: 10px;
}

.footer-social-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: -12px;
  display: none;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-26 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 50% 48%;
  margin-bottom: 40px;
  padding-left: 10px;
}

.div-block-152 {
  border: 2px solid #5c8b45;
}

.footer-dark-3 {
  background-color: #b68a3a;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 50px 30px 15px;
  display: none;
  position: relative;
}

.div-block-153, .div-block-154, .div-block-155 {
  text-align: justify;
}

.section-26 {
  margin-top: 40px;
}

.smallholder-testimonial-wrapper {
  width: 90%;
  max-width: 1400px;
  border-radius: 8px;
  align-items: center;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.tabs-3 {
  margin-bottom: 40px;
}

.grid-27 {
  grid-row-gap: 0px;
}

.grid-28 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr .75fr;
  padding-left: 10px;
  padding-right: 10px;
}

.list-5 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-9 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.div-block-156 {
  margin-left: 10px;
}

.link-block {
  margin-top: 20px;
}

.text-block-41 {
  font-size: 10px;
}

.text-block-42 {
  font-size: 11px;
}

.scan {
  margin-top: 7px;
  font-size: 10px;
}

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

@media screen and (min-width: 1440px) {
  .heading-underine-2 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    margin-top: 0;
    padding: 20px;
    font-size: 24px;
  }

  .heading-2 {
    margin-top: 40px;
    font-size: 50px;
  }

  .heading-3 {
    margin-top: 40px;
    font-size: 55px;
  }

  .div-block-7 {
    margin-top: 40px;
  }

  .div-block-8 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .container-max.nav {
    max-width: 1881px;
    margin-top: 0;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 45px;
  }

  .nav-menu-2 {
    align-items: center;
    margin-top: 10px;
    font-size: 22px;
  }

  .nav-link-6 {
    padding: 20px 30px;
  }

  .image-11 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0;
  }

  .navbar-2 {
    background-color: #fffdfd;
  }

  .hero-para {
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .vertical-name-div.cinnamon, .vertical-name-div.vanilla, .vertical-name-div.tea, .vertical-name-div.herbal {
    width: 100px;
  }

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

  .rich-text-block-2 {
    font-size: 24px;
    line-height: 45px;
  }

  .product-tabs {
    font-size: 24px;
    line-height: 26px;
  }

  .product-tabs.w--current {
    width: 165px;
    font-size: 22px;
  }

  .text-block-7 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-8 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-6 {
    font-size: 30px;
    line-height: 50px;
  }

  .list {
    font-size: 30px;
    line-height: 48px;
  }

  .brand {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-9 {
    line-height: 26px;
  }

  .container-wide {
    max-width: 1640px;
  }

  .nav-menu-3 {
    margin-top: 30px;
    font-size: 24px;
  }

  .div-block-55 {
    margin-left: 40px;
    padding-right: 10px;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 58px;
  }

  .heading-14 {
    margin-bottom: 20px;
    font-size: 62px;
    line-height: 90px;
  }

  .paragraph-11 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 45px;
  }

  .paragraph-12 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 45px;
  }

  .button-2 {
    padding: 20px 40px;
    font-size: 24px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-13 {
    font-size: 24px;
    line-height: 44px;
  }

  .paragraph-14 {
    font-size: 24px;
    line-height: 45px;
  }

  .our-community {
    margin-top: 40px;
  }

  .text-block-12 {
    width: 100px;
    font-size: 20px;
    line-height: 24px;
  }

  .tab-link-tab-6 {
    font-size: 16px;
  }

  .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19 {
    width: 100px;
    font-size: 20px;
    line-height: 24px;
  }

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

  .paragraph-16 {
    font-size: 24px;
    line-height: 44px;
  }

  .list-4 {
    font-size: 24px;
    line-height: 42px;
  }

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

  .contact-text.footer {
    font-size: 18px;
  }

  .contact-text.footer-heading {
    font-size: 22px;
  }

  .paragraph-19 {
    width: 91%;
  }

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

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

  .heading-19 {
    font-size: 26px;
  }

  .div-block-88 {
    background-image: linear-gradient(to top, #919e7a, #fff);
  }

  .our-accreditation {
    margin-top: 60px;
  }

  .quote-t2 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-span {
    font-size: 18px;
  }

  .section-testamonial {
    margin-top: 40px;
  }

  .container-wide-2 {
    max-width: 1640px;
  }

  .text-block-27 {
    color: #fdfdfd;
  }

  .text-block-27._1a {
    color: #919e7a;
  }

  .nav-menu-4 {
    margin-top: 30px;
    font-size: 24px;
  }

  .nav-menu-5 {
    margin-top: 0;
    font-size: 24px;
  }

  .paragraph-23 {
    font-size: 24px;
    line-height: 45px;
  }

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

  .accordian-pan {
    padding: 75px;
    display: flex;
  }

  .paragraph-26 {
    font-size: 24px;
    line-height: 44px;
  }

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

  .our-foundation {
    margin-top: 40px;
  }

  .section-heading-4 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .paragraph-32 {
    font-size: 24px;
  }

  .paragraph-33 {
    font-size: 24px;
    line-height: 44px;
  }

  .paragraph-34 {
    font-size: 24px;
    line-height: 45px;
  }

  .paragraph-35 {
    width: 91%;
  }

  .contact-text-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .list-5 {
    font-size: 24px;
    line-height: 44px;
  }
}

@media screen and (max-width: 991px) {
  .hero-text {
    flex-direction: column;
  }

  .text-block {
    height: 100%;
  }

  .heading.hero {
    font-size: 53px;
  }

  .brand-name-hero {
    font-size: 46px;
  }

  .tezt-hero {
    font-size: 20px;
  }

  .div-block-4 {
    margin-top: 18px;
  }

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

  .button.contact {
    display: none;
  }

  .image-2 {
    margin-left: 10px;
  }

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

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

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 50px;
  }

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

  .div-block-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .loop-wrapper {
    height: 9%;
    display: flex;
  }

  .image-6 {
    height: 89%;
  }

  .container-max {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-max.nav {
    background-color: #fff;
    margin-left: 10px;
  }

  .div-block-13 {
    width: 75%;
    height: 85vw;
    margin-left: 20px;
  }

  .paragraph-2 {
    margin-left: 0;
    margin-right: 20px;
    font-size: 20px;
  }

  .image-7 {
    margin-right: -3px;
  }

  .image-8 {
    height: 108%;
    object-fit: contain;
    margin-top: -43px;
  }

  .section-heading {
    margin-left: 0;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #faf7f7;
  }

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

  .nav-link-4 {
    text-align: center;
    background-color: #faf7f7;
  }

  .nav-link-5 {
    text-align: center;
  }

  .heading-line {
    margin-bottom: 10px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
    padding-left: 0;
  }

  .green-logo-big {
    width: 90%;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 10px;
  }

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

  .div-block-18, .menu-button {
    margin-top: 10px;
  }

  .icon {
    font-size: 38px;
  }

  .nav-menu-2 {
    background-color: #faf7f7;
    margin-top: 0;
  }

  .nav-link-6 {
    margin-bottom: 20px;
  }

  .image-11 {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .menu-button-2 {
    margin-top: 0;
    margin-right: 20px;
  }

  .nav-link-7, .nav-link-8 {
    background-color: #fff;
  }

  .nav-link-9, .nav-link-10 {
    background-color: #faf7f7;
  }

  .navbar-2 {
    background-color: #fffcfc;
    position: -webkit-sticky;
    position: sticky;
  }

  .icon-2 {
    font-size: 40px;
  }

  .description-wrapper {
    display: flex;
  }

  .hero-para {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .vertical-name-div.cinnamon {
    width: 66px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .vertical-name-div.cloves {
    width: 50px;
  }

  .text-block-6 {
    min-width: 494%;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    display: flex;
  }

  .bold-text {
    letter-spacing: 8px;
    font-size: 14px;
  }

  .div-block-26 {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

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

  .nav-menu-3 {
    background-color: #faf7f7;
  }

  .section-7 {
    flex-direction: column;
  }

  .div-block-37 {
    width: 100vw;
    height: 60vh;
  }

  .div-block-38 {
    width: 100vw;
    height: 30vh;
  }

  .div-block-39 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 20px;
  }

  .grid-13 {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-41 {
    height: 60vh;
  }

  .div-block-42 {
    background-color: #d88f4d;
  }

  .image-21, .image-22 {
    object-fit: cover;
  }

  .navbar-4 {
    background-color: #faf7f7;
  }

  .image-26 {
    margin-top: 10px;
  }

  .menu-button-3 {
    margin-top: 15px;
  }

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

  .div-block-52, .div-block-53 {
    width: 50vw;
  }

  .div-block-55 {
    margin-right: 20px;
  }

  .heading-13 {
    font-size: 38px;
    line-height: 34px;
  }

  .heading-14 {
    font-size: 40px;
    line-height: 54px;
  }

  .div-block-56 {
    margin-top: 10px;
  }

  .grid-20 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    margin-right: 10px;
  }

  .grid-20.company {
    grid-template-columns: 1.5fr;
  }

  .section-9 {
    background-color: rgba(0, 0, 0, 0);
  }

  .tab-link-tab-1 {
    background-color: rgba(0, 0, 0, 0);
    border-right: 1px solid #d88f4d;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .tab-link-tab-3.w--current {
    background-color: rgba(192, 141, 93, .2);
  }

  .text-block-13, .text-block-14 {
    font-family: Mate SC, sans-serif;
  }

  .tabs-content {
    display: block;
  }

  .tab__link {
    padding: .5rem 1rem;
  }

  .tab-link__name {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

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

  .div-block-71 {
    width: 73px;
  }

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

  .contact-text {
    text-align: left;
    font-size: 16px;
    display: flex;
  }

  .contact-text.footer {
    padding-left: 0;
    font-size: 13px;
  }

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

  .heading-19 {
    font-size: 18px;
  }

  .div-block-84 {
    flex-direction: column;
  }

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

  .grid-19 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .5fr .5fr;
    margin-top: 60px;
  }

  .browser-demo {
    width: 500px;
    height: 300px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .window-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .d-125-3d-wrapper {
    margin-bottom: 60px;
  }

  .image-36 {
    margin-right: 0;
  }

  .div-block-93 {
    margin-right: 10px;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-t2 {
    font-size: 17px;
  }

  .text-span {
    font-size: 15px;
  }

  .window-wrapper-2 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .browser-demo-2 {
    height: 300px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    display: none;
  }

  .card-wrapper, .card-wrapper-2 {
    margin-bottom: 60px;
  }

  .image-44 {
    margin-top: 10px;
  }

  .nav-menu-4, .navbar-5 {
    background-color: #faf7f7;
  }

  .menu-button-4 {
    margin-top: 15px;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .input.mod--hero {
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
    max-width: 300px;
  }

  .form-block-2.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__columns {
    display: block;
  }

  .hero__col.col--2 {
    display: none;
  }

  .hero__h1 {
    margin-bottom: 30px;
  }

  .swiper-slide.slide--persons {
    width: auto;
  }

  .hero__person-txt-less {
    display: none;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .hero__h1-2 {
    margin-bottom: 30px;
  }

  .nav-menu-5 {
    background-color: #faf7f7;
  }

  .image-47 {
    margin-top: 10px;
  }

  .hero__h1-3 {
    margin-bottom: 30px;
  }

  .section-heading-2 {
    margin-left: 0;
  }

  .grid-21 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    margin-right: 10px;
  }

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

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

  .div-block-112 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 10px;
    display: flex;
  }

  .text-wrapper-t2-2 {
    max-width: 425px;
    margin-left: 0;
    margin-right: 10px;
  }

  .testimonials-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-t2-2 {
    margin-bottom: 10px;
  }

  .section-heading-3 {
    margin-left: 0;
  }

  .accordian-pan {
    flex-direction: row;
  }

  .flex-spacer {
    width: 50px;
  }

  .camera {
    overflow: hidden;
  }

  .div-block-118 {
    width: 73px;
  }

  .tab-link-tab-1-2 {
    background-color: rgba(0, 0, 0, 0);
    border-right: 1px solid #d88f4d;
  }

  .tabs-2 {
    display: none;
    overflow: visible;
  }

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

  .text-block-34 {
    margin-top: 20px;
    font-size: 18px;
  }

  .text-block-35 {
    margin-top: 5px;
    font-size: 14px;
  }

  .image-53 {
    margin-right: auto;
  }

  .div-block-127 {
    margin-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-image-two {
    margin-bottom: 0;
    padding: 20px;
  }

  .team-member-name-two {
    color: #d88f4d;
    margin-bottom: 0;
    font-size: 20px;
  }

  .text-span-5 {
    font-size: 14px;
  }

  .paragraph-28, .paragraph-29 {
    text-align: justify;
  }

  .text-span-6 {
    font-size: 12px;
  }

  .footer-brand {
    margin-right: 27px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-social-block {
    flex-direction: column;
  }

  .footer-social-link {
    margin-bottom: 20px;
  }

  .text-block-36 {
    margin-top: 5px;
  }

  .div-block-131 {
    margin-right: 10px;
  }

  .container-max-3 {
    margin-top: 0;
  }

  .grid-smallholder {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr 1fr;
    margin-right: 10px;
  }

  .section-heading-4 {
    margin-left: 0;
  }

  .quote-t2-3 {
    margin-bottom: 10px;
  }

  .slide-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-23 {
    margin-top: 40px;
  }

  .div-block-133 {
    width: 60%;
  }

  .grid-25 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-max-4 {
    margin-top: 0;
  }

  .contact-text-2 {
    text-align: left;
    font-size: 16px;
    display: flex;
  }

  .footer-dark-2 {
    margin-top: 0;
  }

  .footer-social-link-2 {
    margin-bottom: 20px;
  }

  .text-block-40 {
    margin-top: 5px;
  }

  .footer-social-block-2 {
    flex-direction: column;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .grid-26 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 50% 47%;
  }

  .smallholder-testimonial-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-27 {
    grid-template-columns: 2.5fr;
  }

  .grid-28 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    display: block;
  }

  .image-2 {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home {
    height: 129%;
  }

  .grid-3 {
    grid-template-rows: 61vh .25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .heading-2, .heading-3 {
    font-size: 40px;
  }

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

  .section-2 {
    display: none;
    overflow: visible;
  }

  .container-max {
    margin-top: 0;
  }

  .container-max.nav {
    margin-left: 0;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .section-heading {
    font-size: 28px;
  }

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

  .green-logo-big {
    width: 50%;
    padding-left: 10px;
  }

  .signature {
    margin-top: 60px;
    margin-right: 0;
    display: none;
  }

  .image-11 {
    margin-left: 10px;
  }

  .hero-para {
    font-size: 18px;
  }

  .vertical-name-div.cinnamon, .vertical-name-div.vanilla, .vertical-name-div.tea, .vertical-name-div.herbal, .vertical-name-div.natural {
    width: 50px;
  }

  .text-block-6 {
    text-transform: uppercase;
    font-family: Mate SC, sans-serif;
  }

  .bold-text {
    min-width: 335px;
    font-family: Mate SC, sans-serif;
    font-weight: 400;
  }

  .rich-text-block-2 {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 17px;
  }

  .image-26, .menu-button-3 {
    margin-top: 5px;
  }

  .section-hero {
    flex-direction: column;
  }

  .div-block-52 {
    width: 100vw;
    height: 60vh;
    flex-direction: row;
  }

  .div-block-53 {
    width: 100vw;
    height: 50vh;
  }

  .grid-15 {
    height: 50vh;
    grid-template-rows: auto auto;
  }

  .slider-6 {
    height: 50vh;
  }

  .div-block-55 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .heading-13 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-14 {
    font-size: 34px;
    line-height: 42px;
  }

  .paragraph-11 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
  }

  .paragraph-12 {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 26px;
  }

  .div-block-56 {
    margin-top: 10px;
  }

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

  .grid-20 {
    grid-row-gap: 8px;
    grid-template-rows: 121px auto;
    grid-template-columns: 1.5fr;
    margin-right: 10px;
    padding-left: 10px;
  }

  .grid-20.company {
    grid-template-rows: auto auto auto auto auto;
  }

  .paragraph-13, .paragraph-14 {
    text-align: justify;
  }

  .form-block {
    padding: 2rem;
  }

  .tab-pane__content {
    flex-direction: column;
  }

  .tab-pane__left-column {
    padding-bottom: 0;
  }

  .tab-link-tab-6 {
    border-right: 1px solid #d88f4d;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .div-block-71 {
    width: 50px;
  }

  .div-block-71.cinnamon {
    width: 45px;
  }

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

  .contact-form {
    padding: 40px 20px;
  }

  .footer {
    padding: 0 20px 40px;
  }

  .footer-image {
    object-fit: contain;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

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

  .contact-text.footer {
    letter-spacing: 3px;
    text-indent: 0;
  }

  .contact-text.footer-heading {
    margin-bottom: 5px;
  }

  .paragraph-19 {
    justify-content: center;
    display: flex;
  }

  .heading-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-22 {
    letter-spacing: 1px;
  }

  .heading-19 {
    font-size: 18px;
  }

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

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

  .browser-demo {
    width: 400px;
    height: 300px;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .window-wrapper {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .column, .column-2 {
    bottom: 5px;
  }

  .user-name-t2 {
    text-align: center;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .user-picture-t2 {
    border-bottom-left-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-1-t2 {
    margin-bottom: 55px;
  }

  .slider-t2 {
    height: auto;
  }

  .text-wrapper-t2 {
    max-width: none;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-wrapper-t2 {
    flex-direction: column;
  }

  .testimonials-t2 {
    padding: 40px 10px;
  }

  .company-name-t2 {
    text-align: center;
  }

  .slide-nav-t2 {
    font-size: 20px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .quote-t2 {
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .text-span {
    font-size: 14px;
  }

  .window-wrapper-2 {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo-2 {
    width: 400px;
    height: 300px;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-29 {
    margin-bottom: 0;
  }

  .image-44, .menu-button-4 {
    margin-top: 5px;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px rgba(0, 0, 0, .03);
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px rgba(0, 0, 0, .1);
  }

  .form-block-2.mod--hero {
    max-width: 340px;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.section--hero {
    padding-top: 100px;
  }

  .hero__columns {
    display: block;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .swiper-slide {
    width: 100%;
  }

  .image-47 {
    margin-top: 5px;
  }

  .section-heading-2 {
    font-size: 28px;
  }

  .paragraph-23 {
    text-align: justify;
  }

  .grid-21 {
    grid-row-gap: 8px;
    grid-template-rows: 184px auto;
    grid-template-columns: 1.5fr;
    margin-right: 10px;
    padding-left: 10px;
  }

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

  .slide-nav-t2-2 {
    font-size: 20px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .text-wrapper-t2-2 {
    max-width: none;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .user-name-t2-2 {
    text-align: center;
    margin-top: 10px;
  }

  .testimonials-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .quote-t2-2 {
    text-align: justify;
    margin: 0 auto;
  }

  .contact-form-column-2 {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .section-heading-3 {
    font-size: 28px;
  }

  .accordian-pan {
    flex-direction: column;
  }

  .div-block-118 {
    width: 50px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    flex-direction: row;
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .text-block-36 {
    align-self: flex-start;
    margin-top: 20px;
  }

  .text-block-37 {
    align-self: flex-start;
  }

  .container-max-3 {
    margin-top: 0;
  }

  .grid-smallholder {
    grid-row-gap: 8px;
    grid-template-rows: 184px auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    margin-right: 10px;
    padding-left: 10px;
  }

  .section-heading-4 {
    font-size: 28px;
  }

  .user-name-t2-3 {
    text-align: center;
    margin-top: 10px;
  }

  .quote-t2-3 {
    text-align: justify;
    margin: 0 auto;
  }

  .slide-wrapper-2 {
    width: 90%;
  }

  .slide-nav-t2-3 {
    font-size: 15px;
    top: 85%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-132 {
    height: 15em;
  }

  .div-block-133 {
    width: 40%;
  }

  .div-block-151 {
    margin-bottom: 40px;
  }

  .grid-25 {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .resource-image-div {
    margin-top: 20px;
  }

  .container-max-4 {
    margin-top: 0;
  }

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

  .grid-24.factsheet {
    grid-template-rows: auto auto auto auto auto;
  }

  .contact-text-2 {
    font-size: 13px;
  }

  .contact-form-column-3 {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .text-block-39 {
    text-align: center;
    line-height: 22px;
  }

  .title-small-2 {
    margin-bottom: 10px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-3:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .image-62 {
    margin-top: 0;
  }

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

  .footer-social-block-2 {
    flex-direction: row;
    margin-top: 10px;
    margin-left: -20px;
  }

  .footer-content-2 {
    text-align: center;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-26 {
    margin-right: 10px;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .smallholder-testimonial-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-157 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    padding: 0;
  }

  .home {
    height: 58%;
  }

  .grid-3 {
    grid-template-rows: 70vh .25fr 1fr;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 35px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-2 {
    margin-top: 20px;
    font-size: 18px;
  }

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

  .div-block-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-max {
    margin-top: 0;
  }

  .container-max.nav {
    margin-left: 0;
  }

  .paragraph-2 {
    margin: 20px 10px 10px 0;
    font-size: 16px;
  }

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

  .heading-line {
    margin-top: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto 160px 1fr 1.25fr;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 0;
  }

  .green-logo-big {
    width: 85%;
  }

  .signature {
    width: 57%;
    margin-top: 0;
    margin-right: -10px;
  }

  .image-11 {
    margin-left: 0;
  }

  .menu-button-2 {
    margin-right: 10px;
  }

  .our-mission {
    margin-top: 20px;
  }

  .slide {
    margin-left: 37px;
  }

  .icon-3 {
    margin-left: 0;
    margin-right: 40px;
  }

  .icon-3.cinnamon {
    margin-left: 0;
  }

  .icon-3.tea {
    margin-right: 0;
  }

  .icon-3.herbal {
    margin-left: 0;
  }

  .hero-para {
    font-size: 16px;
  }

  .vertical-name-div.cinnamon {
    width: 50px;
  }

  .text-block-6 {
    min-width: 571%;
    font-size: 14px;
  }

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

  .rich-text-block-2 {
    padding-left: 10px;
    font-size: 16px;
  }

  .icon-4 {
    margin-left: 40px;
  }

  .icon-4.cinnamon {
    margin-right: 0;
  }

  .icon-4.tea {
    margin-left: 40px;
    margin-right: 0;
  }

  .icon-4.herbal {
    margin-right: 0;
  }

  .icon-4.vanilla {
    margin-left: 40px;
    margin-right: 0;
  }

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

  .heading-8 {
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-7 {
    margin-bottom: 10px;
    font-size: 18px;
  }

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

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

  .div-block-52 {
    height: 70vh;
  }

  .div-block-55 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 28px;
  }

  .heading-14 {
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-11, .paragraph-12 {
    font-size: 15px;
  }

  .div-block-56 {
    margin-top: 5px;
  }

  .button-2 {
    font-size: 13px;
  }

  .grid-20 {
    grid-template-rows: 121px auto;
  }

  .grid-20.company {
    grid-template-columns: 1.25fr;
  }

  .tab__link {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .tab-pane__left-column {
    padding-top: 2rem;
  }

  .div-block-71.cinnamon, .div-block-71.super, .div-block-71.vannila, .div-block-71.tea, .div-block-71.spice, .div-block-71.natural {
    width: 25px;
  }

  .heading-17 {
    font-size: 18px;
    line-height: 30px;
  }

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

  .list-4 {
    margin-left: -25px;
    font-size: 16px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .contact-info-column, .contact-form-column {
    text-align: center;
  }

  .contact-icon {
    margin-top: 20px;
  }

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

  .contact-text.footer {
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .contact-text.footer-heading {
    margin-bottom: 5px;
  }

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

  .text-block-22 {
    text-align: center;
    letter-spacing: 0;
  }

  .heading-19 {
    font-size: 16px;
  }

  .div-block-82 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-83 {
    text-align: left;
    align-items: center;
    margin-top: 0;
  }

  .div-block-85 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
  }

  .grid-19 {
    grid-template-rows: auto auto auto auto auto auto auto;
    margin-top: 40px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .window-wrapper {
    align-items: center;
    margin-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .d-125-3d-wrapper {
    width: 300px;
  }

  .image-36 {
    margin-top: 0;
    margin-right: 0;
  }

  .d-125-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    bottom: 5px;
  }

  .testimonials-wrapper {
    width: 100%;
    border-radius: 0;
  }

  .user-picture-t2 {
    width: 200px;
  }

  .testimonials-t2 {
    width: 100%;
  }

  .quote-t2 {
    font-size: 17px;
  }

  .window-wrapper-2 {
    align-items: center;
    margin-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo-2 {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    width: 300px;
  }

  .card-content-wrapper {
    padding-right: 60px;
  }

  .card-wrapper-2 {
    width: 300px;
  }

  .input {
    width: 100%;
  }

  .form-block-2, .form-block-2.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

  .swiper-slide {
    width: 100%;
  }

  .section-heading-2 {
    font-size: 24px;
  }

  .heading-line-2 {
    margin-top: 0;
  }

  .paragraph-23 {
    margin-bottom: 0;
  }

  .grid-21 {
    grid-template-rows: 220px auto;
  }

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

  .slide-nav-t2-2 {
    margin-bottom: 10px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
  }

  .quote-t2-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .contact-form-column-2 {
    text-align: center;
  }

  .section-heading-3 {
    font-size: 24px;
  }

  .d-125-content-wrapper-2 {
    padding-right: 60px;
  }

  .div-block-118.super {
    width: 40px;
  }

  .div-block-118.tea, .div-block-118.vannila {
    width: 25px;
  }

  .list-item-5 {
    text-align: left;
    margin-left: 40px;
    font-size: 16px;
    line-height: 30px;
    list-style-type: square;
  }

  .list-item-4 {
    padding-left: 25px;
  }

  .icon-6.cinnamon {
    margin-left: 0;
  }

  .icon-7.cinnamon {
    margin-right: 0;
  }

  .heading-21 {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-26 {
    font-size: 16px;
    line-height: 30px;
  }

  .list-item-6 {
    margin-left: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .heading-22 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-22 {
    margin-bottom: 20px;
  }

  .div-block-131 {
    margin-top: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .container-max-3 {
    margin-bottom: 0;
  }

  .our-foundation {
    margin-top: 0;
  }

  .grid-smallholder {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr 1fr 1fr;
    grid-auto-columns: 1.25fr;
    margin-right: 0;
    padding-right: 10px;
  }

  .section-heading-4 {
    font-size: 24px;
  }

  .quote-t2-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .slide-wrapper-2 {
    width: 90%;
    border-radius: 0;
    margin-top: 0;
  }

  .slide-nav-t2-3 {
    margin-bottom: 10px;
  }

  .paragraph-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-133 {
    width: 60%;
  }

  .grid-25, .video-descriptor {
    margin-left: 0;
    margin-right: 0;
  }

  .field-2 {
    text-transform: uppercase;
  }

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

  .contact-text-2 {
    text-align: center;
    justify-content: center;
  }

  .contact-text-2.email {
    justify-content: center;
  }

  .contact-form-column-3 {
    text-align: center;
  }

  .grid-26 {
    margin-right: 15px;
  }

  .smallholder-testimonial-wrapper {
    width: 100%;
    border-radius: 0;
  }
}

#w-node-_5cbbac80-b515-8f62-5ff8-d8b4bb6d6692-5f628d6d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5cbbac80-b515-8f62-5ff8-d8b4bb6d6694-5f628d6d, #w-node-c26ba080-6346-9689-70f7-bb9f54b3843a-5f628d6d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b3843c-5f628d6d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b38441-5f628d6d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b38443-5f628d6d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b38448-5f628d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b3844a-5f628d6d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b38476-5f628d6d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b38477-5f628d6d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b38478-5f628d6d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b3847c-5f628d6d {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: center;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b3847e-5f628d6d {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-c26ba080-6346-9689-70f7-bb9f54b38480-5f628d6d {
  grid-area: 6 / 1 / 7 / 2;
  justify-self: center;
}

#w-node-_076e1471-6cbe-e1de-e4a5-96d02f58ae71-5f628d6d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_076e1471-6cbe-e1de-e4a5-96d02f58ae73-5f628d6d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_076e1471-6cbe-e1de-e4a5-96d02f58ae75-5f628d6d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_9a46e119-4ff9-c552-f02c-2b64b5257258-5f628d6d {
  align-self: center;
  justify-self: center;
}

#w-node-_076e1471-6cbe-e1de-e4a5-96d02f58ae78-5f628d6d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_252b774b-2592-5988-cecb-339667fd5262-5f628d6d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_252b774b-2592-5988-cecb-339667fd5264-5f628d6d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7c47e833-ee33-4796-02c6-35ae41901049-5f628d6d, #w-node-_7c47e833-ee33-4796-02c6-35ae41901058-5f628d6d, #w-node-_7c47e833-ee33-4796-02c6-35ae41901062-5f628d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98541dc2-aa13-a851-373a-794f7de84be9-aa0710d7, #w-node-ea4a19c2-70fc-f41b-961c-b421bcd693bd-aa0710d7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fe18d260-439b-87ba-b9ce-e3e7a2285647-aa0710d7 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c8382772-cf78-50fc-b8f2-1d678d4ce884-aa0710d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c8382772-cf78-50fc-b8f2-1d678d4ce885-aa0710d7 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-c8382772-cf78-50fc-b8f2-1d678d4ce886-aa0710d7 {
  grid-area: 3 / 3 / 5 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-f1b3363f-543f-81f1-391c-75a4d7cc01d2-aa0710d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1b3363f-543f-81f1-391c-75a4d7cc01d4-aa0710d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a0070a3b-70d1-786c-5ef0-d010a532064d-aa0710d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0070a3b-70d1-786c-5ef0-d010a532064f-aa0710d7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a0070a3b-70d1-786c-5ef0-d010a532065e-aa0710d7 {
  align-self: center;
  justify-self: center;
}

#w-node-e2f68767-a183-be72-a9ff-e8c12e4fe872-aa0710d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2f68767-a183-be72-a9ff-e8c12e4fe874-aa0710d7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e2f68767-a183-be72-a9ff-e8c12e4fe883-aa0710d7 {
  align-self: center;
  justify-self: center;
}

#w-node-d770c1ed-ae74-a4a9-ddfa-6634a595e65b-aa0710d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d770c1ed-ae74-a4a9-ddfa-6634a595e65d-aa0710d7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d770c1ed-ae74-a4a9-ddfa-6634a595e66c-aa0710d7 {
  align-self: center;
  justify-self: center;
}

#w-node-_090be906-014f-165a-4d94-ce374ea3f15d-aa0710d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_090be906-014f-165a-4d94-ce374ea3f15f-aa0710d7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_090be906-014f-165a-4d94-ce374ea3f16e-aa0710d7 {
  align-self: center;
  justify-self: center;
}

#w-node-acd4bfbe-59e9-ac8c-510d-a1c5f4e3e3e6-aa0710d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acd4bfbe-59e9-ac8c-510d-a1c5f4e3e3e8-aa0710d7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-acd4bfbe-59e9-ac8c-510d-a1c5f4e3e3f7-aa0710d7 {
  align-self: center;
  justify-self: center;
}

#w-node-b9011721-9de9-2827-722e-bbd70af326a9-aa0710d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9011721-9de9-2827-722e-bbd70af326ab-aa0710d7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b9011721-9de9-2827-722e-bbd70af326ba-aa0710d7 {
  align-self: center;
  justify-self: center;
}

#w-node-_8b945b0b-b988-1ced-831a-1c9a0a3e5370-aa0710d7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_833ab5a7-fb94-4350-5877-241a82a06242-aa0710d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_559ca267-3cdb-2873-7ecb-f3d65c2243f9-aa0710d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_71d60ef7-4499-99e3-86f4-81ff27e31d00-aa0710d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c2c01b-a8de-f197-1550-17c712c93e8c-aa0710d7 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4447c06f-bfee-218f-0e0b-7cc533722954-aa0710d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4447c06f-bfee-218f-0e0b-7cc533722956-aa0710d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b2-aa0710d7 {
  grid-area: 1 / 4 / 3 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b3-aa0710d7 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_2b1df2ba-1465-4668-ecc8-b3493fb69ef0-aa0710d7 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_724debc1-cc4f-1990-0760-a81add00ab29-aa0710d7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2b1df2ba-1465-4668-ecc8-b3493fb69eee-aa0710d7 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_33c3be20-65a9-4ab8-1f78-a9752d5d9447-aa0710d7 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_33c3be20-65a9-4ab8-1f78-a9752d5d9448-aa0710d7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_33c3be20-65a9-4ab8-1f78-a9752d5d9462-aa0710d7 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_09a6cea5-3246-47a8-15b3-e62dc7f4ed01-aa0710d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09a6cea5-3246-47a8-15b3-e62dc7f4ed03-aa0710d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_97585668-22fc-a249-e502-e5bc0bd5a85f-aa0710d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67973443-74f4-5ed7-7127-714873904d3b-aa0710d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3071f7d7-ae24-5e65-e287-65f572e3f6b5-aa0710d7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_437a7aea-5383-9bf9-cb38-124e9cf67a29-aa0710d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3b91f23b-a1b5-ad66-fd10-fcf330aff682-aa0710d7 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_72d16292-b9d0-0cda-d010-f55d95c20677-aa0710d7 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-c22e1faa-8167-58b4-471d-b60421be7fa1-aa0710d7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_42bb58a0-640f-c3fd-29b3-b977722e7d89-aa0710d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42bb58a0-640f-c3fd-29b3-b977722e7d8b-aa0710d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_42794c3c-8c3e-67ab-8b2d-c8d099db4999-aa0710d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42794c3c-8c3e-67ab-8b2d-c8d099db499b-aa0710d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_42794c3c-8c3e-67ab-8b2d-c8d099db499c-aa0710d7, #w-node-e6f39996-7fac-1c41-6a01-ef98656aba36-aa0710d7, #w-node-e6f39996-7fac-1c41-6a01-ef98656aba45-aa0710d7, #w-node-e6f39996-7fac-1c41-6a01-ef98656aba4f-aa0710d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_5cbbac80-b515-8f62-5ff8-d8b4bb6d6692-5f628d6d, #w-node-_42bb58a0-640f-c3fd-29b3-b977722e7d89-aa0710d7 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fe18d260-439b-87ba-b9ce-e3e7a2285647-aa0710d7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce885-aa0710d7 {
    grid-area: 5 / 2 / 6 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce886-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-_8b945b0b-b988-1ced-831a-1c9a0a3e5370-aa0710d7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_833ab5a7-fb94-4350-5877-241a82a06242-aa0710d7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_559ca267-3cdb-2873-7ecb-f3d65c2243f9-aa0710d7 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_71d60ef7-4499-99e3-86f4-81ff27e31d00-aa0710d7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_37c2c01b-a8de-f197-1550-17c712c93e8c-aa0710d7 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b2-aa0710d7 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b3-aa0710d7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_97585668-22fc-a249-e502-e5bc0bd5a85f-aa0710d7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_67973443-74f4-5ed7-7127-714873904d3b-aa0710d7 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3071f7d7-ae24-5e65-e287-65f572e3f6b5-aa0710d7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_437a7aea-5383-9bf9-cb38-124e9cf67a29-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3b91f23b-a1b5-ad66-fd10-fcf330aff682-aa0710d7, #w-node-_72d16292-b9d0-0cda-d010-f55d95c20677-aa0710d7 {
    grid-area: 6 / 1 / 7 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-c22e1faa-8167-58b4-471d-b60421be7fa1-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c26ba080-6346-9689-70f7-bb9f54b38441-5f628d6d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-c26ba080-6346-9689-70f7-bb9f54b3844a-5f628d6d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fe18d260-439b-87ba-b9ce-e3e7a2285647-aa0710d7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce882-aa0710d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce885-aa0710d7 {
    grid-area: 5 / 3 / 6 / 4;
    align-self: start;
    justify-self: center;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce886-aa0710d7 {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-a0070a3b-70d1-786c-5ef0-d010a5320651-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-a0070a3b-70d1-786c-5ef0-d010a532065e-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-e2f68767-a183-be72-a9ff-e8c12e4fe876-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-e2f68767-a183-be72-a9ff-e8c12e4fe883-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-d770c1ed-ae74-a4a9-ddfa-6634a595e65f-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d770c1ed-ae74-a4a9-ddfa-6634a595e66c-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_090be906-014f-165a-4d94-ce374ea3f161-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_090be906-014f-165a-4d94-ce374ea3f16e-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-acd4bfbe-59e9-ac8c-510d-a1c5f4e3e3ea-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-acd4bfbe-59e9-ac8c-510d-a1c5f4e3e3f7-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-b9011721-9de9-2827-722e-bbd70af326ad-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b9011721-9de9-2827-722e-bbd70af326ba-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b2-aa0710d7 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b3-aa0710d7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_437a7aea-5383-9bf9-cb38-124e9cf67a29-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c26ba080-6346-9689-70f7-bb9f54b38478-5f628d6d {
    justify-self: center;
  }

  #w-node-fe18d260-439b-87ba-b9ce-e3e7a2285647-aa0710d7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce882-aa0710d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce885-aa0710d7 {
    grid-area: 6 / 1 / 7 / 3;
    align-self: start;
    justify-self: end;
  }

  #w-node-c8382772-cf78-50fc-b8f2-1d678d4ce886-aa0710d7 {
    grid-area: 4 / 1 / 7 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-e2f68767-a183-be72-a9ff-e8c12e4fe876-aa0710d7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b2-aa0710d7 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ef8191f-ddd3-3fbd-19cb-34e03d76c0b3-aa0710d7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_97585668-22fc-a249-e502-e5bc0bd5a85f-aa0710d7 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


