.block-content--type-highlights {
  position: relative;
  margin: 3rem 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
}
.block-content--type-highlights * {
  color: #ffffff !important;
}
.block-content--type-highlights.default-background .background-image {
  background-image: url("../../../../src/assets/highlights-breaker-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%;
}
.block-content--type-highlights.default-background .background-overlay {
  opacity: 0.8;
}
.block-content--type-highlights .content-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.46);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.46);
}
@media screen and (min-width: 992px) {
  .block-content--type-highlights .content-wrapper {
    padding: 3rem;
  }
}
.block-content--type-highlights .background-overlay {
  background-color: #302668;
}
.block-content--type-highlights .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (min-width: 992px) {
  .block-content--type-highlights .content-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.block-content--type-highlights .field--name-field-title {
  color: #ffffff;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}
.block-content--type-highlights .field--name-field-subhead {
  color: #ffffff;
  font-family: "Darker Grotesque", "Arial", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: initial;
}
/*# sourceMappingURL=../../../sourcemaps/components/highlights/highlights.css.map */
