@media (min-width: 768.5px) {
  .cotton-barometer .container {
    max-width: 880px;
    padding: 0 40px;
  }
}
.cotton-barometer .lead {
  padding: 40px 0;
  background: #F2F1EC;
  margin-bottom: 0;
}
@media (min-width: 768.5px) {
  .cotton-barometer .lead {
    padding: 80px 0;
  }
}
.cotton-barometer .lead h5 {
  color: #555555;
  text-align: justify;
}
.cotton-barometer .list-with-icon {
  padding: 40px 0;
  background: #fff;
}
@media (min-width: 768.5px) {
  .cotton-barometer .list-with-icon {
    padding: 80px 0;
  }
}
.cotton-barometer .list-with-icon .list {
  margin-bottom: 40px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .list-with-icon .list {
    display: flex;
    margin-bottom: 80px;
  }
}
.cotton-barometer .list-with-icon .list:last-child {
  margin-bottom: 0;
}
.cotton-barometer .list-with-icon .list img {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .list-with-icon .list img {
    margin-right: 48px;
    margin-bottom: 0;
  }
}
@media (min-width: 576.5px) {
  .cotton-barometer .list-with-icon .list img {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
  }
}
.cotton-barometer .list-with-icon .list div {
  flex-grow: 1;
}
.cotton-barometer .list-with-icon .list div h3 {
  margin-bottom: 16px;
  color: #252525;
}
@media (min-width: 768.5px) {
  .cotton-barometer .list-with-icon .list div h3 {
    margin-bottom: 24px;
  }
}
.cotton-barometer .list-with-icon .list div p {
  color: #252525;
}
@media (min-width: 768.5px) {
  .cotton-barometer .list-with-icon .list div p {
    font-size: 18px;
    line-height: 28px;
  }
}
.cotton-barometer .list-with-icon .list div p:last-child {
  margin-bottom: 0;
}
.cotton-barometer .three-elements {
  padding: 40px 0;
  background: #F2F1EC;
}
@media (min-width: 768.5px) {
  .cotton-barometer .three-elements {
    padding: 80px 0;
  }
}
.cotton-barometer .three-elements h3 {
  color: #252525;
}
.cotton-barometer .three-elements .row {
  margin: 16px -10px 24px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .three-elements .row {
    margin: 48px -10px 48px;
  }
}
@media (min-width: 576.5px) {
  .cotton-barometer .three-elements .row {
    display: flex;
  }
}
.cotton-barometer .three-elements .row [class*=col] {
  padding: 0 10px 16px;
  float: unset;
  width: 100%;
}
@media (min-width: 576.5px) {
  .cotton-barometer .three-elements .row [class*=col] {
    width: 33.3333333333%;
  }
}
@media (min-width: 768.5px) {
  .cotton-barometer .three-elements .row [class*=col] {
    padding: 0 10px;
  }
}
.cotton-barometer .three-elements .row [class*=col] a {
  padding: 24px 30px;
  display: block;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(14, 46, 21, 0.25);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .cotton-barometer .three-elements .row [class*=col] a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
  }
}
.cotton-barometer .three-elements .row [class*=col] a::before {
  width: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background-color: #319044;
  transition: all ease-in-out 0.25s;
}
.cotton-barometer .three-elements .row [class*=col] a img {
  max-width: 55px;
  min-width: 55px;
  width: 55px;
  margin-right: 24px;
}
@media (min-width: 576.5px) {
  .cotton-barometer .three-elements .row [class*=col] a img {
    max-width: unset;
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto 24px;
  }
}
.cotton-barometer .three-elements .row [class*=col] a span {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #555555;
  display: block;
  transition: all ease-in-out 0.25s;
}
@media (max-width: 576px) {
  .cotton-barometer .three-elements .row [class*=col] a span {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }
  .cotton-barometer .three-elements .row [class*=col] a span br {
    display: none;
  }
}
.cotton-barometer .three-elements .row [class*=col] a:hover::before {
  width: 100%;
}
.cotton-barometer .three-elements .row [class*=col] a:hover span {
  color: #319044;
}
@media (min-width: 768.5px) {
  .cotton-barometer .three-elements .content {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.cotton-barometer .quote {
  background: #013042;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 40px 0 65px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .quote {
    padding: 80px 0 150px;
  }
}
.cotton-barometer .quote .container > div {
  background: url(../../img/icons/ic_quotation.svg) top left no-repeat;
  background-size: 24px;
  padding-left: 40px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .quote .container > div {
    padding-left: 64px;
    background-size: 48px;
  }
}
.cotton-barometer .quote .container > div .content {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .quote .container > div .content {
    text-align: justify;
    font-size: 28px;
    line-height: 38px;
  }
}
.cotton-barometer .quote .container > div .role,
.cotton-barometer .quote .container > div .author {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .quote .container > div .role,
  .cotton-barometer .quote .container > div .author {
    font-size: 22px;
    line-height: 32px;
  }
}
.cotton-barometer .quote .container > div .author {
  font-weight: 600;
}
.cotton-barometer .is-choice {
  background: #F2F1EC;
  position: relative;
}
@media (min-width: 768.5px) {
  .cotton-barometer .is-choice {
    display: flex;
    margin-top: -80px;
    align-items: start;
    justify-content: center;
  }
}
.cotton-barometer .is-choice .content {
  position: relative;
  z-index: 2;
  background: #EDEBDE;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.12);
  border-radius: 0px 8px 0px 0px;
}
@media (min-width: 1366px) {
  .cotton-barometer .is-choice .content {
    border-radius: 8px;
  }
}
@media (min-width: 768.5px) {
  .cotton-barometer .is-choice .content {
    max-width: 694px;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}
.cotton-barometer .is-choice .content div {
  padding: 24px;
  padding-bottom: 1px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .is-choice .content div {
    max-width: 535px;
    padding: 50px 40px;
  }
}
@media (min-width: 1200.5px) {
  .cotton-barometer .is-choice .content div {
    padding: 56px 91px 56px 40px;
  }
}
.cotton-barometer .is-choice .content div h3 {
  color: #319044;
  margin-bottom: 16px;
}
@media (min-width: 768.5px) {
  .cotton-barometer .is-choice .content div h3 {
    margin-bottom: 24px;
  }
}
.cotton-barometer .is-choice .img {
  position: relative;
  z-index: 3;
  overflow: hidden;
  order: 12;
  background: #986D6D;
  /* Elevation */
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.12);
  padding-bottom: 50%;
}
@media (min-width: 768.5px) {
  .cotton-barometer .is-choice .img {
    height: 347px;
    padding-bottom: 0;
    max-width: 694px;
    border-radius: 8px 0px 0px 8px;
    margin-top: 80px;
    margin-left: -20px;
    width: calc(50% + 20px);
  }
}
@media (min-width: 1366px) {
  .cotton-barometer .is-choice .img {
    border-radius: 8px;
  }
}
.cotton-barometer .is-choice .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.list-papers {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .list-papers {
    padding: 80px 0;
  }
}
.list-papers .paper {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .list-papers .paper {
    display: flex;
    margin-bottom: 150px;
  }
}
.list-papers .paper:last-child {
  margin-bottom: 0;
}
.list-papers .paper .img-area {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 125%;
}
@media (min-width: 768px) {
  .list-papers .paper .img-area {
    min-width: 396px;
    width: 396px;
    padding-bottom: 0;
  }
}
.list-papers .paper .img-area img {
  display: block;
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .list-papers .paper .img-area img {
    height: calc(100% + 76px);
  }
}
.list-papers .paper .content-area {
  flex-grow: 1;
  padding: 48px 0;
  position: relative;
}
@media (min-width: 768px) {
  .list-papers .paper .content-area {
    padding: 48px 40px;
  }
}
@media (min-width: 1200px) {
  .list-papers .paper .content-area {
    padding: 56px 101px;
  }
}
.list-papers .paper .content-area:before {
  content: "";
  position: absolute;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.12);
  background: #F2F1EC url(../../img/icons/ic_cotton-two.svg) bottom left no-repeat;
  background-size: 216px auto;
  height: calc(100% + 100px);
  width: calc(100% + 48px);
  left: -24px;
  bottom: 0;
}
@media (min-width: 768px) {
  .list-papers .paper .content-area:before {
    background-position: bottom right;
    height: 100%;
    width: calc(100% + 142px);
    left: 0;
    top: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.list-papers .paper .content-area .content {
  position: relative;
}
.list-papers .paper .content-area .content h3 {
  color: #252525;
}
.list-papers .paper .content-area .content p {
  color: #252525;
}
.list-papers .paper .content-area .content .bottom {
  margin-top: 32px;
}
@media (min-width: 576.5px) {
  .list-papers .paper .content-area .content .bottom {
    margin-top: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
}
.list-papers .paper .content-area .content .bottom .button {
  font-size: 16px;
}
.list-papers .paper .content-area .content .bottom a.share-socmed {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #319044;
  font-weight: 700;
  transition: all ease-in-out 0.25s;
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
.list-papers .paper .content-area .content .bottom a.share-socmed::after, .list-papers .paper .content-area .content .bottom a.share-socmed::before {
  content: "";
  background: url(../../img/icons/ic_share_green.svg) center no-repeat;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  transition: all ease-in-out 0.25s;
  left: 0;
}
.list-papers .paper .content-area .content .bottom a.share-socmed::after {
  background: url(../../img/icons/ic_share.svg) center no-repeat;
  opacity: 0;
}
.list-papers .paper .content-area .content .bottom a.share-socmed:hover {
  color: #555555;
}
.list-papers .paper .content-area .content .bottom a.share-socmed:hover::after {
  opacity: 1;
}
@media (max-width: 576px) {
  .list-papers .paper .content-area .content .bottom .button {
    width: 100%;
  }
  .list-papers .paper .content-area .content .bottom .button span {
    justify-content: center;
  }
  .list-papers .paper .content-area .content .bottom a.share-socmed {
    margin: 24px auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .list-papers .paper:nth-child(even) .img-area {
    order: 12;
  }
}
@media (min-width: 768px) {
  .list-papers .paper:nth-child(even) .content-area:before {
    left: unset;
    right: 0;
    background-image: url(../../img/icons/ic_cotton-two-even.svg);
    background-position: left bottom;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}/*# sourceMappingURL=barometer.css.map */