/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-overview-hero/jh-overview-hero-block.scss ***!
  \*******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-overview-hero/jh-overview-hero-block.scss (1) ***!
  \***********************************************************************************************************************************************************/
/*
 *	Overview Hero Block.
*/
/**
 * Switch for palettes with a quartenary color.
 *
 * This must be included with the palette in order for the `with-extended-palette`
 * function to work properly.
 */
/**
 * Conditionally use colors based on whether the palette includes a quartenary value.
 *
 * @param {string} $if-has-4 The value to use if the palette has a quartenary color.
 * @param {string} $if-has-3 The value to use if the palette does not has a quartenary color.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
.mb-none {
  margin-bottom: 0 !important;
}

.mb-unit {
  margin-bottom: 1rem !important;
}

.mb-small {
  margin-bottom: 1rem !important;
}

.mb-medium {
  margin-bottom: 1.5rem !important;
}

.mb-large {
  margin-bottom: 2rem !important;
}

.mb-larger {
  margin-bottom: 2.875rem !important;
}

.mb-xlarge {
  margin-bottom: 4rem !important;
}

.mb-xxlarge {
  margin-bottom: 8rem !important;
}

/**
 * Adds focus ring outline.
 * https://remysharp.com/til/css/focus-ring-default-styles
 */
/**
 * Remove browser default button styles
 */
/**
 * Breakpoints
 */
/**
 * Vertical rhythm.
 *
 * @param {String} $spacing Vertical spacing value in pixels.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
.overview {
  color: #393D47;
}
.overview__upper {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .overview__upper {
    margin-bottom: 4rem;
  }
}
.overview__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 1.5rem;
}
.overview__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.28;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .overview__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
  }
}
.overview__stat {
  margin-bottom: 1rem;
}
.overview__stat-upper {
  color: #393D47;
  font-family: "Roboto", sans-serif;
  font-size: 1.625rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .overview__stat-upper {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    text-align: left;
  }
}
.overview__stat-key::after {
  content: ":";
  display: inline;
  margin-right: 0.25rem;
}
@media only screen and (min-width: 48rem) {
  .overview__stat-key::after {
    display: none;
    margin-right: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .overview__stat-key {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.overview__stat-value {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  line-height: 1.36;
}
@media only screen and (min-width: 48rem) {
  .overview__stat-value {
    font-weight: 700;
  }
}
.overview__stat-date {
  color: #D7D8DA;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .overview__stat-date {
    color: #6B6E75;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.42;
    text-align: left;
  }
}
.overview .paragraph {
  color: #393D47;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.overview .paragraph p {
  color: #393D47;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.overview .paragraph p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .overview.container {
    margin-bottom: 4rem;
  }
  .overview::after {
    background-color: var(--brand-color-secondary);
    content: "";
    display: block;
    height: 1px;
    margin: 4rem auto 0;
    width: 64%;
  }
}

/*# sourceMappingURL=jhOverviewHeroBlock.css.map*/