@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Raleway:wght@400;600;700&display=swap");
.block--highlighted-articles .block-wrapper {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.block--highlighted-articles .block-wrapper .hover-article-image {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.block--highlighted-articles .block-wrapper .overlay {
  background: linear-gradient(139.39deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
}
.block--highlighted-articles .block-wrapper .content-container {
  position: relative;
}
.block--highlighted-articles .block-wrapper .content-container .hover-article-content {
  display: none;
  position: absolute;
}
.block--highlighted-articles .block-wrapper .content-container .hover-article-content .category {
  color: #f9a978;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Raleway", sans-serif;
}
.block--highlighted-articles .block-wrapper .content-container .hover-article-content .title {
  color: #fff;
}
.block--highlighted-articles .block-wrapper .content-container .hover-article-content p.summary {
  color: #fff;
  max-height: 160px;
  overflow: hidden;
}
.block--highlighted-articles .block-wrapper .content-container .hover-article-content .bottom-info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.block--highlighted-articles .block-wrapper .content-container .content-wrapper {
  color: #fff !important;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
  transition: opacity 0.2s ease;
}
.block--highlighted-articles .block-wrapper .content-container .content-wrapper h2 {
  color: #fff;
  margin-bottom: 20px;
}
.block--highlighted-articles .block-wrapper .content-container .content-wrapper.is-hidden {
  opacity: 0;
}
.block--highlighted-articles .block-wrapper .content-container .content-wrapper .button-wrapper {
  margin-top: 40px;
}
.block--highlighted-articles .block-wrapper .articles-wrapper .col-md-4 .article-block-wrapper {
  position: relative;
  border: 3px solid transparent;
  transition: border 0.2s ease;
}
.block--highlighted-articles .block-wrapper .articles-wrapper .col-md-4 .article-block-wrapper .article-number {
  position: absolute;
  z-index: 1;
  left: -24px;
  top: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 43px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  transition: color 0.2s ease;
  pointer-events: none;
}
.block--highlighted-articles .block-wrapper .articles-wrapper .col-md-4 .article-block-wrapper article {
  overflow: hidden;
}
.block--highlighted-articles .block-wrapper .articles-wrapper .col-md-4 .article-block-wrapper.is-active {
  border-color: #f9a978;
}
.block--highlighted-articles .block-wrapper .articles-wrapper .col-md-4 .article-block-wrapper.is-active .article-number {
  color: #f9a978;
}
.block--highlighted-articles .block-wrapper .articles-wrapper .button-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .block--highlighted-articles .block-wrapper {
    padding: 40px 0;
  }
  .block--highlighted-articles .block-wrapper .content-container .content-wrapper {
    margin-bottom: 80px;
  }
  .block--highlighted-articles .block-wrapper .content-container .content-wrapper .button-wrapper {
    display: none;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .slick-slider .slick-list {
    padding: 0 20px;
    overflow: visible;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .slick-slider .slick-slide {
    margin: 0 10px;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .slick-slider .slick-slide.slick-active .article-block-wrapper .article-number {
    color: #f9a978;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper ul.slick-dots {
    list-style: none;
    display: flex;
    margin: 0;
    height: 55px;
    justify-content: center;
    overflow-x: scroll;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper ul.slick-dots li {
    margin: 0 5px 0 0;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper ul.slick-dots li button {
    border: 0;
    height: 10px;
    width: 10px;
    font-size: 0;
    border-radius: 100%;
    background-color: rgba(216, 216, 216, 0.8);
    padding: 0;
    margin: 0 5px;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper ul.slick-dots li.slick-active button {
    background-color: #f9a978;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .article-block-wrapper {
    height: 210px;
    width: 250px;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .article-block-wrapper .article-number {
    font-size: 26px !important;
    left: -15px !important;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .article-block-wrapper .article-wrapper {
    aspect-ratio: unset;
    height: 205px;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .article-block-wrapper .title {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .button-wrapper-mobile {
    display: block;
    z-index: 1;
    position: relative;
  }
  .block--highlighted-articles .block-wrapper .articles-wrapper .button-wrapper-mobile .button {
    width: 100%;
    font-size: 16px;
  }
}/*# sourceMappingURL=block--highlighted-articles.css.map */