.multiple-image-signpost .swiper {
  margin-right: -2.8rem
}
.multiple-image-signpost__background{
  position: absolute;
  top:0;
  right:0;
  width: 100%;
  height: 68.5%;
  z-index:0; 
}
@media (min-width:768px) {
  .multiple-image-signpost .swiper {
    margin-right: 0
  }
}
.multiple-signposts .swiper {
  margin-right: -2.8rem
}
@media (min-width:768px) {
  .multiple-signposts .swiper {
    margin-right: 0
  }
}
@media (min-width:1200px) {
  .multiple-signposts--small .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--sm-1)
  }
  .multiple-signposts--small .swiper-wrapper .swiper-slide {
    width: calc(50% - var(--sm-1)/ 2)
  }
  .multiple-signposts--small .carousel-lines {
    display: none!important
  }
}
.signpost-carousel .swiper {
  margin-right: -2.8rem
}
@media (min-width:768px) {
  .signpost-carousel .swiper {
    margin-right: 0
  }
}
@media (min-width:992px) {
  .signpost-carousel .swiper {
    clip-path: polygon(0 0,1000% 0,1000% 100%,0 100%);
    overflow: visible
  }
  .signpost-carousel .swiper-slide {
    max-width: 39.5rem
  }
}
.combination-signpost .swiper {
  margin-right: -2.8rem
}
.combination-signpost .swiper--no-offset {
  margin-right: 0
}
@media (min-width:768px) {
  .combination-signpost .swiper {
    margin-right: 0
  }
}
.expandable-cards .swiper {
  margin-right: 0
}
.expandable-cards .swiper-slide:hover {
  z-index: 1
}
@media (max-width:991.98px) {
  .expandable-cards .swiper-slide:nth-of-type(odd) .image-signpost-card--expandabl-card:focus-within .image-signpost-card__image-wrapper + div,
  .expandable-cards .swiper-slide:nth-of-type(odd) .image-signpost-card--expandabl-card:hover .image-signpost-card__image-wrapper + div {
    margin: calc(-1 * var(--md-3)) 0
  }
}
@media (min-width:992px) {
  .swiper-slide:first-of-type .image-signpost-card--expandabl-card:focus-within .image-signpost-card__image-wrapper + div,
  .swiper-slide:first-of-type .image-signpost-card--expandabl-card:hover .image-signpost-card__image-wrapper + div {
    margin: calc(-1 * var(--md-3)) 0
  }
}
@media (max-width:767.98px) {
  .expandable-cards .image-signpost-card--expandabl-card .image-signpost-card__hidden-elements {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease
  }
  .expandable-cards .image-signpost-card--expandabl-card .image-signpost-card__hidden-elements .color-body {
    display: block
  }
  .expandable-cards .container-fluid {
    padding-right: 0
  }
  .expandable-cards .swiper-slide {
    z-index: -1
  }
  .expandable-cards .swiper-slide.swiper-slide-active {
    padding-left: var(--md-2);
    z-index: 1
  }
  .expandable-cards .swiper-slide.swiper-slide-active + div {
    padding-left: calc(var(--sm-1) + 8px)
  }
  .expandable-cards .swiper-slide.swiper-slide-active:last-child {
    padding-left: 0
  }
  .expandable-cards .swiper-slide.swiper-slide-active .image-signpost-card__hidden-elements {
    max-height: 50rem;
    overflow: visible;
    transition: max-height 2s ease
  }
  .expandable-cards .swiper-slide.swiper-slide-active .image-signpost-card {
    transition: all .25s ease-in-out
  }
  .expandable-cards .swiper-slide.swiper-slide-active .image-signpost-card__image-wrapper {
    transform: scale(1.2)
  }
  .expandable-cards .swiper-slide.swiper-slide-active .image-signpost-card__image-wrapper + div {
    margin: calc(-1 * var(--lg-2)) calc(-1 * var(--sm-1))
  }
  .expandable-cards .swiper-slide.swiper-slide-active .image-signpost-card__image-wrapper::after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background: var(--light-10,rgba(255,255,255,.1));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
  }
}