.featured-highlight {
  padding: 0 16px;
  margin-bottom: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .featured-highlight {
    padding: 0 32px 138px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-highlight {
    margin: 0 auto;
    max-width: 1216px;
    padding: 0 16px;
    margin-bottom: 96px;
    margin-top: 128px;
  }
}
@media screen and (min-width: 1920px) {
  .featured-highlight {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 16px;
    margin-bottom: 96px;
    margin-top: 128px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-highlight__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(auto, 469px);
    grid-template-columns: 1fr minmax(auto, 469px);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -ms-grid-row-align: start;
    align-items: start;
  }
}
.featured-highlight__container {
  opacity: 0;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
  display: -ms-grid;
  display: grid;
  row-gap: 32px;
}
.featured-highlight__container.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes animate-in-down {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .featured-highlight__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-highlight__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .featured-highlight__container {
    -ms-grid-columns: (minmax(auto, 332px))[2];
    grid-template-columns: repeat(2, minmax(auto, 332px));
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .featured-highlight__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.featured-highlight__title {
  color: #07073a;
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .featured-highlight__title {
    font-size: 3rem;
    line-height: 1.25;
  }
}
.featured-highlight__subtitle {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  display: block;
  color: #0070c0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -moz-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  margin-bottom: 12px;
}
.featured-highlight__summary {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .featured-highlight__summary {
    margin-bottom: 64px;
  }
}
.featured-highlight__summary p {
  color: #5a5a5f;
}
.featured-highlight__header {
  opacity: 0;
}
.featured-highlight__header.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.featured-highlight__image {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  text-align: center;
  position: relative;
  margin: 0 auto 32px;
}
.featured-highlight__image.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 1024px) {
  .featured-highlight__image {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.featured-highlight__image::before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  right: -4px;
  top: -4px;
  border-top: 7px solid #ef434b;
  border-right: 7px solid #ef434b;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .featured-highlight__image::before {
    right: -7px;
    top: -7px;
    border-width: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-highlight__image::before {
    border-width: 20px;
    width: 228px;
    height: 228px;
    top: -10px;
    right: -10px;
  }
}
@media screen and (min-width: 1280px) {
  .featured-highlight__image::before {
    border-width: 20px;
    width: 228px;
    height: 228px;
    top: -10px;
    right: -10px;
  }
}
.featured-highlight__image::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 130px;
  border-left: 3px solid #ef434b;
  border-bottom: 3px solid #ef434b;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .featured-highlight__image::after {
    left: -3px;
    bottom: -3px;
    border-width: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-highlight__image::after {
    border-width: 7px;
    width: 228px;
    height: 228px;
    left: -3px;
    bottom: -3px;
  }
}
@media screen and (min-width: 1280px) {
  .featured-highlight__image::after {
    border-width: 10px;
    width: 228px;
    height: 228px;
    left: -5px;
    bottom: -5px;
  }
}
.featured-highlight__image img {
  display: block;
  width: 100%;
  height: auto;
}
.featured-highlight__element {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #dcdfea;
  padding: 20px 16px 10px 16px;
  height: -moz-calc(100% - 32px);
  height: calc(100% - 32px);
}
.featured-highlight__element p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #5a5a5f;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .featured-highlight__element p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.featured-highlight__element-heading {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #07073a;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.featured-highlight__icon {
  display: block;
  width: 46px;
  height: 42px;
  -webkit-flex: 0 0 46px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  margin-right: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.featured-highlight__icon img {
  max-width: 46px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
.featured-highlight__content {
  margin-bottom: 16px;
}
.featured-highlight__cta {
  display: block;
  text-decoration: none;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.featured-highlight__cta:hover, .featured-highlight__cta:focus {
  background-color: #ffffff;
  box-shadow: 0 8px 40px rgba(29, 41, 57, 0.15);
}
.featured-highlight__cta:hover .featured-highlight__cta-text, .featured-highlight__cta:focus .featured-highlight__cta-text {
  color: #0070c0;
}
.featured-highlight__cta:hover .featured-highlight__cta-text::after, .featured-highlight__cta:focus .featured-highlight__cta-text::after {
  -webkit-transform: scale3d(1.9, 1, 1);
  -moz-transform: scale3d(1.9, 1, 1);
  transform: scale3d(1.9, 1, 1);
}
.featured-highlight__cta-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #171f27;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-right: 19px;
  display: block;
  margin-top: auto;
}
.featured-highlight__cta-text::after {
  -webkit-mask-image: url("../../../../assets/images/arrow-right.svg");
  mask-image: url("../../../../assets/images/arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  width: 11px;
  height: 11px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  margin-right: -19px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}