:root {
  --white: white;
  --honeydew: #e3f0e4;
  --dark-slate-grey: #00322d;
  --khaki: #cc3;
  --forest-green: #093;
  --red: #333;
}

.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 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

p {
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-align: left;
  text-decoration: none;
}

.section.header {
  height: 700px;
  background-image: url('../images/dipasa-background.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.section.content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.content.white {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.content.white.oil-grid {
  padding-top: 50px;
  padding-bottom: 0;
}

.section.content.white.global {
  padding-bottom: 0;
}

.section.content.green {
  background-color: var(--honeydew);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.content.lightgreen {
  background-color: var(--honeydew);
}

.section.full-center {
  height: 500px;
  background-color: var(--white);
  background-image: url('../images/background.webp');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  display: flex;
}

.container.header {
  margin-top: -60px;
}

.container.carrousel {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.container.content.center {
  text-align: center;
}

.div.title-wrap {
  max-width: 450px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.div.header {
  margin-left: 0;
}

.div.header._50 {
  width: 50%;
  margin-left: -112px;
}

.div.left-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.div.left-content.products {
  color: rgba(0, 0, 0, 0);
  margin-top: 66px;
}

.div.left-content.cta {
  margin-top: 112px;
}

.div.left-content.header {
  margin-top: 60px;
  padding-left: 150px;
}

.div.left-content.header.productos {
  padding-left: 0;
}

.div.product-info {
  width: 80%;
}

.div.content {
  position: relative;
}

.div.content.center, .div.logo {
  text-align: center;
}

.display {
  text-align: left;
  margin-top: 10px;
  font-size: 68px;
  line-height: 1.2;
}

.display.white {
  color: var(--white);
}

.display.left {
  text-align: left;
}

.display.left.white.header {
  width: 70%;
  text-shadow: 0 2px 2px #000;
  margin-top: 10px;
  margin-bottom: auto;
}

.display.left.white.header.global {
  color: var(--white);
  font-size: 40px;
}

.display.left.white.home {
  width: 100%;
  margin-left: 50px;
}

.display.center {
  text-align: center;
}

.display.center.green {
  color: var(--dark-slate-grey);
}

.line {
  width: 300px;
  color: #cc3;
  border: 2px solid #cc3;
  border-radius: 4px;
  position: relative;
  top: -11px;
}

.line.sesame {
  width: 240px;
}

.line._240 {
  width: 240px;
  display: none;
  top: -10px;
}

.line._02 {
  width: 158px;
  top: -34px;
  left: 288px;
}

.line._02.ultimate-exp {
  top: -43px;
  left: 0;
}

.line._03 {
  width: 290px;
  top: -10px;
}

.line._04 {
  width: 230px;
  top: -10px;
}

.line.products {
  width: 230px;
}

.line.products.tahini {
  width: 132px;
}

.line._05 {
  width: 218px;
  top: -11px;
}

.line.global {
  width: 110px;
  border-width: 1px;
  position: static;
  top: 12%;
}

.line._06 {
  width: 180px;
  top: -38px;
}

.line._07 {
  width: 358px;
  top: -57px;
}

.line._07.sesame-about {
  width: 165px;
}

.line._08 {
  width: 240px;
  top: -95px;
}

.line._09 {
  top: -10px;
}

.line._226 {
  width: 226px;
  top: -5px;
}

.line._10 {
  top: -48px;
}

.line._10.products-line {
  width: 275px;
}

.line.sesame-journey {
  position: absolute;
  top: 68px;
}

.line.driven {
  top: -43px;
}

.overhead {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.overhead.banner {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.block-section {
  width: 50%;
  justify-content: center;
  display: flex;
}

.nav-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blue-line {
  width: 45px;
  height: 3px;
  background-color: var(--khaki);
  margin-bottom: 20px;
}

.nav-inner {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.nav-column.right {
  align-items: flex-end;
}

.brand-image {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-image.white {
  z-index: 2;
  opacity: 0;
}

.nav-link-social {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 3px #000;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-social:hover {
  opacity: 1;
  color: #fff;
  border-left-color: #3d66fc;
}

.nav-link-social.bottom {
  margin-bottom: 20px;
}

.hamburger-wrap {
  width: 50px;
  cursor: pointer;
  padding-top: 7px;
  transition: all .2s;
}

.hamburger-wrap:hover {
  opacity: .8;
}

.mega-nav-wrap {
  z-index: 9;
  width: 0;
  height: 100vh;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link {
  border-left: 3px solid var(--white);
  color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 60px;
  line-height: 60px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  border-left-color: var(--khaki);
  color: var(--khaki);
}

.nav-link.bottom {
  margin-bottom: 0;
}

.brand-link {
  width: 100px;
  height: 100px;
  max-width: 100px;
  position: relative;
}

.mega-nav-inner {
  width: 100%;
  max-width: 1100px;
  min-width: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.lottie-animation {
  color: var(--white);
}

.lottie-animation:hover, .lottie-animation:focus {
  background-color: rgba(0, 0, 0, 0);
}

.carrousel {
  padding-top: 0;
  padding-bottom: 0;
}

.title01 {
  font-size: 40px;
  line-height: 1.2;
}

.title01.left {
  text-align: left;
}

.title01.left.green {
  width: 100%;
  color: var(--dark-slate-grey);
  text-transform: none;
}

.title01.left.white {
  color: var(--white);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .56);
  font-style: normal;
  font-weight: 700;
}

.title01.left.white.header {
  width: 50%;
}

.title01.left.white.products-white, .title01.left.white.fluor, .title01.left.white.products {
  color: var(--white);
}

.title01.left.white.products.contact {
  position: static;
}

.title01.left.white.global {
  color: var(--white);
  text-shadow: 0 2px 2px rgba(0, 0, 0, .56);
}

.title01.left.white.global.blog {
  font-size: 55px;
}

.title01.left.white.bran, .title01.left.white.tahini, .title01.left.white.seeds, .title01.left.white.cq {
  color: var(--white);
}

.title01.left.white.oil-reefined, .title01.left.white.tahini-title, .title01.left.white.tahini-black, .title01.left.white.seed-title, .title01.left.white.seed-aqua, .title01.left.white.seed-black, .title01.left.white.seed-creamy, .title01.left.white.flour-50-5, .title01.left.white.flour-new-line, .title01.left.white.whole-flour, .title01.left.white.flour-black, .title01.left.white.flour-toasted, .title01.left.white.bran-black, .title01.left.white.bran-classic {
  color: var(--dark-slate-grey);
}

.title01.center {
  text-align: center;
}

.title01.center.green {
  color: var(--dark-slate-grey);
}

.subtitle01 {
  font-size: 24px;
  font-style: normal;
}

.subtitle01.left.light-green {
  width: 80%;
  color: var(--forest-green);
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

.subtitle01.left.light-green.content {
  width: 80%;
}

.subtitle01.left.light-green.seame-paste {
  width: 100%;
  margin-bottom: 10px;
}

.subtitle01.left.light-green.passion {
  margin-bottom: 0;
}

.subtitle01.left.light-green.sesame-about {
  margin-bottom: 8px;
}

.subtitle01.left.white {
  width: 50%;
  color: var(--white);
  line-height: 1;
}

.subtitle01.center {
  text-align: center;
}

.subtitle01.center.green {
  color: var(--forest-green);
}

.subtitle01.green.left {
  text-align: left;
}

.card {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #3f4046;
  background-image: url('../images/dipasa-oil.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.arrow-right {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card-header {
  height: 150px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.carousel-slider {
  height: 480px;
}

.carousel-slider._5 {
  right: -40%;
}

.carousel-slider._3 {
  right: -20%;
}

.carousel-slider._4 {
  right: -30%;
}

.carousel-slider._2 {
  right: -10%;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 75px;
  padding-left: 102px;
}

.arrow-left {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.card-body {
  width: 380px;
  height: 480px;
  padding: 30px;
}

.card-body.oil {
  width: 380px;
  height: 480px;
  background-image: url('../images/dipasa-oil.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
}

.card-body.tahini {
  background-image: url('../images/Dipasa-Tahini.webp');
  background-position: 0 0;
  background-size: cover;
}

.card-body.seeds {
  background-image: url('../images/dipasa-seed.webp');
  background-position: 0 0;
  background-size: cover;
}

.card-body.fluor {
  background-image: url('../images/dipasa-fluor.webp');
  background-position: 0 0;
  background-size: cover;
}

.card-body.bran {
  background-image: url('../images/dipasa-bran.webp');
  background-position: 0 0;
  background-size: cover;
}

.card-body.grid {
  width: auto;
  height: 380px;
}

.card-body.grid.oil {
  width: auto;
  background-position: 50% 14%;
  position: relative;
}

.card-body.grid.tahini {
  background-position: 50%;
}

.title02 {
  font-size: 32px;
}

.title02.left {
  text-align: left;
}

.title02.left.white {
  color: var(--white);
  text-decoration: none;
}

.title02.left.green {
  color: var(--dark-slate-grey);
  margin-top: 30px;
}

.link-card {
  font-size: 18px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: 0%;
}

.link-card.left {
  text-align: left;
}

.link-card.left.white {
  color: var(--white);
  text-decoration: underline;
}

.card-2 {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.carousel-section {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.carousel-section.is_full {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 60px;
  display: none;
}

.container-carousel {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-slider-2 {
  width: 380px;
}

.carousel-slider-2._6 {
  right: -105%;
}

.carousel-slider-2._5 {
  right: -40%;
}

.carousel-slider-2._3 {
  right: -20%;
}

.carousel-slider-2._4 {
  right: -30%;
}

.carousel-slider-2._7 {
  right: -126%;
}

.carousel-slider-2._2 {
  right: -10%;
}

.carousel-slider-2._8 {
  right: -147%;
}

.icon, .icon-2, .slide-nav {
  color: var(--dark-slate-grey);
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.grid._2column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.grid._2column.left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.grid._4grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid.product {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}

.grid._4column {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 50px;
}

.grid.certifications {
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}

.grid.certifications.certifications-grid {
  grid-template-rows: auto auto auto;
  padding-top: 0;
  padding-bottom: 0;
}

.grid.certifications._3 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph {
  line-height: 1.5;
}

.paragraph.left {
  color: var(--dark-slate-grey);
  text-align: left;
}

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

.paragraph.big.lef {
  width: 100%;
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 20px;
}

.paragraph.big.lef.white {
  color: var(--white);
}

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

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

.paragraph.medium.lef {
  width: 80%;
  text-align: left;
  margin-top: 20px;
}

.paragraph.medium.lef.white {
  width: 90%;
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-size: 14px;
}

.paragraph.medium.lef.white.oil-smaller {
  color: var(--dark-slate-grey);
  font-size: 13px;
}

.paragraph.medium.lef.white.tahini-smaller, .paragraph.medium.lef.white.flour-whole {
  font-size: 13px;
}

.button {
  border-radius: 5px;
  padding-left: 60px;
  padding-right: 60px;
}

.button.outline {
  border: 1px solid var(--forest-green);
  color: var(--forest-green);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.button.outline.white {
  border-color: var(--white);
  color: var(--forest-green);
  background-color: #fff;
}

.button.solid {
  border: 1px solid var(--forest-green);
  background-color: var(--forest-green);
  color: var(--white);
  margin-top: 20px;
}

.button.solid.white {
  border-color: var(--white);
  color: var(--white);
}

.button.solid.blog {
  position: relative;
  top: auto;
  right: auto;
}

.image-wrap {
  position: static;
}

.image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 39%;
  right: 0%;
}

.fulsection-full {
  height: 400px;
}

.fulsection-full.quality {
  background-image: url('../images/dipasa-certificaciones.webp');
  background-position: 0%;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.fulsection-full.products {
  height: 300px;
  background-image: url('../images/background-mobile.webp');
  background-position: 50%;
}

.fulsection-full.products.products-header {
  height: 200px;
}

.fulsection-full.global {
  background-image: url('../images/background-section.webp');
  background-position: 0 0;
  background-size: cover;
}

.fulsection-full.about {
  height: 425px;
  background-color: var(--dark-slate-grey);
  background-image: url('../images/Productosv2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.fulsection-full.about.global {
  height: 200px;
}

.fulsection-full.about.global.blog, .fulsection-full.about.global.products {
  height: 425px;
}

.text-block {
  font-style: normal;
}

.subtitle02 {
  font-size: 18px;
  font-style: normal;
}

.subtitle02.left {
  text-align: left;
}

.subtitle02.left.white {
  width: 50%;
  color: var(--white);
  text-shadow: 0 1px 1px #000;
  line-height: 1.5;
}

.subtitle02.left.green {
  color: var(--dark-slate-grey);
}

.subtitle02.left.green.cards-global {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  top: 13%;
}

.subtitle02.blog {
  color: #fff;
}

.subtitle02.white {
  color: var(--white);
}

.grid-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider {
  height: 700px;
  background-color: var(--dark-slate-grey);
}

.image-product {
  height: auto;
  max-width: none;
}

.image-product.tahini {
  height: auto;
}

.image-product.bran-classic {
  height: 300px;
}

.image-product.paste-40-15 {
  height: auto;
}

.image-product.black-sesame {
  height: 300px;
}

.image-product.paste-sesame, .image-product.bran-black {
  height: auto;
}

.image-product.sesame-creamy {
  height: 400px;
}

.image-product.sesame-flour {
  height: 350px;
  margin-top: 0;
  margin-bottom: 271px;
  padding-top: 0;
}

.rich-text-block {
  margin-top: 30px;
}

.card-outline {
  height: auto;
  border: 1px solid var(--forest-green);
  border-radius: 20px;
  flex-direction: column;
  padding: 20px 15px 118px;
  display: flex;
  position: relative;
}

.linktext.left.green {
  color: var(--forest-green);
  text-decoration: underline;
  position: static;
  top: auto;
  bottom: 8%;
  left: 2%;
  right: auto;
}

.linktext.left.green.shop {
  margin-left: 75px;
  padding-left: 0;
}

.list {
  align-items: center;
  margin-top: 11px;
  margin-bottom: 11px;
  display: flex;
}

.list-text {
  color: var(--dark-slate-grey);
  margin-left: 15px;
  font-size: 12px;
}

.list-text.colum2 {
  color: var(--dark-slate-grey);
}

.paragraph-2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
}

.paragraph-2.colum-2 {
  color: var(--dark-slate-grey);
}

.paragraph-2.bllack-flour {
  font-size: 13px;
}

.sesame-paste-pie-de-pagina {
  color: var(--dark-slate-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-2 {
  color: var(--dark-slate-grey);
  justify-content: space-between;
  display: flex;
}

.div-block {
  display: block;
}

.certifications {
  margin-bottom: 0;
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}

.image-2 {
  padding-top: 0;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
}

.image-3 {
  height: 15px;
}

.image-4 {
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 3%;
  right: auto;
}

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

.bold-text, .icon-3, .icon-4 {
  color: var(--dark-slate-grey);
}

.slide-nav-2 {
  color: rgba(0, 0, 0, 0);
  display: none;
}

.icon-5, .icon-6, .icon-7, .icon-8, .icon-9, .icon-10 {
  color: var(--dark-slate-grey);
}

.image-5 {
  height: 480px;
}

.button-specifications {
  background-color: var(--forest-green);
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 600;
  transition: all .3s;
}

.button-specifications:hover {
  transform: translate(0, -5px);
  box-shadow: 0 8px 10px -4px rgba(0, 0, 0, .42);
}

.button-specifications.black-flour {
  margin-top: -4px;
}

.div-block-3 {
  width: 100vw;
  height: 100vh;
  background-color: rgba(5, 10, 10, .36);
  position: fixed;
}

.div-pop-up {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 50, 45, .36);
  display: block;
  position: fixed;
}

.div-pop-up.bran-classic, .div-pop-up.bran-black, .div-pop-up.flour-new-line, .div-pop-up.flour-black, .div-pop-up.whole-flour, .div-pop-up.flour-50-5, .div-pop-up.paste-conve, .div-pop-up.seed-aqua, .div-pop-up.seed-mecha, .div-pop-up.seed-black, .div-pop-up.seed-creamy, .div-pop-up.tahini-classic, .div-pop-up.tahini-black {
  display: none;
}

.div-pop-up.oil-refinaded {
  display: none;
  position: fixed;
  top: 0;
}

.div-pop-up.oil-tosted, .div-pop-up.oil-virgin, .div-pop-up.avocado-refined, .div-pop-up.avocado-premium {
  display: none;
}

.div-content {
  width: 600px;
  height: 400px;
  background-color: var(--white);
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-content.bran-black, .div-content.bran-classic, .div-content.flour-new-line, .div-content.flour-black, .div-content.whole-flour, .div-content.flour-50-5, .div-content.paste-conve, .div-content.seed-aqua, .div-content.seed-mecha, .div-content.seed-black, .div-content.seed-creamy {
  height: 685px;
}

.div-content.tahini-classic, .div-content.tahini-black {
  width: 600px;
  height: 685px;
  top: 0%;
}

.div-content.oil-refinaded {
  width: 600px;
  height: 685px;
  display: block;
  position: absolute;
  top: 0%;
}

.div-content.oil-tosted {
  width: 600px;
  height: 685px;
  padding-top: 0;
  top: 0%;
}

.div-content.oil-virgin, .div-content.avocado-refined, .div-content.avocado-premium {
  width: 600px;
  height: 685px;
}

.code-pdf {
  margin-top: 50px;
  margin-bottom: 20px;
  display: block;
}

.code-pdf.sesame-bran {
  margin-top: 0;
  display: block;
}

.code-pdf.bran-black, .code-pdf.flour-new-line, .code-pdf.flour-black, .code-pdf.whole-flour, .code-pdf.flour-50-5, .code-pdf.paste-conve, .code-pdf.seed-aqua, .code-pdf.seed-mecha, .code-pdf.seed-black, .code-pdf.seed-creamy, .code-pdf.tahini-classic, .code-pdf.tahini-black, .code-pdf.oil-refinaded, .code-pdf.oil-tosted, .code-pdf.oil-virgin, .code-pdf.avocado-refined, .code-pdf.avocado-premium {
  margin-top: 0;
}

.div-close {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-6 {
  height: 50px;
  padding: 15px;
}

.div-block-4 {
  margin-top: 0;
  padding-bottom: 176px;
}

.icon-11, .icon-12 {
  color: var(--dark-slate-grey);
}

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

.nav {
  z-index: 9999;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-x {
  width: 30px;
  position: absolute;
  top: 5%;
  bottom: 0;
  left: auto;
  right: 5%;
}

.image-7 {
  position: absolute;
}

.text-block-2 {
  position: relative;
  top: 30%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2.cards-global {
  top: 20%;
}

.cards-global {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 15px;
  position: static;
  top: 13%;
}

.image-cards {
  max-width: none;
  margin-right: 30px;
  position: static;
  top: 3px;
  left: 4px;
  transform: rotate(0);
}

.content {
  overflow: hidden;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.heading-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-img {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-3 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 65%, rgba(0, 0, 0, .75));
  position: absolute;
}

.slide-content {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  width: 3.25em;
  height: 3.25em;
  background-color: #ff7a00;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-oval.next-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.carousel-arrow-icon {
  z-index: 4;
  width: auto;
  height: 1.25em;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slider-2 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  width: 100%;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-2 {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.slide-divider {
  width: 4em;
  height: .1em;
  background-color: #ff7a00;
  margin-top: 2em;
}

.divider {
  width: 4em;
  height: 1px;
  background-color: #878787;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.swiper-slide {
  opacity: .9;
  filter: none;
  color: rgba(255, 255, 255, .5);
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  height: 100%;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.swiper.first-swiper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-3 {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-3 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: rgba(255, 255, 255, .6);
}

.heading-4 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-4 {
  width: 100%;
  color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.bold {
  color: var(--dark-slate-grey);
  font-weight: 700;
}

.nav-menu {
  z-index: 4;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.bottom-line.black {
  background-color: var(--white);
  color: #fff;
}

.nav-container {
  width: 100%;
  min-width: 100%;
  background-color: var(--dark-slate-grey);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 40px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-2 {
  color: #fff;
  cursor: pointer;
  padding: 5px 11px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link-2:hover {
  color: #fff;
  transform: translate(0, -2px);
}

.nav-link-2:active {
  transform: translate(0);
}

.nav-link-2.w--current {
  color: #333;
}

.nav-link-2.w--current:hover {
  color: #f24e0d;
}

.nav-link-2.black {
  color: #000;
  display: none;
}

.small-nav-menu-link {
  color: var(--khaki);
  letter-spacing: 0;
  cursor: pointer;
  margin: 0 35px 0 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  transition: background-color .2s, transform .2s, color .2s;
}

.small-nav-menu-link:hover {
  color: #fff;
  transform: translate(0, -2px);
}

.small-nav-menu-link:active {
  transform: translate(0);
}

.small-nav-menu-link.w--current {
  color: #333;
}

.small-nav-menu-link.w--current:hover {
  color: #f24e0d;
}

.top-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.top-line.black {
  background-color: var(--white);
}

.menu-social-links {
  height: 30px;
  text-align: left;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.navigation {
  z-index: 201;
  width: 100%;
  color: #000;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu-logo-div {
  z-index: 3;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.nav-social {
  z-index: 2000;
  text-align: right;
  flex: 1;
  margin-right: 30px;
  position: relative;
}

.nav-menu-link {
  color: #fff;
  cursor: pointer;
  margin: 10px 0;
  padding: 5px 11px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-menu-link:hover {
  opacity: 1;
  color: #f0f0f0;
  text-decoration: line-through;
  transform: translate(10px);
}

.nav-menu-link:active {
  transform: translate(0);
}

.nav-menu-link.w--current {
  color: #fff;
}

.full-screen-menu-overlay {
  height: 100vh;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 85px 85px 120px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-div {
  z-index: 3;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.logo {
  max-height: 80px;
  margin-top: -5px;
}

.nav-button-animated {
  z-index: 900;
  width: 60px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: -10px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.f01_top_wrap {
  border-bottom: 1px solid rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.f01_logo {
  width: 130px;
  margin-right: 15px;
}

.f01_social_icon, .f01_social_icon.facebook {
  width: 25px;
}

.f01_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f01_cta_text {
  color: #0a1f44;
  text-align: right;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.f01_link {
  color: #8a94a6;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f01_link:hover {
  color: #0a1f44;
}

.f01_link.w--current {
  display: block;
}

.f01_link.pp, .f01_link.pp.w--current {
  display: none;
}

.f01_button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #5d3eff;
  border-radius: 100px;
  margin-left: 0;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
}

.f01_button:hover {
  background-color: #5133eb;
}

.f01_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.f01_columns {
  margin-top: 35px;
}

.f01_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f01 {
  background-color: #fff;
  padding: 100px 5%;
}

.f01_social_wrap {
  align-items: center;
  display: flex;
}

.f01_column_right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.f01_column {
  flex-direction: column;
  display: flex;
}

.f01_title {
  color: var(--forest-green);
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.parallax-mask {
  width: 344px;
  height: auto;
  overflow: visible;
}

.arrow-icon {
  color: var(--forest-green);
}

.parallax-slide {
  height: auto;
  margin-left: 32px;
  margin-right: 0;
  left: 0;
  right: 0;
}

.image-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -8%;
  right: -8%;
}

.title-white {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.title-white.bran-flour {
  color: #fff;
}

.link-products {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  color: #fff;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.inner-div-block {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-navo-none {
  display: none;
}

.ratio166 {
  padding-top: 166%;
  position: relative;
}

.parallax-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 90px;
  margin-left: auto;
  overflow: hidden;
}

.image-products {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.arrow-button {
  width: 60px;
  height: 60px;
  box-shadow: none;
  color: #181280;
  background-color: #fff;
  border-radius: 50px;
  margin-right: auto;
  display: block;
}

.arrow-button.left-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  transform: translate(-15%);
}

.arrow-button.left {
  margin-left: 40px;
}

.arrow-button.right {
  margin-right: 30px;
}

.image-8 {
  border-radius: 10px;
}

.yellow, .green {
  color: var(--forest-green);
}

.logo-certificate {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--khaki);
}

.b01_date {
  color: #8a94a6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.b01_blog_image_03 {
  min-height: 190px;
  background-image: url('../images/sesame-foto-blog.webp');
  background-position: 50%;
  background-size: auto;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b01_link {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b01_blog_image {
  min-height: 190px;
  background-image: url('../images/989ffb40.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b01_card {
  width: 32%;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.b01_card_text {
  padding: 25px 25px 15px 15px;
}

.title-blog {
  color: var(--forest-green);
  line-height: 24px;
}

.b01_paragraph {
  color: var(--dark-slate-grey);
}

.b01_link_block {
  margin-top: 25px;
  text-decoration: none;
}

.b01_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b01_blog_image_02 {
  min-height: 190px;
  background-image: url('../images/sustentable.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b01 {
  min-height: 400px;
  background-color: #fff;
  padding: 120px 5%;
}

.container-3 {
  width: 100%;
  max-width: 1500px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.container-3.journal-title {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
}

.paragraph-3 {
  letter-spacing: -.5px;
}

.paragraph-3.small {
  font-size: 14px;
  line-height: 1.4em;
}

.text-box {
  transition: opacity .2s, color .2s;
}

.text-box._600px {
  max-width: 600px;
}

.text-box.blog-cta {
  background-color: #000;
  padding: 23px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.image-banner {
  height: 300px;
  position: relative;
}

.image-banner.large {
  height: 450px;
}

.section-4 {
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

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

.heading-5.xl {
  margin-bottom: 12px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25em;
}

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

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-stretch {
  align-items: stretch;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desktop-8-column {
  width: 66.6667%;
}

.column.desktop-1-column {
  width: 8.33%;
}

.column.desktop-3-column {
  width: 25%;
}

.link-2.white {
  color: #f0f0f0;
}

.link-2.white:hover {
  color: #fff;
}

.section-5 {
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

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

.white-rich-text {
  text-align: left;
}

.spacer {
  height: 48px;
  background-color: #f0f0f0;
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.heading-6.s {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

.avocado-title, .avocado-premium, .virgin-oil-title {
  color: var(--dark-slate-grey);
}

.columns-products {
  margin-top: 19px;
}

.social-link {
  display: block;
}

.am {
  color: var(--khaki);
}

.section-6 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 35px;
  display: flex;
}

.form-block {
  position: relative;
}

.columns {
  width: 90%;
  margin-bottom: 45px;
}

.title-locations {
  color: var(--forest-green);
}

.text-field {
  height: 185px;
}

.text-contact {
  background-color: rgba(44, 38, 160, .05);
  border-radius: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.text-contact.comment {
  border-radius: 15px;
}

.button-contact {
  background-color: var(--forest-green);
  border-radius: 10px;
  margin-top: 45px;
  font-weight: 600;
}

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

.success-message {
  color: var(--forest-green);
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: 600;
}

.error-message {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 600;
}

.text-block-3 {
  font-size: 16px;
}

.field-label {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.paragraph-4.tc {
  margin-top: 100px;
}

.section-7 {
  padding-bottom: 10%;
}

.bold-text-2 {
  font-size: 20px;
}

.paragraph-5 {
  margin-top: 10px;
  position: static;
  top: 211px;
  left: 5px;
  right: 5px;
}

.bold-text-3 {
  font-size: 55px;
}

.c11_title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.c11_centre_icon_wrap {
  z-index: 5;
  width: 55px;
  height: 55px;
  background-color: var(--forest-green);
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px rgba(230, 203, 255, .14);
}

.c11_centre_step {
  color: #6937ff;
  font-size: 18px;
  font-weight: 600;
}

.c11_title {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c11_process_card_02 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c11_container {
  max-width: 1140px;
  flex-flow: column wrap;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.c11_h4 {
  color: #1d1f45;
  margin-top: 0;
  font-size: 29px;
  font-weight: 700;
}

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

.c11_process_line {
  width: 2px;
  height: 90%;
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  position: absolute;
}

.c11_process_details {
  width: 45%;
  min-height: 100px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.c11_process_details.left {
  align-items: flex-start;
}

.c11_paragraph {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}

.c11_paragraph.left {
  text-align: left;
}

.c11_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 42px;
  line-height: 45px;
}

.c11_centre_block {
  width: 120px;
  justify-content: center;
  display: flex;
}

.c11_process_image {
  width: 45%;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.c11_process_card {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5 {
  margin-right: auto;
}

.heading-7 {
  color: var(--khaki);
  text-shadow: 0 2px 2px #000;
  margin-top: 0;
  font-size: 40px;
}

.links-wrap {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 4%;
  right: auto;
}

.iamge-ship {
  position: relative;
  top: 45px;
}

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

.opinion-div-block {
  justify-content: space-between;
  padding-top: 150px;
  display: block;
}

.opinion-heading {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.container-4 {
  justify-content: space-between;
  display: flex;
}

.paragraph-6 {
  padding-right: 20px;
  font-size: 16px;
}

.section-8 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bold-text-5 {
  text-shadow: 0 2px 2px rgba(0, 0, 0, .56);
}

.bold-text-6 {
  font-size: 50px;
}

.image-10 {
  width: 200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-10.menu-image {
  width: 800px;
  top: 18%;
  right: 5%;
}

@media screen and (min-width: 1280px) {
  .carousel.is_contained {
    padding-left: 155px;
  }

  .small-nav-menu-link:hover {
    opacity: 1;
    color: #fff;
    text-decoration: line-through;
  }

  .parallax-slider {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .carousel.is_contained {
    padding-left: 164px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .slider-2 {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  .section.header {
    height: 500px;
    background-image: url('../images/background-mobile.webp');
    background-position: 0%;
  }

  .container.header {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div.header._50 {
    text-align: center;
  }

  .div.left-content {
    margin-top: 60px;
  }

  .display.left.white {
    text-align: center;
  }

  .display.left.white.header {
    width: 100%;
  }

  .line._240 {
    left: 64px;
  }

  .overhead.banner {
    text-align: center;
  }

  .nav-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-column.right {
    padding-right: 20px;
  }

  .title01.left.white.products-white {
    text-align: center;
  }

  .fulsection-full.products {
    background-position: 50% 100%;
    background-size: cover;
  }

  .nav {
    display: block;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .slider-2 {
    display: flex;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-2 {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
  }

  .menu-logo-div {
    flex: 0 auto;
  }

  .nav-menu-link {
    padding-left: 9px;
    padding-right: 9px;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .column.desktop-1-column.tablet-hidden {
    display: none;
  }

  .column.desktop-3-column {
    flex-wrap: nowrap;
  }

  .column.desktop-3-column.tablet-4-column {
    width: 33.3333%;
  }

  .c11_process_details {
    padding: 10px;
  }

  .c11_centre_block {
    width: 150px;
  }

  .c11_process_image {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.header {
    padding-left: 0;
    padding-right: 0;
  }

  .div.left-content {
    margin-top: 110px;
  }

  .div.left-content.products {
    text-align: center;
  }

  .div.left-content.center {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .div.left-content.cta {
    align-items: center;
    display: flex;
  }

  .div.left-content.header {
    margin-top: auto;
    padding-left: 0;
  }

  .div.product-info {
    width: 100%;
  }

  .line._240, .line._02.ultimate-exp {
    display: none;
  }

  .nav-column {
    margin-bottom: 30px;
  }

  .nav-column.right {
    align-items: flex-start;
    margin-top: 30px;
  }

  .nav-link-social.bottom {
    margin-bottom: 20px;
  }

  .nav-link {
    border-left-style: none;
    padding-left: 0;
  }

  .nav-link:hover, .nav-link.bottom:hover {
    color: var(--khaki);
  }

  .mega-nav-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
  }

  .title01.left.white.products, .title01.left.white.global, .title01.left.white.cq {
    text-align: center;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-mask {
    width: 60%;
  }

  .carousel-slider-2._6 {
    right: -45%;
  }

  .carousel-slider-2._5 {
    right: -36%;
  }

  .carousel-slider-2._3 {
    right: -18%;
  }

  .carousel-slider-2._4 {
    right: -27%;
  }

  .carousel-slider-2._7 {
    right: -54%;
  }

  .carousel-slider-2._2 {
    right: -9%;
  }

  .carousel-slider-2._8 {
    right: -63%;
  }

  .grid._2column, .grid._2column.left {
    grid-template-columns: 1fr;
  }

  .grid.product {
    grid-template-columns: 1.75fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .fulsection-full.products {
    height: 250px;
  }

  .fulsection-full.about.global {
    height: 150px;
    padding-top: 30px;
  }

  .subtitle02.left.white {
    width: auto;
    text-align: center;
    line-height: 1.2;
  }

  .slider {
    height: auto;
  }

  .image-product {
    height: 200px;
  }

  .image-product.sesame-flour {
    height: auto;
  }

  .image-4 {
    position: static;
  }

  .header {
    margin-top: 4em;
  }

  .nav-link-2 {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link-2:hover {
    transform: none;
  }

  .small-nav-menu-link {
    text-align: center;
    margin-right: 25px;
    font-size: 16px;
  }

  .small-nav-menu-link:hover {
    transform: none;
  }

  .menu-logo-div {
    margin-right: auto;
  }

  .nav-social {
    display: none;
  }

  .nav-menu-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .nav-menu-link:hover {
    transform: none;
  }

  .full-screen-menu-overlay {
    padding: 60px;
  }

  .logo-div {
    margin-right: auto;
  }

  .f01_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .f01_cta_text {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .f01_button {
    margin-left: 15px;
  }

  .f01_link_wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .f01_column_right {
    align-items: flex-start;
  }

  .b01_card {
    width: 100%;
    margin-bottom: 25px;
  }

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

  .image-banner.large {
    height: 250px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .heading-5.xl {
    font-size: 38px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .column.desktop-8-column.tablet-8-column, .column.desktop-3-column, .column.desktop-3-column.tablet-4-column {
    width: 100%;
  }

  .section-5 {
    padding-top: 60px;
  }

  .spacer {
    height: 32px;
  }

  .heading-6.s {
    font-size: 18px;
  }

  .c11_process_card_02 {
    margin-bottom: 35px;
  }

  .c11_process_line {
    top: 0%;
    bottom: 0%;
    left: 25px;
    right: auto;
  }

  .c11_process_details {
    width: 90%;
    min-height: auto;
    justify-content: flex-start;
    padding: 20px;
  }

  .c11_centre_block {
    width: 55px;
  }

  .c11_process_image {
    display: none;
  }

  .c11_process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .bold-text-4 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section.header {
    background-position: 16% 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .div.header._50 {
    width: 100%;
  }

  .div.titles.left {
    position: relative;
  }

  .div.left-content {
    margin-top: 70px;
  }

  .div.left-content.header {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .display.left.white {
    font-size: 48px;
  }

  .display.left.white.title-main {
    padding-left: 78px;
  }

  .display.left.white.home {
    margin-left: 50px;
  }

  .display.center.green {
    font-size: 45px;
  }

  .line._02.ultimate-exp {
    display: none;
  }

  .line._03._50years {
    margin-left: 35px;
  }

  .line._04 {
    margin-left: 63px;
  }

  .line._04.world {
    margin-left: 44px;
  }

  .line._05.certifications {
    margin-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .line._05.global {
    width: 218px;
    position: relative;
    bottom: 10.7844px;
    left: 38px;
  }

  .line._06 {
    display: none;
    top: -46px;
  }

  .line._09 {
    width: 280px;
  }

  .line._09.history {
    margin-left: 27px;
    left: 16px;
  }

  .line.sesame-journey {
    top: 96px;
  }

  .line.driven {
    top: -6px;
  }

  .nav-link {
    font-size: 37px;
    line-height: 45px;
  }

  .mega-nav-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title01 {
    font-size: 32px;
  }

  .title01.left.green, .title01.left.white.global {
    text-align: center;
  }

  .subtitle01.left.light-green {
    display: none;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._2 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-slider-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider-2._6, .carousel-slider-2._5, .carousel-slider-2._3, .carousel-slider-2._4, .carousel-slider-2._7, .carousel-slider-2._2, .carousel-slider-2._8 {
    right: 0%;
  }

  .grid._2column.left, .grid._4column {
    grid-template-columns: 1fr;
  }

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

  .grid.certifications._3 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph.big.lef {
    text-align: center;
    font-size: 16px;
  }

  .button.solid {
    margin-left: 55px;
  }

  .image-wrap {
    position: relative;
  }

  .fulsection-full.about.global {
    padding-top: 30px;
  }

  .subtitle02.left.white {
    width: auto;
  }

  .image-product {
    width: 200px;
    height: auto;
    position: static;
    bottom: 275px;
  }

  .image-product.bran-classic, .image-product.paste-40-15, .image-product.black-sesame, .image-product.paste-sesame, .image-product.sesame-creamy {
    height: auto;
  }

  .image-product.sesame-flour {
    margin-bottom: 25px;
    margin-left: 37px;
    padding-left: 0;
  }

  .card-outline {
    flex-direction: column;
  }

  .image-4 {
    position: static;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .text-f-14 {
    font-size: 1.4em;
  }

  .section-3 {
    min-height: 90vh;
  }

  .heading {
    font-size: 5em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .heading-3 {
    font-size: 3.25em;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-4 {
    font-size: 3.25em;
  }

  .nav-container {
    padding: 10px 20px;
  }

  .small-nav-menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 13px;
  }

  .menu-social-links {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-logo-div {
    top: 28px;
    left: 20px;
  }

  .nav-menu-link {
    font-size: 46px;
    line-height: .8em;
  }

  .nav-menu-link.top {
    margin-top: 5px;
    padding-top: 0;
  }

  .full-screen-menu-overlay {
    padding: 20px 20px 80px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desktop-3-column {
    width: 100%;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c11_process_details {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .iamge-ship {
    top: -7px;
  }

  .opinion-div-block {
    padding-top: 0;
  }

  .opinion-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .opinion-image {
    display: none;
  }

  .paragraph-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    margin-left: -16px;
    position: static;
    top: -93%;
  }

  .image-9 {
    position: static;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-10.menu-image {
    display: none;
  }

  .form {
    margin-top: 30px;
  }
}

#w-node-e780af21-dc4d-118d-4038-0a3423873e8d-54f4806a, #w-node-e780af21-dc4d-118d-4038-0a3423873e95-54f4806a, #w-node-_6d6a138f-3fc3-d53d-3e31-b28b66d0e648-66d0e645, #w-node-_6d6a138f-3fc3-d53d-3e31-b28b66d0e651-66d0e645, #w-node-_4a551f76-4c8a-bea3-8be5-8f559ff0de64-71e8352e, #w-node-_4a551f76-4c8a-bea3-8be5-8f559ff0de62-71e8352e, #w-node-_98e08f54-d87b-ebc1-b51e-f1857954cd88-71e8352e, #w-node-_98e08f54-d87b-ebc1-b51e-f1857954cd8a-71e8352e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37c16c2-d472-eb01-c216-2578cb97a231-7414aff9, #w-node-_9afd362f-84e4-4622-61dd-8fc839ee71c0-7414aff9, #w-node-d9db39aa-1992-1652-6d48-eefbf0fd4ced-7414aff9, #w-node-_38099751-1ff5-48d8-4f2b-f23bafef3439-7414aff9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_7a743101-5d4a-716a-6426-814855a69d28-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0cd879-1e1b-74bc-8f5c-f9715a1c52c3-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101125-eed78b99, #w-node-_609e0187-23db-610b-80bd-1bb584101126-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101127-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd682-eed78b99, #w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd683-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd684-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c2155240-71f8-265d-f6c3-72231a98a622-eed78b99, #w-node-c2155240-71f8-265d-f6c3-72231a98a623-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2155240-71f8-265d-f6c3-72231a98a624-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e04c38d-5c3a-0bdb-7948-e5d1fb06750a-eed78b99, #w-node-_4e04c38d-5c3a-0bdb-7948-e5d1fb06750b-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e04c38d-5c3a-0bdb-7948-e5d1fb06750c-eed78b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_46269278-47e8-d1a0-f661-3a60b45a0a99-b45a0a92, #w-node-_46269278-47e8-d1a0-f661-3a60b45a0a9b-b45a0a92, #w-node-_46269278-47e8-d1a0-f661-3a60b45a0a9c-b45a0a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46269278-47e8-d1a0-f661-3a60b45a0a9e-b45a0a92 {
  align-self: center;
  justify-self: center;
}

#w-node-_46269278-47e8-d1a0-f661-3a60b45a0a9f-b45a0a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46269278-47e8-d1a0-f661-3a60b45a0aa0-b45a0a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_46269278-47e8-d1a0-f661-3a60b45a0aa3-b45a0a92, #w-node-_46269278-47e8-d1a0-f661-3a60b45a0aa5-b45a0a92, #w-node-_46269278-47e8-d1a0-f661-3a60b45a0aa7-b45a0a92, #w-node-_46269278-47e8-d1a0-f661-3a60b45a0aa9-b45a0a92, #w-node-_46269278-47e8-d1a0-f661-3a60b45a0aab-b45a0a92 {
  align-self: center;
  justify-self: center;
}

#w-node-a7d5fcd4-ac34-b593-ed1b-65dbf81be446-86244726, #w-node-b04539de-f96d-37da-d958-7a47646d763d-86244726, #w-node-_22cd664d-e9f5-603f-c510-07800a374973-86244726, #w-node-_22cd664d-e9f5-603f-c510-07800a37497b-86244726, #w-node-aa86f705-177d-e29c-a0ad-cd710ce4d7cc-86244726, #w-node-aa86f705-177d-e29c-a0ad-cd710ce4d7c4-86244726, #w-node-_7a743101-5d4a-716a-6426-814855a69d28-49e4edbc, #w-node-b9df2e72-e8ee-4828-61b2-b4756940685d-49e4edbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0cd879-1e1b-74bc-8f5c-f9715a1c52c3-49e4edbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101125-49e4edbc, #w-node-_609e0187-23db-610b-80bd-1bb584101126-49e4edbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101127-49e4edbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7a743101-5d4a-716a-6426-814855a69d28-f86308f0, #w-node-b9df2e72-e8ee-4828-61b2-b4756940685d-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0cd879-1e1b-74bc-8f5c-f9715a1c52c3-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101125-f86308f0, #w-node-_609e0187-23db-610b-80bd-1bb584101126-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101127-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c2155240-71f8-265d-f6c3-72231a98a622-f86308f0, #w-node-c2155240-71f8-265d-f6c3-72231a98a623-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2155240-71f8-265d-f6c3-72231a98a624-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd682-f86308f0, #w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd683-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd684-f86308f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7a743101-5d4a-716a-6426-814855a69d28-5436f6d2, #w-node-b9df2e72-e8ee-4828-61b2-b4756940685d-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0cd879-1e1b-74bc-8f5c-f9715a1c52c3-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101125-5436f6d2, #w-node-_609e0187-23db-610b-80bd-1bb584101126-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101127-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd682-5436f6d2, #w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd683-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ef370be-93f2-1d54-ca18-42cdd60cd684-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fb3e745c-fc97-efa3-08c4-76d509f54385-5436f6d2, #w-node-fb3e745c-fc97-efa3-08c4-76d509f54386-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3e745c-fc97-efa3-08c4-76d509f54387-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c2155240-71f8-265d-f6c3-72231a98a622-5436f6d2, #w-node-c2155240-71f8-265d-f6c3-72231a98a623-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2155240-71f8-265d-f6c3-72231a98a624-5436f6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7a743101-5d4a-716a-6426-814855a69d28-b35a78a7, #w-node-b9df2e72-e8ee-4828-61b2-b4756940685d-b35a78a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0cd879-1e1b-74bc-8f5c-f9715a1c52c3-b35a78a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101125-b35a78a7, #w-node-_609e0187-23db-610b-80bd-1bb584101126-b35a78a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_609e0187-23db-610b-80bd-1bb584101127-b35a78a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-e780af21-dc4d-118d-4038-0a3423873e8d-54f4806a, #w-node-e780af21-dc4d-118d-4038-0a3423873e95-54f4806a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d37c16c2-d472-eb01-c216-2578cb97a231-7414aff9, #w-node-_9afd362f-84e4-4622-61dd-8fc839ee71c0-7414aff9 {
    grid-column: span 1 / span 1;
  }

  #w-node-d9db39aa-1992-1652-6d48-eefbf0fd4ced-7414aff9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_38099751-1ff5-48d8-4f2b-f23bafef3439-7414aff9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a743101-5d4a-716a-6426-814855a69d28-eed78b99 {
    justify-self: center;
  }
}