.equiteq.component-6c {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-6c::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--eq-background-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-6c {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-6c::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-6c .heading {
  color: #081901;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  margin-block-end: 4rem;
}
@media (min-width: 992px) {
  .equiteq.component-6c .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-6c .view-all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.equiteq.component-6c .view-all a {
  text-decoration: none;
}
.equiteq.component-6c a {
  text-decoration: none;
}
.equiteq.component-6c .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.equiteq.component-6c .card-title {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-align: center;
}
.equiteq.component-6c .card-text {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  opacity: 0.5;
  text-align: center;
}
.equiteq.component-6c .event-nav-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-6c .event-nav-container {
    margin-block-start: 4rem;
  }
}
.equiteq.component-6c .event-nav-container .prev,
.equiteq.component-6c .event-nav-container .next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.equiteq.component-6c .event-nav-container .prev {
  transform: rotate(180deg);
}
.equiteq.component-6c .event-nav-container .swiper-button-disabled img {
  opacity: 0.3;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.equiteq.component-6c .event-nav-container .nav-stat {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

/*# sourceMappingURL=component-6c.css.map */
