/** Shopify CDN: Minification failed

Line 518:2 "backgound" is not a known CSS property
Line 524:2 "backgound" is not a known CSS property
Line 542:4 "backgound-color" is not a known CSS property
Line 949:0 "@charset" must be the first rule in the file
Line 1356:1 Expected "}" to go with "{"

**/
@charset "UTF-8";
.is-PC {
  display: block;
}
@media (max-width: 767.98px) {
  .is-PC {
    display: none;
  }
}
@-webkit-keyframes shine {
  100% {
    left: -200%;
  }
}
@keyframes shine {
  100% {
    left: -200%;
  }
}
.is-PC {
  display: block;
}
@media (max-width: 767.98px) {
  .is-PC {
    display: none;
  }
}
@-webkit-keyframes shine {
  100% {
    left: -200%;
  }
}
body {
  background: none;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/cdn/shop/files/reports1.jpg?v=1626372839") no-repeat;
  background-size: cover;
/*  background-position: 100%; */
  background-position-y:200px;
}
@media (min-width: 959px) {
  body {
    background: #fff;
  }
  body::before {
    content: none;
  }
}
.about_mv {
  background: none;
  display: block;
  height: 100%;
}
@media (min-width: 959px) {
  .about_mv {
    width: 100%;
    height: calc(100vh - 165px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
    background: url("/cdn/shop/files/reports1.jpg?v=1626372839") no-repeat;
/*    background-position: top 50%; */	padding-top:200px;
    background-position: 100px 2000px 100px 200px; 
    background-size: cover;
    background-attachment: fixed;
  }
}
.sustainability_mv {
  background: url("https://cdn.shopify.com/s/files/1/0403/2580/8296/files/sostenibilita.jpg?v=1600087754") no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}
.materials_mv {
  background: url("https://cdn.shopify.com/s/files/1/0403/2580/8296/files/materials_mv_s.jpg?v=1600089655") no-repeat;
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .materials_mv {
    background: url("https://cdn.shopify.com/s/files/1/0403/2580/8296/files/materials_mv_l.jpg?v=1600089655") no-repeat;
    background-position: center 0;
    background-size: cover;
    background-attachment: fixed;
  }
}
.about_mv_content {
  background-color: #fff;
  margin:300px 10% 100px 10%;

  padding: 20px;
/*
  margin-top: 65vh;
*/
  border-radius: 10px;
}
@media (min-width: 959px) {
  .about_mv_content {
    margin: 0;
    padding: 27px 74px;
    margin-bottom: 50px;
  }
}
.about_mv_content h2 {
  font-family: "EngraversGothic BT", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (min-width: 959px) {
  .about_mv_content h2 {
    margin: 0 0 30px;
  }
}
.about_mv_content p {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}
@media (min-width: 959px) {
  .about_mv_content p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#page-about-links h2,
.content-block h2 {
  font-family: "EngraversGothic BT", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
#page-about-links h2 {
  margin-bottom: 20px;
}
#page-about-links h3 {
  font-family: "EngraversGothic BT", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 959px) {
  #page-about-links h3 {
    font-size: 22px;
  }
}
#page-about-links p {
  text-align: center;
  font-size: 10px;
}
@media (min-width: 959px) {
  #page-about-links p {
    font-size: 12px;
  }
}
#MVBTN {
  cursor: pointer;
}
.about_mv_movieBtn {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-55px);
  transform: translate(-55px);
}
.about_mv_movieWrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background: rgba(0,0,0,0.3);
  text-align: center;
  padding-top: 18vh;
  cursor: pointer;
}
.about_mv_movieWrap.is-show {
  display: block;
}
.about_sec2 {
  padding: 40px 5% 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_sec2-block1,
.about_sec2-block2 {
  width: 46%;
}
.about_sec2-textBlock {
  text-align: center;
  margin: 0 auto;
  padding: 0px 10px;

}
.about_sec2-block2 {
  border-radius: 20px;
  overflow: hidden;
}
.about_sec2-text {
  font-size: 14px;
  letter-spacing: 0;
}
.about_sec2-btn {
  background: #ff8300;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  height: 3.5em;
  width: 15em;
  display: block;
  margin: 0 auto;
  line-height: 3.5em;
  padding-top: 2px;
  color: #000;
  border-radius: 20px;
}
.about_sec2-btn:hover {
  color: #000;
  opacity: 0.6;
}
.about_sec2-heading {
  font-family: "EngraversGothic BT", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.timeline-history {
  background: #000;
  padding: 50px 0;
}
.timeline-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: -webkit-grab;
  cursor: grab;
}
.timeline-content:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.timeline-content .swiper-slide {
  width: auto;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}
.timeline-content .swiper-slide img {
  height: auto;
      border-radius: 20px!important;
}
.timeline-content .group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-content .carousel-content {
  width: auto;
  padding-right: 30px;
  height:400px;
}
.swiper-scrollbar-drag {
  background: #ff8400;
}
.swiper-container-horizontal > .swiper-scrollbar {
  background: rgba(200,200,200,0.3);
  margin-top: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper-container-horizontal > .swiper-scrollbar:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.timeline-content li:not(:last-of-type) {
  padding-right: 40px;
}
.swiper-slide [width='167'] {
  width: 167px;
}
.swiper-slide [width='250'] {
  width: 250px;
}
.swiper-slide [width='450'] {
  width: 450px;
}
.swiper-slide [width='300'] {
  width: 300px;
}
.image-container.col2,
.image-container.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
}
.timeline-content .group-container > div:not(:last-of-type) {
  padding-right: 20px;
}
.timeline-content img {
  width: initial;
  max-width: none;
  height: 250px;
}
.timeline-content img:not(:last-of-type) {
  margin-right: 20px;
}
.timeline-content p {
  margin-top: 30px;
  color: #fff;
  line-height: 1.4;
}
.timeline-content h2 {
  font-family: "EngraversGothic BT", sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #ff8300;
  text-transform: uppercase;
  height: 42px;
  border-bottom: 2px solid #ff8300;
  margin-right: -40px;
}
.timeline-content h2 span {
  display: inline-block;
  position: relative;
}
.timeline-content h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  height: 47px;
}
@media (max-width: 767.98px) {
  .about_mv_movieBtn {
    width: 55px;
    height: 55px;
    top: calc(50% - 0px);
    -webkit-transform: translate(-25.5px);
    transform: translate(-25.5px);
  }
  .limit-size {
    padding: 0 3%;
  }
  .timeline-content p {
    padding-bottom: 40px;
  }
  .about_sec2-textBlock {
    width: auto;
    padding: 20px 5% 30px;
  }
  .about_sec2-block1,
  .about_sec2-block2 {
    width: 100%;
  }
  .about_sec2-heading {
    font-size: calc(20px + 0.333vw);
    font-weight: normal;
  }
  .about_mv_content {
    padding-bottom: 30px;
    border-radius: 30px 30px 0 0;
    padding: 30px 10px;
    margin-bottom: -20px;
  }
  .about_sec2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 4vw 0;
  }
  .timeline-nav {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  .timeline-nav li {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0.4;
  }
  .timeline-nav li:not(:last-of-type) {
    margin-right: 40px;
  }
  .timeline-nav li.active {
    opacity: 1;
  }
  .timeline-nav span {
    font-family: "EngraversGothic BT", sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 1.2px;
  }
}
.timeline-bars {
  position: relative;
}
.timeline-bars .empty {
  position: absolute;
  height: 2px;
  background: #595959;
  left: 0;
  width: 100%;
  top: calc(50% - 1px);
}
.timeline-bars .full {
  position: absolute;
  height: 2px;
  background: #595959;
  left: 0;
  width: 100%;
  top: calc(50% - 1px);
  background: #ff8300;
  width: 0;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.timeline-nav {
  color: #ff8300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .timeline-nav {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .timeline-nav li {
    width: 12px;
    height: 12px;
    border: 2px solid #ff8300;
    background: #000;
    border-radius: 50%;
    position: relative;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
  }
  .timeline-nav li.active,
  .timeline-nav li:first-of-type {
    background: #ff8300;
  }
  .timeline-nav span {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px;
  }
}
.content-block {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  backgound:#fff;
}
@media (min-width: 959px) {
  .content-block {
    padding-top: 60px;
    padding-bottom: 60px;
  backgound:#fff;
  }
}
.sid-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.limit-size {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.content-block h2 {
  margin-bottom: 30px;
  font-family: "EngraversGothic BT", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
    backgound-color:#fff;

}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.mb-lg-3 {
  margin-bottom: 20px !important;
}
.col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.sustainability_values .std-card {

  height: 250px;

  max-width:680px;
  max-height:600px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(80,80,80,0.2);
  box-shadow: 0 0 6px 0 rgba(80,80,80,0.2);
  background-color: #fff;
  overflow: hidden;
  margin:0px;
  padding:0px;
}
.our-nature-cards .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color:fff;
}
.our-nature-cards .std-card-img {
  padding: 20px;
  width: 100%;
  max-width: 190px;
}
.our-nature-cards .std-card-img.manifesto-red img {
  max-width: 90%;
}
.our-nature-cards .std-card-content {
  padding: 20px;
  width: 100%;
  text-align: left;
}
.our-nature-cards .std-card-content h4 {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0;
}
.our-nature-cards .scroller {
  height: 120px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -20px;
  padding-right: 20px;
}
.our-nature-cards .scroller p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 22px;
}
.mt-auto {
  margin-top: auto !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.our-nature-cards a {
  font-weight: 700;
  border-bottom: solid 2px #000;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
}
.links a + a {
  border-bottom: none;
}
.underlined-link {
  font-weight: 900;
  border-bottom: solid 2px #000;
  display: inline-block;
}
.manifesto-red {
  background: #e84e1b;
}
.manifesto-blue {
  background: #36a9e0;
}
.manifesto-orange {
  background: #f8b133;
}
.manifesto-green {
  background: #94c01f;
}
.col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.about_topics a:not(.btn):after {
  content: none;
}
.about_topics .article__title {
  border-bottom: none !important;
  margin-bottom: 30px;
  font-family: "EngraversGothic BT", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.about_topics .article__excerpt {
  font-size: 12px;
}
.about_topics .image-wrap {
  border-radius: 20px;
}
.about_forest {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 4vw;
  padding-top: 30px;
}
.about_forest .image {
  position: relative;
}
.about_forest .image img {
  border-radius: 20px;
}
.about_forest .text {
  padding: 40px;
  position: relative;
}
.about_forest .text h2 {
  font-size: 22px;
  font-family: "EngraversGothic BT", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.2;
}
.about_forest .text p {
  margin-bottom: 40px;
  margin: 0 0 15px 0;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 1050px) {
  .about_forest {
    margin: 60px auto;
  }
  .about_forest div {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin: 0 30px;
  }
  .about_forest .text {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    padding: 80px;
  }
}
@media (max-width: 991px) {
  .page-content {
    padding-left: 0;
    padding-right: 0;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 60px !important;
  }
  .our-nature-cards .std-card {
    height: auto;
  }
  .col-lg-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up--one-third {
    width: 50%;
  }
  .our-nature-cards .scroller {
    height: auto;
  }
  .side-wrapper,
  .about_topics {
    padding: 20px 4vw 0;
  }
  .custom-content {
    margin: 30px 15px;
  }
  .about_forest .custom__item.text {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .our-nature-cards .std-card-img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 30px;
    padding: 10px;
    top: -30px;
  }
  .col-lg-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .medium-up--one-third,
  .small--two-thirds {
    width: 100%;
  }
  .grid--uniform .grid__item {
    float: none;
    text-align: center;
  }
  .about_topics .article__excerpt {
    text-align: center;
  }
  .custom__item.text {
    padding: 40px;
  }
}
#page-about-links {
  background: #f1f1f1;
  padding-top: 30px;
}
#page-about-links .about_links {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#page-about-links .image-wrap {
  border-radius: 20px;
}
#page-about-links .grid__image-ratio--wide:before {
  padding-bottom: 100%;
}
@media (max-width: 991px) {
  .medium-up--one-third {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .small--one-third {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .about_links {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    margin-left: -33px;
    margin-left: 0;
    right: 0;
  }
  .grid--flush-bottom {
    margin-bottom: -22px;
    width: 140%;
    margin-left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flush-bottom >.grid__item {
    padding-right: 4vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.about_topics .article__grid-image {
  margin-bottom: 0;
}
.about_topics .grid--uniform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.about_topics .grid--uniform .medium-up--one-third {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 769px) {
  .limit-size {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about_topics {
    padding: 0 15px;
  }
  .about_topics .medium-up--one-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .about_topics .medium-up--one-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .about_topics .medium-up--one-third,
  .about_topics .small--one-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .limit-size {
    padding-left: 13px;
    padding-right: 13px;
  }
  .side-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@charset "UTF-8";
.is-PC {
  display: block;
}
@media (max-width: 767.98px) {
  .is-PC {
    display: none;
  }
}
@-webkit-keyframes shine {
  100% {
    left: -200%;
  }
}
.mate_first {
  background: #fff;
}
.mate_first .mate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 80px 30px 40px;
}
.mate_first .mate-block {
  width: 45%;
}
.mate_first .mate-img {
  border-radius: 10px;
  overflow: hidden;
}
.mate_first .mate-textArea {
  margin-top: 20px;
}
.mate_first .mate-heading {
  font-family: "EngraversGothic BT", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
}
.mate_first .mate-text {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 767.98px) {
  .mate_first .mate-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 4vw 0;
  }
}
@media screen and (max-width: 767.98px) {
  .mate_first .mate-block {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .mate_first .mate-textArea {
    margin-top: 10px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .mate_first .mate-heading {
    font-size: 18px;
  }
}
.mate_second {
  padding: 0 4vw 30px;
}
@media (min-width: 959px) {
  .mate_second {
    padding: 40px 3%;
  }
}
.mate_second img {
  vertical-align: bottom;
}
.mate_second h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
  font-family: "EngraversGothic BT", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
}
.mate_second .std-card {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 20px;
  background: #fff;
  height: auto;
}
@media (min-width: 959px) {
  .mate_second .std-card {
    height: 250px;
  }
}
.mate_second .std-card-img {
  width: auto;
}
.mate_second .std-card-content {
  width: calc(100% - 190px);
  padding: 20px;
  padding-bottom: calc(59.2% - 20px);
  overflow: hidden;
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mate_second .std-card-content h4 {
  font-size: 18px;
}
.mate_second .materials-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.mate_second .materials-icons li {
  margin-right: 10px;
}
.mate_second .materials-icons li img {
  width: 40px;
  height: 40px;
}
.mate_second .scroller {
  height: 130px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mate_second .scroller::-webkit-scrollbar {
  display: none;
}
.mate_second .scroller p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}
.mate_second .h3 {
  font-size: 18px;
}
.mate_second .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    color:fff;

}
.mate_second .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .mate_second .std-card {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .mate_second .std-card-img {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .mate_second .std-card-content {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .mate_second .scroller {
    height: auto;
    overflow: auto;
  }
}
#shopify-section-page-about-forest,
#shopify-section-page-materials-second {
  background: #fff;
}
#shopify-section-page-sustainability-values,
#shopify-section-page-sustainability-topics {
  background: #f1f1f1;
}
@-webkit-keyframes shine {
  100% {
    left: -200%;
  }
}
@keyframes shine {
  100% {
    left: -200%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: -200%;
  }
}
@keyframes shine {
  100% {
    left: -200%;
  }
}

/*# sourceMappingURL=about.css.map */



.about_sec2_sustinability {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.about_sec2-block2_sustinability{
	max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.about_sec2-block2_sustinability {
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px)
.about_sec2-block2_sustinability {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

@media (max-width: 767.98px) {
  .about_sec2_sustinability {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column;
/*
    padding: 40px 4vw 0;
*/
  }
  
.about_sec2 {
  padding: 40px 5% 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_sec2-block1,
.about_sec2-block2 {
  width: 100%;
}

.about_sec2-textBlock {
  text-align: center;
  margin: 0 auto;
}
.about_sec2-block2 {
  border-radius: 20px;
  overflow: hidden;
}

.about_sec2-text {
  font-size: 14px;
  letter-spacing: 0;
}
.about_sec2-btn {
  background: #ff8300;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  height: 3.5em;
  width: 15em;
  display: block;
  margin: 0 auto;
  line-height: 3.5em;
  padding-top: 2px;
  color: #000;
  border-radius: 20px;
}
.about_sec2-btn:hover {
  color: #000;
  opacity: 0.6;
}
.about_sec2-heading {
  font-family: "EngraversGothic BT", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}

  
  
  .about_mv_content .flex_btn{
display:flex !important;

    text-align:center;
  }
  

@media (min-width: 959px){
.journeymv_btn {
    display: flex !important;
}}
  
  .journeymv_btn {
    display: flex!important;
}
/*
#shopify-section-page-reports-table{
  background-color:fff;
}
.main-content{
  background-color:fff;
}
  */
body{
  background-color:fff;
}
  /*
#card1{
  background: url("/cdn/shop/files/reports3b.jpg?v=1626372839") no-repeat;
}  */

@media (min-width: 992px){
.rounded-md {
}}
  
  
@media (max-width: 690px){
.rounded-md {
	max-height:auto;
    max-width:auto;
}}
  
@media (min-width: 992px){
.rounded-md {
}}
  
  
@media (max-width: 991px){
.rounded-md {
	max-height:auto;
    max-width:auto;
}}
  
@media (max-width: 991px) {
  img.popup_sus{
border-radius: 20px;
margin-top: -1px;
        margin-bottom: -8px;
  }
}

a.linktile{
  border:0px;
}
  
  @media (max-width: 991px)
.our-nature-cards .std-card {
    height: 340px;
}

  img.rounded-md {
    margin-bottom: -8px;
}