.highlight-carousel-slider .content-allignment-right .banner-carousel-img::before,
.highlight-carousel-slider .content-allignment-left .banner-carousel-img::before{
  display: none;
}
.highlight-carousel-slider .banner-carousel-img {
  width: 45%;
  border-radius: var(--border-radius-xl);
}
.highlight-carousel-slider .banner-carousel-img img {
  border-radius: var(--border-radius-xl);
}
.highlight-carousel-slider .banner-carousel-text {
  width: 55%;
  border-top-right-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  background-color: var(--color-surface-surface-accent);
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}
.highlight-carousel-slider .banner-carousel-item {
  border-radius: var(--border-radius-xl);
  background-color: var(--color-surface-surface-accent);
  min-height: 224px;
}
.highlight-carousel-slider .banner-carousel-text h2 {
  font-weight: var(--font-weight-bold);
}
.highlight-carousel-slider .banner-carousel-text h2,
.highlight-carousel-slider .description p {
  color: var(--color-foreground-foreground-default);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.highlight-carousel-slider .description p {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.banner-carousel-button .button {
  padding: var(--space-lg) var(--space-xl);
  border-radius: var(--border-radius-rounded);
  background-color: var(--color-surface-surface-active);
}
.banner-carousel-slider:not(.highlight-carousel-slider) .content-allignment-right .banner-carousel-text {
  background-color: var(--color-surface-surface-inverse-neutral);
  border-top-right-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  width: 41%;
}
.banner-carousel-slider:not(.highlight-carousel-slider) .content-allignment-left .banner-carousel-text {
  background-color: var(--color-surface-surface-inverse-neutral);
  border-top-left-radius: var(--border-radius-xl);
  border-bottom-left-radius: var(--border-radius-xl);
}
.banner-carousel-img .md-show img {
  border-radius: var(--border-radius-xl);
}
@media only screen and (min-width: 961px) {
  .highlight-carousel-slider .banner-carousel-items,
  .highlight-carousel-slider .banner-carousel-item {
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .banner-carousel-slider:not(.highlight-carousel-slider) .content-allignment-right .banner-carousel-text {
    width: 100%;
  }
  .banner-carousel-slider:not(.highlight-carousel-slider).swiper {
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .banner-carousel-slider:not(.highlight-carousel-slider) .banner-carousel-text {
    border-bottom-left-radius: var(--border-radius-xl);
    border-bottom-right-radius: var(--border-radius-xl);
  }
  .banner-carousel-item,
  .banner-carousel-img .sm-show {
    border-radius: var(--border-radius-xl);
  }
  .highlight-carousel-slider.swiper .swiper-pagination.swiper-pagination-horizontal {
    display: block;
  }
  .highlight-carousel-slider .banner-carousel-img,
  .highlight-carousel-slider .banner-carousel-text,
  .highlight-carousel-slider .banner-carousel-text > div,
  .highlight-carousel-slider .banner-carousel-text .button {
    width: 100%;
  }
  .highlight-carousel-slider .banner-carousel-text .button {
    justify-content: center;
  }
  .highlight-carousel-slider .banner-carousel-text {
    border-bottom-left-radius: var(--border-radius-xl);
    padding: var(--space-xl) var(--space-lg);
  }
  .highlight-carousel-slider .banner-carousel-item {
    gap: 12px;
  }
  .highlight-carousel-slider .banner-carousel-button > div {
    text-align: center;
  }
}