.ce-hero--2 .component__content {
  grid-column: 1/-1;
}

.ce-hero {
  position: relative;
}

.swiper {
}

.ce-hero--2 .swiper-button-prev,
.ce-hero--2 .swiper-button-next {
  display: none;
}

.ce-hero--2 .swiper-pagination {
  right: 0.5rem;
  left: 0.5rem;
  max-width: var(--max-content-width);
  margin-inline: auto;
}

.ce-hero--2 .swiper-pagination-bullets {
  display: flex;
  align-items: center;
}

.ce-hero--2 .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-opacity: 1;

  width: 360px;
  height: auto;
  padding: 2rem 3rem;
  border-radius: 0;
  background-color: white;
}

.ce-hero--2 .swiper-pagination-eyebrow,
.ce-hero--2 .swiper-pagination-title {
  display: block;
}

.ce-hero--2 .swiper-pagination-title {
  font-size: var(--fs-800);
  line-height: 1.3;
}

.ce-hero--2 .swiper-pagination-bullet-active {
  padding: 3rem;
  color: white;
  background-color: var(--clr-secondary);
}

.ce-hero--2 .ce-hero__image {
  width: 100%;
  min-height: 573px;
  aspect-ratio: 1920 / 573;
  object-fit: cover;
}

.ce-hero--2 .ce-hero__content {
  position: absolute;
  inset: 0;
  left: 1rem;
  right: 1rem;
  z-index: 1;
  max-width: var(--max-content-width);
  margin-inline: auto;
  color: white;
}

.ce-hero--2 .ce-hero__content > * + * {
  margin-block-start: 1rem;
}

.ce-hero--2 .ce-hero__heading {
  font-size: var(--fs-800);
}
.ce-hero--2 .ce-hero__lead {
  max-width: 560px;
}

.ce-hero--2 .ce-hero__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  width: 100%;
  max-width: 230px;
  background-color: var(--clr-primary);
  color: var(--clr-white);
}

.ce-hero__background {
  grid-column: 1/-1;

  position: relative;
  min-height: 573px;
  background-color: var(--clr-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ce-hero__background::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.ce-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

@media (max-width: 1023px) {
  .ce-hero--2 .swiper-pagination-bullet {
    padding: 5px 0;
  }

  .ce-hero--2 .swiper-pagination-eyebrow,
  .ce-hero--2 .swiper-pagination-title {
    font-size: 0;
    text-indent: -9999px;
  }

  .ce-hero--2 .ce-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 48px;
  }
}

@media (min-width: 640px) {
  .ce-hero__background img {
    aspect-ratio: 4/1;
  }
}

@media (min-width: 768px) {
  .ce-hero__background {
    min-height: 750px;
  }

  .ce-hero__background::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  }
}

@media (min-width: 1024px) {
  .ce-hero--2 .swiper-pagination-bullets {
    bottom: 3rem;
  }
  .ce-hero--2 .ce-hero__content {
    padding-block: 3rem;
  }
}
