.hlc_three_insights_cards {
  position: relative;
  box-sizing: border-box;
  padding: 15rem 0;
  margin: 0;
  overflow: hidden;
  color: #fff;
  z-index: 0;
  background: linear-gradient(142deg, #63bcaf 1.5648%, #006b8b 16.0993%, #004d7e 45.0756%, #004571 55.9724%, #003153 65%, #002640 75%, #00223a 82%);
}

.hlc_three_insights_cards .hlc-section-eyebrow {
  margin: 0;
}

@media only screen and (min-width: 576px) {
  .hlc_three_insights_cards {
    padding: 6.5rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .hlc_three_insights_cards {
    padding: 15rem 0;
  }
}
@media (max-width: 767px) {
  .hlc_three_insights_cards {
    padding: 5rem 0;
    padding-bottom: 10rem;
  }
}
.hlc_three_insights_cards .container {
  position: relative;
  z-index: 1;
}

.hlc_three_insights_cards .slick-slider {
  position: static;
}

.hlc_three_insights_cards .slick-slider .slick-dots {
  bottom: -6rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  left: 0;
}

.hlc_three_insights_cards .slick-slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.hlc_three_insights_cards .slick-slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #BFF355;
  width: 100%;
  height: 100%;
  padding: 0;
}

.hlc_three_insights_cards .slick-slider .slick-dots li button:focus-visible {
  outline: 2px solid #bff355;
  outline-offset: 3px;
}

.hlc_three_insights_cards .slick-slider .slick-dots li button::before {
  display: none;
}

.hlc_three_insights_cards .slick-slider .slick-dots li.slick-active {
  background-color: #BFF355;
}

.hlc_three_insights_cards .hlc-section-title {
  font-size: 3.75rem;
  line-height: 100%;
}

@media (max-width: 767px) {
  .hlc_three_insights_cards .hlc-section-title {
    width: 75%;
  }
}
@media only screen and (min-width: 576px) {
  .hlc_three_insights_cards .hlc-section-title {
    font-size: 35px;
    margin-top: auto;
  }
}
.hlc_three_insights_cards_mt15 {
  margin-top: 1.5rem;
}

.hlc_three_insights_cards_mb15 {
  margin-bottom: 1.5rem;
}

.hlc_three_insights_cards.light_green {
  background: #BFF355;
  color: #002236;
}

.hlc_three_insights_cards.light_green .hlc_three_insights_cards_label {
  color: #002236;
}

.hlc_three_insights_cards.light_green .hlc_three_insights_cards_arrow {
  border: 2px solid #002236;
}

.hlc_three_insights_cards.light_green .cta-fill-arrow a {
  border: 2px solid #002236;
}

.hlc_three_insights_cards.light_green .cta-fill-arrow a span {
  color: #002236;
}

.hlc_three_insights_cards.light_green .hlc_three_insights_cards_card_body {
  color: #002236;
}

.hlc_three_insights_cards.light_green .hlc_three_insights_cards_card_body p {
  color: #002236;
}

.hlc_three_insights_cards.light_green .hlc_three_insights_cards_card .hlc_three_insights_cards_heading {
  color: #002236;
}

.hlc_three_insights_cards.light_green .hlc_three_insights_cards_card::after {
  background: linear-gradient(180deg, #002236 0%, #82C8BE 55%, #d6e6f4 100%);
}

.hlc_three_insights_cards.light_green .hlc_three_insights_cards_card::before {
  background: linear-gradient(90deg, #002236 0%, #9fe3d9 50%, #d6e6f4 100%);
}

.hlc_three_insights_cards.bg_grey {
  background: #f5f2f0;
  color: #002236;
}

.hlc_three_insights_cards.bg_grey .hlc_three_insights_cards_label {
  color: #002236;
}

.hlc_three_insights_cards.bg_grey .cta-fill-arrow a span {
  color: #002236;
}

.hlc_three_insights_cards.bg_grey .hlc_three_insights_cards_card_body {
  color: #002236;
}

.hlc_three_insights_cards.bg_grey .hlc_three_insights_cards_card_body p {
  color: #002236;
}

.hlc_three_insights_cards.bg_grey .hlc_three_insights_cards_card .hlc_three_insights_cards_heading {
  color: #002236;
}

.hlc_three_insights_cards.dark_blue {
  background: #002236;
  color: #fff;
}

.hlc_three_insights_cards.dark_blue .hlc_three_insights_cards_label {
  color: #fff;
}

.hlc_three_insights_cards.dark_blue .cta-fill-arrow a span {
  color: #fff;
}

.hlc_three_insights_cards.dark_blue .hlc_three_insights_cards_card_body {
  color: #fff;
}

.hlc_three_insights_cards.dark_blue .hlc_three_insights_cards_card .hlc_three_insights_cards_heading {
  color: #fff;
}

.hlc_three_insights_cards_head_inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  text-align: left;
  gap: 1.6rem 3.2rem;
}

.hlc_three_insights_cards_head_inline .hlc_three_insights_cards_eyebrow {
  width: auto;
  flex: 0 0 auto;
  min-height: 0;
  align-items: center;
}

.hlc_three_insights_cards_head_inline .hlc_three_insights_cards_title {
  flex: 1 1 24rem;
  text-align: left;
  max-width: none;
}

.hlc_three_insights_cards_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: stretch;
  margin: 0 0 5rem;
  padding: 0;
  list-style: none;
}

.hlc_three_insights_cards_grid.slick-dotted.slick-slider {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 992px) {
  .hlc_three_insights_cards_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
.hlc_three_insights_cards_cell {
  min-width: 0;
  display: flex;
}

.hlc_three_insights_cards_card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 28rem;
  padding: 2.4rem 2.4rem 2rem;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.hlc_three_insights_cards_card::before, .hlc_three_insights_cards_card::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}

.hlc_three_insights_cards_card::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #bff355 0%, #9fe3d9 50%, #d6e6f4 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}

.hlc_three_insights_cards_card::after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #bff355;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

@media (max-width: 767px) {
  .hlc_three_insights_cards_card::before {
    transform: scaleX(1);
  }
  .hlc_three_insights_cards_card::after {
    transform: scaleY(1);
  }
}
.hlc_three_insights_cards_card:hover, .hlc_three_insights_cards_card:focus-visible {
  text-decoration: none;
  color: inherit;
}

.hlc_three_insights_cards_card:focus-visible {
  outline: 2px solid #bff355;
  outline-offset: 3px;
}

.hlc_three_insights_cards_card:hover::before, .hlc_three_insights_cards_card:focus-visible::before {
  transform: scaleX(1);
}

.hlc_three_insights_cards_card:hover::after, .hlc_three_insights_cards_card:focus-visible::after {
  transform: scaleY(1);
}

@media (prefers-reduced-motion: reduce) {
  .hlc_three_insights_cards_card::before, .hlc_three_insights_cards_card::after {
    transition-duration: 0.01ms;
    transition-delay: 0s !important;
  }
}
.hlc_three_insights_cards_card > * {
  position: relative;
  z-index: 1;
}

.hlc_three_insights_cards_card:hover .hlc_three_insights_cards_arrow::before {
  width: 100%;
}

.hlc_three_insights_cards_card:hover .hlc_three_insights_cards_arrow::after {
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.hlc_three_insights_cards_label {
  display: block;
  margin: 0 0 2rem;
  font-family: "roobert_medium";
  font-weight: 750;
  font-size: 2rem;
  line-height: 110%;
  text-transform: capitalize;
}

@media only screen and (min-width: 576px) {
  .hlc_three_insights_cards_label {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 1.2rem;
  }
}
.hlc_three_insights_cards_heading {
  margin: 0 0 1.2rem;
  font-family: "roobert_medium";
  font-weight: 650;
  font-size: 2.5rem;
  line-height: 3rem;
  color: inherit;
}

.hlc_three_insights_cards_card .hlc_three_insights_cards_heading {
  font-weight: 500;
}

.hlc_three_insights_cards_card_body:empty {
  display: none;
  margin: 0 !important;
  padding: 0;
  min-height: 0;
}

.hlc_three_insights_cards_card_body {
  color: #fff;
  flex: 1 1 auto;
  margin: 0 0 2.4rem;
  font-family: "roobert_regular";
  font-size: 2.5rem;
  line-height: 130%;
  font-weight: 500;
}

@media only screen and (min-width: 576px) {
  .hlc_three_insights_cards_card_body {
    font-weight: 500;
    line-height: 1.3;
  }
}
.hlc_three_insights_cards_card_body p {
  color: #fff;
  font-size: 2.5rem;
  line-height: 130%;
  font-weight: 500;
  margin: 0 0 0.8rem;
}

@media (max-width: 767px) {
  .hlc_three_insights_cards_card_body p {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 576px) {
  .hlc_three_insights_cards_card_body p {
    font-weight: 400;
    line-height: 1.45;
  }
}
.hlc_three_insights_cards_card_body p:last-child {
  margin-bottom: 0;
}

.hlc_three_insights_cards_card_body em {
  font-style: italic;
}

.hlc_three_insights_cards_aro_row {
  display: flex;
  justify-content: end;
  width: 100%;
}

.hlc_three_insights_cards_aro_row .hlc_three_insights_cards_arrow {
  align-self: flex-end;
  margin: 0 -19px -16px 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #bff355;
  position: relative;
}

.hlc_three_insights_cards_aro_row .hlc_three_insights_cards_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}

.hlc_three_insights_cards_aro_row .hlc_three_insights_cards_arrow::after {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 200ms linear;
  width: 32px;
  height: 32px;
  background-image: url(../images/Common/cta-transform-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.hlc_three_insights_cards_cta_row {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hlc_three_insights_cards .cta-fill-arrow a:focus-visible {
  outline: 2px solid #bff355;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .hlc_three_insights_cards_cell {
    flex-direction: column;
    align-items: stretch;
  }
  /* Press Release CTA: visible on every mobile slide (desktop unchanged below 768). */
  .hlc_three_insights_cards_js .hlc_three_insights_cards_grid ~ .hlc_three_insights_cards_cta_row {
    display: flex;
    justify-content: flex-end;
    overflow: visible;
    max-height: none;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin-top: 2.4rem;
    pointer-events: auto;
    transition: opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .hlc_three_insights_cards_js .hlc_three_insights_cards_grid ~ .hlc_three_insights_cards_cta_row {
    transition-duration: 0.01ms;
    transition-delay: 0s !important;
  }
}
body .cta-fill-arrow :not(a):is(span:not([scfieldtype])),
.cta-fill-arrow :not(.a-tag):is(span:not([scfieldtype])) {
  padding: 0.8rem 5rem 0.8rem 2rem;
}
