h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #2c633b;
  text-decoration: underline;
}

.home-body {
  overflow: hidden;
  background-color: #0b100d;
}

.home-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  font-family: 'Bebas Neue', sans-serif;
  color: #f5e8d6;
  font-weight: 400;
}

.homepage-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-image {
  width: 25vw;
  height: 70vh;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/home-coffee-patios.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-image._2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/home-coffee-production.jpg');
}

.home-image._3 {
  background-image: url('../images/home-coffee-roasting.jpg');
}

.homepage-title {
  position: absolute;
  margin-top: 0px;
  margin-bottom: -10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 8vw;
  line-height: 1;
  font-weight: 400;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.75);
}

.homepage-title.fade-up.tricks {
  color: #fff;
}

.desktop-home-logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 200px;
  color: #0b100d;
}

.homo-logo-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
}

.home-text {
  position: absolute;
  bottom: 0%;
  width: 370px;
  font-family: 'DM Sans', sans-serif;
  color: #0b100d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.home-nav-desktop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5e8d6;
  font-size: 20px;
}

.home-nav-desktop__link {
  margin-bottom: -2px;
  font-weight: 400;
  text-decoration: none;
}

.home-nav-desktop__right {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-nav-desktop__left {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #0b100d;
  font-size: 24px;
  text-decoration: none;
}

.link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 25px;
}

.link-icon.fix {
  margin-top: -3px;
}

.link-icon.insta {
  height: 20px;
}

.link-icon.insta.hamburger {
  height: 24px;
  margin-top: -3px;
}

.link-icon.hamburger {
  height: 22px;
  margin-top: -2px;
}

.content-body {
  background-color: #f5e8d6;
  font-family: 'DM Sans', sans-serif;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e3719), to(#0e3719)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/menu-bg-compressed.jpg');
  background-image: linear-gradient(180deg, #0e3719, #0e3719), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/menu-bg-compressed.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto;
  font-family: 'Bebas Neue', sans-serif;
}

.content-menu.farms {
  z-index: 5;
  width: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e3719), to(#0e3719));
  background-image: linear-gradient(180deg, #0e3719, #0e3719);
  background-position: 0px 0px;
}

.page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.page-content.contact {
  padding-top: 100px;
}

.content__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.content__link-block:hover {
  color: #cca875;
}

.content__link-block.w--current {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
}

.content__link-block.w--current:hover {
  border-color: rgba(204, 168, 117, 0.25);
}

.content__link-block.back {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 22px;
}

.content__link-block.seed-to-cup {
  width: auto;
  margin-top: 20px;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'DM Sans', sans-serif;
  color: #2c633b;
  font-size: 18px;
  font-weight: 500;
}

.content-link__text {
  margin-bottom: -3px;
}

.content-link__text.seed-to-cup {
  margin-bottom: 0px;
}

.content-link__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-link__icon.back {
  width: 20px;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content-link__icon.farm {
  width: 18px;
  margin-bottom: -2px;
  margin-left: 8px;
}

.content-link__icon.seed-to-cup {
  width: 15px;
  margin-right: 10px;
  margin-left: 0px;
  color: #7eb08c;
}

.page-header {
  position: absolute;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.page-header.green {
  color: #0e3719;
}

.page-content__title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Bebas Neue', sans-serif;
  color: #2c633b;
  font-size: 78px;
  line-height: 1;
  font-weight: 400;
}

.page-content__title.h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 48px;
}

.page-content__title.h2.gallery {
  margin-bottom: 0px;
}

.page-content__title.second-title {
  margin-top: 50px;
}

.page-content__title.sub-title {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #2c633b;
  font-size: 42px;
}

.page-content__title.margin {
  margin-bottom: 20px;
}

.page-content__title.seed-to-cup {
  font-size: 68px;
}

.page-content__img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__img.sello {
  max-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-content__img.sello.farm-header {
  position: absolute;
  max-width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-content__img.sello.farm-header-seal {
  position: absolute;
  max-width: 200px;
}

.page-content__img.seed-to-cup-sellos {
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer {
  background-color: #0b100d;
}

.page-content__paragraph {
  color: #0b100d;
}

.page-content__paragraph.bold {
  font-weight: 700;
}

.page-content__paragraph.contact-links {
  margin-bottom: 15px;
  color: #2c633b;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.page-content__paragraph.contact-links.label {
  margin-top: 25px;
  margin-bottom: 1px;
  color: #0b100d;
  font-size: 22px;
}

.page-content__paragraph.contact-links.phone-usa {
  margin-bottom: 2px;
}

.page-content__paragraph.production-p {
  margin-top: 40px;
}

.legal-disclamer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #555;
  text-align: center;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #cca875;
  text-align: right;
}

.sitemap-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.sitemap-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-main-link {
  margin-bottom: 10px;
  color: #f5e8d6;
  font-weight: 700;
  text-decoration: none;
}

.sitemap-sublink {
  margin-bottom: 10px;
  color: #cca875;
  text-decoration: none;
}

.footer-title {
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  color: #f5e8d6;
  font-size: 28px;
  font-weight: 400;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
}

.footer__link-text {
  margin-bottom: -4px;
  font-family: 'Bebas Neue', sans-serif;
  color: #f5e8d6;
}

.footer__link-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.right-floating-menu {
  position: fixed;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-floating-menu.home {
  display: none;
}

.page-hamburger {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #dce4de;
}

.mobile-content-menu {
  display: none;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-content-menu-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.home-mobile-nav {
  display: none;
}

.content-menu__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-menu__links.about {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-menu__links.farms {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-menu__links.contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hamburger-bar {
  width: 25px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #0e3719;
}

.hamburger-bar.mid {
  width: 22px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hamburger-bar.bottom {
  width: 20px;
}

.go-back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #dce4de;
}

.back-button-floating {
  position: absolute;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 10;
  font-family: 'Bebas Neue', sans-serif;
}

.content-wrapper {
  width: 600px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.dropdown-button {
  display: none;
}

.content-dropdown {
  display: none;
}

.farm-store-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  margin-top: -15px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #2c633b;
  font-size: 24px;
  text-decoration: none;
}

.farm-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.farm-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 8px;
  margin-right: 25px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
}

.farm-detail__icon {
  width: 30px;
  height: 30px;
}

.farm-detail-text {
  margin-bottom: -1px;
  margin-left: 5px;
  line-height: 1;
}

.farm-details {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid none;
  border-width: 1px;
  border-color: #7eb08c #000;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.back-button-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.html-embed {
  color: #fff;
}

.logo-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.open-hamburger {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: none;
  width: 30vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #0e3719;
}

.hamburger-nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
}

.hamburger-nav-link-block:hover {
  color: #7eb08c;
}

.hamburger-nav-link-block.w--current {
  color: #cca875;
}

.open-hamburger-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hamburger-menu-wrapper.home {
  display: none;
}

.home-mobile-logo {
  display: none;
}

.map {
  margin-top: 10px;
  margin-bottom: 50px;
}

.transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
}

.transition-content {
  width: 100%;
  height: 100%;
  background-color: #2c633b;
}

.transition-trigger {
  display: none;
}

.transition-content-2 {
  width: 100%;
  height: 100%;
  background-color: #2c633b;
}

.green-p {
  color: #2c633b;
}

.green-p.bold {
  font-weight: 700;
}

.mini-title {
  color: #2c633b;
  font-size: 22px;
  line-height: 1.2;
}

.coming-soon-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 60%;
  max-width: 60vw;
  padding: 0px;
  background-color: #dce4de;
  color: #0b100d;
  font-weight: 400;
  text-align: center;
}

.coming-soon-text {
  margin-bottom: 25px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.coming-soon-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
}

.coming-soon-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.coming-soon-img {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.coming-soon-button {
  padding: 12px 16px;
  background-color: #2c633b;
  font-size: 20px;
  font-weight: 400;
}

.farms-sellos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sello-grid {
  width: 28%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.inline-lightbox {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-test {
  width: 95%;
  max-width: 200%;
}

.farm-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.farm-header__text {
  margin-bottom: -10px;
  margin-left: 20px;
}

.nav-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 70px;
  background-color: #7eb08c;
}

.content-header-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 300%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(30%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 30%);
  background-position: 0px 0px;
}

.farm-header-img {
  width: 100%;
  max-width: 300%;
}

.logo-svg-embed {
  width: 180px;
}

.farm-gallery-main {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
}

.farm-gallery-subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.header-image {
  position: relative;
  z-index: -1;
  width: 100%;
  max-height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.seed-to-cup-inline-link {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  text-decoration: none;
}

.spacer {
  width: 50px;
  height: 50px;
}

.gallery-small-thumbnail {
  width: 100%;
  height: 125px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-small-thumbnail.las-piedras {
  height: 350px;
}

.main-gallery-photo {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.farm-gallery-main-thumbnail {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hide {
  display: none;
}

.seed-to-cup-header-slider {
  z-index: -1;
  width: 100%;
  height: auto;
  max-height: 60vh;
}

.production-inline-img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .home-content {
    margin: 10px;
  }

  .homepage-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .home-image {
    margin-right: 5px;
    margin-left: 5px;
  }

  .home-image._3 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .link-icon-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }

  .link-icon {
    width: 15px;
    margin-left: 5px;
  }

  .content-menu {
    width: 40%;
  }

  .page-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-header {
    left: 25px;
    top: 25px;
  }

  .page-content__title {
    font-size: 58px;
  }

  .page-content__img.sello {
    max-width: 120px;
  }

  .page-content__img.sello.farm-header-seal {
    max-width: 175px;
  }

  .page-content__paragraph {
    font-size: 16px;
  }

  .right-floating-menu {
    top: 25px;
    right: 25px;
  }

  .content-wrapper {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .back-button-home {
    position: relative;
    z-index: 15;
  }

  .open-hamburger {
    width: 60vw;
  }

  .hamburger-nav-link-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coming-soon-card {
    max-width: 70vw;
  }

  .coming-soon-text {
    line-height: 1.4;
  }

  .coming-soon-title {
    margin-bottom: 20px;
  }

  .coming-soon-content {
    font-size: 18px;
  }

  .sello-grid {
    width: 29%;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .farm-header__text {
    margin-left: 10px;
  }

  .content-header-block {
    height: auto;
  }

  .header-image {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .home-body {
    overflow: visible;
  }

  .homepage-content {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-image {
    width: 80vw;
    height: 20vh;
    margin: 8px 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-position: 50% 50%;
  }

  .home-image._2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .homepage-title {
    position: absolute;
    font-size: 12.5vw;
    text-shadow: none;
  }

  .desktop-home-logo {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }

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

  .home-nav-desktop {
    display: none;
  }

  .content-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 50%;
  }

  .page-content {
    padding-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .content__link-block {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0b100d;
    font-size: 18px;
    white-space: nowrap;
  }

  .content__link-block.w--current {
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    color: #337444;
  }

  .content__link-block.back {
    display: none;
  }

  .content-link__icon {
    display: none;
    margin-left: 8px;
  }

  .content-link__icon.farm {
    display: block;
  }

  .content-link__icon.seed-to-cup {
    display: block;
  }

  .page-header {
    left: 15px;
  }

  .page-content__title.seed-to-cup {
    font-size: 10vw;
  }

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

  .footer__sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__socials {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sitemap-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-floating-menu {
    right: 15px;
  }

  .right-floating-menu.home {
    top: 15px;
    display: block;
  }

  .page-hamburger {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding-right: 7px;
    padding-left: 7px;
    background-color: #dce4de;
  }

  .page-hamburger.home {
    z-index: 25;
  }

  .mobile-content-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #dce4de;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
  }

  .mobile-content-menu-icon {
    width: 18px;
    margin-left: 8px;
  }

  .home-mobile-nav {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-mobile-nav-icon {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 15;
    margin-right: -10px;
  }

  .mobile-nav-open {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-navbar__button-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .home-mobile-nav-img {
    width: 30px;
    height: 30px;
    margin: 10px;
  }

  .content-menu__links {
    height: auto;
    font-family: 'Bebas Neue', sans-serif;
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobile-dropdown-text {
    margin-bottom: -3px;
    font-size: 18px;
  }

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

  .dropdown-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 10px 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dce4de;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
  }

  .content-dropdown {
    display: block;
  }

  .open-hamburger {
    display: none;
    width: 100vw;
    padding-top: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .open-hamburger.home {
    z-index: 20;
    display: none;
  }

  .hamburger-nav-link-block {
    font-size: 24px;
    font-weight: 400;
  }

  .open-hamburger-links {
    height: 70vh;
    margin-right: 25px;
  }

  .dropdown-content {
    overflow: hidden;
  }

  .dropdown-content.w--open {
    left: auto;
    top: 40px;
    right: 0%;
    bottom: auto;
    width: auto;
    background-color: #dce4de;
  }

  .hamburger-menu-wrapper.home {
    position: absolute;
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home-mobile-logo {
    position: absolute;
    left: 15px;
    top: 15px;
    right: auto;
    bottom: auto;
    z-index: 25;
    display: block;
  }

  .coming-soon-card {
    position: fixed;
    width: 80vw;
    height: 65vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coming-soon-text {
    font-size: 18px;
  }

  .coming-soon-content {
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .coming-soon-img {
    width: 100%;
    height: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .coming-soon-button {
    font-size: 18px;
  }

  .content-header-block {
    background-image: none;
    background-position: 0px 0px;
  }

  .logo-svg-embed {
    color: #2c633b;
  }
}

@media screen and (max-width: 479px) {
  .homepage-content {
    width: 100%;
  }

  .home-image {
    width: 75vw;
    height: 22vh;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .homepage-title {
    position: absolute;
    margin-top: 0px;
    font-size: 12vw;
  }

  .home-text {
    width: 330px;
    font-size: 14px;
  }

  .content-menu {
    width: 70%;
  }

  .page-content {
    padding-top: 70px;
  }

  .content-link__icon.farm {
    display: block;
  }

  .content-link__icon.seed-to-cup {
    margin-right: 5px;
  }

  .page-header {
    top: 15px;
  }

  .page-content__title {
    font-size: 52px;
  }

  .page-content__img.sello {
    max-width: 130px;
  }

  .page-content__img.sello.farm-header {
    max-width: 150px;
  }

  .page-content__img.sello.farm-header-seal {
    max-width: 150px;
  }

  .page-content__paragraph.contact-links {
    font-size: 20px;
  }

  .page-content__paragraph.contact-links.label {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.5;
  }

  .footer__content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer__sitemap {
    display: none;
  }

  .footer__socials {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #cca875;
    text-align: left;
  }

  .footer__link-block {
    padding-left: 0px;
  }

  .right-floating-menu {
    top: 15px;
  }

  .page-hamburger {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 0px;
  }

  .mobile-content-menu {
    padding-right: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
  }

  .mobile-content-menu-icon {
    width: 14px;
    margin-left: 6px;
  }

  .home-mobile-nav {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-navbar__button-icon {
    width: 30px;
    height: 30px;
  }

  .go-back-button {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .header-logo {
    height: 30px;
    margin-top: 5px;
  }

  .dropdown-button {
    height: 40px;
    padding: 12px 10px;
  }

  .farm-details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .farm-detail.long {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .farm-detail-text {
    line-height: 1.2;
  }

  .open-hamburger-links {
    margin-right: 5px;
  }

  .dropdown-content {
    overflow: hidden;
  }

  .coming-soon-card {
    width: 100%;
    max-width: 90vw;
  }

  .sello-grid {
    width: 44%;
  }

  .farm-header {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .farm-header__text {
    margin-top: 20px;
    margin-left: 0px;
  }

  .content-header-block {
    background-image: none;
    background-position: 0px 0px;
  }

  .logo-svg-embed {
    width: 150px;
  }

  .farm-gallery-subs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .header-image {
    height: 50vh;
  }

  .gallery-small-thumbnail.hide-on-mobile {
    display: none;
  }
}

