.home-banner-widget {
  width: 100%;
  height: 50vw;
  position: relative;
}
.home-banner-widget .swiper-wrapper,
.home-banner-widget .swiper-slide {
  height: 100%;
}
.home-banner-widget__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.home-banner-widget__blur {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
  pointer-events: none;
  border-bottom-right-radius: 25vw;
}
.home-banner-widget__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.home-banner-widget__content {
  position: absolute;
  inset: 0;
  /*
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;*/
  padding: 8% 8% 5% 8%;
  z-index: 3;
}
.home-banner-widget__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 60%;
}
.home-banner-widget__title {
  color: #fff !important;
  font-size: 7vw !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}
.home-banner-widget__cta {
  display: inline-block;
  background: #fff;
  color: #111 !important;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none !important;
  transition: background 0.25s, color 0.25s;
}
.home-banner-widget__cta:hover {
  background: #111;
  color: #fff !important;
}
.home-banner-widget__right {
  position: absolute;
  left: 50%;
  width: 50vw;
}
.home-banner-widget__text {
  color: #fff !important;
  font-size: 2vw !important;
  margin: 0 !important;
}
.home-banner-widget__pagination {
  position: absolute !important;
  bottom: 2.5% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  z-index: 2;
}
.home-banner-widget__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  margin: 0 5px !important;
}
.home-banner-widget__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 768px) {
  .home-banner-widget {
    height: 75vh;
  }
  .home-banner-widget__content {
    grid-template-columns: 1fr;
    padding: 0 5% 18%;
  }
  .home-banner-widget__right {
    display: none;
  }
  .home-banner-widget__title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }
}

/*# sourceMappingURL=home-banner.css.map */
