.hp-storie {
  color: #fff;
  background-color: transparent;
  position: relative;
  padding-right: 1px !important;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 32px;
}
.hp-storie a {
  color: #fff !important;
}
@media (min-width: 1200px) {
  body:not(.wp-admin) .hp-storie {
    padding-right: 32px !important;
  }
}
.hp-storie:after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  top: 0;
  background-color: #06192E;
  z-index: -1;
}
.wp-admin .hp-storie:after {
  left: -32px;
  right: 0;
}
@media (max-width: 1439px) {
  .hp-storie:after {
    left: 0;
    right: 0;
  }
}
.wp-admin .hp-storie {
  margin-right: -32px;
}
.wp-admin .hp-storie .section-header {
  font-size: var(--wp--preset--font-size--large);
}
@media (max-width: 1199px) {
  .hp-storie {
    padding-top: 16px;
  }
}
.hp-storie > div {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .hp-storie > div {
    flex-wrap: wrap;
    gap: 16px var(--wp--preset--spacing--32);
  }
}
.hp-storie .intro {
  flex: 0 0 192px;
  max-width: 192px;
}
@media (max-width: 1199px) {
  .hp-storie .intro {
    flex-basis: calc(100% - 32px);
    max-width: calc(100% - 32px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 12px;
    font-size: 14px;
    margin-right: 32px;
  }
}
.hp-storie .intro .section-header {
  font-weight: 500 !important;
  font-size: var(--wp--preset--font-size--large) !important;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .hp-storie .intro .section-header {
    margin-bottom: 4px;
  }
}
.hp-storie .content {
  flex: 1;
  max-width: calc(100% - 192px - 32px);
}
@media (min-width: 1440px) {
  .hp-storie .content .swiper {
    padding-right: 32px;
  }
}
.hp-storie .content .swiper-slide {
  width: 304px;
}
.hp-storie .content .listing-single {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 !important;
}
@media (max-width: 1199px) {
  .hp-storie .content {
    max-width: 100%;
  }
}
.hp-storie .swiper-button-next, .hp-storie .swiper-button-prev {
  font-size: 32px;
  color: #fff;
  display: inline-block;
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--light-gray);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  transform: translateY(-13px);
}
@media (max-width: 767px) {
  .hp-storie .swiper-button-next, .hp-storie .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .hp-storie .swiper-button-next, .hp-storie .swiper-button-prev {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}
.hp-storie .swiper-button-next:after, .hp-storie .swiper-button-prev:after {
  display: none;
}
.hp-storie .swiper-button-next span, .hp-storie .swiper-button-prev span {
  position: relative;
  left: 2px;
  color: #000;
}
@media (max-width: 767px) {
  .hp-storie .swiper-button-next span, .hp-storie .swiper-button-prev span {
    left: 1px;
  }
}
.hp-storie .swiper-button-next.swiper-button-disabled, .hp-storie .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.hp-storie .swiper-button-next {
  right: var(--wp--preset--spacing--32);
}
.hp-storie .swiper-button-prev {
  left: var(--wp--preset--spacing--32);
  transform: translateY(-13px) rotate(-180deg);
}
.hp-storie .is-autore a {
  color: #fff !important;
}