.stories-feed .config-text__cta-wrapper {
  position: relative;
  z-index: 9
}
.stories-feed{
overflow:hidden
}
.stories-feed__stories-wrapper.swiper{
overflow:visible;
clip-path: polygon(0 0,1000% 0,1000% 100%,0% 100%);
}

.stories-feed__stories-item {
  width: 100%
}
.stories-feed__stories-item .news-story-card {
  background: 0 0
}
.stories-feed__stories-item .news-story-card__image-wrapper {
  height: 21.9rem
}
.stories-feed__stories-wrapper {
  flex-direction: column;
  margin-top: 0;
  /*margin-right: -2.8rem;
  margin-left: -2.8rem*/
  margin-right: 0rem;
  margin-left: 0rem
}
.stories-feed__stories-wrapper .arrow-button {
  background: var(--primary-2);
  color: var(--base-4)
}
.stories-feed__stories-wrapper .arrow-button:hover {
  background: var(--primary-8)
}
.stories-feed__custom-arrows {
/*   margin-left: 2.8rem; */ 
  margin-top: var(--md-1)
}
.stories-feed__custom-arrows .icon-button.disabled {
  opacity: .4;
  pointer-events: none;
  cursor: default
}
.stories-feed__pattern--bottom {
  top: auto;
  bottom: calc(-1 * var(--lg-1));
  left: 0;
  width: 100%;
  height: calc(100% - 13rem);
  pointer-events: none;
  background-image: linear-gradient(to right,color-mix(in srgb,currentcolor 20%,transparent) 0 100%,transparent 100%),linear-gradient(to right,color-mix(in srgb,currentcolor 40%,transparent) 0 100%,transparent 100%),linear-gradient(to right,color-mix(in srgb,currentcolor 60%,transparent) 0 100%,transparent 100%),linear-gradient(to right,color-mix(in srgb,currentcolor 80%,transparent) 0 100%,transparent 100%),linear-gradient(to right,color-mix(in srgb,currentcolor 100%,transparent) 0 100%,transparent 100%);
  background-size: 100% 3.2rem,100% 3.2rem,100% 3.2rem,100% 3.2rem,100% calc(100% - 12.8rem);
  background-position: 0 0,0 3.2rem,0 6.4rem,0 9.6rem,0 12.8rem;
  background-repeat: no-repeat
}
.stories-feed .news-story-card__clickable:focus-within {
  outline-offset: -.2rem
}
.stories-feed .tag-text:focus-within {
  outline-offset: -.2rem;
  outline: .2rem solid var(--primary-5)
}
@media (min-width:768px) {
  .stories-feed__stories-item {
    width: calc(33.33% - var(--bs-gutter-x))
  }
  .stories-feed__stories-wrapper.swiper{
overflow:hidden;
clip-path: unset;
}
  .stories-feed__stories-item .news-story-card__image-wrapper {
    height: 16.2rem
  }
  .stories-feed__stories-wrapper {
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    margin-top: calc(var(--md-4) * -1 - var(--xs-2))
  }
  .stories-feed__custom-arrows {
    margin-top: 0
  }
  .stories-feed__pattern--bottom {
    height: calc(100% - 3.5rem)
  }
}
@media (min-width:992px) {
  .stories-feed__stories-item .news-story-card__image-wrapper {
    height: 26.7rem
  }
  .stories-feed__custom-arrows {
    margin-right: 0
  }
  .stories-feed__pattern--bottom {
    height: calc(100% - 5.2rem)
  }
}
.stories-feed .config-text > h2:only-child {
  margin-bottom: 0 !important;
}
@media (max-width:768px) {
.stories-feed__stories-wrapper.swiper .swiper-wrapper{
gap:0!important;
}
}