/* stylelint-disable */
.wp-component-card-insights {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

.wp-component-card-insights:hover .wp-component-card-insights__arrow {
  transform: translateY(0);
}

.wp-component-card-insights:hover .wp-component-card-insights__arrow::after {
  opacity: 1;
}

.wp-component-card-insights:hover:not(.wp-component-card-insights--title-overlay) .wp-component-card-insights__image-wrapper::after {
  top: 67%;
}

.wp-component-card-insights:hover:not(.wp-component-card-insights--dark, .wp-component-card-insights--title-overlay) .wp-component-card-insights__title {
  color: var(--colour-dark-blue-100);
}

.wp-component-card-insights__image-wrapper {
  aspect-ratio: 1/1;
  border-radius: var(--radius-image);
  overflow: hidden;
  position: relative;
  transition: var(--transition-all);
}

.wp-component-card-insights__image-wrapper .wp-component-card-insights__title {
  color: var(--colour-white);
  inset: var(--spacing-xs);
  position: absolute;
  z-index: 1;
}

.wp-component-card-insights:not(.wp-component-card-insights--title-overlay) .wp-component-card-insights__image-wrapper::after {
  background: linear-gradient(180deg, rgba(0, 114, 182, 0) 0%, var(--dark-blue-100, #0072B6) 100%);
  content: "";
  height: 33%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 100%;
  transition: var(--transition-all);
}

.wp-component-card-insights__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.wp-component-card-insights__arrow {
  align-items: center;
  background: var(--colour-light-blue-100);
  border-radius: 50%;
  bottom: var(--spacing-xxs);
  color: var(--colour-white);
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: var(--spacing-xxs);
  transform: translateY(100px);
  transition: var(--transition-all);
  width: 56px;
}

@media (max-width: 1022.98px) {
  .wp-component-card-insights__arrow {
    display: none;
  }
}
.wp-component-card-insights__arrow::after {
  background: var(--gradient-dark);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: var(--transition-all);
  z-index: -1;
}

.wp-component-card-insights__content {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--spacing-xxs);
}

.wp-component-card-insights__title {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-large);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-p-large);
  line-height: var(--line-height-p-large);
  text-transform: none;
  color: inherit;
  text-decoration: none;
  transition: var(--transition-all);
}

.wp-component-card-insights__meta {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-xsmall);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-p-xsmall);
  line-height: var(--line-height-p-xsmall);
  text-transform: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-xxxs);
  margin-top: auto;
}

@media (max-width: 766.98px) {
  .wp-component-card-insights__meta {
    flex-wrap: wrap;
    row-gap: var(--spacing-xxxs);
  }
}
@media (min-width: 1278px) {
  .wp-component-card-insights__meta {
    gap: var(--spacing-xxs);
  }
}
.wp-component-card-insights__type {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.wp-component-card-insights__separator {
  background-color: currentcolor;
  height: 20px;
  width: 1px;
}

.wp-component-card-insights--dark {
  --tag-colour: var(--colour-white);
  color: var(--colour-white);
}

.wp-component-card-insights--title-overlay::after {
  content: "";
  position: absolute;
}

.wp-component-card-insights--title-overlay .wp-component-card-insights__image-wrapper {
  aspect-ratio: 4/5;
}

.wp-component-card-insights--title-overlay .wp-component-card-insights__image-wrapper::before {
  background: linear-gradient(0deg, rgba(0, 174, 239, 0) 36.99%, var(--light-blue-100, rgba(0, 174, 239, 0.8)) 100%), linear-gradient(180deg, rgba(0, 15, 32, 0.7) 10%, rgba(6, 30, 56, 0) 65%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: var(--transition-all);
}

.wp-component-card-insights--title-overlay .wp-component-card-insights__image-wrapper::after {
  background: linear-gradient(180deg, rgba(0, 15, 32, 0.6) 10%, rgba(6, 30, 56, 0) 65%);
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: var(--transition-all);
}

@media (min-width: 1023px) and (max-width: 1277.98px) {
  .wp-component-card-insights--title-overlay .wp-component-card-insights__title {
    font-size: var(--font-size-p);
  }
}
.wp-component-card-insights--title-overlay:hover .wp-component-card-insights__image-wrapper::before {
  opacity: 1;
}

.wp-component-card-insights--title-overlay:hover .wp-component-card-insights__image-wrapper::after {
  opacity: 0;
}

.wp-component-card-insights--title-overlay.wp-component-card-insights--no-image .wp-component-card-insights__image-wrapper {
  background-color: var(--colour-dark-blue-35);
}

.wp-component-card-insights--title-overlay.wp-component-card-insights--no-image .wp-component-card-insights__image-wrapper::before, .wp-component-card-insights--title-overlay.wp-component-card-insights--no-image .wp-component-card-insights__image-wrapper::after {
  display: none;
}

.wp-component-card-insights--title-overlay.wp-component-card-insights--no-image:hover .wp-component-card-insights__image-wrapper {
  background-color: var(--colour-dark-blue-100);
}

.wp-component-card-insights--title-overlay.wp-component-card-insights--grant .wp-component-card-insights__image-wrapper::before {
  background: linear-gradient(0deg, rgba(0, 74, 118, 0.6) 0%, rgba(0, 74, 118, 0.6) 100%);
  opacity: 1;
}

.wp-component-card-insights--title-overlay.wp-component-card-insights--grant .wp-component-card-insights__image-wrapper::after {
  display: none;
}

.wp-component-card-insights--inline {
  align-items: center;
  flex-direction: row-reverse;
}

.wp-component-card-insights--inline .wp-component-card-insights__image-wrapper {
  align-self: flex-start;
  max-width: 110px;
}

@media (min-width: 767px) {
  .wp-component-card-insights--inline .wp-component-card-insights__image-wrapper {
    max-width: 176px;
  }
}
@media (min-width: 1023px) {
  .wp-component-card-insights--large {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1023px) {
  .wp-component-card-insights--large .wp-component-card-insights__image-wrapper {
    flex: 1;
    max-width: 524px;
  }
}
@media (min-width: 1023px) {
  .wp-component-card-insights--large.wp-component-card-insights--case_study .wp-component-card-insights__title {
    font-family: var(--font-sans-serif);
    font-size: var(--font-size-p-xlarge);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-p-xlarge);
    line-height: var(--line-height-p-xlarge);
    text-transform: none;
  }
}
.wp-component-card-insights--large.wp-component-card-insights--case_study .wp-component-card-insights__arrow {
  bottom: var(--spacing-s);
  right: var(--spacing-s);
  transform: none;
  z-index: 1;
}

@media (min-width: 1023px) {
  .wp-component-card-insights--large:not(.wp-component-card-insights--case_study) .wp-component-card-insights__title {
    font-family: var(--font-sans-serif);
    font-size: var(--font-size-5);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-5);
    line-height: var(--line-height-5);
    text-transform: none;
  }
}
@media (min-width: 1023px) {
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay {
    --tag-colour: var(--colour-white);
    color: var(--colour-white);
  }
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay .wp-component-card-insights__image-wrapper {
    aspect-ratio: 2/1;
    max-width: none;
  }
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay .wp-component-card-insights__image-wrapper::before {
    background: linear-gradient(180deg, rgba(0, 174, 239, 0) 56.42%, rgba(0, 174, 239, 0.7) 100%), linear-gradient(180deg, rgba(6, 30, 56, 0) 35%, rgba(0, 15, 32, 0.6) 90%);
  }
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay .wp-component-card-insights__image-wrapper::after {
    background: linear-gradient(180deg, rgba(6, 30, 56, 0) 35%, rgba(0, 15, 32, 0.6) 90%);
  }
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay .wp-component-card-insights__image-wrapper .wp-component-card-insights__title {
    bottom: 110px;
    left: var(--spacing-l);
    right: var(--spacing-l);
    top: unset;
  }
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay .wp-component-card-insights__content {
    bottom: var(--spacing-l);
    left: var(--spacing-l);
    position: absolute;
    right: var(--spacing-l);
  }
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay.wp-component-card-insights--case_study .wp-component-card-insights__title {
    bottom: 85px;
    left: var(--spacing-s);
    right: var(--spacing-s);
  }
  .wp-component-card-insights--large.wp-component-card-insights--title-overlay.wp-component-card-insights--case_study .wp-component-card-insights__content {
    bottom: var(--spacing-s);
    left: var(--spacing-s);
    right: var(--spacing-s);
  }
}
.wp-component-card-insights--partner .wp-component-card-insights__image-wrapper {
  aspect-ratio: unset;
  background-color: var(--colour-white);
  padding: var(--spacing-s);
}

.wp-component-card-insights--whitepaper .wp-component-card-insights__image-wrapper {
  background-color: var(--colour-gray-5);
  padding: var(--spacing-xxxs);
}

@media (min-width: 1023px) {
  .wp-component-card-insights--whitepaper .wp-component-card-insights__image-wrapper {
    padding: var(--spacing-xs);
  }
}
.wp-component-card-insights--whitepaper .wp-component-card-insights__image-wrapper img {
  margin: 0 auto;
  max-height: 100%;
  width: auto;
}

.wp-component-card-insights--search-result .wp-component-card-insights__meta {
  order: -1;
}

.wp-component-card-insights--search-result .wp-component-card-insights__description {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-p-small);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-p-small);
  line-height: var(--line-height-p-small);
  text-transform: none;
  color: var(--colour-gray-100);
}
