section.impact-highlight.paragraph.paragraph--type--impact-highlight.paragraph--view-mode--default {
  padding: 0 0 100px;
  overflow: hidden;
  position: relative;
  &:after {
    background: #fff;
    height: 100px;
    width: 100%;
    position: absolute;
    content:'';
    bottom:0;
    left:0;
    z-index: 1;
  }
}
.impact-highlight > .outtercontainer {
  --impact-stop-start: #ffffff;
  --impact-stop-middle: #f7fbff;
  --impact-stop-end: #e8f3ff;
  --impact-hover-rgb: 218, 235, 254;
  --impact-mx: 50%;
  --impact-my: 50%;
  --impact-hover-opacity: 0;
  padding: 0;
  position: relative;
}

.impact-highlight > .outtercontainer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    var(--impact-stop-start) 24%,
    var(--impact-stop-middle) 68%,
    var(--impact-stop-end) 100%
  );
}

.impact-highlight > .outtercontainer::after {
  content: "";
  position: absolute;
  inset: -25%;
  z-index: 1;
  pointer-events: none;
  opacity: var(--impact-hover-opacity);
  transition: opacity 0.25s ease;
  background: radial-gradient(
    circle at var(--impact-mx) var(--impact-my),
    rgba(var(--impact-hover-rgb), 0.92) 0%,
    rgba(var(--impact-hover-rgb), 0.62) 22%,
    rgba(var(--impact-hover-rgb), 0) 58%
  );
}

.impact-highlight > .outtercontainer > .maincontainer {
  position: relative;
  z-index: 2;
}

.impact-highlight > .outtercontainer:hover,
.impact-highlight > .outtercontainer:focus-within {
  --impact-hover-opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .impact-highlight > .outtercontainer::after {
    transition: none;
  }
}

.impact-highlight .impact-highlight__inner {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 610px) minmax(0, 1fr);
  top: 50px;
  position: relative;
}

.impact-highlight .impact-highlight__visual {
  min-height: 340px;
  position: relative;
}

.impact-highlight .impact-highlight__shape {
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  width: 620px;
  height: 594px;
  padding: 135px 0px 135px 220px;
  position: relative;
  margin: 0;
}

.impact-highlight .impact-highlight__shape-overlay {
  background-image: url('/sites/default/files/styles/hero_home_desktop/public/2026-04/impact-texture.png.webp');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: inherit;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  background-size: cover;
}
.impact-highlight .impact-highlight__shape-content {
  max-width: 275px;
  position: relative;
  z-index: 2;
}

.impact-highlight .impact-highlight__heading {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.impact-highlight .impact-highlight__counter-line {
  align-items: baseline;
  color: #FFD100;
  display: flex;
  font-weight: 700;
  line-height: 0.95;
  margin: 0.65rem 0 0;
  font-size: 178px;
}

.impact-highlight .impact-highlight__counter {
  font-size: 178px;
}

.impact-highlight .impact-highlight__counter-suffix {
  font-size: 178px;
  margin-left: 0.25rem;
  font-weight: 500;
}

.impact-highlight .impact-highlight__counter-text {
  color: #FFD100;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0.35rem 0 0;
}

.impact-highlight .impact-highlight__image {
  left: -0.25rem;
  max-width: 270px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(1deg);
  z-index: 2;
}

.impact-highlight .impact-highlight__image-frame {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

.impact-highlight .impact-highlight-lqip__image {
  display: block;
  height: auto;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
}

.impact-highlight .impact-highlight-lqip__image.is-loaded {
  opacity: 1;
}

.impact-highlight .impact-highlight__image img {
  display: block;
  height: auto;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .impact-highlight .impact-highlight-lqip__image {
    transition: none;
  }
}

.impact-highlight .impact-highlight__content {
  color: #000;
}

.impact-highlight .impact-highlight__body {
  margin-bottom: 58px;
}

.impact-highlight .impact-highlight__body p {
  margin: 0 0 0.9rem;
  font-size: 20px;
  line-height: 1.4;
}

.impact-highlight .impact-highlight__body ul,
.impact-highlight .impact-highlight__body ol {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.impact-highlight .impact-highlight__body li {
  font-size: 30px;
  line-height: 1.35;
  margin-bottom: 0.45rem;
  padding-left: 30px;
  position: relative;
}

.impact-highlight .impact-highlight__body li::before {
  content: '\f105';
  font-family: "fontawesome";
  left: 0;
  position: absolute;
}

.impact-highlight .impact-highlight__body li a {
  color: #000;
  position: relative;
  text-decoration: none;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: all ease-in-out .3s;
  &:hover {
    background: linear-gradient(transparent 50%, #ffd100 15%);
  }
}
.impact-highlight .impact-highlight__body li a:after {
  content: none;
  position: absolute;
  height: 35%;
  width: 0%;
  background: #ffd100;
  left: 0;
  bottom: 5px;
  transition: all ease-in-out 0.3s;
  z-index: -1;
}
.impact-highlight .impact-highlight__link a {
  background: #2774AE;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 52px;
  transition: all ease-in-out .3s;
  position: relative;
  svg, i  {
    padding-left: 5px;
  }
  &:hover {
    background: #00598C;
    span {
      &:after {
        width: 100%;
      }
    }
  }
  span {
    display: inline-block;
    position: relative;
  }
  span {
    &:after {
      content: '';
      background: #fff;
      position: absolute;
      left: 0;
      width: 0;
      height: 1px;
      bottom: 0;
      transition: all 0.3s ease;
    }
  }

}

.impact-highlight .impact-highlight__link a:hover,
.impact-highlight .impact-highlight__link a:focus {
  background: #174d7b;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .impact-highlight .impact-highlight__inner {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .impact-highlight .impact-highlight__visual {
    min-height: 310px;
  }

  .impact-highlight .impact-highlight__shape {
    inset: 0 auto 0 0;
    min-height: 300px;
    width: min(100%, 330px);
  }

  .impact-highlight .impact-highlight__image {
    left: -1.2rem;
    max-width: 215px;
  }
}

@media (max-width: 767.98px) {
  .impact-highlight > .outtercontainer {
    padding: 2rem 0;
  }

  .impact-highlight .impact-highlight__visual {
    min-height: 280px;
  }

  .impact-highlight .impact-highlight__shape {
    left: 1rem;
    min-height: 265px;
    padding: 1.5rem;
    width: min(100%, 275px);
  }

  .impact-highlight .impact-highlight__shape-content {
    max-width: 170px;
  }

  .impact-highlight .impact-highlight__heading {
    font-size: 1.5rem;
  }

  .impact-highlight .impact-highlight__counter-text {
    font-size: 1.4rem;
  }

  .impact-highlight .impact-highlight__image {
    left: -0.6rem;
    max-width: 180px;
    transform: translateY(-50%) rotate(-10deg);
  }

}
@media all and (max-width: 1300px) {
  section.impact-highlight.paragraph.paragraph--type--impact-highlight.paragraph--view-mode--default {
      &:after {
          content: none;
      }
  }
  .impact-highlight .impact-highlight__inner {
      top: 0;
      position: relative;
  }
  .impact-highlight > .outtercontainer {
    padding: 50px 0;
    overflow: hidden;
  }
}
@media all and (max-width: 1100px) {
  .impact-highlight .impact-highlight__shape-content {
    display: none;
  }
  .impact-highlight .impact-highlight__shape {
      max-width: 420px;
      min-height: 420px;
      width: 420px;
      height: 420px;
      left: -220px;
  }
  .impact-highlight .impact-highlight__image {
      left: -2rem;
      max-width: 170px;
  }
  .impact-highlight .impact-highlight__inner {
      gap: 20px;
      grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
  }
  .impact-highlight .impact-highlight__body li {
    font-size: 25px;
  }
}
@media all and (max-width: 550px) {
    .impact-highlight__visual {
      display: none;
  }
  .impact-highlight .impact-highlight__inner {
      gap: 0;
      grid-template-columns: 1fr;
      padding: 0 20px;
  }
}
