.news-highlights::before {
  background: linear-gradient(160deg,#820000 7.57%,var(--primary-1) 96.14%);
  content: "";
  position: absolute;
  top: 0;
  height: 18.9rem;
  width: 100%
}
.news-highlights.half-dark::after {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  background-color: var(--base-1);
  top: 0;
  left: 0
}
.news-highlights__title-wrapper .config-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sm-3)
}
.news-highlights__title-wrapper .config-text__cta-wrapper {
  margin-top: 0
}
.news-highlights__title-wrapper h2 {
  margin-bottom: 0
}
.news-highlights__title-wrapper .cta__label::after {
  background-color: var(--base-5)
}
.news-highlights .swiper-slide {
  max-width: 100%;
  max-height: 50rem
}
.news-highlights .swiper-slide .news-card-link:focus-visible {
  outline: 2px solid var(--secondary-1);
  outline-offset: -2px
}
.news-highlights__carousel-wrapper {
  margin-left: 2.8rem;
  margin-right: 0
}
.news-highlights__slider-content {
  max-height: 50rem
}
.news-highlights__slider-content .news-story-card__bg-image {
  min-height: 38rem
}
.news-highlights .carousel-arrow__counter {
  display: flex!important
}
.news-highlights .swiper-slide {
  max-height: 30.8rem;
  min-height: 30.8rem
}
.news-highlights .swiper-slide .spotlight-slide {
  max-height: 30.8rem;
  min-height: 30.8rem
}
.news-highlights .swiper-slide .spotlight-slide img {
  max-height: 30.8rem;
  min-height: 30.8rem
}
.news-highlights .swiper-slide .spotlight-slide__label {
  color: var(--base-5);
  border-radius: 0 6px 0 6px;
  min-height: 4.2rem;
  display: flex;
  align-items: center
}
.news-highlights__slider-content {
  max-height: 100%
}
.news-highlights__slider-content .news-story-card__bg-image {
  min-height: 30.8rem
}
.news-highlights .news-highlights-card {
  height: 30.8rem
}
.news-highlights .news-highlights-card__image-wrapper {
  height: 30.8rem;
  min-height: 30.8rem
}
.news-highlights .news-highlights-card__image-wrapper .video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.news-highlights .news-highlights-card__content .tag-category a {
  border: 1px solid var(--primary-1)
}
.news-highlights__top-spotlight-graphic {
  height: 60rem
}
.news-highlights .action-button {
  background: var(--primary-1)
}
.news-highlights .swiper-navigation .arrow-button {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.8rem
}
.news-highlights__controls .swiper-button-disabled {
  background: var(--dark-5)
}
.news-highlights .tag-text {
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset
}
@media (min-width:768px) {
  .news-highlights__top-spotlight {
    margin-bottom: var(--sm-1)
  }
  .news-highlights.half-dark::after {
    height: 28.5%
  }
  .news-highlights__carousel-wrapper {
    margin-left: 5.6rem;
    margin-right: 0
  }
  .news-highlights .swiper-slide {
    max-width: 48rem;
    max-height: 60rem;
    min-height: 60rem
  }
  .news-highlights .swiper-slide.horizontal-slide {
    display: flex;
    flex-flow: column;
    gap: var(--sm-1);
    justify-content: space-between
  }
  .news-highlights .swiper-slide.horizontal-slide .news-highlights__slider-content {
    height: 28rem
  }
  .news-highlights .swiper-slide.horizontal-slide .news-highlights__slider-content .news-story-card__bg-image {
    min-height: 28.8rem
  }
  .news-highlights .swiper-slide .spotlight-slide {
    max-height: 60rem;
    min-height: 60rem
  }
  .news-highlights .swiper-slide .spotlight-slide img {
    max-height: 60rem;
    min-height: 60rem
  }
  .news-highlights__slider-content {
    max-height: 100%
  }
  .news-highlights__slider-content .news-story-card__bg-image {
    min-height: 60rem
  }
  .news-highlights .carousel-arrow__counter {
    display: none!important
  }
  .news-highlights .carousel-pagination__buttons {
    gap: var(--sm-2)
  }
  .news-highlights .news-highlights-card {
    height: 60rem
  }
  .news-highlights .news-highlights-card__image-wrapper {
    height: 60rem
  }
  .news-highlights .horizontal-slide .news-highlights-card {
    height: 28.8rem
  }
  .news-highlights .swiper-navigation .arrow-button {
    width: 5.6rem;
    height: 5.6rem;
    min-width: 5.6rem
  }
}
@media (min-width:992px) {
  .news-highlights::before {
    height: 28.5rem
  }
  .news-highlights__top-spotlight {
    padding: var(--sm-1);
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  .news-highlights__carousel-wrapper {
    margin-left: 1.6rem
  }
}
@media (width >= 1536px) {
  .news-highlights__carousel-wrapper {
    margin-right: 0;
    margin-left: auto;
    max-width: calc(1536px + (100% - 1536px)/ 2 - 24px)
  }
}