/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
/**
 * This shall stop the z-index chaos
 */
/* ==========================================================================
   #Site Global Colours
   ========================================================================== */
/* BLOCK: Content + Image --------------------------------- */
.latest-insights-2025.site-row {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
@media (min-width: 61.25em) {
  .latest-insights-2025.site-row {
    padding-top: 5rem;
  }
}

.latest-insights-2025 .flex-intro-area__content {
  padding-bottom: 2.5rem;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .latest-insights-2025 .flex-intro-area__content {
    flex-basis: 66%;
  }
}

.latest-insights-2025-swiper > .swiper-wrapper {
  min-width: 0;
  min-height: 0;
}

.latest-insights-2025-swiper > .swiper-wrapper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}

.latest-insights-2025__box,
.latest-insights-2025-window .f-height.pos-rel {
  border-radius: 0.5625rem;
  overflow: hidden;
  min-height: 310px;
}

.latest-insights-2025-window__colour,
.latest-insights-2025-window__image {
  border-radius: 0.5625rem;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.latest-insights-2025-window__colour {
  padding: 1.875rem;
  top: 0;
  left: 0;
  gap: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(16, 41, 62, 0.8);
  color: white;
}

.latest-insights-2025-window__image {
  object-fit: cover;
  display: block;
}

.latest-insights-2025-window__colour > .text-arrow-btn {
  margin-top: auto;
  color: #9cee93;
}

.latest-insights-2025-window__colour > .latest-insights-2025-window__sub {
  font-size: 13px;
  font-size: 0.8125rem;
}

.latest-insights-2025-window__colour > .site-row__title {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: clamp(40px, 2.5rem + (1vw - 3.2px) * 1.087, 50px);
}

.latest-insights-2025-window__colour > .body-copy {
  font-weight: 600;
}

.latest-insights-2025 .swiper-pagination {
  bottom: -61px;
}

.latest-insights-2025 .swiper-pagination.buttons {
  bottom: -50px;
}

.latest-insights-2025 .swiper-pagination.buttons .swiper-button-prev,
.latest-insights-2025 .swiper-pagination.buttons .swiper-button-next {
  background: #9cee93;
  width: 60px;
  height: 40px;
  border-radius: 50px;
}

.latest-insights-2025 .swiper-pagination.buttons .swiper-button-prev:after,
.latest-insights-2025 .swiper-pagination.buttons .swiper-button-next:after {
  display: none;
}

.latest-insights-2025 .swiper-pagination.buttons .arrow-icon {
  color: #10293e;
  width: 25px;
}

.latest-insights-2025 .swiper-pagination.buttons .swiper-button-prev {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 46.25em) {
  .latest-insights-2025 .swiper-pagination.buttons .swiper-button-prev {
    left: 1.875rem;
  }
}
@media (min-width: 61.25em) {
  .latest-insights-2025 .swiper-pagination.buttons .swiper-button-prev {
    left: 3.75rem;
  }
}

.latest-insights-2025 .swiper-pagination.buttons .swiper-button-next {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 46.25em) {
  .latest-insights-2025 .swiper-pagination.buttons .swiper-button-next {
    right: 1.875rem;
  }
}
@media (min-width: 61.25em) {
  .latest-insights-2025 .swiper-pagination.buttons .swiper-button-next {
    right: 3.75rem;
  }
}
