.cardset .cardset-header {
  margin-bottom: 1rem;
}
.cardset .cardset-header .heading {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.016rem;
}
@media (min-width: 768px) {
  .cardset .cardset-header .heading {
    font-size: calc(24px + 3 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .cardset .cardset-header .heading {
    font-size: 27px;
    line-height: 1.2;
  }
}
.cardset .cardset-header .heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.cardset .cardset-header .heading:not(.bar) {
  margin-bottom: 0.5rem;
}
.cardset .cardset-cards > div {
  width: 100%;
}
.cardset.homepage .cardset-cards {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .cardset.homepage .cardset-cards {
    flex: 0 0 auto;
    width: 50%;
  }
  .cardset.homepage .cardset-cards:first-child {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardset.homepage .cardset-cards:first-child .card--news .card-heading {
    color: #15181b;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -0.016rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cardset.homepage .cardset-cards:first-child .card--news .card-heading {
    font-size: calc(34px + 8 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .cardset.homepage .cardset-cards:first-child .card--news .card-heading {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .cardset.homepage .cardset-cards:first-child .card--news .card-heading > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .cardset.masonry .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .cardset.masonry .cardset-header {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .cardset.masonry .cardset-masonry {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .cardset.masonry.fullWidthMasonry .cardset-masonry {
    flex: 0 0 auto;
    width: 100%;
  }
}

.featured-container {
  background-color: #f8f9fa;
}