#article .s1 {
  position: relative;
  background: url(/i/news-hero.jpg) no-repeat center/cover;
  height: 300px;
}
#article .s2 {
  padding: 100px 0;
  background: #fff;
  position: relative;
}
#article .s2 .container {
  position: relative;
  max-width: 1100px;
  text-align: left;
}
#article .s2 .container .global-btn {
  color: #0F1E3A;
}
#article .s2 .container .global-btn:hover {
  color: #C0DBFD;
}
#article .s2 .container .wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}
#article .s2 .container .wrapper .social {
  list-style-type: none;
}
#article .s2 .container .wrapper .social li {
  cursor: pointer;
  margin-bottom: 1rem;
}
#article .s2 .container .wrapper .social a {
  display: block;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#article .s2 .container .wrapper .social #linkedin-btn {
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}
#article .s2 .container .wrapper .social #linkedin-btn .IN-widget {
  opacity: 0;
}
#article .s2 .container .wrapper .social #linkedin-btn button {
  padding: 0 !important;
  height: 35px !important;
  background-color: transparent !important;
}
#article .s2 .container .wrapper .main h2 {
  font-size: 2.2rem;
  line-height: 1.35em;
  color: #1E1E1E;
  margin: 2rem 0;
}
#article .s2 .container .wrapper .main h3 {
  font-size: 1.75rem;
  line-height: 1.25em;
  color: #1E1E1E;
  margin: 2rem 0 1rem;
}
#article .s2 .container .wrapper .main h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  color: #1E1E1E;
}
#article .s2 .container .wrapper .main h5 {
  font-size: 1.25rem;
  line-height: 1.35em;
  color: #1E1E1E;
  margin: 2rem 0 1rem;
}
#article .s2 .container .wrapper .main img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2.23rem auto 0 auto;
}
#article .s2 .container .wrapper .main > ce {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #1E1E1E;
}
#article .s2 .container .wrapper .main strong {
  font-weight: 400;
}
#article .s2 .container .wrapper .main iframe {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
#article .s2 .container .wrapper .main p {
  margin-bottom: 1em;
}
#article .s2 .container .wrapper .main ul {
  list-style-type: none;
  margin: 1rem 0;
}
#article .s2 .container .wrapper .main ul li {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4em;
  position: relative;
  color: #1E1E1E;
  padding-left: 15px;
  margin-bottom: 10px;
}
#article .s2 .container .wrapper .main ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1E1E1E;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0;
}
#article .s2 .container .wrapper .main ol li {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4em;
  position: relative;
  color: #1E1E1E;
  padding-left: 15px;
  margin-bottom: 10px;
}

/***** MEDIA *****/
@media screen and (max-width: 767px) {
  #article .s1 {
    height: 200px;
    padding-top: 0;
  }
  #article .s2 {
    padding: 50px 0;
  }
  #article .s2 .container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }
  #article .s2 .container .wrapper .social {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #article .s2 .container .wrapper .social li {
    margin-bottom: 0;
  }
  #article .s2 .container .wrapper .main h2 {
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin: 1.25rem 0 2rem 0;
  }
}

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