/* Do not edit anything below */
.featured-post-cards-section {
  overflow: hidden;
}
.featured-post-cards-section .featured-post-cards__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-block-end: 2.5rem;
}
@media (width >= 1024px) {
  .featured-post-cards-section .featured-post-cards__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.featured-post-cards-section .section-title {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(2.25rem, 2.25rem + 0.75 * (100vw - 48rem) / 27, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
}
.featured-post-cards-section .section-title i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.featured-post-cards-section .featured-post-cards__title-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-inline-size: 50rem;
}
.featured-post-cards-section .section-description {
  color: #080c11;
  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.125rem, 1.125rem + 0.125 * (100vw - 48rem) / 27, 1.25rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
}
.featured-post-cards-section .section-description p {
  margin: 0;
}
.featured-post-cards-section .featured-post-cards-slider {
  overflow: visible;
}
@media (width >= 1024px) {
  .featured-post-cards-section .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
  }
}
.featured-post-cards-section .swiper-slide {
  display: grid;
  inline-size: 25rem;
  max-inline-size: 75%;
}
@media (width >= 1024px) {
  .featured-post-cards-section .swiper-slide {
    inline-size: unset;
    max-inline-size: unset;
  }
}
.featured-post-cards-section .card {
  display: flex;
  flex-direction: column;
  min-block-size: 30rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (width >= 1024px) {
  .featured-post-cards-section .card {
    min-block-size: 32.5rem;
  }
}
.featured-post-cards-section .card__content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  padding: 1.25rem 1.25rem 2.5rem;
  position: relative;
  z-index: 2;
}
@media (width >= 1024px) {
  .featured-post-cards-section .card__content {
    gap: 4.375rem;
  }
}
.featured-post-cards-section .card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.featured-post-cards-section .card__label {
  color: #080c11;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-box: trim-both cap alphabetic;
}
.featured-post-cards-section .card__tag {
  background: rgba(0, 0, 0, 0.1);
  color: #080c11;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  white-space: nowrap;
  padding: 0.5rem;
  border-radius: 0.25rem;
  text-box: trim-both cap alphabetic;
}
.featured-post-cards-section .card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.featured-post-cards-section .card__heading {
  color: #080c11;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(2rem, 2rem + 0.625 * (100vw - 48rem) / 27, 2.625rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
}
.featured-post-cards-section .card__number {
  color: #080c11;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(2.5rem, 2.5rem + 1 * (100vw - 48rem) / 27, 3.5rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.08em;
  margin: 0 0 0.5rem;
}
.featured-post-cards-section .card__sub-heading {
  color: #0d0c0c;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1rem, 1rem + 0.25 * (100vw - 48rem) / 27, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 0.25rem;
}
.featured-post-cards-section .card__screenshot {
  margin-block-start: auto;
  position: relative;
  overflow: hidden;
}
.featured-post-cards-section .card__screenshot-img {
  display: block;
  inline-size: 100%;
  block-size: auto;
}
.featured-post-cards-section .card__overlay {
  background: linear-gradient(to top, rgb(0, 0, 0) 34%, rgba(0, 0, 0, 0) 94%);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  padding-block-start: 6.25rem;
  border-end-start-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
  position: absolute;
  inset-block-end: 0;
  z-index: 3;
  transition: opacity 0.3s;
  inset-inline: 0;
}
.featured-post-cards-section .card__overlay::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  inset-block-start: -200%;
}
.featured-post-cards-section .card__overlay:hover {
  opacity: 0.9;
}
.featured-post-cards-section .card__overlay-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: clamp(1.125rem, 1.125rem + 0.375 * (100vw - 48rem) / 27, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.featured-post-cards-section .card__overlay-arrow {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.featured-post-cards-section .card__overlay-arrow svg {
  transition: transform 0.3s;
}
.featured-post-cards-section .card__overlay:hover .card__overlay-arrow svg {
  transform: translateX(0.25rem);
}
.featured-post-cards-section .card--dark .card__label,
.featured-post-cards-section .card--dark .card__heading,
.featured-post-cards-section .card--dark .card__number,
.featured-post-cards-section .card--dark .card__sub-heading {
  color: #fff;
}
.featured-post-cards-section .card--dark .card__tag {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}