@charset "UTF-8";
body {
  background: #F9F9F9;
  line-height: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: #282828;
}

body:not(.home) {
  padding-top: 78px;
}

body:not(.home) .page-wrapper {
  padding-top: 50px;
}

.page-wrapper h1 {
  margin-bottom: 30px; }

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

a {
  text-decoration: none; }

.section {
  display: flex;
  margin: 25px 0; }

.section__wrapper {
  display: flex; }

.w-100 {
  width: 100%; }

.section--white {
  background: #ffffff; }

.section__content {
  display: flex;
  flex-direction: column;
  width: 100%; }

h1 {
  font-size: 40px; }

.h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px; }

.h5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  opacity: .8; }

.container {
  padding: 0 10px; }

body .page-wrapper .btn:hover {
  border-color: #F57C1F; }

.mt-50 {
  margin-top: 50px; }

.mb-0 {
  margin-bottom: 0; }

@media screen and (min-width: 900px) {
  .section__col-40 {
    flex: 0 0 40%;
    width: 40%; }

  .section__col-60 {
    flex: 0 0 60%;
    width: 60%; }

  .section__wrapper--right {
    margin-right: -20vw; }

  .section__wrapper--left {
    margin-left: -20vw; } }
.aioseo-breadcrumbs {
  font-size: 16px !important;
  margin-bottom: 10px; }
  .aioseo-breadcrumbs a {
    color: #282828 !important; }
    .aioseo-breadcrumbs a:hover {
      opacity: .7; }

.aioseo-breadcrumbs span:nth-last-child(-n+2) {
  display: none !important; }

.about-us {
  position: relative; }

.about-us .section__wrapper {
  flex-direction: column; }

.about-us:before {
  content: "";
  width: 160px;
  height: 674px;
  display: block;
  position: absolute;
  top: -80%;
  left: -3%;
  z-index: 1;
  background-image: url(../img/bg/bg1.png);
  background-position: center;
  background-repeat: no-repeat; }

.about-us__content {
  padding: 50px 30px 50px 0; }

.about-us__image {
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 565px; }

.about-us__image .slick-dots {
  bottom: 10px; }

.slick-dots li button::before {
  color: #ffffff;
  font-size: 12px; }

.slick-dots li.slick-active button:before {
  opacity: .9;
  color: #ffffff; }

.about-us__text {
  display: flex;
  flex-direction: column;
  font-size: 16px; }
  .about-us__text span {
    padding: 8px 0; }

.about-us .btn {
  margin-top: 20px; }

@media screen and (min-width: 900px) {
  .about-us .section__wrapper {
    flex-direction: row; } }
@media screen and (max-width: 500px) {
  .about-us:before {
    width: 160px;
    height: 390px;
    left: -31%; } }
.first-screen {
  display: flex;
  position: relative;
  height: 50vh;
  min-height: 500px;
  margin-bottom: 25px; }

.first-screen__bg video {
  height: 100%;
  position: absolute;
  object-fit: cover; }

.first-screen__bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .2;
  z-index: 1; }

.header_logo {
  position: absolute;
  width: 170px;
  height: 45px;
  top: 50%;
  margin-top: -23.5px;
  left: 20px; }

.header_logo svg {
  height: 100%;
  width: auto; }

.advantages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: auto;
  padding-bottom: 50px;
  color: #ffffff;
  z-index: 1; }

.advantages__title {
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 40px; }

.advantages__subtitle {
  font-size: 16px;
  opacity: .8;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
  align-self: stretch; }
  .advantages__subtitle:before {
    content: "";
    position: absolute;
    width: calc(100% - 190px);
    left: 190px;
    top: 50%;
    height: 1px;
    background: #ffffff;
    opacity: .5; }

.advantages__items {
  display: flex;
  width: 100%; }

.advantages__item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc(100% / 3);
  height: 120px; }
  .advantages__item:not(:last-child) {
    margin-right: 30px; }

.advantages__number {
  font-size: 40px;
  font-weight: 600; }

.advantages__desc {
  font-size: 18px;
  margin-top: 10px; }

@media screen and (min-width: 500px) {
  .advantages {
    padding-bottom: 100px; } }
.news__content {
  display: flex;
  flex-direction: column; }

.news__list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0; }

.news__item {
  display: flex;
  flex: 1 0 calc(50% - 30px);
  margin-bottom: 30px; }

.news__item:not(:nth-child(2n+2)) {
  margin-right: 30px; }

.new {
  display: flex;
  flex-direction: column; }

.new__img {
  cursor: pointer;
  display: flex;
  width: 260px;
  min-width: 260px;
  height: 260px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: all 1s ease; }

.new__img:hover {
  background-size: auto 110%; }

.new__title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none; }

.new__except {
  font-size: 15px;
  max-height: 120px;
  overflow: hidden; }
  .new__except a {
    display: none; }

.new__more {
  margin-top: 10px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding-right: 30px; }

.news__more {
  align-self: center; }

.new__more:before {
  content: "";
  background: url("https://api.iconify.design/bi/arrow-right-short.svg") no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  transition: all 1s ease; }

.new__more:hover:before {
  transform: translateX(5px); }

.new__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px; }

.new__data {
  font-size: 13px;
  margin: 5px 0;
  font-weight: 600;
  color: #676767; }

@media screen and (min-width: 600px) {
  .new {
    flex-direction: row; }

  .new__content {
    margin-left: 30px;
    margin-top: 0; } }
.career-content_article {
  float: none !important;
  width: unset !important; }

.list {
  display: flex; }

.list > * {
  margin-right: 40px;
  margin-bottom: 40px; }

.pagination a {
  color: #F57C1F; }

.btn {
  cursor: pointer;
  color: #282828;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  border: 2px solid #dbdbdb;
  transition: all .3s ease-in-out;
  line-height: 20px;
  text-align: center;
  padding: 10px 40px; }

@media screen and (max-width: 1000px) {
  body .page-wrapper .btn {
    font-size: 14px;
    line-height: 20px; } }
.header-inner .header_logo svg {
  color: #242424; }
.header-inner .header_link {
  color: #242424; }
.header-inner .header_link-phone svg path {
  fill: url(#paint2_linear_52_544) !important; }

.header_link-phone svg {
  font-size: 24px; }

.header_link {
  font-size: 16px; }

.contacts__content {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%; }

.contacts__jobs {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%; }

.contacts__map {
  width: 100%;
  flex: 0 0 100%;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.1);
  min-height: 350px; }

.contacts {
  margin-top: 0; }
  .contacts .section__wrapper {
    flex-direction: column; }

@media screen and (min-width: 900px) {
  .contacts .section__wrapper {
    flex-direction: row; } }
.footer-in-contacts:before {
  display: none !important; }
.footer-in-contacts div.wpforms-container-full {
  margin-bottom: 0 !important; }

@media screen and (max-width: 900px) {
  .footer-contacts__info--contacts {
    margin-bottom: 30px; }

  .contacts__content {
    flex-shrink: 1; }

  .contacts__map iframe {
    max-height: 350px; }

  .about-us__image {
    display: none; } }
.products {
  position: relative; }

.products .section__wrapper {
  flex-direction: column;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.1); }

.products__categories {
  display: flex;
  flex-direction: column; }

.products__text {
  font-size: 16px; }

.products__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 50%;
  background: #ffffff;
  border-bottom: 2px solid #F9F9F9;
  padding: 30px; }

.products__more {
  margin-top: 20px; }

.products__categories {
  flex: 0 0 50%; }

/* BLOCK: products-category */
.products-category {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  min-height: 130px;
  padding: 30px; }
  .products-category:not(:last-child) {
    border-bottom: 2px solid #F9F9F9; }

.products-category:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(89.99deg, #FFFFFF 0.01%, #FFFFFF 50.97%, rgba(255, 255, 255, 0) 83.57%); }

.products-category__bg:before {
  content: ""; }

.products-category__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.015em;
  color: #000000; }

.products-category__cultures {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px; }
  .products-category__cultures a {
    color: #5F5F5F !important; }

.products-category__content {
  width: 60%;
  position: relative;
  z-index: 1; }

.products-category__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 66%; }

@media screen and (min-width: 900px) {
  .products .section__wrapper {
    flex-direction: row; }
  .products .products__content {
    border-right: 2px solid #F9F9F9;
    border-bottom: none; } }
.footer .container {
  display: flex; }

.footer_devs {
  position: relative;
  margin: 0;
  margin-left: auto !important;
  top: 0;
  left: 0;
  right: 0;
  border: 0; }

.footer_top {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #393b3d; }

.grecaptcha-badge {
  display: none !important; }

.footer-contacts {
  position: relative;
  margin-top: auto;
  min-height: 300px;
  margin-bottom: 0;
  margin-top: 50px; }
  .footer-contacts .section__wrapper {
    flex-direction: column-reverse; }

.footer-contacts:before {
  content: "";
  width: 170px;
  height: 415px;
  display: block;
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 3;
  background-image: url(../img/bg/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.footer-contacts__form-container {
  position: relative;
  flex: 0 0 50%; }
  .footer-contacts__form-container:before {
    content: "";
    position: absolute;
    inset: 0 0 0 -100%;
    background: #ffffff;
    z-index: 1; }

.footer-contacts__info {
  color: #ffffff;
  flex: 0 0 50%;
  position: relative; }
  .footer-contacts__info:before {
    content: "";
    position: absolute;
    width: 300%;
    height: calc(100% + 20px);
    top: 0;
    right: -100%;
    left: -100%;
    background: linear-gradient(180deg, #FFBB00 0%, #F57C1F 101.59%);
    z-index: 1; }
  .footer-contacts__info:after {
    content: "";
    position: absolute;
    width: 175%;
    height: calc(100% + 20px);
    right: -75%;
    top: 0;
    z-index: 1;
    background-image: url(/wp-content/themes/foghorn/assets/img/weet.svg);
    background-repeat: no-repeat;
    background-size: 380px auto;
    background-position: bottom;
    opacity: .5; }

.footer-contacts__info-content, .footer-contacts__form-content {
  position: relative;
  z-index: 2;
  padding: 50px 30px; }

.footer-contacts__info-content {
  display: flex;
  flex-direction: column; }

.btn--gradient,
.wpforms-submit {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  line-height: 25px !important;
  background: linear-gradient(180deg, #FFBB00 0%, #F57C1F 101.59%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 10px 35px !important;
  transition: none !important;
}

.btn--gradient:hover,
.wpforms-submit:hover {
  background: #FFB800 !important;
}

.footer-contacts__field {
  color: #ffffff !important;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start; }
  .footer-contacts__field svg {
    margin-right: 10px;
    font-size: 24px; }

.footer-contacts__field--ln {
  line-height: 34px; }

.footer-contacts__field--soc {
  display: flex;
  flex-direction: column;
  margin-top: 10px; }

.footer-contacts__field-title {
  font-size: 28px;
  font-weight: 600; }

.soc-btns {
  display: flex;
  margin-top: 10px; }
  .soc-btns .soc-btn {
    margin-right: 20px; }

.soc-btn svg {
  color: #ffffff;
  font-size: 36px; }
.soc-btn:hover {
  opacity: .6; }

@media screen and (max-width: 500px) {
  .footer-contacts:before {
    width: 95px;
    height: 260px; } }
@media screen and (min-width: 900px) {
  .footer-contacts .section__wrapper {
    flex-direction: row; }

  .footer-contacts__info:before {
    width: 200%;
    height: 100%;
    left: 0;
    right: -100%; }

  .footer-contacts__info:after {
    height: 100%; } }
.footer-contacts__info--contacts:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0; }
.footer-contacts__info--contacts:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: .3; }

.documents__list {
  display: flex;
  flex-wrap: wrap; }

.document {
  display: flex;
  align-items: center; }

.document__content {
  display: flex;
  flex-direction: column; }

.document__preview {
  background-size: contain;
  background-repeat: no-repeat;
  width: 152px;
  height: 220px;
  margin-right: 25px;
  position: relative; }

.document__preview:hover:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #282828;
  opacity: .3; }
.document__preview:hover:after {
  content: '';
  position: absolute;
  inset: 30%;
  background: url("https://api.iconify.design/simple-line-icons/magnifier-add.svg?color=white") no-repeat center center/contain;
  opacity: .8; }

.document__btn-download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #FFBB00 0%, #F57C1F 101.59%);
  border-radius: 50%;
  margin-right: 25px; }
  .document__btn-download svg {
    font-size: 16px;
    color: #ffffff !important; }

.document__title {
  font-size: 20px;
  font-weight: 600;
  color: #282828; }

.document__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  opacity: .7;
  line-height: 20px;
  margin-top: 10px; }

.header_link--active {
  color: #F57C1F !important;
  font-weight: 600; }

.header-inner .header_link-line, .header.scroll .header_link-line {
  background: #282828; }

.header_link-line.active {
  background: linear-gradient(180deg, #FFBB00 0%, #F57C1F 101.59%) !important; }

.admin-bar .nav-panel {
  top: 46px; }

.header {
  display: flex;
  align-items: center;
  height: 80px; }

@media screen and (max-width: 780px) {
  .admin-bar .header-inner.header {
    top: 46px; } }
.header_link-phone {
  display: flex !important;
  align-items: center !important;
  font-weight: 600 !important; }

.nav-panel .header_link-phone svg path {
  fill: url(#paint2_linear_52_544) !important; }

.header_link-phone svg {
  margin-right: 10px;
  stroke: none !important; }

.header_link {
  color: #ffffff; }

.header_link-line {
  background: #ffffff; }

.scroll .header_link {
  color: #242424; }

.scroll .header_link-line {
  background: #373737; }

@media screen and (max-width: 1200px) {
  .header_logo {
    margin-left: 10px; } }
.header_logo svg {
  color: #ffffff; }

.scroll .header_logo svg {
  color: #282828; }

.scroll .header_link-phone svg path {
  fill: url(#paint2_linear_52_544) !important; }

.admin-bar .header.scroll {
  top: 32px; }

.header_main-menu {
  display: flex; }

.nav-panel_menu-top .header_link-phone {
  font-size: 16px !important; }

.home .header:not(.scroll) .header_nav-open .header_nav-open-inner {
  background: #ffffff; }
.home .header:not(.scroll) .header_nav-open:before, .home .header:not(.scroll) .header_nav-open:after {
  background: #ffffff; }

@media screen and (max-width: 1250px) {
  .header_top {
    min-height: 70px;
    padding-left: 35%;
    padding-right: 20px; }

  .header_logo {
    left: 0px; }

  .header_main-menu {
    display: none !important; }

  .header + div:empty {
    height: 70px; }

  .nav-panel {
    display: block; } }
@media screen and (max-width: 1250px) {
  .header_lang {
    display: none; }

  .header_nav-open {
    display: block;
    padding: 19px 10px;
    width: 44px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px; }

  .header_nav-open:after,
  .header_nav-open:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    background: #242424; }

  .header_nav-open:after {
    bottom: 10px; }

  .header_nav-open:before {
    top: 10px; }

  .header_nav-open-inner {
    height: 2px;
    width: 24px;
    background: #242424; }

  .header-inner.header {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }

  .header_bottom {
    display: none; } }
.product-categories__row {
  display: flex; }

.product-categories .section__wrapper, .product-categories__row {
  width: 100%; }
.product-categories .products-category {
  border-left: 5px solid transparent;
  border-bottom: none;
  border-image: linear-gradient(180deg, #FFBB00 0%, #F57C1F 101.59%);
  border-image-slice: 1; }

/* Список культур */
.cultures-list {
  display: flex;
  flex-direction: column;
  margin-top: 15px; }

.cultures-list__item {
  display: flex;
  padding: 15px;
  background: #ffffff; }
  .cultures-list__item:not(:last-child) {
    border-bottom: 1px solid #D8D8D8; }

.cultures-list__icon {
  width: 32px;
  min-width: 32px;
  margin-right: 15px; }

.cultures-list__content {
  display: flex;
  flex-direction: column; }

.cultures-list__title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.015em;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 10px; }

.cultures-list__sorts {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px; }
  .cultures-list__sorts a {
    color: #5F5F5F; }
    .cultures-list__sorts a:hover {
      color: #282828; }

.cultures-list__item .cultures-list__title:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.cultures-list__item--wheat .cultures-list__title:before {
  width: 30px;
  height: 45px;
  left: -40px;
  top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='auto' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.49902 2.38605C3.49121 1.44476 4.16797 0.620544 4.99902 0C5.83008 0.604492 6.49121 1.41895 6.49902 2.38605C6.50293 2.87396 6.26465 3.71014 5.94922 4.31079C5.68457 4.81494 5.3457 5.25635 4.99512 5.54578C4.66992 5.27148 4.33789 4.82312 4.06836 4.30273C3.91211 4.00055 3.77441 3.64667 3.67383 3.31122C3.56641 2.95361 3.50098 2.61688 3.49902 2.38605Z' fill='%23D9D9D9'/%3E%3Cpath d='M3.49902 2.38605C3.49121 1.44476 4.16797 0.620544 4.99902 0C5.83008 0.604492 6.49121 1.41895 6.49902 2.38605C6.50293 2.87396 6.26465 3.71014 5.94922 4.31079C5.68457 4.81494 5.3457 5.25635 4.99512 5.54578C4.66992 5.27148 4.33789 4.82312 4.06836 4.30273C3.91211 4.00055 3.77441 3.64667 3.67383 3.31122C3.56641 2.95361 3.50098 2.61688 3.49902 2.38605Z' fill='url(%23paint0_linear_172_521)'/%3E%3Cpath d='M0.5 5.25C0.5 5.22089 0.495117 5.19293 0.486328 5.16693L0.475586 5.14172L0.462891 5.11871L0.444336 5.09161L0.423828 5.07013C0.378906 5.02673 0.317383 5 0.25 5C0.229492 5 0.209961 5.00256 0.19043 5.00732L0.152344 5.01971C0.131836 5.02832 0.113281 5.03949 0.0966797 5.05286C0.0380859 5.09863 0 5.16992 0 5.25V7.14276C0 8.61542 1.28125 10.0002 2.74121 10.0002H4V8.85742C4 7.38477 2.71875 6 1.25879 6H0.5V5.25Z' fill='%23D9D9D9'/%3E%3Cpath d='M0.5 5.25C0.5 5.22089 0.495117 5.19293 0.486328 5.16693L0.475586 5.14172L0.462891 5.11871L0.444336 5.09161L0.423828 5.07013C0.378906 5.02673 0.317383 5 0.25 5C0.229492 5 0.209961 5.00256 0.19043 5.00732L0.152344 5.01971C0.131836 5.02832 0.113281 5.03949 0.0966797 5.05286C0.0380859 5.09863 0 5.16992 0 5.25V7.14276C0 8.61542 1.28125 10.0002 2.74121 10.0002H4V8.85742C4 7.38477 2.71875 6 1.25879 6H0.5V5.25Z' fill='url(%23paint1_linear_172_521)'/%3E%3Cpath d='M0.5 9.25C0.5 9.17938 0.470703 9.1156 0.423828 9.07013C0.378906 9.02673 0.317383 9 0.25 9C0.112305 9 0 9.11194 0 9.25V11.1428C0 12.6154 1.28125 14.0002 2.74121 14.0002H4V12.8574C4 11.3848 2.71875 10 1.25879 10H0.5V9.25Z' fill='%23D9D9D9'/%3E%3Cpath d='M0.5 9.25C0.5 9.17938 0.470703 9.1156 0.423828 9.07013C0.378906 9.02673 0.317383 9 0.25 9C0.112305 9 0 9.11194 0 9.25V11.1428C0 12.6154 1.28125 14.0002 2.74121 14.0002H4V12.8574C4 11.3848 2.71875 10 1.25879 10H0.5V9.25Z' fill='url(%23paint2_linear_172_521)'/%3E%3Cpath d='M0.423828 13.0701C0.470703 13.1156 0.5 13.1794 0.5 13.25V14H1.25879C2.71875 14 4 15.3848 4 16.8574V18.0002H2.74121C1.28125 18.0002 0 16.6154 0 15.1428V13.25C0 13.1682 0.0390625 13.0956 0.100586 13.05C0.142578 13.0186 0.194336 13 0.25 13C0.317383 13 0.378906 13.0267 0.423828 13.0701Z' fill='%23D9D9D9'/%3E%3Cpath d='M0.423828 13.0701C0.470703 13.1156 0.5 13.1794 0.5 13.25V14H1.25879C2.71875 14 4 15.3848 4 16.8574V18.0002H2.74121C1.28125 18.0002 0 16.6154 0 15.1428V13.25C0 13.1682 0.0390625 13.0956 0.100586 13.05C0.142578 13.0186 0.194336 13 0.25 13C0.317383 13 0.378906 13.0267 0.423828 13.0701Z' fill='url(%23paint3_linear_172_521)'/%3E%3Cpath d='M9.5 13.25C9.5 13.1794 9.5293 13.1156 9.57617 13.0701C9.62109 13.0267 9.68262 13 9.75 13C9.8877 13 10 13.1119 10 13.25V15.1428C10 16.6154 8.71875 18.0002 7.25879 18.0002H6V16.8574C6 15.3848 7.28125 14 8.74121 14H9.5V13.25Z' fill='%23D9D9D9'/%3E%3Cpath d='M9.5 13.25C9.5 13.1794 9.5293 13.1156 9.57617 13.0701C9.62109 13.0267 9.68262 13 9.75 13C9.8877 13 10 13.1119 10 13.25V15.1428C10 16.6154 8.71875 18.0002 7.25879 18.0002H6V16.8574C6 15.3848 7.28125 14 8.74121 14H9.5V13.25Z' fill='url(%23paint4_linear_172_521)'/%3E%3Cpath d='M9.57617 9.07013C9.5293 9.1156 9.5 9.17938 9.5 9.25V10H8.74121C7.28125 10 6 11.3848 6 12.8574V14.0002H7.25879C8.71875 14.0002 10 12.6154 10 11.1428V9.25C10 9.11194 9.8877 9 9.75 9C9.71289 9 9.67871 9.00793 9.64746 9.02222L9.61133 9.04156C9.59863 9.04999 9.58691 9.05957 9.57617 9.07013Z' fill='%23D9D9D9'/%3E%3Cpath d='M9.57617 9.07013C9.5293 9.1156 9.5 9.17938 9.5 9.25V10H8.74121C7.28125 10 6 11.3848 6 12.8574V14.0002H7.25879C8.71875 14.0002 10 12.6154 10 11.1428V9.25C10 9.11194 9.8877 9 9.75 9C9.71289 9 9.67871 9.00793 9.64746 9.02222L9.61133 9.04156C9.59863 9.04999 9.58691 9.05957 9.57617 9.07013Z' fill='url(%23paint5_linear_172_521)'/%3E%3Cpath d='M9.5 5.25C9.5 5.17938 9.5293 5.1156 9.57617 5.07013C9.62109 5.02673 9.68262 5 9.75 5C9.8877 5 10 5.11194 10 5.25V7.14276C10 8.61542 8.71875 10.0002 7.25879 10.0002H6V8.85742C6 7.38477 7.28125 6 8.74121 6H9.5V5.25Z' fill='%23D9D9D9'/%3E%3Cpath d='M9.5 5.25C9.5 5.17938 9.5293 5.1156 9.57617 5.07013C9.62109 5.02673 9.68262 5 9.75 5C9.8877 5 10 5.11194 10 5.25V7.14276C10 8.61542 8.71875 10.0002 7.25879 10.0002H6V8.85742C6 7.38477 7.28125 6 8.74121 6H9.5V5.25Z' fill='url(%23paint6_linear_172_521)'/%3E%3Cpath d='M4.49121 6.50024C4.49121 6.35828 4.55078 6.2301 4.64551 6.1391C4.73535 6.0531 4.85645 6.00024 4.99121 6.00024C5.26758 6.00024 5.49121 6.22412 5.49121 6.50024V19.5002C5.49121 19.7764 5.26758 20.0002 4.99121 20.0002C4.71484 20.0002 4.49121 19.7764 4.49121 19.5002V6.50024Z' fill='%23D9D9D9'/%3E%3Cpath d='M4.49121 6.50024C4.49121 6.35828 4.55078 6.2301 4.64551 6.1391C4.73535 6.0531 4.85645 6.00024 4.99121 6.00024C5.26758 6.00024 5.49121 6.22412 5.49121 6.50024V19.5002C5.49121 19.7764 5.26758 20.0002 4.99121 20.0002C4.71484 20.0002 4.49121 19.7764 4.49121 19.5002V6.50024Z' fill='url(%23paint7_linear_172_521)'/%3E%3Cpath d='M3.53223 4.19324C3.10059 3.75427 2.33887 3.57361 1.66797 3.67096C1.56348 4.33472 1.75293 5.08411 2.19629 5.53516C2.31445 5.6554 2.47559 5.77051 2.66406 5.87183C2.83203 5.96222 3.02148 6.04163 3.22168 6.10376C3.34863 6.14307 3.47559 6.17438 3.60059 6.1972C3.82617 6.23859 4.04395 6.25189 4.23438 6.23358C4.25781 5.95618 4.2041 5.59552 4.08789 5.23035C3.94824 4.79224 3.7373 4.40186 3.53223 4.19324Z' fill='%23D9D9D9'/%3E%3Cpath d='M3.53223 4.19324C3.10059 3.75427 2.33887 3.57361 1.66797 3.67096C1.56348 4.33472 1.75293 5.08411 2.19629 5.53516C2.31445 5.6554 2.47559 5.77051 2.66406 5.87183C2.83203 5.96222 3.02148 6.04163 3.22168 6.10376C3.34863 6.14307 3.47559 6.17438 3.60059 6.1972C3.82617 6.23859 4.04395 6.25189 4.23438 6.23358C4.25781 5.95618 4.2041 5.59552 4.08789 5.23035C3.94824 4.79224 3.7373 4.40186 3.53223 4.19324Z' fill='url(%23paint8_linear_172_521)'/%3E%3Cpath d='M6.45898 4.1994C6.89062 3.76044 7.65234 3.57971 8.32324 3.67706C8.42773 4.34088 8.23828 5.09021 7.79492 5.54126C7.57129 5.7688 7.19336 5.97809 6.76953 6.10986C6.6875 6.13531 6.60547 6.15741 6.52344 6.17603C6.37305 6.21045 6.22461 6.23297 6.08301 6.24255C5.96875 6.25031 5.8584 6.24951 5.75684 6.23969C5.7334 5.96228 5.78711 5.60162 5.90332 5.23651C6.04297 4.7984 6.25391 4.40802 6.45898 4.1994Z' fill='%23D9D9D9'/%3E%3Cpath d='M6.45898 4.1994C6.89062 3.76044 7.65234 3.57971 8.32324 3.67706C8.42773 4.34088 8.23828 5.09021 7.79492 5.54126C7.57129 5.7688 7.19336 5.97809 6.76953 6.10986C6.6875 6.13531 6.60547 6.15741 6.52344 6.17603C6.37305 6.21045 6.22461 6.23297 6.08301 6.24255C5.96875 6.25031 5.8584 6.24951 5.75684 6.23969C5.7334 5.96228 5.78711 5.60162 5.90332 5.23651C6.04297 4.7984 6.25391 4.40802 6.45898 4.1994Z' fill='url(%23paint9_linear_172_521)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_172_521' x1='5' y1='0' x2='5' y2='20.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }

.cultures-list__item--flax .cultures-list__title:before {
  width: 36px;
  height: 45px;
  left: -46px;
  top: -6px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.69507 0.0546753C10.5173 0.169079 11.0864 0.365666 11.4853 0.672977C11.6452 0.796199 11.6783 0.844114 11.7417 1.04438C11.8787 1.47651 11.9181 2.11644 11.8498 2.79929C11.8016 3.28121 11.7991 3.28871 11.6646 3.36437C11.6001 3.40061 11.3984 3.52352 11.2165 3.63755C11.0345 3.75153 10.8764 3.83583 10.8652 3.82486C10.8539 3.81393 10.8626 3.70518 10.8844 3.58324C10.9408 3.26732 10.934 3.1633 10.8501 3.05938C10.7934 2.98911 10.7448 2.96789 10.6404 2.96789C10.4239 2.96789 10.3596 3.0457 10.296 3.38454C10.2655 3.54686 10.193 3.86639 10.1349 4.09464L10.0292 4.50958L9.76855 4.77551C9.47205 5.07803 9.13953 5.47738 8.98255 5.71959C8.92385 5.81018 8.86425 5.8843 8.85015 5.88434C8.83604 5.88437 8.82001 5.19819 8.81453 4.35949L8.80455 2.83453L8.71821 2.74499C8.5992 2.62156 8.40436 2.62156 8.28535 2.74499L8.19901 2.83457L8.17927 6.22075L7.96199 6.27963C7.84248 6.31202 7.739 6.33296 7.73202 6.32619C7.69263 6.28776 7.31651 5.47002 7.20947 5.19C6.98609 4.60569 6.68642 3.48158 6.68542 3.2243C6.68499 3.11726 6.55768 2.97664 6.43796 2.95098C6.28715 2.91869 6.12422 3.01133 6.08685 3.15063C6.06676 3.22538 6.07706 3.37412 6.11752 3.59487C6.28836 4.52618 6.63897 5.5572 7.0657 6.38317L7.19006 6.62388L7.02791 6.78197C6.93872 6.86891 6.8606 6.93297 6.85433 6.92435C6.84806 6.91571 6.78605 6.83835 6.71652 6.75242C6.1343 6.03287 5.62222 5.02192 5.38869 4.13103C5.17208 3.30472 5.07965 2.36081 5.14832 1.67612C5.20393 1.12188 5.27403 0.905916 5.45616 0.728182C5.83256 0.360805 6.70957 0.0864792 7.73594 0.0150245C8.2015 -0.0173696 9.34331 0.00571948 9.69507 0.0546753Z' fill='url(%23paint0_linear_175_543)'/%3E%3Cpath d='M2.74223 3.07483C3.30738 3.15754 3.94318 3.3486 4.40076 3.57321C4.61544 3.67859 4.65174 3.71015 4.6719 3.80879C4.68469 3.87146 4.74417 4.09912 4.80409 4.31473C4.864 4.53038 4.90511 4.71454 4.89538 4.72398C4.88569 4.73346 4.75946 4.67832 4.61487 4.60152C4.31951 4.44459 4.17385 4.4273 4.03622 4.53285C3.93577 4.60986 3.90845 4.78558 3.97737 4.91113C3.99664 4.94619 4.17863 5.06143 4.38181 5.16719C4.58499 5.27295 4.87608 5.43745 5.02871 5.53276C5.29768 5.70074 5.31182 5.71654 5.48943 6.04697C5.68516 6.41105 5.88692 6.71659 6.14463 7.03924C6.23251 7.14924 6.29791 7.24423 6.28996 7.25034C6.28202 7.25642 5.61862 7.05313 4.81577 6.7986C4.01292 6.54403 3.31095 6.33577 3.25577 6.33577C3.03083 6.33577 2.89511 6.64357 3.04294 6.81849C3.08843 6.87234 3.54597 7.03174 4.73666 7.4085C5.6339 7.6924 6.37527 7.9318 6.38418 7.94045C6.39305 7.94909 6.39013 8.05124 6.37766 8.16742C6.35066 8.41907 6.39942 8.39793 5.66995 8.47438C5.02974 8.54153 3.80019 8.5233 3.25841 8.43869C2.88026 8.37963 2.77696 8.39574 2.68143 8.52868C2.60135 8.6401 2.61051 8.78155 2.70454 8.88648C2.76816 8.95748 2.84428 8.98602 3.07379 9.02487C3.59588 9.11324 4.36108 9.15806 4.92192 9.13306C5.41794 9.11098 6.23211 9.03334 6.41168 8.99102C6.47768 8.97546 6.50343 9.00258 6.58493 9.17327C6.63755 9.28357 6.6696 9.38423 6.65618 9.39697C6.60445 9.44593 5.89721 9.66602 5.57762 9.73261C5.06009 9.84042 4.61897 9.88139 3.97798 9.88115C2.70486 9.88066 1.59821 9.64981 0.698326 9.19698C0.334071 9.01366 0.235615 8.91842 0.135486 8.65242C-0.116636 7.98249 -0.0170408 6.98661 0.435589 5.65241C0.810993 4.54573 1.21019 3.84535 1.73606 3.37079C2.099 3.04327 2.24105 3.00147 2.74223 3.07483Z' fill='url(%23paint1_linear_175_543)'/%3E%3Cpath d='M8.94704 6.87564C9.25622 6.95828 9.58778 7.20705 9.77764 7.49891C10.0664 7.94274 10.0686 8.6058 9.78277 9.04397C9.49032 9.49231 9.03374 9.73838 8.49419 9.73838C7.91924 9.73838 7.39046 9.41572 7.14475 8.91498C6.70604 8.02083 7.29831 6.94408 8.29361 6.82634C8.54851 6.7962 8.68968 6.80686 8.94704 6.87564Z' fill='url(%23paint2_linear_175_543)'/%3E%3Cpath d='M14.9078 3.1125C15.1383 3.22128 15.5162 3.58446 15.747 3.91899C16.2346 4.62604 16.7445 5.95274 16.9227 6.9781C17.0986 7.98986 16.9699 8.76978 16.5818 9.04428C16.2274 9.29503 15.4833 9.57047 14.7882 9.70831L14.3959 9.78612L13.9782 9.44367C13.7485 9.25531 13.5683 9.09362 13.5778 9.08431C13.5874 9.07504 13.7355 9.0473 13.907 9.02268C14.1672 8.98532 14.2322 8.9629 14.299 8.88748C14.3931 8.78138 14.4022 8.64006 14.3221 8.52868C14.2275 8.39699 14.1234 8.38001 13.7452 8.43449C13.5551 8.46185 13.2313 8.49441 13.0256 8.50681L12.6516 8.52934L12.2597 8.34848C11.8727 8.16981 11.1238 7.89819 11.0182 7.89819C10.7911 7.89819 11.0988 7.77692 12.25 7.4127C13.8744 6.8988 13.8686 6.90085 13.9538 6.81165C14.1144 6.64367 13.9755 6.33577 13.7392 6.33577C13.6793 6.33577 12.9165 6.56233 12.0442 6.83922C11.1719 7.11612 10.4467 7.34267 10.4326 7.34267C10.4012 7.34267 10.1941 7.02636 10.1939 6.9781C10.1936 6.91512 10.9194 6.27366 11.3261 5.97746C11.7961 5.63515 12.0109 5.49981 12.5601 5.19993C12.7841 5.07761 12.988 4.95112 13.0132 4.91887C13.1421 4.75349 12.987 4.46087 12.7704 4.46087C12.6581 4.46087 12.4144 4.57264 11.9798 4.82339C11.2838 5.2251 10.6035 5.72584 10.0255 6.26203L9.70739 6.55708L9.54596 6.47247C9.45719 6.42594 9.37698 6.36935 9.36768 6.34675C9.32782 6.24942 9.91264 5.51901 10.413 5.04119C11.1491 4.33838 11.9943 3.80563 12.9795 3.42349C13.8997 3.06657 14.5785 2.95709 14.9078 3.1125Z' fill='url(%23paint3_linear_175_543)'/%3E%3Cpath d='M11.2624 8.59684C11.6756 8.73235 12.3495 9.05657 12.7776 9.32576C14.0221 10.1083 15.241 11.4473 15.5004 12.317C15.554 12.497 15.5544 12.5327 15.5044 12.723C15.3053 13.4803 14.4981 14.3352 13.1406 15.2264C12.1284 15.8909 11.1814 16.2246 10.5734 16.1309C10.1621 16.0675 9.54592 15.4032 8.95031 14.381L8.8535 14.2148L9.05675 13.7213C9.16856 13.4499 9.26474 13.2223 9.27047 13.2155C9.27624 13.2088 9.34563 13.3287 9.42471 13.482C9.50378 13.6353 9.60456 13.7853 9.64862 13.8154C9.76186 13.8927 9.9079 13.8833 10.0101 13.792C10.161 13.6573 10.1557 13.5659 9.97593 13.2067C9.88617 13.0273 9.75053 12.7288 9.67451 12.5432L9.53631 12.2059L9.5928 11.8488C9.62386 11.6524 9.65157 11.2457 9.65435 10.945C9.65717 10.6443 9.66864 10.3983 9.67986 10.3982C9.69108 10.3981 10.113 10.9515 10.6174 11.6279C11.1218 12.3043 11.5587 12.8667 11.5883 12.8778C11.8002 12.957 12.0282 12.8187 12.0282 12.611C12.0282 12.5133 11.8636 12.2739 11.0113 11.1316L9.99442 9.76869L10.1 9.65147C10.1581 9.587 10.2224 9.50596 10.2428 9.47138C10.2773 9.41305 10.3024 9.41978 10.5903 9.56477C11.277 9.91059 12.0816 10.4776 12.8441 11.1532C13.2025 11.4707 13.3018 11.5034 13.4724 11.3604C13.5452 11.2993 13.567 11.2493 13.567 11.1434C13.567 11.0148 13.5445 10.9846 13.2228 10.6831C12.5711 10.0721 11.7788 9.50881 10.9461 9.06445L10.5633 8.86016L10.5859 8.7177C10.6293 8.44487 10.6305 8.44355 10.7941 8.46882C10.8753 8.48139 11.086 8.53899 11.2624 8.59684Z' fill='url(%23paint4_linear_175_543)'/%3E%3Cpath d='M5.90013 11.2552C5.12656 12.2916 4.97535 12.5133 4.97535 12.6108C4.97535 12.8198 5.20332 12.9571 5.41744 12.877C5.44828 12.8654 5.9329 12.2399 6.49435 11.487C7.0558 10.7341 7.52478 10.1227 7.5365 10.1285C7.54822 10.1342 7.64201 10.1696 7.74484 10.2072C7.96961 10.2893 7.96744 10.2739 7.83935 10.8799C7.67499 11.6575 7.42875 12.3688 7.05477 13.1463C6.84165 13.5894 6.83392 13.6764 6.99671 13.8012C7.10628 13.8852 7.24634 13.8895 7.35925 13.8125C7.45379 13.7479 7.78246 13.0963 7.97805 12.5855C8.17703 12.0659 8.34395 11.4969 8.44657 10.9883C8.49861 10.7305 8.5483 10.4857 8.55706 10.4442C8.57295 10.3689 8.59276 10.3614 8.90251 10.312L9.03609 10.2907V10.8173C9.03609 11.927 8.75137 13.0312 8.18298 14.1257C7.60817 15.2326 6.90609 16.04 6.4442 16.1254C6.19379 16.1717 5.75409 16.1157 5.36041 15.9875C4.28481 15.637 2.66126 14.4986 1.97956 13.6168C1.62115 13.1531 1.417 12.676 1.46652 12.4176C1.53473 12.0614 1.93774 11.4188 2.47518 10.8093L2.81376 10.4253L2.97733 10.445C3.0673 10.4558 3.31319 10.4752 3.52382 10.4882C3.7344 10.5011 3.90674 10.5209 3.90674 10.5321C3.90674 10.5434 3.80379 10.6545 3.67798 10.7791C3.40032 11.0541 3.36498 11.1925 3.53112 11.3544C3.68681 11.5062 3.79909 11.4734 4.13015 11.1793C4.29137 11.0361 4.55147 10.8127 4.7082 10.6827C4.98857 10.4503 4.99804 10.4457 5.29594 10.3996C5.65492 10.3441 6.27489 10.189 6.52484 10.0922C6.6228 10.0543 6.73041 10.0217 6.76393 10.0197C6.80364 10.0174 6.50212 10.4487 5.90013 11.2552Z' fill='url(%23paint5_linear_175_543)'/%3E%3Cpath d='M8.65701 15.0819L8.78675 15.2867V17.715C8.78675 17.8724 8.65916 18 8.50178 18C8.3444 18 8.21682 17.8724 8.21682 17.715V15.2867L8.34655 15.0819C8.41789 14.9692 8.48775 14.877 8.50178 14.877C8.51582 14.877 8.58567 14.9692 8.65701 15.0819Z' fill='url(%23paint6_linear_175_543)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_175_543' x1='8.49741' y1='-0.602686' x2='8.49741' y2='17.4506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_175_543' x1='8.49741' y1='-0.602686' x2='8.49741' y2='17.4506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_175_543' x1='8.49741' y1='-0.602686' x2='8.49741' y2='17.4506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_175_543' x1='8.49741' y1='-0.602686' x2='8.49741' y2='17.4506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_175_543' x1='8.49741' y1='-0.602686' x2='8.49741' y2='17.4506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_175_543' x1='8.49741' y1='-0.602686' x2='8.49741' y2='17.4506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_175_543' x1='8.49741' y1='-0.602686' x2='8.49741' y2='17.4506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }

.cultures-list__item--barley .cultures-list__title:before {
  width: 36px;
  height: 56px;
  left: -46px;
  top: -15px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='23' viewBox='0 0 9 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14985 6.24144C1.0924 6.14655 1.0617 3.43294 1.1154 3.19708C1.149 3.0495 1.19491 2.99585 1.33132 2.94485C1.49171 2.88486 1.74398 3.00029 1.77709 3.14883C1.79391 3.2243 1.80216 5.97717 1.78595 6.11284C1.74948 6.41835 1.3106 6.50709 1.14985 6.24144Z' fill='url(%23paint0_linear_174_542)'/%3E%3Cpath d='M2.49497 3.62859C2.49657 2.61156 2.50881 1.75533 2.52211 1.72585C2.56292 1.63537 2.71799 1.54392 2.83687 1.54021C2.98989 1.53544 3.11891 1.62365 3.16135 1.76207C3.21279 1.92982 3.19703 5.41151 3.14432 5.52665C3.04543 5.74257 2.67609 5.76542 2.54692 5.5636C2.50977 5.50549 2.49294 4.87948 2.49497 3.62859Z' fill='url(%23paint1_linear_174_542)'/%3E%3Cpath d='M3.86466 2.12205C3.86266 1.22877 3.88019 0.447116 3.90362 0.384994C3.95644 0.245012 3.98942 0.209233 4.09803 0.174102C4.24063 0.128002 4.37776 0.161474 4.48637 0.26884C4.58629 0.367675 4.58902 0.41188 4.59267 1.99446C4.59472 2.88774 4.58054 3.66978 4.56114 3.73227C4.48116 3.98991 4.17454 4.0524 3.97407 3.85192C3.86997 3.74783 3.86826 3.72076 3.86466 2.12205Z' fill='url(%23paint2_linear_174_542)'/%3E%3Cpath d='M0.873779 8.66275C0.700999 8.39108 0.642974 8.22452 0.386267 7.26332C0.288598 6.89756 0.215716 6.59123 0.224323 6.58262C0.232958 6.57399 0.316755 6.58934 0.410612 6.61672C0.504443 6.64412 0.876034 6.74503 1.2364 6.84099C1.59674 6.93697 1.99117 7.06508 2.1129 7.12567C2.58014 7.35832 3.00765 7.84495 3.15827 8.31561C3.27893 8.69264 3.61031 9.93775 3.59426 9.9538C3.58578 9.96228 3.37302 9.9125 3.1215 9.8432C2.86995 9.77392 2.50904 9.67799 2.31949 9.63005C1.63705 9.45755 1.18833 9.15734 0.873779 8.66275Z' fill='url(%23paint3_linear_174_542)'/%3E%3Cpath d='M5.36611 5.60695C5.27072 5.51156 5.26728 5.44257 5.26728 3.6276C5.26728 1.81263 5.27072 1.74364 5.36611 1.64825C5.50415 1.51022 5.72889 1.51022 5.86692 1.64825C5.96231 1.74364 5.96576 1.81263 5.96576 3.6276C5.96576 5.44257 5.96231 5.51156 5.86692 5.60695C5.72889 5.74499 5.50415 5.74499 5.36611 5.60695Z' fill='url(%23paint4_linear_174_542)'/%3E%3Cpath d='M3.12313 6.68859C3.12521 6.16511 3.20517 5.93809 3.68532 5.09289C4.09466 4.37231 4.15004 4.28717 4.1861 4.32323C4.19793 4.33506 4.31686 4.53695 4.45043 4.7719C4.58399 5.00683 4.77393 5.33678 4.87256 5.50516C5.1211 5.92949 5.20342 6.22358 5.20344 6.68703C5.20342 7.18346 5.12203 7.44261 4.78625 8.01526L4.52033 8.46879L4.516 17.2798C4.51305 23.3732 4.49493 21.7904 4.45725 21.852C4.3049 22.1014 3.91472 22.0497 3.82201 21.7679C3.80661 21.721 3.79242 22.0569 3.7905 17.2246L3.78703 8.43874L3.53494 8.00484C3.20045 7.42912 3.12121 7.17587 3.12313 6.68859Z' fill='url(%23paint5_linear_174_542)'/%3E%3Cpath d='M6.6818 6.19988C6.62999 6.07481 6.62916 3.32298 6.68089 3.16226C6.72779 3.01647 6.73383 3.01043 6.88717 2.95577C7.02741 2.90581 7.16104 2.94237 7.28264 3.06397C7.3557 3.13703 7.36477 3.31375 7.36475 4.6647C7.36477 6.11489 7.36039 6.18767 7.26755 6.28052C7.21409 6.33398 7.1237 6.38744 7.06671 6.39932C6.92461 6.4289 6.73624 6.33133 6.6818 6.19988Z' fill='url(%23paint6_linear_174_542)'/%3E%3Cpath d='M1.18182 12.1566C0.78853 11.7633 0.717436 11.6047 0.383232 10.3749C0.269281 9.95551 0.220771 9.71016 0.251832 9.71016C0.314784 9.71016 1.51356 10.0352 1.84919 10.1432C2.18 10.2498 2.54633 10.4957 2.76438 10.7578C3.00869 11.0513 3.15355 11.3764 3.31572 11.9954C3.39566 12.3005 3.49418 12.663 3.53465 12.8009C3.57515 12.9388 3.5946 13.0585 3.57787 13.0669C3.54686 13.0824 2.37702 12.7778 1.98487 12.6521C1.68489 12.556 1.41421 12.389 1.18182 12.1566Z' fill='url(%23paint7_linear_174_542)'/%3E%3Cpath d='M0.736129 14.6669C0.69353 14.5721 0.556452 14.1185 0.431508 13.6589C0.306564 13.1992 0.215844 12.8232 0.229871 12.8232C0.25948 12.8232 1.42632 13.1404 1.78108 13.2448C2.10574 13.3405 2.3771 13.5074 2.64783 13.7782C2.91771 14.048 3.08492 14.3192 3.18183 14.6442C3.29363 15.0192 3.5996 16.1404 3.60222 16.1847C3.60502 16.2322 2.00582 15.8007 1.74504 15.6836C1.34547 15.504 0.919332 15.0746 0.736129 14.6669Z' fill='url(%23paint8_linear_174_542)'/%3E%3Cpath d='M5.13227 8.38068C5.1778 8.24083 5.2624 8.04542 5.32027 7.94643C5.55927 7.5375 6.10507 7.11237 6.55532 6.98439C7.15116 6.81506 8.02709 6.5773 8.06259 6.57526C8.08488 6.57401 8.01734 6.88911 7.91249 7.27558C7.64479 8.26215 7.63857 8.28154 7.51033 8.52899C7.30851 8.91842 6.78201 9.37933 6.39602 9.50448C6.05977 9.61351 4.7004 9.9739 4.7004 9.95404C4.70043 9.90812 5.0521 8.62679 5.13227 8.38068Z' fill='url(%23paint9_linear_174_542)'/%3E%3Cpath d='M0.907458 18.0817C0.70411 17.7756 0.653162 17.6357 0.400033 16.6881C0.296428 16.3003 0.219009 15.9752 0.228031 15.9656C0.245973 15.9466 1.58478 16.2976 1.88243 16.3993C2.28965 16.5385 2.74667 16.913 2.97263 17.2927C3.03604 17.3993 3.12526 17.6008 3.17087 17.7406C3.29534 18.122 3.60798 19.2984 3.59219 19.3258C3.56753 19.3684 1.8794 18.8793 1.66811 18.7683C1.34765 18.6 1.10821 18.3839 0.907458 18.0817Z' fill='url(%23paint10_linear_174_542)'/%3E%3Cpath d='M5.21765 11.2662C5.2581 11.1783 5.33357 11.0438 5.38538 10.9673C5.64338 10.5862 6.05788 10.2796 6.51796 10.1294C6.95193 9.98764 8.05395 9.69481 8.07443 9.71576C8.08421 9.72575 8.07047 9.81115 8.04389 9.9056C8.01734 10 7.91584 10.3785 7.8183 10.7468C7.60362 11.5574 7.49859 11.7726 7.14369 12.1292C6.84662 12.4278 6.55828 12.5979 6.1772 12.6996C6.05026 12.7335 5.67136 12.8379 5.33516 12.9317C4.99896 13.0255 4.71738 13.0966 4.70945 13.0896C4.68482 13.0681 5.13995 11.4351 5.21765 11.2662Z' fill='url(%23paint11_linear_174_542)'/%3E%3Cpath d='M4.96771 15.1906C5.14189 14.5412 5.23448 14.3082 5.42867 14.0304C5.57021 13.828 5.93208 13.5207 6.1925 13.3819C6.31339 13.3174 6.707 13.186 7.06718 13.0898C7.42734 12.9937 7.79883 12.8926 7.89263 12.8652C7.98646 12.8379 8.07052 12.8227 8.07939 12.8316C8.09333 12.8455 8.01869 13.1336 7.68487 14.3543C7.60486 14.6469 7.37071 15.0445 7.14623 15.269C6.9308 15.4844 6.53235 15.7236 6.25941 15.8014C5.62551 15.982 4.72189 16.2152 4.70836 16.2017C4.69973 16.193 4.7151 16.1092 4.74245 16.0154C4.76983 15.9216 4.87118 15.5504 4.96771 15.1906Z' fill='url(%23paint12_linear_174_542)'/%3E%3Cpath d='M4.8829 18.6213C5.15358 17.634 5.163 17.6052 5.28677 17.3821C5.43119 17.1218 5.82365 16.7199 6.08474 16.5648C6.19138 16.5015 6.37539 16.4181 6.49362 16.3794C6.76067 16.2922 8.00122 15.9587 8.05857 15.9587C8.08169 15.9587 8.01934 16.2578 7.92001 16.6234C7.58417 17.8592 7.51793 18.0086 7.13674 18.3898C6.91242 18.6141 6.64182 18.7918 6.38327 18.8845C6.12127 18.9785 4.76089 19.3331 4.72788 19.316C4.7108 19.3072 4.78057 18.9945 4.8829 18.6213Z' fill='url(%23paint13_linear_174_542)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_174_542' x1='-2.41694' y1='6.63656' x2='11.0089' y2='20.0624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }

.cultures-list__item--sunflower .cultures-list__title:before {
  width: 36px;
  height: 56px;
  left: -46px;
  top: -15px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.60156 0.207276C8.66309 0.142334 8.7168 0.0975346 8.77148 0.0644536C8.80078 0.0463261 8.84082 0.0299077 8.88184 0.0181889C8.92188 0.00695845 8.96191 4.45561e-07 8.99316 4.45561e-07C9.23633 -0.00030473 9.40625 0.156067 9.80176 0.745362L10.0469 1.11011L9.71582 1.43848C9.43359 1.71942 9.27051 1.91394 9.02344 2.26556C8.97852 2.32996 8.96777 2.32166 8.84375 2.1272C8.77051 2.01337 8.53809 1.74262 8.3252 1.52557L7.93945 1.1308L8.18848 0.760071C8.37109 0.488526 8.49707 0.318421 8.60156 0.207276Z' fill='%23D9D9D9'/%3E%3Cpath d='M8.60156 0.207276C8.66309 0.142334 8.7168 0.0975346 8.77148 0.0644536C8.80078 0.0463261 8.84082 0.0299077 8.88184 0.0181889C8.92188 0.00695845 8.96191 4.45561e-07 8.99316 4.45561e-07C9.23633 -0.00030473 9.40625 0.156067 9.80176 0.745362L10.0469 1.11011L9.71582 1.43848C9.43359 1.71942 9.27051 1.91394 9.02344 2.26556C8.97852 2.32996 8.96777 2.32166 8.84375 2.1272C8.77051 2.01337 8.53809 1.74262 8.3252 1.52557L7.93945 1.1308L8.18848 0.760071C8.37109 0.488526 8.49707 0.318421 8.60156 0.207276Z' fill='url(%23paint0_linear_172_535)'/%3E%3Cpath d='M9.66016 2.67603C9.90527 2.18488 11.0723 1.18634 11.9131 0.747803C12.0977 0.651307 12.1738 0.629639 12.2793 0.643738C12.5713 0.682679 12.6816 0.831971 12.8115 1.3667C13.1377 2.7066 13.1533 3.80072 12.8555 4.33637C12.7793 4.47272 12.6064 4.59625 12.5713 4.53912C12.5234 4.46283 11.8789 4.05396 11.5381 3.88422C10.9697 3.60107 10.4717 3.4494 9.69238 3.32245C9.4707 3.28632 9.45996 3.07575 9.66016 2.67603Z' fill='%23D9D9D9'/%3E%3Cpath d='M9.66016 2.67603C9.90527 2.18488 11.0723 1.18634 11.9131 0.747803C12.0977 0.651307 12.1738 0.629639 12.2793 0.643738C12.5713 0.682679 12.6816 0.831971 12.8115 1.3667C13.1377 2.7066 13.1533 3.80072 12.8555 4.33637C12.7793 4.47272 12.6064 4.59625 12.5713 4.53912C12.5234 4.46283 11.8789 4.05396 11.5381 3.88422C10.9697 3.60107 10.4717 3.4494 9.69238 3.32245C9.4707 3.28632 9.45996 3.07575 9.66016 2.67603Z' fill='url(%23paint1_linear_172_535)'/%3E%3Cpath d='M5.29395 0.936646C5.34375 0.836914 5.39746 0.77472 5.46289 0.734864C5.6748 0.605469 5.84961 0.640442 6.28223 0.899109C7.37305 1.55127 8.23242 2.36682 8.40234 2.91229C8.49316 3.20276 8.4707 3.2962 8.30176 3.32349C7.11719 3.51538 6.50098 3.77539 5.39746 4.55023C5.27344 4.63727 5.0752 4.36743 4.9668 3.96375C4.84277 3.50324 4.90625 2.46991 5.11719 1.51843C5.17773 1.24561 5.23242 1.06165 5.29395 0.936646Z' fill='%23D9D9D9'/%3E%3Cpath d='M5.29395 0.936646C5.34375 0.836914 5.39746 0.77472 5.46289 0.734864C5.6748 0.605469 5.84961 0.640442 6.28223 0.899109C7.37305 1.55127 8.23242 2.36682 8.40234 2.91229C8.49316 3.20276 8.4707 3.2962 8.30176 3.32349C7.11719 3.51538 6.50098 3.77539 5.39746 4.55023C5.27344 4.63727 5.0752 4.36743 4.9668 3.96375C4.84277 3.50324 4.90625 2.46991 5.11719 1.51843C5.17773 1.24561 5.23242 1.06165 5.29395 0.936646Z' fill='url(%23paint2_linear_172_535)'/%3E%3Cpath d='M2.51074 3.14636C2.4873 2.81549 2.54688 2.66614 2.74414 2.56018C2.81055 2.52472 2.93652 2.49597 3.02539 2.49597C3.17773 2.49597 3.83691 2.60346 4.05566 2.66388L4.15625 2.69165L4.16309 3.25299C4.16797 3.57092 4.19141 3.90918 4.21875 4.03308C4.24609 4.15344 4.25879 4.26074 4.24805 4.27161C4.2373 4.28247 4.15039 4.27295 4.05664 4.25037C3.96191 4.22784 3.61621 4.20429 3.28711 4.19812L2.68945 4.18677L2.60938 3.80719C2.56543 3.59845 2.52148 3.30109 2.51074 3.14636Z' fill='%23D9D9D9'/%3E%3Cpath d='M2.51074 3.14636C2.4873 2.81549 2.54688 2.66614 2.74414 2.56018C2.81055 2.52472 2.93652 2.49597 3.02539 2.49597C3.17773 2.49597 3.83691 2.60346 4.05566 2.66388L4.15625 2.69165L4.16309 3.25299C4.16797 3.57092 4.19141 3.90918 4.21875 4.03308C4.24609 4.15344 4.25879 4.26074 4.24805 4.27161C4.2373 4.28247 4.15039 4.27295 4.05664 4.25037C3.96191 4.22784 3.61621 4.20429 3.28711 4.19812L2.68945 4.18677L2.60938 3.80719C2.56543 3.59845 2.52148 3.30109 2.51074 3.14636Z' fill='url(%23paint3_linear_172_535)'/%3E%3Cpath d='M13.9492 2.65997C14.0215 2.64386 14.2305 2.60181 14.4141 2.56665C15.0439 2.44592 15.3008 2.49048 15.4424 2.74475C15.499 2.8468 15.5059 2.91065 15.4893 3.16394C15.4775 3.32831 15.4326 3.62048 15.3896 3.81323L15.3105 4.16364L14.748 4.1665C14.4238 4.16815 14.0918 4.18927 13.9648 4.21637C13.9043 4.22925 13.8467 4.23859 13.8027 4.24329C13.7588 4.24805 13.7285 4.24811 13.7227 4.24231C13.7109 4.23084 13.7217 4.14557 13.7471 4.05298C13.7715 3.96039 13.7969 3.61572 13.8047 3.28699L13.8184 2.68933L13.9492 2.65997Z' fill='%23D9D9D9'/%3E%3Cpath d='M13.9492 2.65997C14.0215 2.64386 14.2305 2.60181 14.4141 2.56665C15.0439 2.44592 15.3008 2.49048 15.4424 2.74475C15.499 2.8468 15.5059 2.91065 15.4893 3.16394C15.4775 3.32831 15.4326 3.62048 15.3896 3.81323L15.3105 4.16364L14.748 4.1665C14.4238 4.16815 14.0918 4.18927 13.9648 4.21637C13.9043 4.22925 13.8467 4.23859 13.8027 4.24329C13.7588 4.24805 13.7285 4.24811 13.7227 4.24231C13.7109 4.23084 13.7217 4.14557 13.7471 4.05298C13.7715 3.96039 13.7969 3.61572 13.8047 3.28699L13.8184 2.68933L13.9492 2.65997Z' fill='url(%23paint4_linear_172_535)'/%3E%3Cpath d='M8.33887 4.20972C8.44629 4.19336 8.55566 4.17987 8.66602 4.16937C8.87207 4.14978 9.50977 4.18121 9.77344 4.22394C11.833 4.55743 13.4297 6.16467 13.7842 8.26166C13.8408 8.60071 13.8408 9.39911 13.7842 9.73822C13.4268 11.8517 11.8516 13.4271 9.73828 13.7839C9.39941 13.8412 8.60059 13.8412 8.26172 13.7839C6.14844 13.4271 4.57324 11.8517 4.21582 9.73822C4.19141 9.5932 4.17188 9.26099 4.17188 8.99994C4.17188 8.48615 4.21387 8.16718 4.34473 7.69489C4.67578 6.49719 5.46973 5.46991 6.57031 4.81622C7.07324 4.51752 7.68066 4.30963 8.33887 4.20972Z' fill='%23D9D9D9'/%3E%3Cpath d='M8.33887 4.20972C8.44629 4.19336 8.55566 4.17987 8.66602 4.16937C8.87207 4.14978 9.50977 4.18121 9.77344 4.22394C11.833 4.55743 13.4297 6.16467 13.7842 8.26166C13.8408 8.60071 13.8408 9.39911 13.7842 9.73822C13.4268 11.8517 11.8516 13.4271 9.73828 13.7839C9.39941 13.8412 8.60059 13.8412 8.26172 13.7839C6.14844 13.4271 4.57324 11.8517 4.21582 9.73822C4.19141 9.5932 4.17188 9.26099 4.17188 8.99994C4.17188 8.48615 4.21387 8.16718 4.34473 7.69489C4.67578 6.49719 5.46973 5.46991 6.57031 4.81622C7.07324 4.51752 7.68066 4.30963 8.33887 4.20972Z' fill='url(%23paint5_linear_172_535)'/%3E%3Cpath d='M13.7432 5.06628C13.8867 5.00232 14.0723 4.95105 14.2793 4.92218C14.8779 4.83856 16.5342 5.04889 17.04 5.27277C17.2295 5.35663 17.332 5.51782 17.332 5.73358C17.332 5.86987 17.2959 5.95508 17.1006 6.2818C16.5117 7.26758 15.709 8.14972 15.2051 8.36639C14.9551 8.47369 14.8135 8.48486 14.7314 8.40363C14.6924 8.3642 14.6602 8.28845 14.6592 8.23529C14.6592 8.16309 14.6328 8.01196 14.5938 7.83521C14.5459 7.62006 14.4785 7.36688 14.4131 7.17181C14.3027 6.83972 14.1328 6.47107 13.9375 6.13098C13.8076 5.90436 13.666 5.69043 13.5244 5.50848C13.4346 5.39288 13.4258 5.36273 13.459 5.2887C13.4961 5.20825 13.5977 5.1308 13.7432 5.06628Z' fill='%23D9D9D9'/%3E%3Cpath d='M13.7432 5.06628C13.8867 5.00232 14.0723 4.95105 14.2793 4.92218C14.8779 4.83856 16.5342 5.04889 17.04 5.27277C17.2295 5.35663 17.332 5.51782 17.332 5.73358C17.332 5.86987 17.2959 5.95508 17.1006 6.2818C16.5117 7.26758 15.709 8.14972 15.2051 8.36639C14.9551 8.47369 14.8135 8.48486 14.7314 8.40363C14.6924 8.3642 14.6602 8.28845 14.6592 8.23529C14.6592 8.16309 14.6328 8.01196 14.5938 7.83521C14.5459 7.62006 14.4785 7.36688 14.4131 7.17181C14.3027 6.83972 14.1328 6.47107 13.9375 6.13098C13.8076 5.90436 13.666 5.69043 13.5244 5.50848C13.4346 5.39288 13.4258 5.36273 13.459 5.2887C13.4961 5.20825 13.5977 5.1308 13.7432 5.06628Z' fill='url(%23paint6_linear_172_535)'/%3E%3Cpath d='M0.90332 5.33521C1.07812 5.23242 1.93555 5.04645 2.63672 4.95892C2.78125 4.9408 3.10645 4.93201 3.35742 4.93939C3.83496 4.95343 4.08887 5.00653 4.33691 5.14453C4.47266 5.22046 4.59668 5.39374 4.53906 5.42902C4.46289 5.47614 4.05371 6.12097 3.88477 6.46185C3.60156 7.03052 3.44922 7.52869 3.32227 8.30743C3.30859 8.39069 3.28027 8.4422 3.22656 8.46637C3.17676 8.48889 3.10645 8.48755 3.00781 8.46594C2.50391 8.35583 1.77051 7.66113 1.09082 6.64941C0.743164 6.13208 0.62207 5.87988 0.644531 5.71588C0.657227 5.61902 0.695312 5.53204 0.754883 5.45947C0.794922 5.41126 0.844727 5.36939 0.90332 5.33521Z' fill='%23D9D9D9'/%3E%3Cpath d='M0.90332 5.33521C1.07812 5.23242 1.93555 5.04645 2.63672 4.95892C2.78125 4.9408 3.10645 4.93201 3.35742 4.93939C3.83496 4.95343 4.08887 5.00653 4.33691 5.14453C4.47266 5.22046 4.59668 5.39374 4.53906 5.42902C4.46289 5.47614 4.05371 6.12097 3.88477 6.46185C3.60156 7.03052 3.44922 7.52869 3.32227 8.30743C3.30859 8.39069 3.28027 8.4422 3.22656 8.46637C3.17676 8.48889 3.10645 8.48755 3.00781 8.46594C2.50391 8.35583 1.77051 7.66113 1.09082 6.64941C0.743164 6.13208 0.62207 5.87988 0.644531 5.71588C0.657227 5.61902 0.695312 5.53204 0.754883 5.45947C0.794922 5.41126 0.844727 5.36939 0.90332 5.33521Z' fill='url(%23paint7_linear_172_535)'/%3E%3Cpath d='M0 8.99994C0 8.76483 0.147461 8.60419 0.720703 8.21515L1.10742 7.95264L1.43848 8.28424C1.72168 8.56818 1.91602 8.73035 2.26562 8.97601C2.33008 9.02118 2.32129 9.03198 2.12695 9.15643C2.01367 9.22919 1.74316 9.46228 1.52539 9.6745L1.13086 10.0602L0.755859 9.80853C0.161133 9.40924 0 9.23724 0 8.99994Z' fill='%23D9D9D9'/%3E%3Cpath d='M0 8.99994C0 8.76483 0.147461 8.60419 0.720703 8.21515L1.10742 7.95264L1.43848 8.28424C1.72168 8.56818 1.91602 8.73035 2.26562 8.97601C2.33008 9.02118 2.32129 9.03198 2.12695 9.15643C2.01367 9.22919 1.74316 9.46228 1.52539 9.6745L1.13086 10.0602L0.755859 9.80853C0.161133 9.40924 0 9.23724 0 8.99994Z' fill='url(%23paint8_linear_172_535)'/%3E%3Cpath d='M16.1914 8.58691C16.2832 8.50555 16.3809 8.41516 16.4688 8.32849C16.6826 8.11859 16.8623 7.94647 16.8672 7.94605C16.8701 7.9458 16.9082 7.96954 16.9678 8.00867L17.248 8.19409C17.8389 8.59045 18 8.763 18 8.99994C18 9.23615 17.8389 9.40967 17.2549 9.80157L16.8896 10.0463L16.5615 9.716C16.2803 9.43341 16.0859 9.27063 15.7344 9.02386C15.6699 8.9787 15.6787 8.96777 15.873 8.84302C15.9404 8.80011 16.0605 8.70264 16.1914 8.58691Z' fill='%23D9D9D9'/%3E%3Cpath d='M16.1914 8.58691C16.2832 8.50555 16.3809 8.41516 16.4688 8.32849C16.6826 8.11859 16.8623 7.94647 16.8672 7.94605C16.8701 7.9458 16.9082 7.96954 16.9678 8.00867L17.248 8.19409C17.8389 8.59045 18 8.763 18 8.99994C18 9.23615 17.8389 9.40967 17.2549 9.80157L16.8896 10.0463L16.5615 9.716C16.2803 9.43341 16.0859 9.27063 15.7344 9.02386C15.6699 8.9787 15.6787 8.96777 15.873 8.84302C15.9404 8.80011 16.0605 8.70264 16.1914 8.58691Z' fill='url(%23paint9_linear_172_535)'/%3E%3Cpath d='M14.6777 9.69238C14.6924 9.59967 14.7227 9.55017 14.7744 9.53082C14.876 9.49335 15.0938 9.54431 15.3242 9.65967C15.8154 9.90546 16.8135 11.0723 17.252 11.913C17.3506 12.1009 17.3701 12.1733 17.3555 12.284C17.3076 12.6458 17.0762 12.7529 15.8975 12.9612C15.4912 13.033 15.2568 13.0533 14.8008 13.0561C14.1816 13.06 13.959 13.0208 13.6631 12.8556C13.5273 12.7794 13.4033 12.6061 13.4609 12.5709C13.5371 12.5237 13.9463 11.8788 14.1152 11.538C14.3955 10.9753 14.5518 10.4619 14.6777 9.69238Z' fill='%23D9D9D9'/%3E%3Cpath d='M14.6777 9.69238C14.6924 9.59967 14.7227 9.55017 14.7744 9.53082C14.876 9.49335 15.0938 9.54431 15.3242 9.65967C15.8154 9.90546 16.8135 11.0723 17.252 11.913C17.3506 12.1009 17.3701 12.1733 17.3555 12.284C17.3076 12.6458 17.0762 12.7529 15.8975 12.9612C15.4912 13.033 15.2568 13.0533 14.8008 13.0561C14.1816 13.06 13.959 13.0208 13.6631 12.8556C13.5273 12.7794 13.4033 12.6061 13.4609 12.5709C13.5371 12.5237 13.9463 11.8788 14.1152 11.538C14.3955 10.9753 14.5518 10.4619 14.6777 9.69238Z' fill='url(%23paint10_linear_172_535)'/%3E%3Cpath d='M0.899414 11.7181C1.57227 10.592 2.44824 9.69202 2.99805 9.5614C3.06055 9.54663 3.13086 9.5329 3.15527 9.53088C3.23047 9.52472 3.33984 9.66309 3.34082 9.76459C3.3418 9.92474 3.46777 10.4727 3.58691 10.8281C3.77734 11.4006 4.01855 11.8441 4.55078 12.6025C4.59863 12.6719 4.48828 12.8186 4.32324 12.9026C3.80664 13.1664 2.81055 13.1591 1.51562 12.8817C0.837891 12.7365 0.667969 12.6136 0.667969 12.2663C0.667969 12.13 0.704102 12.0448 0.899414 11.7181Z' fill='%23D9D9D9'/%3E%3Cpath d='M0.899414 11.7181C1.57227 10.592 2.44824 9.69202 2.99805 9.5614C3.06055 9.54663 3.13086 9.5329 3.15527 9.53088C3.23047 9.52472 3.33984 9.66309 3.34082 9.76459C3.3418 9.92474 3.46777 10.4727 3.58691 10.8281C3.77734 11.4006 4.01855 11.8441 4.55078 12.6025C4.59863 12.6719 4.48828 12.8186 4.32324 12.9026C3.80664 13.1664 2.81055 13.1591 1.51562 12.8817C0.837891 12.7365 0.667969 12.6136 0.667969 12.2663C0.667969 12.13 0.704102 12.0448 0.899414 11.7181Z' fill='url(%23paint11_linear_172_535)'/%3E%3Cpath d='M5.18848 16.6332C4.80859 15.0714 4.8623 13.7212 5.31445 13.4793C5.38477 13.4418 5.41113 13.4487 5.51855 13.5327C5.98242 13.8937 6.4834 14.1672 7.05859 14.3685C7.43848 14.5016 7.85156 14.6031 8.30762 14.6774C8.41211 14.6944 8.4668 14.7357 8.47949 14.8185C8.48633 14.8634 8.48145 14.9205 8.46582 14.9926C8.35547 15.4963 7.66113 16.2292 6.64941 16.9092C6.1377 17.2531 5.87891 17.3773 5.7207 17.3561C5.42871 17.3171 5.31836 17.1679 5.18848 16.6332Z' fill='%23D9D9D9'/%3E%3Cpath d='M5.18848 16.6332C4.80859 15.0714 4.8623 13.7212 5.31445 13.4793C5.38477 13.4418 5.41113 13.4487 5.51855 13.5327C5.98242 13.8937 6.4834 14.1672 7.05859 14.3685C7.43848 14.5016 7.85156 14.6031 8.30762 14.6774C8.41211 14.6944 8.4668 14.7357 8.47949 14.8185C8.48633 14.8634 8.48145 14.9205 8.46582 14.9926C8.35547 15.4963 7.66113 16.2292 6.64941 16.9092C6.1377 17.2531 5.87891 17.3773 5.7207 17.3561C5.42871 17.3171 5.31836 17.1679 5.18848 16.6332Z' fill='url(%23paint12_linear_172_535)'/%3E%3Cpath d='M11.5381 14.1155C11.8789 13.9457 12.5234 13.537 12.5713 13.4606C12.6436 13.3434 12.8613 13.5434 12.9658 13.8236C13.1689 14.3656 13.1387 15.3259 12.8828 16.4814C12.7891 16.9049 12.7051 17.1315 12.5713 17.2417C12.4912 17.3074 12.3936 17.3318 12.2666 17.3319C12.1299 17.332 12.0449 17.2961 11.7178 17.1008C11.1455 16.7587 10.6094 16.3484 10.21 15.9475C9.81055 15.5468 9.68359 15.3668 9.5918 15.0703C9.54199 14.912 9.5293 14.8139 9.56055 14.7541C9.58301 14.7108 9.62793 14.6877 9.69824 14.6764C10.4561 14.5535 10.9766 14.395 11.5381 14.1155Z' fill='%23D9D9D9'/%3E%3Cpath d='M11.5381 14.1155C11.8789 13.9457 12.5234 13.537 12.5713 13.4606C12.6436 13.3434 12.8613 13.5434 12.9658 13.8236C13.1689 14.3656 13.1387 15.3259 12.8828 16.4814C12.7891 16.9049 12.7051 17.1315 12.5713 17.2417C12.4912 17.3074 12.3936 17.3318 12.2666 17.3319C12.1299 17.332 12.0449 17.2961 11.7178 17.1008C11.1455 16.7587 10.6094 16.3484 10.21 15.9475C9.81055 15.5468 9.68359 15.3668 9.5918 15.0703C9.54199 14.912 9.5293 14.8139 9.56055 14.7541C9.58301 14.7108 9.62793 14.6877 9.69824 14.6764C10.4561 14.5535 10.9766 14.395 11.5381 14.1155Z' fill='url(%23paint13_linear_172_535)'/%3E%3Cpath d='M13.8223 14.3009C13.8086 14.181 13.7881 14.0406 13.7598 13.8552L13.7354 13.7006L13.835 13.7256C14.0566 13.7812 14.5586 13.8202 14.9229 13.8102L15.3096 13.7996L15.3896 14.1859C15.5088 14.7604 15.5264 15.1047 15.4424 15.2551C15.3984 15.3336 15.3311 15.3967 15.249 15.4396C15.1689 15.4811 15.0752 15.5039 14.9746 15.5039C14.8203 15.5039 14.1621 15.3962 13.9395 15.3346L13.834 15.3054L13.8447 14.9037C13.8506 14.6705 13.8477 14.5195 13.8223 14.3009Z' fill='%23D9D9D9'/%3E%3Cpath d='M13.8223 14.3009C13.8086 14.181 13.7881 14.0406 13.7598 13.8552L13.7354 13.7006L13.835 13.7256C14.0566 13.7812 14.5586 13.8202 14.9229 13.8102L15.3096 13.7996L15.3896 14.1859C15.5088 14.7604 15.5264 15.1047 15.4424 15.2551C15.3984 15.3336 15.3311 15.3967 15.249 15.4396C15.1689 15.4811 15.0752 15.5039 14.9746 15.5039C14.8203 15.5039 14.1621 15.3962 13.9395 15.3346L13.834 15.3054L13.8447 14.9037C13.8506 14.6705 13.8477 14.5195 13.8223 14.3009Z' fill='url(%23paint14_linear_172_535)'/%3E%3Cpath d='M3.2832 13.8286C3.61426 13.8257 3.94043 13.8075 4.00781 13.7883C4.0752 13.769 4.16797 13.7516 4.21484 13.7496C4.25293 13.748 4.27246 13.7496 4.28027 13.7645C4.28906 13.7795 4.28516 13.808 4.27344 13.8603C4.21094 14.1511 4.18164 14.5013 4.18848 14.8885L4.19531 15.3104L3.81152 15.3902C3.60059 15.4341 3.30078 15.4789 3.14648 15.4896C2.81641 15.5128 2.66797 15.4539 2.55762 15.2551C2.47363 15.1036 2.48828 14.7774 2.60352 14.2189L2.68262 13.8339L3.2832 13.8286Z' fill='%23D9D9D9'/%3E%3Cpath d='M3.2832 13.8286C3.61426 13.8257 3.94043 13.8075 4.00781 13.7883C4.0752 13.769 4.16797 13.7516 4.21484 13.7496C4.25293 13.748 4.27246 13.7496 4.28027 13.7645C4.28906 13.7795 4.28516 13.808 4.27344 13.8603C4.21094 14.1511 4.18164 14.5013 4.18848 14.8885L4.19531 15.3104L3.81152 15.3902C3.60059 15.4341 3.30078 15.4789 3.14648 15.4896C2.81641 15.5128 2.66797 15.4539 2.55762 15.2551C2.47363 15.1036 2.48828 14.7774 2.60352 14.2189L2.68262 13.8339L3.2832 13.8286Z' fill='url(%23paint15_linear_172_535)'/%3E%3Cpath d='M8.5957 16.2299C8.71777 16.0887 8.82422 15.9547 8.88281 15.8643C8.94824 15.7628 9.00879 15.6797 9.01758 15.6797C9.02441 15.6797 9.06543 15.7347 9.11621 15.8113L9.16113 15.8796C9.23145 15.9896 9.46191 16.2572 9.6748 16.4743L10.0605 16.8691L9.80859 17.2441C9.6875 17.4245 9.58789 17.5649 9.5 17.6731V19.5C9.5 19.7761 9.27637 20 9 20C8.72363 20 8.5 19.7761 8.5 19.5V17.6732C8.41309 17.5662 8.31445 17.4277 8.19531 17.2503L7.94824 16.8814L8.11328 16.7316C8.25488 16.6033 8.43848 16.4107 8.5957 16.2299Z' fill='%23D9D9D9'/%3E%3Cpath d='M8.5957 16.2299C8.71777 16.0887 8.82422 15.9547 8.88281 15.8643C8.94824 15.7628 9.00879 15.6797 9.01758 15.6797C9.02441 15.6797 9.06543 15.7347 9.11621 15.8113L9.16113 15.8796C9.23145 15.9896 9.46191 16.2572 9.6748 16.4743L10.0605 16.8691L9.80859 17.2441C9.6875 17.4245 9.58789 17.5649 9.5 17.6731V19.5C9.5 19.7761 9.27637 20 9 20C8.72363 20 8.5 19.7761 8.5 19.5V17.6732C8.41309 17.5662 8.31445 17.4277 8.19531 17.2503L7.94824 16.8814L8.11328 16.7316C8.25488 16.6033 8.43848 16.4107 8.5957 16.2299Z' fill='url(%23paint16_linear_172_535)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_172_535' x1='9' y1='0' x2='9' y2='20.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }

.cultures-list__item--peas .cultures-list__title:before {
  width: 36px;
  height: 44px;
  left: -46px;
  top: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.87982 2.80177C8.48878 1.42265 9.27258 0.578939 10.3405 0.152944C10.4021 0.12837 10.5526 0.0814661 10.675 0.0487201C10.8742 -0.00459634 10.906 -0.00860293 10.9794 0.0103003C11.0881 0.0383431 11.2024 0.16484 11.2559 0.316536C11.3228 0.505948 11.2966 0.664401 11.1394 1.02122C11.0613 1.19822 11.0235 1.35179 11.0167 1.51971C11.009 1.70668 11.1407 2.16622 11.2896 2.472C11.4796 2.86216 11.5558 3.05978 11.6834 3.49402C11.958 4.42781 12.0475 5.32468 11.9769 6.43466C11.8425 8.54866 11.0269 10.9065 9.79061 12.7555C9.15253 13.7098 8.41619 14.5469 7.5329 15.3223C6.42014 16.2991 5.24328 17.0269 3.98121 17.519C3.70505 17.6266 3.5654 17.6695 3.10001 17.7896C2.49984 17.9445 2.26824 17.983 1.84935 17.9977C1.38838 18.0138 0.896264 17.9436 0.766593 17.8432C0.659772 17.7606 0.629353 17.6437 0.646987 17.3835C0.698621 16.6218 0.939787 15.9049 1.40367 15.1344C1.72817 14.5954 1.97377 14.2625 2.92034 13.0785C4.13569 11.5582 4.70438 10.7443 5.43866 9.47435C6.10922 8.31454 6.33205 7.73318 7.00698 5.38258C7.38553 4.06425 7.59221 3.45316 7.87982 2.80177ZM8.20098 5.2635C8.6261 3.52542 9.04821 2.3751 9.58463 1.49284C9.61166 1.44836 9.62913 1.40928 9.62345 1.40598C9.60102 1.39296 9.33609 1.68126 9.15999 1.91031C9.0066 2.10983 8.6548 2.7256 8.5149 3.03948C8.24486 3.64527 8.05386 4.21536 7.6238 5.69916C6.91237 8.15372 6.69068 8.70402 5.83386 10.1423C5.14591 11.2971 4.61911 12.038 3.39075 13.5786C2.4667 14.7376 2.15141 15.1722 1.8933 15.6433C1.76128 15.8842 1.73581 15.9542 1.81079 15.87C1.93023 15.7359 2.34457 15.3501 2.75393 14.9918C4.16812 13.7539 4.68847 13.2224 5.33875 12.3515C6.1573 11.2553 6.88461 9.85181 7.34297 8.4839C7.58597 7.75877 7.64341 7.54312 8.20098 5.2635ZM10.4128 3.42663C10.2945 3.33831 10.0963 3.24824 9.96834 3.22472C9.72697 3.18035 9.52578 3.31274 9.32791 3.64616C9.06389 4.09107 9.12596 4.35368 9.55152 4.59205C9.65265 4.6487 9.76009 4.69202 9.83245 4.70532C9.9379 4.72471 9.96929 4.72179 10.1459 4.6762C10.3206 4.63108 10.3517 4.61758 10.4299 4.553C10.7934 4.2528 10.785 3.70467 10.4128 3.42663ZM10.3603 6.1386C10.1926 5.95685 9.86865 5.79647 9.6123 5.76834C9.45307 5.75085 9.18986 5.80858 9.06762 5.88778C8.9401 5.97041 8.86012 6.04559 8.76711 6.1703C8.5445 6.4688 8.44448 6.77894 8.48621 7.04137C8.52676 7.29656 8.7208 7.54504 9.01068 7.713C9.30677 7.88456 9.5357 7.91708 9.85353 7.83275C10.1451 7.75537 10.3467 7.60603 10.4917 7.36004C10.6313 7.12303 10.6696 6.8993 10.6154 6.6362C10.5741 6.43578 10.4986 6.28851 10.3603 6.1386ZM9.20798 8.76475C9.13757 8.75226 9.01719 8.74613 8.94048 8.75112C8.76562 8.76249 8.35513 8.8698 8.1985 8.9451C8.04516 9.0188 7.89982 9.14094 7.82105 9.26229C7.74438 9.38038 7.70322 9.58208 7.7195 9.75995C7.73373 9.91541 7.81785 10.2315 7.87554 10.3463C8.00683 10.6076 8.29864 10.8268 8.59017 10.8832C8.80266 10.9243 9.0579 10.9017 9.24206 10.8254C9.82484 10.5841 10.0593 10.0609 9.8574 9.45237C9.71107 9.01145 9.53248 8.82234 9.20798 8.76475ZM7.91346 11.8461C7.68251 11.7113 7.56871 11.6764 7.36194 11.6771C6.86935 11.6787 6.45665 12.0712 6.43866 12.5553C6.43465 12.6628 6.44379 12.7178 6.49 12.8643C6.5409 13.0258 6.5559 13.0539 6.64953 13.1629C6.76868 13.3016 7.01149 13.4547 7.23264 13.5306C7.39112 13.585 7.46785 13.5884 7.62205 13.5481C7.75452 13.5135 7.87159 13.4348 7.98569 13.3035C8.10332 13.1682 8.26264 12.8947 8.31977 12.73C8.45649 12.3358 8.34799 12.0998 7.91346 11.8461ZM6.06589 14.0603C5.95875 13.9378 5.70034 13.7901 5.53527 13.7569C5.25923 13.7013 5.06901 13.8213 4.85458 14.1863C4.7128 14.4275 4.68024 14.5645 4.72489 14.7319C4.76498 14.8822 4.83636 14.9636 5.03964 15.091C5.31747 15.2651 5.59238 15.2899 5.83701 15.163C6.0316 15.0621 6.18007 14.8655 6.22363 14.6513C6.24869 14.528 6.24723 14.5058 6.20319 14.3407C6.15915 14.1757 6.14935 14.1557 6.06589 14.0603ZM3.95252 15.6351C3.84714 15.5512 3.60848 15.4363 3.49626 15.4156C3.37804 15.3937 3.19586 15.4334 3.11089 15.4995C2.94529 15.6284 2.74048 15.9595 2.69652 16.1693C2.64896 16.3962 2.72274 16.548 2.96481 16.7209C3.11183 16.826 3.20643 16.8677 3.36252 16.8964C3.46381 16.9151 3.49879 16.912 3.65575 16.8709C3.87814 16.8127 3.98453 16.7409 4.09079 16.5776C4.18 16.4405 4.21497 16.3234 4.2137 16.1662C4.2121 15.9681 4.11006 15.7606 3.95252 15.6351Z' fill='url(%23paint0_linear_175_544)'/%3E%3Cpath d='M1.49405 7.56279C1.42366 7.57543 1.3033 7.58182 1.22658 7.57699C1.0517 7.566 0.640968 7.45958 0.484165 7.38462C0.33066 7.31125 0.185051 7.18943 0.10601 7.06824C0.02908 6.95033 -0.0125319 6.74871 0.00335202 6.57081C0.0172366 6.41532 0.100647 6.09909 0.158085 5.98414C0.288786 5.72258 0.580104 5.50274 0.871514 5.44572C1.0839 5.40416 1.33919 5.42622 1.52352 5.50207C2.10684 5.74208 2.3425 6.26481 2.14193 6.87377C1.99659 7.315 1.81842 7.5045 1.49405 7.56279Z' fill='url(%23paint1_linear_175_544)'/%3E%3Cpath d='M2.65224 10.1864C2.48498 10.3686 2.16135 10.5296 1.90506 10.5583C1.74587 10.5761 1.48254 10.519 1.36012 10.4401C1.23241 10.3577 1.15227 10.2827 1.05898 10.1582C0.835704 9.86017 0.734993 9.55025 0.776132 9.28772C0.816116 9.03245 1.0096 8.78355 1.2991 8.61496C1.5948 8.44276 1.82366 8.40975 2.14168 8.49339C2.43341 8.57014 2.63534 8.71904 2.78087 8.96472C2.92108 9.20143 2.95982 9.42508 2.90621 9.68829C2.86538 9.88879 2.79022 10.0362 2.65224 10.1864Z' fill='url(%23paint2_linear_175_544)'/%3E%3Cpath d='M4.55871 6.29746C4.56883 6.12899 4.49844 5.90201 4.3962 5.77343C4.31188 5.66736 4.22224 5.6021 4.09333 5.55292C3.92412 5.48834 3.77073 5.48781 3.59706 5.5512C3.41681 5.61698 3.2946 5.73016 3.21021 5.90946C3.11823 6.10491 3.11412 6.25619 3.1951 6.46643C3.27439 6.67227 3.41812 6.82537 3.5836 6.88025C3.75378 6.93671 3.97171 6.90714 4.19569 6.7972C4.28926 6.75127 4.34837 6.70816 4.41779 6.63523C4.48433 6.56533 4.55243 6.4021 4.55871 6.29746Z' fill='url(%23paint3_linear_175_544)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_175_544' x1='15.5' y1='14.5' x2='-2.84148' y2='5.85086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_175_544' x1='15.5' y1='14.5' x2='-2.84148' y2='5.85086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_175_544' x1='15.5' y1='14.5' x2='-2.84148' y2='5.85086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_175_544' x1='15.5' y1='14.5' x2='-2.84148' y2='5.85086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }

.cultures-list__item--mustard .cultures-list__title:before {
  width: 36px;
  height: 56px;
  left: -46px;
  top: -15px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.40874 1.31534C5.31243 1.50524 5.32692 1.75982 5.44485 1.94957C5.57203 2.15419 5.7861 2.26207 6.03699 2.24792C6.25963 2.23539 6.43261 2.13026 6.53956 1.94254C6.67367 1.70717 6.65581 1.44998 6.48967 1.22362C6.21699 0.852142 5.61788 0.902969 5.40874 1.31534ZM0.785554 6.39653C0.756528 6.44344 0.777537 6.46206 0.831042 6.4369C0.903534 6.40279 1.04355 6.40111 1.11088 6.43356C1.18608 6.46979 1.35014 6.62868 1.46332 6.77488C1.50706 6.83139 1.57047 6.90453 1.60424 6.93741L1.66562 6.99719L1.57417 7.10689C1.28919 7.44876 1.18405 7.67092 1.21975 7.85579C1.24615 7.99241 1.37359 8.12392 1.66016 8.31021C1.77594 8.38546 1.87369 8.44996 1.8774 8.45354C1.8811 8.45711 1.83737 8.51547 1.78021 8.58324C1.39705 9.03734 1.26954 9.54751 1.39492 10.1249C1.45669 10.4095 1.50662 10.5604 1.6002 10.7453C1.67897 10.901 1.69354 10.9197 1.86259 11.0818C2.03065 11.243 2.05083 11.2574 2.19282 11.3184C2.42943 11.4201 2.63081 11.4543 2.95242 11.4473C3.37781 11.438 3.75906 11.3563 4.35864 11.1458C5.65447 10.6909 6.80283 10.4966 8.14828 10.5046C8.36562 10.5059 8.82587 10.5355 8.96129 10.5569C8.98838 10.5612 9.01042 10.5576 9.01027 10.549C9.00982 10.5229 8.65719 10.2446 8.48644 10.1356C8.03374 9.84656 7.49941 9.6716 6.90746 9.61861C6.80072 9.60905 6.48787 9.60104 6.21224 9.60081C5.93661 9.60058 5.70597 9.59542 5.6997 9.58937C5.69343 9.58331 5.71736 9.5658 5.75288 9.55048C6.01423 9.43772 6.73584 9.41021 7.39788 9.48775C7.79091 9.53379 8.35659 9.66375 8.64656 9.77463C8.8515 9.85299 8.83005 9.81568 8.49781 9.51567C7.74847 8.83903 6.8609 8.25943 5.95404 7.85456C5.88237 7.82255 5.81987 7.78898 5.81517 7.77994C5.79818 7.74742 5.97032 7.7303 6.10657 7.75095C6.55652 7.8192 7.22236 8.14185 7.90259 8.62125C8.14184 8.78987 8.67602 9.2753 8.80661 9.44275C8.85347 9.50285 8.89812 9.55181 8.90584 9.55154C8.9245 9.55094 8.90921 9.38687 8.87675 9.23918C8.79823 8.88211 8.45688 8.22422 7.99536 7.54046C7.85022 7.32544 7.51468 6.86474 7.39157 6.71144C7.23637 6.51818 7.50588 6.69566 7.79323 6.97591C8.0294 7.20627 8.14835 7.35639 8.35641 7.68658C8.57578 8.03472 8.82188 8.5338 8.99493 8.98154C9.03269 9.07921 9.068 9.15904 9.0734 9.15896C9.08972 9.15866 9.06335 8.63735 9.03197 8.34033C8.85132 6.62951 8.31296 5.32906 7.51391 4.67336C7.30433 4.50138 7.1492 4.40754 6.86119 4.27855C5.65649 3.739 4.67216 3.55439 4.13913 3.76804C3.93007 3.85183 3.86429 3.93783 3.75664 4.26805C3.66403 4.55215 3.56673 4.62061 3.21046 4.65227C2.98511 4.67231 2.74601 4.73556 2.58213 4.81847C2.40977 4.90569 2.27525 5.05532 2.22236 5.2187C2.17761 5.35692 2.18106 5.59281 2.231 5.81064C2.25227 5.90346 2.2659 5.98333 2.26127 5.98813C2.25665 5.99292 2.1862 5.99109 2.10473 5.98407C1.89779 5.96623 1.53168 5.98292 1.37849 6.01717C1.16923 6.06393 1.04783 6.12588 0.919567 6.25128C0.858114 6.31139 0.797804 6.37673 0.785554 6.39653ZM5.20849 2.61735C5.12921 2.7514 5.12367 2.96685 5.19567 3.11609C5.2355 3.19865 5.35584 3.31067 5.45448 3.35704C5.58289 3.41739 5.78284 3.4088 5.90714 3.33761C6.16846 3.18793 6.24599 2.87714 6.08655 2.61827C5.88619 2.29293 5.40071 2.29242 5.20849 2.61735ZM7.11503 1.39856C7.02405 1.5663 7.02391 1.80752 7.1147 1.96181C7.1674 2.05141 7.29943 2.17209 7.39264 2.2159C7.49876 2.26577 7.69764 2.27224 7.82527 2.22997C7.91149 2.20142 7.94144 2.18055 8.03442 2.08426C8.12723 1.98813 8.1471 1.9574 8.17175 1.87195C8.23382 1.65676 8.17839 1.43187 8.02731 1.28578C7.9206 1.18262 7.85102 1.14433 7.7223 1.11789C7.48753 1.06971 7.22847 1.18944 7.11503 1.39856ZM6.61171 2.27586C6.64039 2.32616 6.80261 2.59381 6.97221 2.87064C7.76818 4.1699 8.25483 5.15092 8.63083 6.21422C8.9265 7.05037 9.08635 7.72449 9.16241 8.45605C9.19386 8.75851 9.20563 9.30516 9.1875 9.61978C9.17302 9.87074 9.19856 10.0804 9.2689 10.2886C9.35898 10.5551 9.49605 10.7446 9.665 10.8362C9.79214 10.9051 9.97374 10.8814 10.1069 10.7783C10.1979 10.708 10.3139 10.5435 10.3472 10.4375C10.4693 10.0497 10.2689 9.02074 9.83537 7.80957C9.11194 5.78838 8.02801 3.86335 6.82299 2.45973C6.59094 2.18946 6.53437 2.14022 6.61171 2.27586ZM6.33614 3.55425C6.28001 3.73205 6.33074 3.89925 6.47979 4.02773C6.5528 4.09067 6.59446 4.11247 6.67506 4.12998C6.94656 4.18897 7.20948 3.98128 7.21786 3.70121C7.22326 3.52079 7.07061 3.31852 6.88618 3.26174C6.65572 3.1908 6.40955 3.32172 6.33614 3.55425ZM7.65468 2.72675C7.57965 2.94264 7.68976 3.15716 7.91148 3.22705C8.05153 3.27119 8.1588 3.24647 8.27092 3.14423C8.37228 3.05179 8.4099 2.95345 8.39477 2.82045C8.37645 2.65949 8.27559 2.54179 8.11409 2.49296C7.92257 2.43503 7.72028 2.53799 7.65468 2.72675ZM9.08639 2.5167C8.94925 2.71684 8.85963 2.95314 8.80212 3.26645C8.75696 3.51236 8.76333 4.11971 8.81453 4.45048C8.99015 5.58498 9.49916 6.97025 10.3154 8.53502C10.5689 9.02097 10.638 9.12913 10.6124 8.99988C10.5857 8.86518 10.4899 8.05372 10.4628 7.73259C10.3694 6.62754 10.4221 5.61472 10.5967 5.15508C10.6278 5.07329 10.6621 5.0566 10.6338 5.13703C10.6032 5.22409 10.571 5.55302 10.5694 5.79603C10.5668 6.17664 10.6087 6.65878 10.7158 7.47953C10.7693 7.88955 10.8284 8.34711 10.8472 8.49633C10.866 8.64554 10.8846 8.77071 10.8885 8.7745C10.8925 8.77829 10.9293 8.673 10.9704 8.54053C11.2043 7.78635 11.8722 6.48073 12.486 5.57775C12.5494 5.48443 12.6125 5.39643 12.6261 5.38222C12.6779 5.32823 12.6457 5.40868 12.5453 5.58389C12.301 6.01027 11.9713 6.75795 11.6956 7.51089C11.5275 7.96975 11.2693 8.73695 11.271 8.77224C11.272 8.79256 11.2857 8.78174 11.3213 8.73252C11.4813 8.51162 11.5775 8.39595 11.8349 8.11446C12.2669 7.6421 12.6774 7.29933 13.1671 7.00207C13.4351 6.83944 13.8159 6.64745 13.8163 6.67476C13.8164 6.68016 13.7448 6.7416 13.6572 6.8113C12.8391 7.46222 11.6402 8.69353 11.2919 9.24059C11.1655 9.4391 11.1877 9.43532 11.3931 9.2234C11.868 8.73362 12.1326 8.55818 13.0952 8.09488C13.8617 7.72598 14.2551 7.63372 15.3093 7.57572C16.0659 7.5341 16.2807 7.48473 16.7519 7.24408C17.2231 7.0034 17.5433 6.77855 17.8165 6.49646C17.9956 6.31159 18.0191 6.28124 18.0599 6.18216C18.1158 6.04649 18.113 5.95839 18.046 5.74922C18.0173 5.65931 17.9893 5.51337 17.9839 5.42491C17.9722 5.23241 18.021 5.06759 18.1589 4.83429C18.3813 4.45801 18.3718 4.33943 18.0985 4.07795C18.0145 3.99764 17.852 3.86008 17.7372 3.77226C17.6225 3.68443 17.496 3.58103 17.4561 3.54247C17.3662 3.45567 17.2731 3.31961 17.291 3.30109C17.2983 3.29349 17.3223 3.23128 17.3443 3.16284C17.3946 3.00621 17.3936 2.81805 17.3417 2.67428C17.3044 2.57105 17.2904 2.55232 17.1489 2.41689C17.0083 2.28228 16.9811 2.2637 16.803 2.18007C16.5727 2.07191 16.2579 1.97701 15.8866 1.90381C15.34 1.79605 15.2883 1.78147 15.2207 1.71622C15.1484 1.64644 15.1289 1.56682 15.1134 1.2785C15.1004 1.03539 15.0648 0.939491 14.9451 0.825113C14.8171 0.702812 14.6838 0.662381 14.4433 0.672847C14.1922 0.683773 14.0041 0.73564 13.2916 0.990496C12.9518 1.11204 12.6123 1.22498 12.5371 1.2415C12.3382 1.28519 12.1946 1.28195 11.8233 1.22548C11.641 1.19776 11.4175 1.17336 11.3266 1.17126C10.8206 1.15954 10.3518 1.33942 9.8492 1.73811C9.68266 1.87024 9.17276 2.39068 9.08639 2.5167ZM3.98267 11.9042C3.54256 12.4908 3.52253 13.1841 3.92642 13.85C4.01601 13.9977 4.15504 14.1784 4.24841 14.2685C4.30794 14.326 4.31078 14.3351 4.2953 14.4185C4.26793 14.566 4.28238 14.8199 4.32572 14.9526C4.38494 15.1338 4.47207 15.2301 4.62028 15.278C4.75529 15.3217 5.01142 15.3201 5.23044 15.2742C5.31715 15.2561 5.39232 15.2453 5.39748 15.2503C5.40264 15.2553 5.40838 15.3454 5.41022 15.4506C5.41509 15.7284 5.4837 15.894 5.61752 15.9512C5.68296 15.9791 5.79166 15.9707 6.01584 15.9205C6.26908 15.8637 6.46059 15.8656 6.60078 15.9264C6.66395 15.9537 6.77771 16.029 6.89281 16.1197C7.16563 16.3346 7.33606 16.3986 7.61613 16.3914C7.78996 16.387 8.02059 16.3135 8.18763 16.2092C8.33877 16.1149 8.55564 15.8703 8.63893 15.7002C8.69475 15.5862 8.70218 15.5464 8.70565 15.3436C8.72188 14.3933 8.81958 13.4912 8.985 12.7644C9.04515 12.5 9.18274 12.0654 9.26001 11.8956C9.29468 11.8194 9.31425 11.7532 9.30363 11.7481C9.27183 11.7327 9.14451 11.7665 9.07301 11.8093C8.87533 11.9276 8.67861 12.122 8.3001 12.5729C8.00407 12.9255 7.94759 12.9862 7.93048 12.9696C7.91017 12.95 8.02835 12.6115 8.10344 12.4743C8.20168 12.2947 8.35793 12.0842 8.62336 11.7736C8.75167 11.6235 8.85681 11.4951 8.85699 11.4883C8.85821 11.4445 8.46028 11.589 8.19761 11.7278C7.90429 11.8827 7.62051 12.0739 7.16579 12.4229C6.96309 12.5785 6.78728 12.7066 6.7751 12.7077C6.74454 12.7104 6.78238 12.6272 6.87943 12.4785C6.99761 12.2974 7.28918 12.0214 7.52075 11.8714C7.83259 11.6695 8.22981 11.4772 8.71753 11.2922C8.84189 11.245 8.94355 11.2009 8.94344 11.1942C8.94332 11.1876 8.90245 11.1722 8.85262 11.1602C8.55351 11.0877 7.78537 11.2536 6.60001 11.6467C6.28533 11.751 6.28495 11.7511 6.33523 11.6909C6.40267 11.6101 6.61766 11.4587 6.80031 11.3632C7.11525 11.1987 7.45701 11.0898 8.21873 10.9111C8.66343 10.8068 8.80295 10.7696 8.8212 10.7507C8.83323 10.7383 8.51838 10.7153 8.13887 10.7009C7.32135 10.6698 6.44676 10.736 5.83137 10.8754C4.93093 11.0793 4.3655 11.394 3.98267 11.9042ZM9.66085 11.4031C9.54439 11.579 9.44354 11.8203 9.30159 12.2624C9.15677 12.7136 9.06121 13.0942 8.97375 13.5682C8.86588 14.1528 8.85804 14.6304 8.94933 15.0529C9.03204 15.4355 9.12734 15.6472 9.47948 16.2307C9.60103 16.4321 9.74501 16.6802 9.79944 16.782C9.85387 16.8838 9.94841 17.0343 10.0095 17.1163C10.3314 17.5486 10.8695 17.7255 11.3431 17.5549C11.4267 17.5247 11.503 17.4783 11.619 17.387C12.0328 17.0611 12.1111 17.0046 12.2485 16.9327C12.4528 16.8259 12.5815 16.7944 12.8488 16.7861C13.121 16.7775 13.1698 16.7573 13.3093 16.5952C13.4331 16.4514 13.5026 16.3039 13.644 15.8851C13.7047 15.7056 13.767 15.5454 13.7827 15.5292C13.7983 15.5131 13.8564 15.473 13.9118 15.4402C14.0569 15.3543 14.2691 15.1271 14.3647 14.9554C14.6814 14.3866 14.614 13.7318 14.2102 13.4566C14.1382 13.4076 14.0345 13.3648 13.8581 13.3112C13.4476 13.1867 13.1081 13.0114 12.6893 12.708C12.3735 12.4792 12.1647 12.3031 11.6233 11.8092C11.1003 11.3319 10.8828 11.1577 10.6323 11.0152C10.4741 10.9251 10.3041 10.8467 10.245 10.8364C10.1935 10.8274 10.2114 10.913 10.2985 11.0914C10.6 11.7087 11.2956 12.6583 12.001 13.4157C12.0893 13.5104 12.152 13.5881 12.1404 13.5883C12.1288 13.5885 11.9641 13.4521 11.7744 13.285C11.1105 12.7005 10.3375 11.8687 10.1287 11.5143C10.0939 11.4551 10.0601 11.4068 10.0537 11.4069C10.0175 11.4075 10.0703 11.998 10.1509 12.4939C10.2535 13.1246 10.4312 13.9356 10.5347 14.2452C10.5555 14.3073 10.5646 14.3621 10.5551 14.367C10.5243 14.3827 10.411 14.2532 10.3408 14.1222C10.3033 14.052 10.2279 13.8682 10.1734 13.7137C9.93802 13.0464 9.82371 12.2467 9.84801 11.4375C9.85169 11.3154 9.84868 11.2156 9.84133 11.2157C9.80735 11.2163 9.73424 11.2922 9.66085 11.4031ZM11.5609 9.42374C11.3816 9.65104 11.135 10.059 11.0686 10.2386L11.0407 10.3138L11.1585 10.2117C11.431 9.97525 11.758 9.79549 12.2131 9.63186C12.7214 9.44908 13.2371 9.3446 13.7201 9.32654C13.9775 9.3169 14.3691 9.33838 14.3695 9.36215C14.3696 9.36779 14.2813 9.38042 14.1733 9.39023C13.5597 9.44594 12.6681 9.73613 11.9087 10.1273C11.7863 10.1903 11.6862 10.2472 11.6864 10.2538C11.6865 10.2603 11.7416 10.2777 11.809 10.2926C12.3088 10.4029 13.3383 11.093 13.7765 11.6116C13.8991 11.7566 14.0099 11.923 14.0119 11.965C14.0123 11.9747 13.9068 11.8818 13.7773 11.7584C13.6001 11.5895 13.4961 11.5035 13.3567 11.4101C12.7408 10.998 12.0248 10.7616 11.3837 10.7587C11.144 10.7577 10.8885 10.8021 11.0438 10.8179C11.2198 10.8357 11.4946 11.0289 11.7923 11.3439C11.8915 11.4489 12.1055 11.6855 12.2678 11.8696C12.6283 12.2785 12.9132 12.5575 13.0983 12.6828C13.1732 12.7335 13.4109 12.8607 13.6265 12.9655C14.2209 13.2544 14.4391 13.3932 14.9483 13.8064C15.3822 14.1585 15.5714 14.2784 15.7515 14.3153C15.85 14.3355 15.8938 14.3295 16.1311 14.263C16.2928 14.2177 16.4549 14.2106 16.5265 14.2458C16.5591 14.2619 16.6901 14.3523 16.8176 14.4468C17.1999 14.73 17.3116 14.7722 17.4534 14.6871C17.5078 14.6545 17.5433 14.6112 17.6558 14.4402C17.8309 14.1739 17.9661 14.0338 18.2373 13.8378C18.3534 13.7539 18.4773 13.6552 18.5128 13.6186C18.6567 13.4698 18.7608 13.2043 18.7971 12.8938C18.8092 12.7908 18.8294 12.6171 18.8421 12.5078L18.8653 12.3091L19.0455 12.1078C19.2886 11.8361 19.3483 11.7198 19.3427 11.5289C19.3384 11.385 19.3162 11.3342 19.1645 11.1205C19.0476 10.9559 19.0374 10.9006 19.0646 10.5797C19.0766 10.4384 19.0453 10.3501 18.9023 10.1223C18.7686 9.90927 18.6983 9.73099 18.7057 9.6239C18.7085 9.58271 18.7319 9.48134 18.7577 9.3986C18.818 9.20533 18.8103 8.98323 18.739 8.85695C18.6367 8.676 18.376 8.468 18.0639 8.31854C17.1018 7.85775 15.5933 7.6865 14.2946 7.89064C13.1487 8.07077 12.2158 8.59391 11.5609 9.42374Z' fill='url(%23paint0_linear_175_545)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_175_545' x1='4.25149' y1='2.4745' x2='17.406' y2='15.1759' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBB00'/%3E%3Cstop offset='1' stop-color='%23F57C1F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }

.product-categories__col:first-child {
  margin-bottom: 30px; }

@media screen and (min-width: 900px) {
  .product-categories__col {
    flex: 0 0 calc((100% - 30px) / 2); }
    .product-categories__col:first-child {
      margin-right: 30px;
      margin-bottom: 0; } }
.page-product {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * (50px + 1em));
  position: relative; }

.page-product__content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  flex: 0 0 100%; }

.page-product__body {
  margin-top: 30px;
  padding-right: 30px; }

.page-product__sidebar {
  display: flex;
  flex-direction: column;
  z-index: 2;
  flex: 0 0 100%; }

.page-product__img-mobile {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: -28px; }

.page-product__nav {
  margin-top: 20px; }
  .page-product__nav .products-category__content {
    width: 100%; }

.page-product__header {
  position: relative;
  padding: 40px 0; }
  .page-product__header:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: #FFF1D0;
    inset: 0 -100% 0 -100%; }

.page-product__header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2; }

.page-product__name {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #282828; }

.page-product__value {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #282828; }

.page-product__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 21px;
  color: #282828; }
  .page-product__text p:not(:last-child) {
    margin-bottom: 10px; }

.see-also {
  margin-top: 30px; }

.see-also__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }

.see-also__item {
  display: flex;
  justify-content: center;
  flex: 0 0 calc((100% - 60px) / 4);
  position: relative;
  height: 200px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 15px; }
  .see-also__item img {
    width: 100%;
    height: 200px;
    object-fit: cover; }

.see-also__item:not(:nth-child(4n+4)) {
  margin-right: 20px; }

.see-also__item:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)); }

.see-also__title {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-weight: 600;
  margin-top: auto; }

@media screen and (max-width: 800px) {
  .page-product__img-mobile {
    display: flex; }

  .page-product__sidebar .attachment-post-thumbnail {
    display: none; } }
@media screen and (min-width: 800px) {
  .page-product__content {
    display: flex;
    flex-direction: column;
    z-index: 1;
    flex: 0 0 calc(100% - 310px); }

  .page-product__sidebar {
    display: flex;
    flex-direction: column;
    z-index: 2;
    flex: 0 0 310px; } }
.contacts-jobs {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }

.contacts-jobs__text {
  display: flex;
  flex-direction: column; }
  .contacts-jobs__text span {
    margin-bottom: 0px; }

.contacts-jobs__contacts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.contacts-jobs__contacts-item {
  white-space: nowrap; }
  .contacts-jobs__contacts-item:not(:last-child) {
    margin-right: 30px; }
  .contacts-jobs__contacts-item a {
    display: flex;
    align-items: center;
    color: #282828; }
  .contacts-jobs__contacts-item svg {
    font-size: 28px;
    margin-right: 10px; }
  .contacts-jobs__contacts-item svg path {
    fill: url(#paint2_linear_52_544) !important; }

.contacts-jobs__content {
  padding: 30px;
  background: #ffffff; }

.contacts-jobs__item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #D8D8D8;
  padding: 20px 30px;
  color: #282828; }
  .contacts-jobs__item svg {
    transition: all 1s ease;
    font-size: 28px;
    min-width: 28px;
    margin-left: 10px; }

.contacts-jobs__item:hover svg {
  transform: translateX(10px); }

@media screen and (min-width: 900px) {
  .contacts-jobs {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    margin-bottom: 0; } }
.cultures {
  display: flex;
  flex-direction: column; }

.culture-item {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  color: #ffffff;
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 100%;
  transition: all .5s ease; }
  .culture-item:hover {
    background-size: 130% auto; }

.culture-item:before {
  content: '';
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); }

@media screen and (min-width: 500px) and (max-width: 800px) {
  .cultures {
    flex-direction: row;
    flex-wrap: wrap; }

  .cultures__item {
    --grap: 20px;
    --column: 2;
    flex: 0 0 calc((100% - ((var(--column) - 1) * var(--grap))) / var(--column));
    margin: 0 0 20px 0; }
    .cultures__item:not(:nth-child(2n+2)) {
      margin-right: var(--grap); } }
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .cultures {
    flex-direction: row;
    flex-wrap: wrap; }

  .cultures__item {
    --grap: 20px;
    --column: 3;
    flex: 0 0 calc((100% - ((var(--column) - 1) * var(--grap))) / var(--column));
    margin: 0 0 20px 0; }
    .cultures__item:not(:nth-child(3n+3)) {
      margin-right: var(--grap); } }
@media screen and (min-width: 1000px) {
  .cultures {
    flex-direction: row;
    flex-wrap: wrap; }

  .cultures__item {
    --grap: 20px;
    --column: 4;
    flex: 0 0 calc((100% - ((var(--column) - 1) * var(--grap))) / var(--column));
    margin: 0 0 20px 0; }
    .cultures__item:not(:nth-child(4n+4)) {
      margin-right: var(--grap); } }
.culture-item__content {
  display: flex;
  position: relative;
  z-index: 2;
  height: 300px; }

.culture-item__title {
  margin-top: auto;
  position: relative;
  color: #ffffff; }

.admin-bar .popup-content {
  margin-top: 80px; }

.popup-container {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: -9999%;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999; }
  .popup-container.open {
    left: 0;
    animation-name: openPopup;
    animation-duration: .3s;
    animation-timing-function: ease; }

@keyframes openPopup {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.4); } }
.form-order {
  position: relative;
  max-width: 600px;
  background: #ffffff; }
  .form-order .footer-contacts__form-content {
    padding-bottom: 0 !important;
    padding-top: 30px !important; }

.popup__btn-close {
  width: 40px;
  height: 40px;
  z-index: 3;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #ffffff; }
  .popup__btn-close svg {
    color: #282828;
    font-size: 40px;
    cursor: pointer; }

@media screen and (max-width: 400px) {
  .form-order .footer-contacts__form-content h3 {
    padding-right: 30px; } }

/*# sourceMappingURL=app.css.map */
