.wp-block-carousel-group-carousel-section-4 .carousel-section-4 .carouselContainer {
  flex: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.wp-block-carousel-group-carousel-section-4 .carousel-section-4 .single-carousel-item {
  /* Hide all items by default */
  display: none;
}
.wp-block-carousel-group-carousel-section-4 .carousel-section-4 .single-carousel-item:nth-child(1) {
  display: flex;
}
.wp-block-carousel-group-carousel-section-4.is-selected .carousel-section-4 .content {
  align-items: flex-start;
}
.wp-block-carousel-group-carousel-section-4.is-selected .carousel-section-4 .carouselContainer {
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-carousel-group-carousel-section-4.is-selected .carousel-section-4 .single-carousel-item {
  display: flex;
  position: relative;
  opacity: 1;
  margin-bottom: 40px;
}

.carousel-section-4 {
  --carousel-item-width: 290px;
  --carousel-button-size: 45px;
  --carousel-pagination-bottom: 0px;
  --carousel-pagination-bullet-horizontal-gap: 5px;
  --carousel-pagination-vertical-spacing: 15px;
}
.carousel-section-4 .content {
  gap: 0;
  align-items: flex-start;
}
.carousel-section-4 .section-side-one {
  flex: none;
  width: 66.666666%;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 40px;
}
.carousel-section-4 .section-side-two {
  width: calc(33.3333% - var(--inner-spacing-l));
  margin-left: var(--inner-spacing-l);
  flex: none;
  display: inline-block;
}
.carousel-section-4 .flickity-page-dots {
  bottom: 0;
}
.carousel-section-4 .flickity-page-dots .dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background: #9747ff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.carousel-section-4 .single-carousel-item {
  width: 100%;
  height: auto;
  min-height: 825px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--inner-spacing-l) var(--inner-spacing-xl);
  color: var(--white);
}
.carousel-section-4 .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-section-4 .image-container .section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-section-4 .background-overlay {
  opacity: 0.2;
}
.carousel-section-4 .text-container {
  position: relative;
}
.carousel-section-4 .headline {
  margin-bottom: var(--inner-spacing-s);
}
.carousel-section-4 .body-copy {
  font-size: 24px;
}
.carousel-section-4 .button-row {
  justify-content: center;
}
.carousel-section-4 .news-feed-headline {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--inner-spacing-m);
}
.carousel-section-4 .single-news-feed-item {
  margin-bottom: var(--inner-spacing-l);
}
.carousel-section-4 .single-news-feed-item a {
  text-decoration: none;
  font-weight: var(--body-font-weight);
}
.carousel-section-4 .single-news-image {
  margin-bottom: var(--inner-spacing-s);
}
.carousel-section-4 .single-news-category {
  color: var(--color6);
  font-size: 14px;
  margin-bottom: var(--inner-spacing-s);
}
.carousel-section-4 .single-news-heading {
  margin-bottom: var(--inner-spacing-s);
}
.carousel-section-4 .single-news-date {
  color: var(--black);
}
@media screen and (max-width: 1024px) {
  .carousel-section-4 .content {
    flex-direction: column;
  }
  .carousel-section-4 .section-side-one,
  .carousel-section-4 .section-side-two {
    width: 100%;
    max-width: 100%;
  }
  .carousel-section-4 .section-side-two {
    margin-top: var(--inner-spacing-l);
    margin-left: 0;
  }
}
@media screen and (max-width: 885px) {
  .carousel-section-4 .body-copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-section-4 .single-carousel-item {
    padding: var(--inner-spacing-m) var(--inner-spacing-m);
    min-height: 100%;
  }
}