#news .s2 {
  text-align: center;
}
#news .s2 .container-inner {
  padding: 7.5rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2509803922);
}
#news .s2 .fx-slides > div > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem;
}
#news .s2 .article {
  padding: 2.5rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  text-align: left;
}
#news .s2 .article img {
  display: block;
  width: 100%;
  aspect-ratio: 429/301;
  margin-bottom: 2.5rem;
}
#news .s2 .article .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3.52px;
  margin-bottom: 1rem;
}
#news .s2 .article .read-more-btn {
  position: relative;
  padding-right: 25px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 5.18px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 2rem;
  transition: color 0.3s ease;
}
#news .s2 .article .read-more-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/i/svg/cta.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 3px;
}
#news .s2 .article:hover .read-more-btn {
  color: #42ADFF;
}
#news .s2 .fx-list {
  margin-top: 2.5rem;
  position: relative;
}
#news .s2 .fx-list .fx-nav {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
}
#news .s2 .fx-list .fx-nav:last-of-type {
  margin-right: 0;
}
#news .s2 .nav_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
#news .s2 .prev_arrow {
  left: 8px;
  background: url("/i/svg/news-arrow-left.svg") no-repeat center/contain;
}
#news .s2 .next_arrow {
  right: 8px;
  background: url("/i/svg/news-arrow-right.svg") no-repeat center/contain;
}
#news .s3 .container-inner {
  padding: 7.5rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  text-align: center;
}
#news .s3 .container-inner > div {
  max-width: 1030px;
  margin: 0 auto;
}
#news .s3 .msg p {
  font-size: 1.25em;
  color: #fff;
  padding-top: 20px;
}
#news .s3 input {
  display: block;
  width: 100%;
  max-width: 400px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  margin: 3rem auto 0 auto;
}
#news .s3 .global-cta {
  border-color: rgba(255, 255, 255, 0.4509803922);
  margin-top: 3rem;
}
#news .s3 .global-cta span {
  color: #fff;
}
#news .s3 .global-cta:hover span {
  color: #42ADFF;
}

@media screen and (max-width: 1100px) {
  #news .s2 .fx-slides > div > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #news .s2 .container-inner {
    padding: 5rem 0;
  }
  #news .s2 .fx-slides > div > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  #news .s2 .person {
    padding: 1.5rem 0;
  }
  #news .s3 .container-inner {
    padding: 5rem 0;
  }
}

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