/* Do not edit anything below */
.featured-post-section .featured-post {
  color: #fff;
  text-decoration: none;
  display: block;
  min-block-size: 25rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media (width >= 768px) {
  .featured-post-section .featured-post {
    min-block-size: 31.25rem;
  }
}
@media (width >= 1024px) {
  .featured-post-section .featured-post {
    min-block-size: 35.5rem;
  }
}
.featured-post-section .featured-post__background {
  border-radius: 1rem;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.featured-post-section .featured-post__background .img-cover {
  mix-blend-mode: multiply;
  object-fit: cover;
}
.featured-post-section .featured-post__overlay {
  background: rgba(19, 20, 71, 0.4);
  position: absolute;
  inset: 0;
}
.featured-post-section .featured-post__content {
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1.5rem;
  margin: 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(1.25rem);
}
@media (width >= 768px) {
  .featured-post-section .featured-post__content {
    max-inline-size: 28.25rem;
    padding: 2rem;
    margin: 2rem;
  }
}
.featured-post-section .featured-post__text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.featured-post-section .featured-post__meta {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01875rem;
}
.featured-post-section .featured-post__text-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.featured-post-section .featured-post__title {
  color: #fff;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1.75rem, 1.75rem + 0.5 * (100vw - 48rem) / 27, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.045rem;
  margin: 0;
}
.featured-post-section .featured-post__excerpt {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1rem, 1rem + 0.125 * (100vw - 48rem) / 27, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.featured-post-section .featured-post__link {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.featured-post-section .featured-post__link-text {
  color: #fff;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0375rem;
}
.featured-post-section .featured-post__link-arrow {
  display: flex;
  align-items: center;
}
.featured-post-section .featured-post__link-arrow .icon {
  fill: #fff;
  inline-size: 0.875rem;
  block-size: 0.75rem;
  transition: transform 0.3s ease;
}
.featured-post-section .featured-post:hover .featured-post__link-arrow .icon {
  transform: translateX(0.25rem);
}
.featured-post-section .featured-post-section__heading {
  color: #fff;
  margin-block-end: 1.5rem;
}