@charset "UTF-8";
.content-page-image.hero {
  padding: 0;
  margin: 0;
}
.content-page-image.hero h1 {
  margin: 0;
}
.plant {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  position: relative;
  text-align: center;
  padding: 0;
  flex-wrap: wrap;
}
.plant .plant-cover {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.plant .plant-cover img,
.plant .plant-cover video {
  width: 100%;
}
.plant .plant-container {
  width: 100%;
  margin: auto;
  margin: 5% auto 0;
  z-index: 1;
}
.plant .info-box {
  padding-left: calc(9% - 18px);
  padding-right: calc(9% - 18px);
  display: inline-flex;
  justify-content: space-between;
  display: -webkit-inline-flex;
  -webkit-justify-content: space-between;
}
.plant .info-box .left-info {
  width: 25%;
  text-align: center;
  background-color: #fdfdfd;
  border: 1px solid #f7f7f7;
  padding: 2%;
  -webkit-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.16);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
.plant .info-box .left-info .row-info {
  width: 100%;
}
.plant .info-box .left-info .row-info:last-child {
  margin-bottom: 0;
}
.plant .info-box .left-info .title-info {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3%;
}
.plant .info-box .left-info .p-info {
  font-size: 18px;
  font-weight: 500;
}
.plant .info-box .right-info {
  text-align: left;
  width: 70%;
  margin-top: 20%;
}
.plant .info-box .right-info h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 1%;
  font-size: 30px;
  line-height: 1.5;
}
.plant .info-box .right-info p,
.plant .box-content p {
  line-height: 1.5;
  font-size: 18px;
}
.plant .box-content {
  margin: 3% auto 0;
  padding-left: calc(9% - 18px);
  padding-right: calc(9% - 18px);
  position: relative;
  text-align: left;
}
.plant .box-content.full-content {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.plant .box-content.special-margin {
  text-align: center;
  margin-top: 15%;
  font-size: 20px;
  font-weight: 500;
}
.plant .box-content.special-margin a.link-supply-chain {
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin: 10px auto 0;
}
.plant .box-content h2 {
  margin-bottom: 1%;
  font-size: 25px;
}
.plant .box-content p strong {
  font-weight: 500;
}
.plant .box-content .row-double-photo {
  display: inline-flex;
  align-items: flex-start;
  display: -webkit-inline-flex;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
.plant .box-content .row-single-photo {
  margin: 5px 0 0;
  width: 100%;
  display: inline-block;
}
.plant .box-content .photo-box {
  display: inline-block;
  max-width: 45%;
}
.plant .box-content .row-single-photo .photo-box {
  float: left;
  margin-right: 3%;
}
.plant .box-content .photo-box:last-child {
  margin-left: 10%;
}
.plant .box-content .photo-box p {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin: 5px 0 0;
}
.plant .box-content .photo-box img {
  max-width: 100%;
}
.plant .plant-slider {
  width: 100%;
  margin: auto;
  position: relative;
}
.plant .plant-slider img {
  width: 100%;
}
.plant .plant-slider .slide-plant {
  line-height: 0;
}
.plant .plant-slider .slide-plant .slide-container {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-end;
  width: 100%;
  line-height: 1;
}
.plant .plant-slider .slide-plant .slide-container .slider-caption {
  position: absolute;
  bottom: 8%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 2px 10px #000;
}
.plant .plant-slider .slick-dots {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 50px;
}
.plant .plant-slider .slick-dots button {
  font-size: 0;
}
.plant .plant-slider .slick-dots li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  cursor: pointer;
}
.plant .plant-slider .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.plant .plant-slider .slick-dots li button:before {
  display: none;
}
.plant .plant-slider button.slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.plant .plant-slider button.slick-arrow.slick-prev {
  left: 0;
}
.plant .plant-slider button.slick-arrow.slick-prev:before {
  content: "\f053";
}
.plant .plant-slider button.slick-arrow.slick-next {
  right: 0;
}
.plant .plant-slider button.slick-arrow.slick-next:before {
  content: "\f054";
}
.plant .plant-slider button.slick-arrow.slick-prev:before,
.plant .plant-slider button.slick-arrow.slick-next:before {
  font-size: 20px;
  font-family: inherit;
  opacity: 1;
}
.plant .whomade {
  width: 100%;
  display: inline-block;
  padding: 3% 20%;
  background-color: #f0f2fa;
  text-align: center;
}
.plant .whomade h3 {
  margin: 0 auto 20px;
  font-weight: 500;
  font-size: 22px;
}
.plant .interview {
  width: 100%;
  margin: 15% auto 0;
}
.plant .interview:first-child {
  margin-top: 8%;
}
.plant .interview-txt .employee-name {
  padding-left: calc(9% - 18px);
  padding-right: calc(9% - 18px);
  text-align: left;
  margin: auto;
}
.plant .interview:nth-child(2n) .interview-txt .employee-name {
  margin-left: 44.5%;
  padding-left: 0;
}
.plant .interview-txt .employee-name h2 {
  margin-bottom: 2%;
}
.plant .interview-txt {
  width: 100%;
  text-align: left;
  margin: 8% auto 0;
}
.plant .interview-txt .employee-story {
  background-color: rgba(230, 230, 230, 0.35);
}
.plant .interview-txt .employee-p {
  padding-left: calc(9% - 18px);
  padding-right: calc(9% - 18px);
  margin: auto;
  padding-top: 1%;
  padding-bottom: 3%;
  font-size: 16px;
}
.plant .interview-txt .interview-photo {
  width: 28%;
  float: right;
  margin: -5% 15% 0.5% 1.5%;
}
.plant .interview:nth-child(2n) .interview-txt .interview-photo {
  float: left;
  margin: -5% 1.5% 0.5% 15%;
}
.plant .interview-txt .interview-photo img {
  width: 100%;
}
.plant .employee-p .more-text,
.plant .employee-p .read-less {
  display: none;
}
.plant .employee-p .read-more,
.plant .employee-p .read-less {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 20px;
  font-size: 12px;
}
@media (max-width: 1366px) {
  .plant .info-box .right-info {
    margin-top: 20%;
  }
  .plant .interview-txt .interview-photo {
    width: 32%;
    margin-right: 10%;
  }
  .plant .interview:nth-child(2n) .interview-txt .interview-photo {
    margin-left: 10%;
  }
  .plant .interview:nth-child(2n) .interview-txt .employee-name {
    margin-left: 43.5%;
  }
}
@media (max-width: 1024px) {
  .plant .info-box .left-info .title-info {
    font-size: 14px;
  }
  .plant .info-box .left-info .p-info {
    font-size: 16px;
  }
  .plant .info-box .right-info {
    margin-top: 18%;
  }
  .plant .plant-slider .slick-dots {
    margin-top: 30px;
  }
  .plant .plant-slider .slide-plant .slide-container .slider-caption {
    bottom: 12%;
  }
  .plant .whomade {
    padding-left: calc(9% - 18px);
    padding-right: calc(9% - 18px);
  }
  .plant .interview-txt .interview-photo {
    width: 35%;
    margin-right: 4%;
  }
  .plant .interview:nth-child(2n) .interview-txt .interview-photo {
    margin: -5% 2% 0.5% 4%;
  }
  .plant .interview:nth-child(2n) .interview-txt .employee-name {
    margin-left: 41%;
  }
  .plant .interview-txt .employee-name h2 {
    margin-bottom: 1%;
  }
}
@media (max-width: 768px) {
  .plant .plant-container {
    margin-top: 30%;
    text-align: center;
  }
  .plant .info-box {
    flex-wrap: wrap;
    width: 100%;
  }
  .plant .info-box .left-info {
    width: 100%;
    padding: 3% 5%;
    margin: auto;
  }
  .plant .info-box .left-info .row-info {
    margin-bottom: 8%;
  }
  .plant .info-box .right-info {
    width: 100%;
    margin: 5% auto 0;
  }
  .plant .info-box .right-info h1 {
    font-size: 25px;
  }
  .plant .box-content {
    width: 100%;
  }
  .plant .box-content.full-mobile {
    width: 100%;
    padding: 0;
  }
  .plant .box-content.special-margin {
    font-size: 18px;
  }
  .plant .box-content.special-margin a.link-supply-chain {
    font-size: 16px;
  }
  .plant .box-content h2 {
    font-size: 20px;
  }
  .plant .whomade h3 {
    margin-bottom: 10px;
  }
  .plant .box-content .photo-box {
    max-width: 50%;
  }
  .plant .box-content .row-single-photo .photo-box {
    max-width: 100%;
    margin: 0 0 8px;
  }
  .plant .box-content .photo-box p {
    padding-left: 5px;
  }
  .plant .box-content .photo-box:last-child p {
    padding-left: 0;
  }
  .plant .box-content .row-single-photo {
    flex-wrap: wrap;
  }
  .plant .box-content .row-single-photo p {
    max-width: 100%;
  }
  .plant .plant-slider {
    width: 100%;
  }
  .plant .plant-slider .slide-plant .slide-container .slider-caption {
    bottom: 20%;
  }
  .plant .plant-slider .slick-dots {
    margin-top: 20px;
    bottom: 5%;
  }
  .plant .whomade {
    padding: 5% 7.5%;
  }
  .plant .interview {
    line-height: 1;
    margin: 0 auto;
  }
  .plant .interview-txt {
    background-color: rgba(230, 230, 230, 0.35);
    text-align: center;
  }
  .plant .interview-txt.open-interview {
    background-color: transparent;
    background-image: linear-gradient(top, transparent 30px, rgba(230, 230, 230, 0.35) 30px, rgba(230, 230, 230, 0.35) 100%);
    background-image: -webkit-linear-gradient(top, transparent 30px, rgba(230, 230, 230, 0.35) 30px, rgba(230, 230, 230, 0.35) 100%);
    background-image: -moz-linear-gradient(top, transparent 30px, rgba(230, 230, 230, 0.35) 30px, rgba(230, 230, 230, 0.35) 100%);
    background-image: -ms-linear-gradient(top, transparent 30px, rgba(230, 230, 230, 0.35) 30px, rgba(230, 230, 230, 0.35) 100%);
    background-image: -o-linear-gradient(top, transparent 30px, rgba(230, 230, 230, 0.35) 30px, rgba(230, 230, 230, 0.35) 100%);
  }
  .plant .interview-txt .interview-first-row {
    width: 85%;
    margin: auto;
    display: inline-flex;
    align-items: center;
    display: -webkit-inline-flex;
    -webkit-align-items: center;
  }
  .plant .interview-txt.open-interview .interview-first-row {
    align-items: flex-end;
    align-items: -webkit-flex-end;
  }
  .plant .employee-p .read-more,
  .plant .employee-p .read-less,
  .plant .employee-p .points,
  .plant .interview-txt .employee-story {
    display: none;
  }
  .plant .interview-txt .employee-name {
    margin: 0 !important;
    width: 67%;
    display: inline-flex;
    align-items: center;
    display: -webkit-inline-flex;
    -webkit-align-items: center;
    position: relative;
  }
  .plant .interview-txt .employee-name:after {
    content: "+";
    font-size: 25px;
    position: absolute;
    right: 0;
  }
  .plant .interview-txt.open-interview .employee-name:after {
    content: "-";
  }
  .plant .interview-txt .interview-photo {
    float: none !important;
    width: 30%;
    margin: 0 3% 0 0 !important;
  }
  .plant .interview-txt .employee-story {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
  }
  .plant .interview-txt .employee-p {
    line-height: 1.666;
    width: 90%;
    text-align: left;
    margin: auto;
  }
  .plant .employee-p .more-text {
    display: unset;
  }
  .plant .interview-txt.open-interview .interview-photo {
    width: 50%;
  }
  .plant .interview-txt.open-interview .employee-name {
    width: 47%;
  }
}
.plant-tzn,
.plant-int {
  display: none !important;
}
.manufacturing-facilities {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.manufacturing-facilities .facilities-container {
  max-width: 1260px;
  margin: 5% auto 0;
  text-align: left;
}
.manufacturing-facilities .facilities-container:first-child,
.manufacturing-facilities .facilities-container:last-child {
  margin-top: 0;
}
.manufacturing-facilities .facilities-container h2 {
  margin-bottom: 3%;
}
.manufacturing-facilities .facilities-container p {
  color: #8e8e8e;
}
.manufacturing-facilities .facilities-container p strong {
  font-weight: 500;
}
.manufacturing-facilities .facilities-container ul {
  margin: 0 20px;
}
.manufacturing-facilities .facilities-container ul li {
  list-style: none;
  position: relative;
}
.manufacturing-facilities .facilities-container ul li:before {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  left: -15px;
  top: 5px;
  content: "";
  position: absolute;
  background: #8e8e8e;
}
.manufacturing-facilities .facilities-container .plants-list {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  display: -webkit-inline-flex;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.manufacturing-facilities .facilities-container .plants-list .plant-box {
  width: 33.33%;
  margin: 0 0 8%;
}
.manufacturing-facilities .facilities-container .plants-list .plant-box .plant-where {
  font-size: 16px;
  margin: 3% 0 1%;
}
.manufacturing-facilities .facilities-container .plants-list .plant-box h3 {
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 1px;
}
@media (max-width: 1366px) {
  .manufacturing-facilities .facilities-container {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .manufacturing-facilities .facilities-container {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .manufacturing-facilities .facilities-container {
    width: 85%;
  }
  .manufacturing-facilities .facilities-container ul {
    margin: 40px 10px;
  }
  .manufacturing-facilities .facilities-container .plants-list .plant-box {
    width: 48%;
    margin: 5% 0 10%;
  }
  .manufacturing-facilities .facilities-container .plants-list .plant-box .plant-where {
    font-size: 14px;
  }
  .manufacturing-facilities .facilities-container .plants-list .plant-box h3 {
    font-size: 20px;
  }
}
.media__block {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.video__box {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.video__box video {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.txt__title {
  margin: 0;
  padding: 0;
  letter-spacing: 0.055em;
  line-height: 1.4;
  color: #434343;
  font-weight: 400;
}
.txt__title--xlarge {
  font-size: 6.5vw;
}
.txt__title--large {
  font-size: 2em;
}
.txt__title--small {
  font-size: 2em;
  letter-spacing: 0.015em;
}
.txt__title--xsmall {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.015em;
}
@media print, screen and (max-width: 750px) {
  .txt__title--large {
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 751px) {
  .txt__title--xlarge {
    font-size: 2.7vw;
  }
  .txt__title--large {
    font-size: 2.5em;
  }
  .txt__title--small {
    font-size: 2.5em;
  }
  .txt__title--xsmall {
    font-size: 1.15em;
  }
}
@media print, screen and (min-width: 1025px) {
  .txt__title--xlarge {
    font-size: 3.1vw;
  }
}
.txt__text {
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #434343;
}
.txt__text--large {
  font-size: 1.59em;
}
.txt__text--small {
  font-size: 1.59em;
}
@media print, screen and (min-width: 751px) {
  .txt__text--large {
    font-size: 1.625em;
  }
  .txt__text--small {
    font-size: 1.36em;
  }
}
.txt__text strong {
  font-weight: 700;
  color: #434343;
}
.txt--center {
  text-align: center;
}
.txt--uppercase {
  text-transform: uppercase;
}
.txt--medium {
  font-weight: 500;
}
.cta__text {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px #434343;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  color: #434343;
  letter-spacing: 0.015em;
}
.cta__icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
  color: #434343;
  letter-spacing: 0.055em;
}
.cta__icon span {
  margin-left: 0.5em;
}
.cta__text:hover,
.cta__text:focus,
.cta__icon:hover,
.cta__icon:focus {
  color: #434343;
}
@media print, screen and (min-width: 751px) {
  .cta__text {
    font-size: 1em;
    font-weight: 400;
    color: #434343;
  }
  .cta__icon {
    font-size: 1em;
  }
  .cta__icon span {
    margin-left: 1.3em;
  }
}
@media print, screen and (min-width: 1025px) {
  .cta__text {
    font-size: 0.9em;
  }
  .cta__icon {
    font-size: 0.82em;
  }
}
.area__container {
  width: 100%;
  padding: 0 8%;
}
@media print, screen and (min-width: 751px) {
  .area__container {
    padding: 0 calc(9% - 18px);
  }
}
.area__grid {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .area__grid {
    margin: 0 auto;
  }
  .area__grid--wide {
    max-width: 1550px;
  }
  .area__grid--narrow {
    max-width: 1360px;
    width: 71vw;
  }
}
.default__section {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #434343;
}
@media print, screen and (min-width: 1025px) {
  .default__section {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1367px) {
  .default__section {
    font-size: 16px;
  }
}
.intro__section {
  position: relative;
  margin-bottom: 3em;
}
.intro__section .nav__homepage {
  position: absolute;
  top: 4%;
  left: 1%;
  z-index: 3;
}
.intro__section .nav__homepage a {
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.intro__section .nav__homepage a:hover,
.intro__section .nav__homepage a:focus {
  color: #fff;
}
.intro__section .nav__homepage a img {
  transform: rotate(90deg);
}
.intro__section .nav__menu {
  position: absolute;
  top: 3.5%;
  right: 1.5%;
  z-index: 2;
}
.intro__section .nav__list {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
.intro__section .nav__list li {
  padding: 0;
  display: block;
  margin-bottom: 0.3em;
}
.intro__section .nav__list li:last-of-type {
  margin-bottom: 0;
}
.intro__section .nav__list li a {
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-size: 1em;
  font-weight: 500;
  color: #000;
  position: relative;
}
.intro__section .nav__list li.nav__current a::after {
  position: relative;
  display: inline-block;
  content: "";
  height: 2px;
  width: 2.4em;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.5em;
}
.intro__section .nav__list li a:hover,
.intro__section .nav__list li a:focus {
  color: #000;
}
.intro__section .nav__close {
  display: none;
}
@media print, screen and (max-width: 991px) {
  .intro__section .nav__list li {
    margin-bottom: 0.2em;
  }
  .intro__section .nav__list li a {
    font-size: 0.833em;
  }
}
@media print, screen and (max-width: 750px) {
  .intro__section .nav__menu {
    width: 90%;
    top: 0;
    right: 0;
    text-align: right;
  }
  .intro__section .nav__homepage a {
    font-size: 1.1em;
    font-weight: 500;
  }
  .intro__section .nav__homepage a img {
    max-width: 1.5em;
  }
  .intro__section .nav__menu .nav__handler {
    display: inline-block;
    padding: 1.5% 3.5% 6% 0;
    margin: 0;
    text-align: right;
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1;
  }
  .intro__section .nav__menu .nav__handler span {
    padding: 0 3.5% 0 0;
  }
  .intro__section .nav__menu .nav__handler .nav__open:before {
    content: "+";
  }
  .intro__section .nav__menu.nav__menu--active .nav__handler .nav__open:before {
    content: "";
  }
  .intro__section .nav__menu .nav__content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1;
    width: 100%;
    right: 5%;
    text-align: center;
    padding: 10vw;
    top: 10vw;
    overflow: hidden;
  }
  .intro__section .nav__menu .nav__content .nav__close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 0;
    padding: 1vw 3vw 0 0;
    font-weight: 300;
    color: #000;
    line-height: 1;
    font-size: 2.5em;
    cursor: default;
  }
  .intro__section .nav__list {
    text-align: center;
  }
  .intro__section .nav__list li {
    margin-bottom: 1em;
    position: relative;
  }
  .intro__section .nav__list li.nav__current::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 8vw;
    right: -10vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
  }
  .intro__section .nav__list li a {
    font-size: 4.5vw;
  }
  .intro__section .nav__list li.nav__current a::after {
    display: none;
  }
}
.intro__section .intro__title {
  position: relative;
  margin: -1em 0 0 auto;
  width: 67%;
  padding: 2.24vw 6.4vw;
  background-color: #7aa690;
}
.intro__section .intro__title .txt__title {
  color: #fff;
  line-height: 1.2;
}
.intro__section .intro__media {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: relative;
}
.intro__section .intro__media h2 {
  color: #fff;
  text-align: center;
  position: absolute;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}
.intro__section .intro__media h2 span {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 751px) {
  .intro__section {
    margin-bottom: 5em;
  }
  .intro__section .intro__media {
    width: 73.95%;
  }
  .intro__section .intro__media h2 {
    font-size: 22px;
  }
  .intro__section .intro__media h2 span {
    font-size: 65px;
  }
  .intro__section .intro__title {
    margin: 0;
    width: 29.5%;
    padding: 1.33vw 1.85vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.narrow-text__section {
  margin-bottom: 5em;
}
.narrow-text__section .narrow-text__content .txt__text {
  color: #8e8e8e;
}
@media print, screen and (min-width: 751px) {
  .narrow-text__section .narrow-text__content {
    padding-right: 14%;
  }
}
.content__section {
  margin-bottom: 6em;
}
.content__section .content__media {
  position: relative;
}
.content__section .content__media::after {
  position: absolute;
  content: "";
  background-color: #434343;
  z-index: 2;
}
.content__section .content__text {
  position: relative;
}
.content__section .txt__text {
  color: #8e8e8e;
}
@media print, screen and (max-width: 750px) {
  .content__section .area__container {
    padding: 0;
  }
  .content__section .content__media {
    padding: 0 8% 0 0;
    margin-bottom: 4em;
  }
  .content__section.content__section--inverted .content__media {
    padding: 0 0 0 8%;
  }
  .content__section .content__media::after {
    left: 8%;
    width: 1px;
    height: 40vw;
    bottom: -2em;
  }
  .content__section.content__section--inverted .content__media::after {
    left: initial;
    right: 8%;
  }
  .content__section .content__text {
    padding: 0 8%;
  }
  .content__section.content__section--inverted .content__text {
    text-align: right;
  }
}
@media print, screen and (min-width: 751px) {
  .content__section {
    margin-bottom: 8em;
  }
  .content__section .content__inner {
    display: flex;
    justify-content: space-between;
  }
  .content__section .content__media {
    width: calc(50% - 2.5em);
  }
  .content__section .content__media::after {
    height: 2px;
    top: 20%;
    right: 0;
    transform: translateX(50%);
    width: 12em;
  }
  .content__section.content__section--inverted .content__media::after {
    right: initial;
    left: 0;
    transform: translateX(-50%);
  }
  .content__section .content__text {
    width: calc(50% - 5em);
    position: relative;
  }
  .content__section.content__section--inverted .content__media {
    order: 2;
  }
  .content__section.content__section--inverted .content__text {
    order: 1;
  }
}
@media print, screen and (min-width: 1025px) {
  .content__section .content__media::after {
    width: 17em;
  }
  .content__section .content__text {
    width: calc(50% - 7.5em);
  }
  .content__section .content__wrapper {
    position: relative;
    top: 17.5%;
  }
}
.lead__section {
  margin-bottom: 6em;
}
.lead__section span {
  color: #7aa690;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .lead__section {
    text-align: center;
    margin-bottom: 8em;
  }
}
.text__section {
  margin-bottom: 3em;
}
.text__section .txt__text {
  color: #8e8e8e;
}
@media print, screen and (min-width: 751px) {
  .text__section {
    margin-bottom: 8em;
  }
}
.related__section {
  padding: 3em 0 1.5em;
  position: relative;
  margin-bottom: 3em;
}
.related__section::before,
.related__section::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #dfdfdf;
  left: calc(9% - 18px);
  right: calc(9% - 18px);
  max-width: 1550px;
  margin: 0 auto;
}
.related__section::before {
  top: 0;
}
.related__section::after {
  bottom: 0;
}
.related__title {
  margin-bottom: 3em;
}
.related__blocks {
  margin-bottom: 5em;
}
.related__block {
  margin-bottom: 3em;
}
.related__image {
  margin-bottom: 1.25em;
}
.related__text .txt__title {
  margin-bottom: 0.2em;
}
@media print, screen and (min-width: 751px) {
  .related__section {
    padding: 5.5em 0 1em;
    margin-bottom: 5em;
  }
  .related__title {
    margin-bottom: 5em;
  }
  .related__blocks {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .related__block {
    width: 29.6%;
    margin-bottom: 6em;
  }
  .related__image {
    margin-bottom: 1.75em;
  }
  .related__text .txt__title {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .plant-cover .hide-for-small-only {
    display: inline-block !important;
  }
  .plant-cover .hide-for-medium {
    display: none !important;
  }
}
@media print, screen and (max-width: 1440px) {
  .intro__section .nav__list li {
    line-height: 1;
  }
}
