.investor-feed__wrapper {
  gap: var(--bs-gutter-x);
  row-gap: var(--md-3)
}
.investor-feed__wrapper .investor-feed__card {
  min-height: 40rem
}
.investor-feed__wrapper .bg-signpost {
  height: 100%
}
.investor-feed__wrapper .bg-signpost__image-wrapper {
  height: 100%
}
@media (min-width:768px) {
  .investor-feed__wrapper {
    grid-template-columns: 1fr 1fr
  }
}
@media (min-width:1200px) {
  .investor-feed--two-boxes-60-40 .investor-feed__wrapper {
    grid-template-columns: 2fr 1fr
  }
  .investor-feed--three-boxes-equal .investor-feed__wrapper {
    grid-template-columns: 1fr 1fr 1fr
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card {
    grid-column: span 8
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card:nth-child(4n+2),
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card:nth-child(4n-1) {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card:nth-child(5n+1),
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card:nth-child(5n+2) {
    grid-column: span 6
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card:nth-child(5n+1) {
    grid-column: span 8
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card:nth-child(5n+2) {
    grid-column: span 4
  }
}

/* added again by PV - 10 Mar 2025 */

.bg-signpost__image-wrapper::after {
  content: "";
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.bg-signpost__image-wrapper::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}
.bg-signpost__image {
  min-height: 22rem
}
.bg-signpost__content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%
}
.bg-signpost__description {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.bg-signpost__description .cta--overlay-card::before {
  top: auto;
  left: -50%;
  bottom: -50%;
  height: 100vh;
  width: 100vw
}
.bg-signpost__title {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.bg-signpost .cta:focus-visible {
  background-color: transparent
}
.bg-signpost:focus-within .bg-signpost__image-wrapper::before,
.bg-signpost:hover .bg-signpost__image-wrapper::before {
  opacity: 1
}
.bg-signpost:focus-within .bg-signpost__image-wrapper::after,
.bg-signpost:hover .bg-signpost__image-wrapper::after {
  opacity: 0
}
@media (min-width:768px) {
  .bg-signpost__image {
    min-height: 32rem
  }
  .bg-signpost--small .bg-signpost__image {
    min-height: 28rem
  }
}
@media (min-width:992px) {
  .bg-signpost__title {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
  }
  .bg-signpost__description {
    opacity: 0
  }
  .bg-signpost:hover .bg-signpost__title {
    bottom: 12rem
  }
  .bg-signpost:hover .bg-signpost__description {
    opacity: 1
  }
  .bg-signpost:focus-within .bg-signpost__title {
    bottom: 12rem
  }
  .bg-signpost:focus-within .bg-signpost__description {
    opacity: 1
  }
}
@media (min-width:1200px) {
  .bg-signpost__image {
    min-height: 56.8rem
  }
  .bg-signpost--small .bg-signpost__image {
    min-height: 39.5rem
  }
}