.hlc-feature-card {
  padding: 15rem 0;
  background: #eee5e1;
  color: #002236;
}

.hlc-feature-card.hlc-feature-card--theme-taupe {
  background: #eee5e1;
  color: #002236;
}

.hlc-feature-card.hlc-feature-card--theme-dark {
  background: #002236;
  color: #fff;
}

.hlc-feature-card.dark_green {
  background: #002236;
  color: #fff;
}

.hlc-feature-card.light_green {
  background: #bff355;
  color: #002236;
}

.hlc-feature-card.bg_grey {
  background: #eee5e1;
  color: #002236;
}

.hlc-feature-card .hlc-feature-card__intro {
  display: flex;
  align-items: start;
  gap: 2.5rem;
  margin-bottom: 10rem;
}

.hlc-feature-card .hlc-feature-card__eyebrow {
  width: 35rem;
  min-width: 35rem;
  color: inherit;
  font-family: "roobert_medium";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.1;
  border-left: 1px solid currentColor;
  display: flex;
  align-items: flex-end;
  padding-left: 2rem;
  height: 7.5rem;
}

@media (max-width: 767px) {
  .hlc-feature-card .hlc-feature-card__eyebrow {
    height: 3.375rem;
  }
}
.hlc-feature-card .hlc-feature-card__title {
  width: 110rem;
  color: inherit;
  font-family: "roobert_medium";
  font-size: 4.375rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 750;
}

.hlc-feature-card .hlc-feature-card__media-grid {
  display: flex;
  align-items: flex-end;
  gap: 2.5rem;
}

.hlc-feature-card.hlc-feature-card--media-left .hlc-feature-card__media-grid:has(> *:nth-child(2)),
.hlc-feature-card.align_left .hlc-feature-card__media-grid:has(> *:nth-child(2)) {
  flex-direction: row-reverse !important;
}

.hlc-feature-card.hlc-feature-card--media-right .hlc-feature-card__media-grid, .hlc-feature-card.align_right .hlc-feature-card__media-grid {
  flex-direction: row;
}

.hlc-feature-card .hlc-feature-card__media-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
  object-position: bottom;
}

.hlc-feature-card .hlc-feature-card__media-card:first-child {
  width: 60.5rem;
  min-width: 60.5rem;
  height: 60.5rem;
}

.hlc-feature-card .hlc-feature-card__media-card:last-child {
  width: 85.75rem;
  min-width: auto;
  height: 60.5rem;
}

.hlc-feature-card .hlc-feature-card__media-card {
  overflow: hidden;
}

.hlc-feature-card .hlc-feature-card__media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media only screen and (min-width: 0) and (max-width: 1199px) {
  .hlc-feature-card .hlc-feature-card__intro,
  .hlc-feature-card .hlc-feature-card__media-grid {
    max-width: 100%;
  }
  .hlc-feature-card .hlc-feature-card__eyebrow {
    width: 22rem;
    min-width: 22rem;
  }
  .hlc-feature-card .hlc-feature-card__title {
    font-size: 4.375rem;
    width: auto;
  }
  .hlc-feature-card .hlc-feature-card__media-card:first-child {
    width: 42%;
    min-width: 42%;
    height: 47.875rem;
  }
  .hlc-feature-card .hlc-feature-card__media-card:last-child {
    width: 58%;
    min-width: 58%;
    height: 47.875rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .hlc-feature-card {
    padding: 8.5rem 0;
  }
  .hlc-feature-card .hlc-feature-card__intro {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .hlc-feature-card .hlc-feature-card__eyebrow {
    width: auto;
    min-width: 0;
    padding-top: 0;
    min-height: auto;
    height: 27px;
    text-transform: none;
  }
  .hlc-feature-card .hlc-feature-card__title {
    font-size: 5.2rem;
    line-height: 1.18;
  }
  .hlc-feature-card .hlc-feature-card__media-card:first-child,
  .hlc-feature-card .hlc-feature-card__media-card:last-child {
    width: 50%;
    min-width: 50%;
    height: 42.875rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .hlc-feature-card {
    padding: 5rem 0;
  }
  .hlc-feature-card .hlc-feature-card__title {
    font-size: 4.375rem;
    line-height: 1;
    font-weight: 400;
    padding-right: 15px;
  }
  .hlc-feature-card .hlc-feature-card__media-grid {
    gap: 2rem;
    flex-direction: column !important;
  }
  .hlc-feature-card.hlc-feature-card--media-left .hlc-feature-card__media-grid, .hlc-feature-card.align_left .hlc-feature-card__media-grid {
    flex-direction: column-reverse !important;
  }
  .hlc-feature-card .hlc-feature-card__media-card:first-child,
  .hlc-feature-card .hlc-feature-card__media-card:last-child {
    width: 100%;
    min-width: 100%;
    height: 42.875rem;
  }
}
