/* Do not edit anything below */
.showcase-grid-section {
  position: relative;
}
.showcase-grid-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.2;
  letter-spacing: -0.03em;
  text-align: center;
  margin-block-end: 2.5rem;
}
.showcase-grid-section .section-title i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.showcase-grid-section .items-grid {
  display: grid;
  gap: 1rem;
}
@media (width >= 768px) {
  .showcase-grid-section .items-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.showcase-grid-section .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
@media (width >= 768px) {
  .showcase-grid-section .item {
    flex-direction: row;
    min-block-size: 26.25rem;
  }
}
.showcase-grid-section .item:nth-child(1) {
  flex-direction: column;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(1) {
    flex-direction: row;
    grid-column: span 4;
    align-items: center;
  }
}
.showcase-grid-section .item:nth-child(1) .item-image {
  flex-shrink: 0;
  align-self: flex-end;
  inline-size: 65%;
  block-size: 11.25rem;
  border-start-start-radius: 0.375rem;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(1) .item-image {
    inline-size: 55%;
    block-size: 75%;
  }
}
.showcase-grid-section .item:nth-child(1) .item-image img {
  object-position: left;
}
.showcase-grid-section .item:nth-child(2) {
  flex-direction: column;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(2) {
    grid-column: span 2;
  }
}
.showcase-grid-section .item:nth-child(2) .item-image {
  align-self: flex-end;
  inline-size: 65%;
  block-size: 10rem;
  border-start-start-radius: 0.375rem;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(2) .item-image {
    block-size: 60%;
  }
}
.showcase-grid-section .item:nth-child(2) img {
  object-position: left;
}
.showcase-grid-section .item:nth-child(3) {
  flex-direction: row;
  min-block-size: 18.75rem;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(3) {
    grid-column: span 3;
    align-items: center;
  }
}
.showcase-grid-section .item:nth-child(3) .item-content {
  justify-content: center;
}
.showcase-grid-section .item:nth-child(3) .item-image {
  inline-size: 12.5rem;
  margin-inline-end: 1.75rem;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(3) .item-image {
    inline-size: 65%;
    block-size: unset;
    min-block-size: 100%;
  }
}
.showcase-grid-section .item:nth-child(4) {
  flex-direction: column;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(4) {
    grid-column: span 3;
  }
}
.showcase-grid-section .item:nth-child(4) .item-image {
  inline-size: 100%;
  block-size: 11.25rem;
}
@media (width >= 768px) {
  .showcase-grid-section .item:nth-child(4) .item-image {
    block-size: 40%;
  }
}
.showcase-grid-section .item.text-light {
  color: #fff;
}
.showcase-grid-section .item.text-dark {
  color: #080c11;
}
.showcase-grid-section .item-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  max-inline-size: 23.0625rem;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}
.showcase-grid-section .item-number {
  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: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.showcase-grid-section .item-title {
  color: inherit;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1.75rem, 1.75rem + 0.625 * (100vw - 48rem) / 27, 2.375rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.showcase-grid-section .item-description {
  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.125 * (100vw - 48rem) / 27, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.showcase-grid-section .item-image {
  position: relative;
  overflow: hidden;
}
.showcase-grid-section .item-image img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}