#news .s2 {
  text-align: center;
}

#news .s2 .container-inner {
  padding: 7.5rem 0;
  border-bottom: solid 1px #FFFFFF40;
}

#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 .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 .s2 .news-filters {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

#news .s2 .news-filters button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  background: none;
  border: none;
  outline: none;
}

#news .s2 .news-filters p {
  margin: 0;
  font-size: 16px;
}

#news .s2 .news-filters .dd {
  position: relative;
  min-width: 180px;
  border: solid 1px #fff;
}

#news .s2 .news-filters .dd-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  background: url(/i/svg/arrow-down.svg) no-repeat 90% 50%;
  background-size: 8px;
}

#news .s2 .news-filters .dd-toggle[aria-expanded="true"] {
  background-image: url(/i/svg/arrow-up.svg);
}

#news .s2 .news-filters .dd-menu {
  background: #fff;
  position: absolute;
  text-align: left;
  left: 0;
  top: calc(100% + 6px);
  width: 100%;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  max-height: 260px;
  overflow-y: auto;
}

#news .s2 .news-filters .dd-menu.open {
  display: block;
}

#news .s2 .news-filters .option {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
}

#news .s2 .news-filters .search .sr-only {
  font-size: 16px;
  margin-right: 16px;
  margin-left: 20px;
}

#news .s2 .news-filters .search input {
  padding: 10px 14px;
  min-width: 220px;
  background: none;
  outline: none;
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
}

#news .s2 .news-filters .clear {
  padding: 10px 14px;
  border: solid 1px #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-left: 1rem;
  cursor: pointer;
}

#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: #FFFFFF73;
  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 .news-filters .dd {
    min-width: 160px;
  }
  #news .s2 .news-filters .search input {
    min-width: 200px;
  }
  #news .s2 .fx-slides > div > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #news .s2 .news-filters {
    flex-direction: column;
    align-items: flex-start;
  }
  #news .s2 .news-filters .search {
    text-align: left;
  }
  #news .s2 .news-filters .search .sr-only {
    margin-right: 10px;
  }
  #news .s2 .news-filters .search input {
    min-width: 180px;
  }
  #news .s2 .news-filters .clear {
    margin-left: 0;
  }
  #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;
  }
}
