@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

#article .s2 {
  background: #E7E6E2;
  padding: 16.8rem 0 8.34rem 0;
}

#article .s2 .global-btn {
  border-color: #224E42;
  margin-bottom: 5.55rem;
}

#article .s2 .global-btn .text {
  color: #224E42;
}

#article .s2 .top h1 {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 3rem;
  line-height: 3.65rem;
  margin-bottom: 2.5rem;
  color: #224E42;
}

#article .s2 .top .date {
  opacity: 0.7;
  margin-bottom: 5rem;
}

#article .s2 .top .date span {
  display: inline-block;
  margin: 0 10px;
}

#article .s2 .top img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}

#article .s2 .bottom {
  margin-top: 5rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#article .s2 .bottom iframe {
  max-width: 100%;
}

#article .s2 .bottom .left {
  min-width: 200px;
}

#article .s2 .bottom .left p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1.35px;
  color: #224E42;
  opacity: 0.5;
  margin-bottom: 20px;
}

#article .s2 .bottom .left a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: solid 1px #224E42;
  border-radius: 100%;
  position: relative;
  margin-right: 15px;
  transition: border-color .3s ease;
  cursor: pointer;
}

#article .s2 .bottom .left a span {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-image .3s ease;
}

#article .s2 .bottom .left .email span {
  background: url(/i/svg/email-def.svg) no-repeat center/contain;
}

#article .s2 .bottom .left .email:hover {
  border-color: #6CAB69;
}

#article .s2 .bottom .left .email:hover span {
  background-image: url(/i/svg/email-hov.svg);
}

#article .s2 .bottom .left .linkedin span {
  background: url(/i/svg/linkedin-def.svg) no-repeat center/contain;
}

#article .s2 .bottom .left .linkedin:hover {
  border-color: #6CAB69;
}

#article .s2 .bottom .left .linkedin:hover span {
  background-image: url(/i/svg/linkedin-hov.svg);
}

#article .s2 .bottom .left .share span {
  background: url(/i/svg/share-default.svg) no-repeat center/contain;
}

#article .s2 .bottom .left .share:hover {
  border-color: #6CAB69;
}

#article .s2 .bottom .left .share:hover span {
  background-image: url(/i/svg/share-hover.svg);
}

#article .s2 .bottom .left .copy-feedback {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #23221F;
  padding: 5px 9px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  pointer-events: none;
  display: none;
}

#article .s2 .bottom .right {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.67rem;
  color: #23221F;
  max-width: 915px;
}

#article .s2 .bottom .right .pdf-download-btn {
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}

#article .s2 .bottom .right a {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.67rem;
  color: #23221F;
  text-decoration: underline;
  transition: color .3s ease;
}

#article .s2 .bottom .right a:hover {
  color: #6CAB69;
}

#article .s2 .bottom .right img {
  display: block;
  max-width: 100%;
  margin-top: 2rem;
}

#article .s2 .bottom .right canvas {
  width: 100% !important;
  height: auto !important;
  display: block;
  max-width: 100%;
}

/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #article .s2 {
    padding-top: 14rem;
  }
  #article .s2 .global-btn {
    margin-bottom: 3rem;
  }
  #article .s2 .top h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #article .s2 .top .date {
    margin-bottom: 3rem;
  }
  #article .s2 .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }
  #article .s2 .bottom .right {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #article .s2 {
    padding: 12rem 0 5rem 0;
  }
  #article .s2 .top h1 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  #article .s2 .bottom .left a {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  #article .s2 .bottom .left a span {
    width: 18px;
    height: 18px;
  }
  #article .s2 .bottom .left .copy-feedback {
    font-size: 12px;
  }
}
