.equiteq.component-13a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-13a::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-13a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-13a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-13a .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-13a .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-13a .award-nav-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.equiteq.component-13a .award-nav-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.equiteq.component-13a .award-nav-container .prev,
.equiteq.component-13a .award-nav-container .next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.equiteq.component-13a .award-nav-container .prev {
  transform: rotate(180deg);
}
.equiteq.component-13a .award-nav-container .swiper-button-disabled img {
  opacity: 0.3;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.equiteq.component-13a .card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: var(--eq-card-background-image);
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}
.equiteq.component-13a .card .card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-block-end: 1rem;
}
.equiteq.component-13a .card .card-footer .title {
  color: #FFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  text-wrap: pretty;
}
.equiteq.component-13a .card .card-footer .title.title-color-3 {
  color: #081901;
}
.equiteq.component-13a .card .card-footer .svg-color-3 svg circle {
  fill: #333F00;
}
.equiteq.component-13a .card .card-footer .svg-color-3 svg path {
  fill: #FFF;
}
.equiteq.component-13a .card .card-footer svg {
  transition: all 0.3s ease;
}

/*# sourceMappingURL=component-13a.css.map */
