.hero-rotator {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.hero-rotator__preview-notice {
  padding: 1rem;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .hero-rotator__leather-texture {
    height: 26px;
  }
  .hero-rotator__leather-texture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}
.hero-rotator__swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-rotator__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__slide {
    min-height: 610px;
    flex-direction: row;
    align-items: stretch;
  }
}
.hero-rotator__slide-image {
  position: relative;
  width: 100%;
  height: 333px;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.hero-rotator__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-rotator__content {
  position: relative;
  width: 100%;
  padding: 20px 20px 40px;
  flex-shrink: 0;
  background-color: rgba(174, 19, 42, 0.9);
}
@media only screen and (min-width: 992px) {
  .hero-rotator__content {
    background-color: unset;
    position: absolute;
    top: 50%;
    right: 100px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 857px;
    padding: 50px;
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
  }
}
.hero-rotator__bg-overlay {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__bg-overlay {
    display: block;
    position: absolute;
    top: 50%;
    right: 100px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 857px;
    padding: 50px;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    background-color: rgba(174, 19, 42, 0.9);
  }
}
.hero-rotator__content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__content-inner {
    gap: 50px;
  }
}
.hero-rotator__heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__heading-wrap {
    gap: 36px;
  }
}
.hero-rotator__heading {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  line-height: 1.056;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__heading {
    font-size: 52px;
    line-height: 58px;
  }
}
.hero-rotator__subtitle {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  line-height: 1.125;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__subtitle {
    font-size: 20px;
    line-height: 1.7;
  }
}
.hero-rotator__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-rotator__divider {
  width: 100%;
  height: 2px;
  background: #ECB11F;
  flex-shrink: 0;
}
.hero-rotator__body p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__body p {
    font-size: 18px;
    line-height: 1.333;
  }
}
.hero-rotator__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 12px 20px;
  background-color: #AE132A;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__footer {
    position: absolute;
    bottom: 40px;
    right: 100px;
    background-color: transparent;
    padding: 0;
    z-index: 10;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-rotator__footer {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.hero-rotator__social {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hero-rotator__social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    position: absolute;
    top: 50%;
    right: 33px;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.hero-rotator__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
.hero-rotator__social-link:hover, .hero-rotator__social-link:focus-visible {
  opacity: 0.7;
}
.hero-rotator__social-link:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
  border-radius: 2px;
}
.hero-rotator__social-link .icon {
  display: block;
  font-size: 36px;
  line-height: 1;
}
.hero-rotator__pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  position: static !important;
  width: auto;
}
.hero-rotator__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
  transition: width 0.25s ease;
}
.hero-rotator__pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
}
.hero-rotator__pagination .swiper-pagination-bullet-active {
  width: 40px;
}
.hero-rotator__pagination .swiper-pagination-bullet-active::after {
  animation: hero-rotator-bullet-fill 5000ms linear forwards;
}
.hero-rotator__pagination .swiper-pagination-bullet.bullet-done::after {
  width: 100% !important;
  animation: none !important;
}

@keyframes hero-rotator-bullet-fill {
  from {
    width: 25%;
  }
  to {
    width: 100%;
  }
}

/*# sourceMappingURL=hero-rotator.css.map */
