.wp-block-hero-group-hero-section-2 .fw-hero-section-2 {
  overflow: hidden;
}
.wp-block-hero-group-hero-section-2 .fw-hero-section-2 .single-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wp-block-hero-group-hero-section-2 .fw-hero-section-2 .single-carousel-slide:nth-child(1) {
  position: relative;
  opacity: 1;
}
.wp-block-hero-group-hero-section-2 .fw-hero-section-2 .fw-carousel-controls,
.wp-block-hero-group-hero-section-2 .fw-hero-section-2 .swiper-pagination {
  display: none;
}
.wp-block-hero-group-hero-section-2.is-selected .fw-hero-section-2 .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.wp-block-hero-group-hero-section-2.is-selected .fw-hero-section-2 .single-carousel-slide {
  position: relative;
  opacity: 1;
  margin-bottom: 20px;
  width: 100%;
}

.fw-hero-section-2 {
  padding: 0;
}
.fw-hero-section-2 .fw-section-side-one {
  justify-content: center;
}
.fw-hero-section-2 .fw-section-side-one .fw-content {
  gap: 0;
  min-height: 500px;
  justify-content: center;
}
.fw-hero-section-2 .single-carousel-slide {
  overflow: hidden;
}
.fw-hero-section-2 .fw-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-hero-section-2 .fw-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-hero-section-2 .fw-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-hero-section-2 .fw-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-hero-section-2 .fw-content {
  flex-direction: column;
  z-index: 2;
  align-items: center;
  text-align: center;
}
.fw-hero-section-2 .fw-overline {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-2 .fw-headline {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-2 .fw-body-copy {
  max-width: calc(var(--content-text-max-width) - 200px);
}
.fw-hero-section-2 .fw-button-row {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-2 .fw-carousel-container {
  width: 100%;
  position: relative;
}
.fw-hero-section-2 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.fw-hero-section-2 .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fw-hero-section-2 .swiper-pagination {
  position: absolute;
  --swiper-pagination-top: auto;
  --swiper-pagination-bottom: var(--inner-spacing-sm);
}
@media screen and (max-width: 885px) {
  .fw-hero-section-2 .fw-section-side-one,
  .fw-hero-section-2 .fw-section-side-two {
    width: 100%;
  }
}
