@font-face {
  font-family: Tt Norms Pro Trial;
  src: url('../fonts/TT-Norms-Pro-Trial-Bold.ttf') format("truetype"), url('../fonts/TT-Norms-Pro-Trial-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Norms Pro Trial;
  src: url('../fonts/TT-Norms-Pro-Trial-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Norms Pro Trial;
  src: url('../fonts/TT-Norms-Pro-Trial-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000;
  padding-left: 0;
  font-family: Tt Norms Pro Trial, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.sm_market_item {
  background-color: #fff;
  border-radius: 31px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sm_subtitle_siembra {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Tt Norms Pro Trial, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.4;
}

.sm_subtitle_siembra.color_green {
  color: #007853;
}

.sm_subtitle_siembra.color_white {
  color: #fff;
}

.about_history_content_siembra {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.about_accordion_wrapper_siembra {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-top: -100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.leaf-2 {
  filter: saturate(80%);
  width: 14rem;
  margin-right: 50vw;
  position: absolute;
  inset: 0% auto auto;
  transform: scale(.7);
}

.about_fullimage_shadow_siembra {
  z-index: 1;
  background-image: linear-gradient(#0d7f5d, #00282000 20% 80%, #011a0780);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about_values_img_container_siembra {
  width: 40%;
  height: 50vh;
}

.about_values_wrapper_siembra {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.leaf-4 {
  filter: saturate(80%);
  width: 3rem;
  margin-left: 70vw;
  position: absolute;
  inset: 0% auto auto;
}

.about_values_container_siembra {
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about_accordion_section_siembra {
  position: relative;
}

.about_intro_container_siembra {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  max-width: 74%;
  margin: auto;
  display: flex;
}

.leaf-1 {
  filter: saturate(80%);
  width: 2rem;
  margin-right: 80vw;
  position: absolute;
  inset: 0% auto auto;
}

.about_history_container_siembra {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70vw;
  max-width: 1680px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about_leaf_wrapper_siembra {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.leaf-3 {
  filter: saturate(80%);
  width: 6rem;
  margin-left: 30vw;
  position: absolute;
  inset: 0% auto auto;
}

.mediumtitle_siembra {
  text-align: left;
  font-family: Tt Norms Pro Trial, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.1;
}

.mediumtitle_siembra.color_white {
  color: #fff;
}

.mediumtitle_siembra.color_white.bold {
  font-weight: 700;
}

.about_intro_section_siembra {
  background-image: linear-gradient(#76bc21, #0d7f5d);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 90vh;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
}

.about_fullimage_section_siembra {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_siembra {
  z-index: 999999;
  background-color: #007853;
  position: fixed;
  inset: 0% 0% auto;
}

.header_wrapper_siembra {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about_intro_marquee_container_siembra {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee {
  height: 4rem;
  display: flex;
}

.marquee-right {
  justify-content: center;
  height: 4rem;
  display: flex;
}

.about_values_contain_siembra {
  width: 100%;
}

.about_accordion_item_siembra {
  border-color: #007853;
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-right-width: 0;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  display: flex;
  overflow: hidden;
}

.about_accordion_toggle_siembra {
  flex: none;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 50px 0 0;
  display: flex;
}

.about_accordion_toggle_siembra.w--open {
  border-bottom: 1px solid #0000001a;
}

.largetext_siembra {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.1;
}

.largetext_siembra.color_green {
  color: #007853;
}

.dropdown_icon_siembra {
  z-index: 2;
  filter: contrast(0%);
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about_accordion_content_siembra {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.about_accordion_content_siembra.w--open {
  background-color: #0000;
}

.about_accordion_info_container_siembra {
  padding: 30px;
  display: flex;
}

.about_video_img_desk_siembra {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0);
}

.about_video_container_siembra {
  z-index: 1;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about_video_siembra {
  height: 100vh;
}

.about_video_phrase_container_siembra {
  z-index: 2;
  mix-blend-mode: screen;
  background-color: #fff;
  border-radius: 2em 2em 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 200vh;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: relative;
}

.about_video_window_siembra {
  z-index: 4;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  transform: rotate(0);
}

.about_video_circle_siembra {
  z-index: 1;
  perspective: 1000px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about_video_mask_section_siembra {
  width: 100vw;
  height: auto;
  padding-bottom: 2vh;
}

.about_video_mask_siembra {
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
}

.about_video_img_mobile_siembra {
  display: none;
}

.largetitle_siembra {
  color: #000;
  letter-spacing: 0;
  text-shadow: -3px 4px 3px #00000012;
  font-family: Tt Norms Pro Trial, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 100%;
}

.largetitle_siembra.text_bold {
  font-weight: 700;
}

.largetitle_siembra.text_bold.sm_text_white {
  color: #fff;
}

.regulartext_siembra {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.regulartext_siembra.color_white {
  color: #fff;
}

.xlargetext_siembra {
  text-align: left;
  font-family: Tt Norms Pro Trial, Arial, sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 1.1;
}

.xlargetext_siembra.text_bold {
  font-weight: 700;
}

.xlargetext_siembra.text_bold.color_green {
  color: #007853;
}

.xlargetext_siembra.color-white {
  color: #fff;
}

.nav_webflow {
  display: none;
}

.about_slider_inner_siembra {
  color: #fff6;
  overflow: hidden;
}

.about_slider_inner_siembra.green-01 {
  background-color: #0c7f5d;
}

.about_slider_inner_siembra.green-03 {
  background-color: #70bb24;
}

.about_slider_inner_siembra.green-02 {
  background-color: #359f51;
}

.about_slider_slide_siembra {
  overflow: hidden;
}

.about_slider_section_siembra {
  background-color: #1b6c4a;
  height: 90vh;
}

.about_slider_wrapper_siembra {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 90vh;
  display: flex;
}

.about_slider_arrow_siembra {
  opacity: .4;
  font-size: 2rem;
}

.yearstext_siembra {
  font-size: 10vw;
  font-weight: 700;
}

.about_slider_p_siembra {
  color: #fff;
  text-align: left;
}

.intro_circle_siembra {
  z-index: 10;
  background-color: #00ae42;
  border-radius: 0 70vw 70vw 0;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 60vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.about_slider_text_siembra {
  border-left: 3px solid #ecc400;
  flex-flow: column;
  width: 45vw;
  margin-top: 10vh;
  margin-right: 10rem;
  padding-left: 2rem;
  display: flex;
}

.seccion_pendiente_siembra {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.image_100_siembra {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.image_100_siembra.contain {
  object-fit: contain;
}

.image_100_siembra.absolute {
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.image_100_siembra.top {
  object-position: 50% 0%;
}

.image_100_siembra.bottom {
  object-position: 50% 100%;
}

.footer_siembra {
  z-index: 10;
  width: 100vw;
  position: relative;
}

.about_intro_marquee_wrapper_siembra {
  z-index: 10;
  border-bottom-right-radius: 2px;
  position: relative;
}

.about_history_highlight_siembra {
  width: 45%;
}

.about_history_wrapper_siembra {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.image_100_siembra_mobile_header {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

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

.intro_logo_wrapper_siembra {
  z-index: 10;
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  margin-left: auto;
  margin-right: 7rem;
  display: flex;
  position: relative;
}

.intro_section_siembra {
  justify-content: center;
  width: 100vw;
  height: 300vh;
  display: flex;
}

.siembra_images_100 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.intro_container_siembra {
  z-index: 10;
  background-color: #00ae42;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: auto;
}

.intro_sticky_siembra {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.intro_circle_wrapper_siembra {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.intro_main_wrapper_siembra {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.intro_overlay_siembra {
  z-index: 1;
  background-image: linear-gradient(#02140f80, #02140f80);
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
}

.intro_content_container_siembra {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.intro_con_ent_wrapper_siembra {
  z-index: 10;
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 80%;
  margin-left: 6rem;
  display: flex;
  position: relative;
}

.circlegrow_circle_wrapper_siembra {
  grid-column-gap: 50vh;
  grid-row-gap: 50vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circlegrow_wrapper_siembra {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.circlegrow_circle_siembra {
  border: 10vw solid #1fb15a70;
  border-radius: 100vw;
  flex: none;
  width: 73.5vh;
  height: 73.5vh;
}

.sust_intro_section_siembra {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 400vh;
  display: flex;
  position: relative;
}

.circlegrow_img_wrapper_siembra {
  background-color: #04517f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 90%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circlegrow_content_wrapper_siembra {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 50vw;
  height: auto;
  margin: 13vw 10vw auto auto;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.circlegrow_line_siembra {
  background-color: #e9db01;
  width: 1rem;
  height: auto;
}

.about_slider_mask-image_siembra {
  z-index: 10;
  background-color: #00ae42;
  border-radius: 0 50vw 50vw 0;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.stylesheet_wrapper_siembra {
  width: 90vw;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
}

.stylesheet_titles_siembra {
  color: #919191;
  margin-bottom: 1vw;
  line-height: 1;
}

.xlarge_title_siembra {
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
}

.stylesheet_container_siembra {
  margin-bottom: 4vw;
}

.image_overay_siembra {
  background-color: #010e0599;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sust_intro_section_wrapper_siembra {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sust_intro_info_wrapper_siembra {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50vw;
  height: auto;
  display: flex;
  position: relative;
}

.sust_intro_img_wrapper_siembra {
  background-color: #04517f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 90%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sust_intro_circle_wrapper_siembra {
  grid-column-gap: 50vh;
  grid-row-gap: 50vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.sust_intro_circle_siembra {
  border: 10vw solid #1fb15a70;
  border-radius: 100vw;
  flex: none;
  width: 73.5vh;
  height: 73.5vh;
}

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

.sust_initiatives_indicator_way_self_siembra {
  background-color: #0000001a;
  border-radius: 10px;
  width: 1.5px;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.sust_initiatives_indicator_progess_siembra {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5px;
  height: 100%;
  display: flex;
  position: relative;
}

.sust_initiatives_sticky_siembra {
  z-index: 10;
  background-color: #0c7f5d;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.sust_initiatives_sticky_siembra.green2 {
  background-color: #00ae42;
}

.sust_initiatives_sticky_wrapper_siembra {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sust_initiatives_section {
  display: block;
}

.sust_initiatives_sticky_img_siembra {
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sust_initiatives_indicator_way_siembra {
  flex-direction: column;
  align-items: center;
  width: 7px;
  height: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sust_initiatives_title_siembra {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 10rem auto auto 10rem;
  display: flex;
}

.sust_initiatives_sticky_text_siembra {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: auto;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.sust_initiatives_img_siembra {
  object-fit: cover;
  display: inline-flex;
}

.sust_initiatives_indicator_dot_siembra {
  background-color: #000;
  border-radius: 10px;
  width: 4.5px;
  height: 4.5px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
}

.sust_initiatives_indicator_number_siembra {
  font-size: .625em;
  font-weight: 500;
  line-height: 1;
}

.sust_initiatives_wrapper {
  z-index: 1;
  position: relative;
}

.sust_initiatives_indicator_wrapper_siembra {
  grid-row-gap: .5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
  transform: none;
}

.sust_initiatives_content_siembra {
  z-index: 10;
  background-color: #fff0;
  position: relative;
}

.sust_initiatives_sticky_item_siembra {
  perspective: 100vw;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 70vw;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process_section_siembra {
  z-index: 1;
  background-color: #6cb824;
  background-image: linear-gradient(#00ae42, #76bc21);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.process_container_siembra {
  flex-flow: column;
  align-items: flex-start;
  width: 70vw;
  max-width: 1680px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.process_sticky_siembra {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 9rem;
  display: flex;
  position: sticky;
  top: 0;
}

.process_infographic_wrapper_siembra {
  width: 40vw;
  height: 100%;
  margin-bottom: 10vh;
  margin-left: auto;
  position: relative;
}

.process_infographic_main_grow_siembra {
  border: 1px solid #fff;
  border-radius: 50vw;
  width: 7.5vw;
  height: 103%;
  margin-top: -2rem;
  margin-left: 7.2vw;
  position: absolute;
}

.circlegrow_section_siembra {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 400vh;
  display: flex;
  position: relative;
}

.div-block-19 {
  z-index: -1;
  width: 70vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% -20%;
}

.image_siembra {
  height: 100%;
}

.sust_initiatives_sticky_img_wrapper_siembra {
  width: 45%;
}

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

.home_animated_icon_siembra_wf {
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: -30% 15% auto auto;
}

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

.home_animated_img_siembra_wf {
  border-top-right-radius: 70vw;
  border-bottom-right-radius: 70vw;
  width: 80%;
  height: 40vh;
  overflow: hidden;
}

.sm_market_text_hover {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
}

.sm_markets_title {
  color: #007853;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.sm_market_content_hover {
  background-color: #007853;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sm_markets_container {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  align-items: stretch;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.sm_markets_wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sm_highlight_big {
  color: #fff;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.home_animated_siembra_wf {
  position: relative;
}

.sm_highlight {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.sm_highlight.sm_text_center {
  text-align: center;
  line-height: 1.2;
}

.sm_subtitle {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.sm_subtitle.sm_text_center {
  text-align: center;
}

.sm_highlight_container {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  width: 55vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.sm_letters_animation_02 {
  overflow: hidden;
}

.div_prueba {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  width: 81vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
}

.div_prueba-copy {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  width: 81vw;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
}

.xd_h2_onload {
  color: #fff;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.3;
}

.xd_h2_onload._2 {
  letter-spacing: 0;
}

.xd_h2_onload._3 {
  letter-spacing: 0;
}

.xd_h2_onload._1 {
  letter-spacing: 0;
  margin-top: 0;
}

.xd_h2_onload._0 {
  letter-spacing: 0;
}

.xd_fullimage_swipescroll-image-2 {
  z-index: 1;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  object-fit: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 0;
  height: 100vh;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xd_fullimage_swipescroll-image-1 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  object-fit: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.xd_fullimage_swipescroll_1a-seccion {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200vw;
  display: flex;
}

.story_row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.xd_fullimage_swipescroll-image-4 {
  z-index: 3;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  object-fit: cover;
  background-image: linear-gradient(#241c0a80, #241c0a80), url('../images/04_silverman.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 0;
  height: 100vh;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xd_fullimage_swipescroll-story-item {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.xd_fullimage_swipescroll_story {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.xd_fullimage_swipescroll-story-item-container {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 40vh auto auto;
}

.xd_fullimage_swipescroll {
  width: 100vw;
  height: 600vh;
  display: inline-flex;
}

.xd_fullimage_swipescroll-image-3 {
  z-index: 2;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  object-fit: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 0;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.xd_fullimage_swipescroll_images {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

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

@media screen and (min-width: 1280px) {
  .sust_initiatives_sticky_text_siembra {
    z-index: 2;
    position: relative;
  }

  .xd_h2_onload {
    font-size: 5.2em;
  }

  .xd_fullimage_swipescroll-image-4 {
    z-index: 3;
  }
}

@media screen and (min-width: 1440px) {
  .about_intro_marquee_container_siembra {
    justify-content: space-between;
  }

  .marquee, .marquee-right {
    justify-content: center;
  }

  .xd_h2_onload {
    font-size: 6em;
  }

  .xd_h2_onload._2, .xd_h2_onload._3, .xd_h2_onload._1, .xd_h2_onload._0 {
    font-size: 4vw;
  }

  .xd_fullimage_swipescroll_images {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .leaf-2 {
    width: 19rem;
  }

  .leaf-4 {
    width: 16rem;
  }

  .leaf-1 {
    width: 20rem;
  }

  .leaf-3 {
    width: 16rem;
  }

  .largetext_siembra {
    font-size: 1.9rem;
  }

  .about_video_container_siembra {
    z-index: 1;
  }

  .regulartext_siembra {
    font-size: 1.5rem;
  }

  .sust_initiatives_sticky_item_siembra {
    width: 60vw;
    max-width: 60vw;
    height: 50vh;
  }

  .xd_h2_onload {
    font-size: 6.8em;
  }

  .xd_h2_onload._2, .xd_h2_onload._3, .xd_h2_onload._1, .xd_h2_onload._0 {
    font-size: 3.5vw;
    line-height: 130%;
  }

  .xd_fullimage_swipescroll_1a-seccion {
    height: 100vh;
  }

  .xd_fullimage_swipescroll-image-4 {
    background-image: linear-gradient(#241c0a80, #241c0a80), url('../images/04_silverman.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .xd_fullimage_swipescroll-image-3 {
    background-image: linear-gradient(#241c0a80, #241c0a80), url('../images/03_ageless.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .xd_fullimage_swipescroll_images {
    flex: 0 auto;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .sm_subtitle_siembra {
    font-size: 1rem;
  }

  .about_accordion_wrapper_siembra {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .leaf-2 {
    width: 8rem;
  }

  .about_values_img_container_siembra {
    order: -1;
  }

  .leaf-4 {
    width: 6rem;
  }

  .leaf-1 {
    width: 8rem;
  }

  .leaf-3 {
    width: 10rem;
  }

  .about_intro_section_siembra {
    padding-top: 5rem;
  }

  .marquee, .marquee-right {
    height: 4rem;
  }

  .about_values_contain_siembra {
    width: 100%;
    min-width: 0;
  }

  .largetext_siembra {
    font-size: 2.5vw;
  }

  .largetext_siembra.color_green {
    font-size: 2.2vw;
  }

  .about_video_phrase_container_siembra {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .largetitle_siembra {
    font-size: 4.5vw;
  }

  .xlargetext_siembra {
    font-size: 1.6rem;
  }

  .yearstext_siembra {
    font-size: 14vw;
  }

  .intro_logo_wrapper_siembra {
    width: 30%;
    margin-right: 5vw;
  }

  .intro_section_siembra {
    height: 400vh;
  }

  .intro_con_ent_wrapper_siembra {
    width: 40%;
    margin-left: 2rem;
  }

  .circlegrow_content_wrapper_siembra {
    width: 70vw;
  }

  .about_slider_mask-image_siembra {
    border-top-right-radius: 40vw;
    border-bottom-right-radius: 40vw;
  }

  .sust_initiatives_sticky_item_siembra {
    width: 80vw;
    max-width: 80vw;
    height: 50vh;
  }

  .process_sticky_siembra {
    width: 35%;
  }

  .div-block-19 {
    width: 30vw;
  }

  .home_animated_icon_siembra_wf {
    width: 20vw;
    height: 20vw;
    top: -20%;
    right: 20%;
  }

  .sm_market_text_hover {
    font-size: .8rem;
  }

  .sm_markets_container {
    width: 90vw;
  }

  .sm_highlight_big {
    font-size: 3rem;
  }

  .sm_bg_section {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sm_highlight.sm_text_center {
    font-size: 1.5rem;
  }

  .sm_highlight_container, .div_prueba, .div_prueba-copy {
    width: 90vw;
  }

  .xd_h2_onload {
    font-size: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .about_accordion_wrapper_siembra {
    margin-top: 0;
  }

  .about_intro_container_siembra {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .about_leaf_wrapper_siembra {
    display: none;
  }

  .mediumtitle_siembra {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .largetext_siembra.color_green {
    font-size: 4.3vw;
  }

  .xlargetext_siembra {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .about_slider_arrow_siembra {
    width: 3rem;
  }

  .intro_section_siembra {
    height: 300vh;
  }

  .circlegrow_circle_wrapper_siembra, .sust_intro_circle_wrapper_siembra {
    flex: none;
  }

  .sust_initiatives_sticky_siembra {
    border-radius: 1em;
    padding-top: 75%;
  }

  .sust_initiatives_indicator_wrapper_siembra {
    width: 10vw;
  }

  .xd_h2_onload {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 479px) {
  .sm_market_item {
    width: 100%;
    height: 50vw;
  }

  .sm_subtitle_siembra {
    line-height: 1.2;
  }

  .about_history_content_siembra {
    width: 100%;
  }

  .about_accordion_wrapper_siembra {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-top: -100vh;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about_values_img_container_siembra {
    width: 100%;
    height: 30vh;
  }

  .about_values_wrapper_siembra {
    width: 100%;
  }

  .about_values_container_siembra {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
  }

  .about_intro_container_siembra {
    width: 80vw;
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .about_history_container_siembra {
    width: 80vw;
  }

  .about_leaf_wrapper_siembra {
    display: flex;
  }

  .mediumtitle_siembra {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .about_intro_section_siembra {
    height: 100vh;
    padding-top: 3rem;
  }

  .marquee, .marquee-right {
    height: 3rem;
  }

  .largetext_siembra {
    font-size: 5.8vw;
  }

  .about_video_img_desk_siembra {
    display: none;
  }

  .about_video_circle_siembra {
    background-size: cover;
    background-attachment: scroll;
  }

  .about_video_mask_siembra {
    object-fit: cover;
  }

  .about_video_img_mobile_siembra {
    object-fit: cover;
    width: 101%;
    max-width: 101%;
    height: 100%;
    display: block;
  }

  .largetitle_siembra {
    font-size: 4.5vw;
    line-height: 130%;
  }

  .regulartext_siembra.color_white.sm {
    font-size: .9rem;
  }

  .xlargetext_siembra {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .yearstext_siembra {
    font-size: 18vw;
  }

  .intro_circle_siembra {
    border-top-right-radius: 0;
    border-bottom-right-radius: 160vw;
    border-bottom-left-radius: 160vw;
    width: 90vw;
    height: 30vh;
  }

  .about_slider_text_siembra {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .about_history_highlight_siembra {
    width: 100%;
  }

  .about_history_wrapper_siembra {
    flex-flow: column;
  }

  .marquee_img_wf {
    width: 200vw;
  }

  .image_100_siembra_mobile_header {
    display: block;
  }

  .image_100_siembra_desk_header {
    display: none;
  }

  .intro_logo_wrapper_siembra {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_container_siembra {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .intro_sticky_siembra {
    overflow: hidden;
  }

  .intro_circle_wrapper_siembra {
    justify-content: center;
    align-items: center;
    inset: 0% auto auto;
  }

  .intro_con_ent_wrapper_siembra {
    width: 80%;
    height: auto;
    margin-left: 0;
  }

  .circlegrow_circle_wrapper_siembra {
    height: 90%;
  }

  .circlegrow_wrapper_siembra {
    height: 100vh;
  }

  .circlegrow_circle_siembra {
    width: 69vw;
    height: 69vw;
  }

  .circlegrow_img_wrapper_siembra {
    height: 95%;
  }

  .circlegrow_content_wrapper_siembra {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 85vw;
    margin-top: 30vw;
    margin-right: auto;
    padding-left: 0;
  }

  .about_slider_mask-image_siembra {
    width: 90vw;
    height: 30vh;
  }

  .xlarge_title_siembra {
    font-size: 3.6rem;
  }

  .stylesheet_container_siembra {
    margin-bottom: 13vw;
  }

  .sust_intro_info_wrapper_siembra {
    width: 80vw;
  }

  .sust_intro_img_wrapper_siembra {
    height: 95%;
  }

  .sust_intro_circle_wrapper_siembra {
    height: 90%;
  }

  .sust_intro_circle_siembra {
    width: 69vw;
    height: 69vw;
  }

  .sust_initiatives_sticky_img_siembra {
    justify-content: center;
    align-items: center;
  }

  .sust_initiatives_title_siembra {
    margin-left: 3rem;
  }

  .sust_initiatives_sticky_text_siembra {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sust_initiatives_img_siembra {
    width: 100%;
  }

  .sust_initiatives_sticky_item_siembra {
    height: 85vh;
    position: relative;
  }

  .process_container_siembra {
    width: 80%;
    margin-top: 10vh;
  }

  .process_sticky_siembra {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10vh;
    padding-top: 0;
    position: static;
  }

  .process_infographic_wrapper_siembra {
    width: 90vw;
  }

  .process_infographic_main_grow_siembra {
    width: 19vw;
    height: 108%;
    margin-left: 13vw;
  }

  .div-block-19 {
    width: 100%;
    display: none;
    left: auto;
    right: auto;
  }

  .sust_initiatives_sticky_img_wrapper_siembra {
    width: 80%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .home_animated_icon_siembra_wf {
    width: 40vw;
    height: 40vw;
    right: 10%;
  }

  .sm_markets_wrapper {
    flex-flow: column;
  }

  .sm_highlight_big {
    font-size: 1.5rem;
  }

  .sm_highlight.sm_text_center {
    font-size: 1.2rem;
  }

  .sm_subtitle {
    line-height: 1.2;
  }

  .xd_h2_onload {
    font-size: 3em;
  }

  .xd_fullimage_swipescroll-image-2 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
  }

  .xd_fullimage_swipescroll-image-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/categories-3.webp');
    background-position: 0 0, 50%;
    justify-content: center;
    align-items: center;
  }

  .xd_fullimage_swipescroll_camara {
    overflow: hidden;
  }

  .story_row {
    height: auto;
  }

  .xd_fullimage_swipescroll-image-4 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
  }

  .xd_fullimage_swipescroll-story-item-container {
    top: 50vh;
  }

  .xd_fullimage_swipescroll-image-3 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
  }
}


@font-face {
  font-family: 'Tt Norms Pro Trial';
  src: url('../fonts/TT-Norms-Pro-Trial-Bold.ttf') format('truetype'), url('../fonts/TT-Norms-Pro-Trial-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Norms Pro Trial';
  src: url('../fonts/TT-Norms-Pro-Trial-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Norms Pro Trial';
  src: url('../fonts/TT-Norms-Pro-Trial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}