@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.heroBackground {
  height: 370px;
  background-position: center top;
}
@media only screen and (min-width: 2000px) {
  .heroBackground {
    background-position: center center;
  }
}
@media only screen and (max-width: 1199px) {
  .heroBackground {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .heroBackground {
    height: 200px;
  }
}

.heroWrap {
  margin: 1.875rem 0 2.5rem;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .heroWrap {
    padding: 0;
  }
}

.heroTitle {
  margin: 0;
}

.heroLogo {
  max-width: 326px;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 600px) {
  .heroLogo {
    margin: 20px 0 0;
  }
}

.heroLink {
  text-decoration: none;
  margin-bottom: 10px;
}
.heroLink p {
  transition: all 0.5s ease;
}
.heroLink svg {
  margin-right: 15px;
}
.heroLink svg path {
  transition: all 0.5s ease;
  stroke: #fff;
}
.heroLink:hover {
  text-decoration: none;
}
.heroLink:hover p {
  color: #23a5db;
}
.heroLink:hover svg path {
  stroke: #23a5db;
}

.triangles,
.trianglesMobile {
  width: 100%;
  max-width: 680px;
  position: absolute;
  margin: 0;
  right: 0;
  top: 17.725rem;
}
@media only screen and (max-width: 1040px) {
  .triangles,
  .trianglesMobile {
    right: -18rem;
    top: 12.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .triangles,
  .trianglesMobile {
    right: -14.5rem;
    top: 7rem;
  }
}

@media only screen and (max-width: 880px) {
  .triangles {
    display: none;
  }
}

@media only screen and (min-width: 880px) {
  .trianglesMobile {
    display: none;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.quote-box {
  position: absolute;
  z-index: 1;
  bottom: -1.5rem;
  left: 1.5rem;
  box-sizing: border-box;
  background-color: #3354a2;
  padding: 0.9375rem;
  color: #fff;
  max-width: 350px;
  width: 80%;
}
.quote-box p {
  word-break: break-word;
}
@media only screen and (max-width: 880px) {
  .quote-box {
    max-width: 289px;
  }
}

.p-r {
  position: relative;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.farmers-video-3col {
  gap: 30px;
}

.cards-wrapper {
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0;
  flex-direction: row;
  margin-top: 2rem;
}
@media only screen and (max-width: 880px) {
  .cards-wrapper {
    padding: 0;
    margin: auto;
  }
  .cards-wrapper .farmers-2-grid {
    flex-direction: column;
    align-items: center;
    margin: 2.5rem 0 0;
  }
}

.cards-wrapper-mobile {
  align-items: center;
}
.cards-wrapper-mobile-1-grid, .cards-wrapper-mobile-2-grid {
  flex-direction: column;
}
.cards-wrapper-mobile-4-grid {
  flex-direction: row;
}

.video-control-legend h2 {
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 880px) {
  .video-control-legend h2 {
    margin: 0;
  }
}
.video-control-legend p {
  padding: 0 0.5rem 0.5rem 0;
  margin: 0;
}
.video-control__wrapper {
  width: 100%;
}
.video-control__wrapper .video-control-container-4-grid {
  display: flex;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-4-grid {
    justify-content: flex-start;
  }
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-4-grid .thubmnail-element {
  height: 141px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-4-grid .thubmnail-wrapper,
  .video-control__wrapper .video-control-container-4-grid .thubmnail-element {
    width: 200px;
  }
}
.video-control__wrapper .video-control-container-4-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box {
  transform: scale(1);
  margin-top: auto;
}
.video-control__wrapper .video-control-container-2-grid {
  overflow: hidden;
  position: relative;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-2-grid .thubmnail-element {
  height: 335px;
  width: 100%;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-2-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .video-control-container-1-grid {
  overflow: hidden;
  justify-content: space-around;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-1-grid .thubmnail-element {
  height: 335px;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-1-grid .thubmnail-wrapper,
  .video-control__wrapper .video-control-container-1-grid .thubmnail-element {
    max-width: 100%;
  }
}
.video-control__wrapper .video-control-container-1-grid .notitle-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-1-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .thubmnail-wrapper {
  overflow: hidden;
}
.video-control__wrapper .thubmnail-wrapper .thubmnail-element {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s ease;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .thubmnail-wrapper .thubmnail-element {
    transform: scale(1);
  }
}
.video-control__wrapper .play-button-box {
  z-index: 2;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: -5.5rem;
  margin-left: 0;
  padding: 0 2rem;
  transition: all 1s ease;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box {
    margin-top: -5rem;
    margin-left: 1rem;
    padding: 0;
  }
}
.video-control__wrapper .play-button-box .play-button-box-left {
  display: flex;
  align-items: center;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button {
  cursor: pointer;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button:hover path {
  fill: black;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button:hover circle {
  fill: #fff;
}
.video-control__wrapper .play-button-box .play-button-box-right {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
  justify-content: center;
  padding: 0 1rem;
}
.video-control__wrapper .play-button-box .play-button-box-right > p {
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box .play-button-box-right {
    padding: 0 1rem;
    text-overflow: ellipsis;
    height: 60px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .video-control__wrapper .play-button-box .play-button-box-right p {
    font-size: 15px;
    line-height: 20px;
  }
}
.video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__stitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__stitle p {
    padding: 0.25rem 0 0;
  }
}
.video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  display: -webkit-box;
}
.video-control__wrapper .nosubtitle-video {
  margin-top: -4rem;
}
.video-control__wrapper:hover .video-control-container-4-grid .thubmnail-wrapper .thubmnail-element,
.video-control__wrapper:hover .video-control-container-2-grid .thubmnail-wrapper .thubmnail-element,
.video-control__wrapper:hover .video-control-container-1-grid .thubmnail-wrapper .thubmnail-element {
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
  .video-control__wrapper:hover .video-control-container-4-grid .thubmnail-wrapper .thubmnail-element,
  .video-control__wrapper:hover .video-control-container-2-grid .thubmnail-wrapper .thubmnail-element,
  .video-control__wrapper:hover .video-control-container-1-grid .thubmnail-wrapper .thubmnail-element {
    transform: scale(1.2);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.farmers-1-grid img {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-1-grid img {
    height: auto;
  }
}

.farmers-2-grid {
  width: 49%;
}
.farmers-2-grid.w-fade-animation {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-2-grid {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

.farmers-3-grid {
  width: 33.33%;
}
.farmers-3-grid img {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-3-grid img {
    height: auto;
  }
}
@media only screen and (max-width: 880px) {
  .farmers-3-grid {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

.farmers-4-grid {
  height: auto;
  min-height: 10rem;
  width: 25%;
  box-sizing: border-box;
}
@media only screen and (max-width: 880px) {
  .farmers-4-grid {
    width: 100%;
  }
}

.farmers-4-grid > div {
  width: 90%;
  margin: 0 2rem;
}
@media only screen and (max-width: 880px) {
  .farmers-4-grid > div {
    width: 90%;
    margin-right: 0;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.farmers-page__farmers-box {
  padding: 0 25px;
  max-width: 1280px;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 880px) {
  .farmers-page__farmers-box {
    padding: 0;
    margin: 4rem 0 0;
  }
  .farmers-page__farmers-box > h2 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 880px) {
  .farmers-page__farmers-box-title {
    padding-left: 1.5625rem;
  }
}

.farmers-page-wrapper {
  background-repeat: no-repeat;
  margin-top: 6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-bottom: 5rem;
  margin-top: 3rem;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .farmers-page-wrapper {
    margin-top: 4rem;
  }
}
.farmers-page-wrapper__upper, .farmers-page-wrapper__lower {
  display: flex;
  flex-direction: row;
}
.farmers-page-wrapper__upper {
  margin-bottom: 3rem;
}
.farmers-page-wrapper__upper-left {
  width: 50%;
}
@media only screen and (max-width: 880px) {
  .farmers-page-wrapper__upper-left {
    width: 100%;
  }
}
.farmers-page-wrapper__upper-right {
  width: 50%;
  color: #fff;
  padding: 5rem 1rem 1rem 2rem;
}
@media only screen and (max-width: 880px) {
  .farmers-page-wrapper__upper-right {
    width: 100%;
  }
}
.farmers-page-wrapper__lower {
  margin-top: 0;
}
.farmers-page-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: saturate(0) opacity(0.2);
  z-index: 0;
}
.farmers-page-wrapper__upper {
  z-index: 1;
}
.farmers-page-wrapper__lower {
  margin-bottom: 1.5rem;
}
.farmers-page-wrapper__upper-right {
  display: flex;
  flex-direction: column;
  padding: 3rem 1rem 0 2rem;
}
@media only screen and (max-width: 880px) {
  .farmers-page-wrapper__upper-right {
    padding: 0;
    padding-top: 3rem;
  }
}
.farmers-page-wrapper__upper-right .farmer-description {
  margin-top: 10px;
}
@media only screen and (max-width: 880px) {
  .farmers-page-wrapper {
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: hidden;
    background-size: cover;
  }
  .farmers-page-wrapper__upper, .farmers-page-wrapper__lower {
    flex-direction: column-reverse;
  }
  .farmers-page-wrapper__upper-right {
    margin-bottom: 2rem;
  }
}

.farmers-page-text__title {
  color: #fff;
}
.farmers-page-text__desc {
  width: 470px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .farmers-page-text__desc {
    width: 70%;
    text-align: justify;
  }
}
@media only screen and (max-width: 880px) {
  .farmers-page-text__desc {
    width: 100%;
  }
}
@media only screen and (max-width: 880px) {
  .farmers-page-text {
    padding: 0;
  }
}

#farmers-page .video-control-legend h2 {
  line-height: normal;
  font-size: 0.9375rem;
}
#farmers-page .cards-wrapper {
  justify-content: normal;
}
#farmers-page .cards-wrapper-mobile-1-grid,
#farmers-page .cards-wrapper-mobile-2-grid {
  flex-direction: initial !important;
}
#farmers-page .video-control__wrapper .play-button-box {
  position: absolute;
  margin: 0;
}
#farmers-page .cards-wrapper {
  margin-top: 0;
}
#farmers-page .quote-box {
  margin-bottom: 0;
}
#farmers-page .wrap-pr {
  top: -30px;
}
@media only screen and (max-width: 880px) {
  #farmers-page .wrap-pr {
    top: 0;
  }
}
#farmers-page .farmers-page-wrapper__upper-right h2 {
  margin-top: 0;
}
#farmers-page .farmers-page-wrapper__upper {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 880px) {
  #farmers-page .farmers-page-wrapper__upper {
    margin: 0 1.5625rem 3rem;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.br #page-404 {
  background: url("/images/404brazil.png") no-repeat center center fixed;
  background-size: cover;
}

#page-404 {
  min-height: 100vh;
  background: url("/images/hero404.png") no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}
#page-404 .page-main-container__scroll-area {
  display: none;
}
@media only screen and (max-width: 880px) {
  #page-404 {
    flex-direction: column;
    padding: 0 25px;
  }
}
#page-404 section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#page-404-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 9px 25px;
  margin-top: 0;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  text-transform: none;
  min-width: 15%;
}
#page-404-link:hover {
  background-color: #23a5db;
}
#page-404-link:hover {
  background-color: #fff;
  color: #000;
}
#page-404-link:hover a {
  color: #000;
}
#page-404-link:hover p {
  color: #000;
}
#page-404-link:hover svg path {
  stroke: #000;
}
#page-404-link svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  #page-404-link {
    line-height: 20px;
    padding: 0.5rem 1rem;
  }
}

.page-404-h1 {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 880px) {
  .page-404-h1 {
    text-transform: none;
    width: 100%;
  }
}
