@import url("https://use.typekit.net/rge1xkb.css");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fullwidth-image-content {
  position: relative;
  padding-top: 0;
}
.fullwidth-image-content__image {
  position: absolute;
  width: 100%;
  height: clamp(15.5rem, 46.154vw + 5.115rem, 50rem);
  z-index: 1;
}
.fullwidth-image-content__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fullwidth-image-content__container {
  position: relative;
  padding-top: clamp(12.5rem, 33.445vw + 4.975rem, 37.5rem);
  display: flex;
  justify-content: flex-end;
}
.fullwidth-image-content__content {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  right: 0;
  max-width: 950px;
  padding: clamp(3rem, 4.348vw + 2.022rem, 6.25rem);
  border-bottom-left-radius: clamp(1.875rem, 2.508vw + 1.311rem, 3.75rem);
  z-index: 5;
}
.fullwidth-image-content__heading {
  flex: 0 0 100%;
  order: 2;
}
.fullwidth-image-content__preheading {
  flex: 0 0 100%;
  order: 1;
}
.fullwidth-image-content__text {
  flex: 0 0 100%;
  order: 3;
}
.fullwidth-image-content__link {
  flex: 0 0 100%;
  order: 4;
}
