/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-document-block/jh-document-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-document-block/jh-document-block.scss (1) ***!
  \*******************************************************************************************************************************************************/
/** Do not define variables outside of abstracts, if you find them breaking your build find the offender and move it into the abstracts folder **/
/**
 * 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).
 */
.card {
  background-color: #FFFFFF;
  border-radius: 2.5rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
@media only screen and (min-width: 48rem) {
  .card {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 80rem) {
  .card {
    padding: 2rem;
  }
}
.card__body {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.card__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 1rem;
}
.card__header .card-icon-container {
  width: 50%;
  text-align: center;
  padding-bottom: 1rem;
}
.card__header .card-icon {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 58.75rem) {
  .card__header {
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
  }
  .card__header .card-icon-container {
    width: 25%;
    flex: 0 1 auto;
    padding-bottom: 0;
  }
}
.card__header .card__title {
  flex: 1 0 75%;
}
@media only screen and (min-width: 58.75rem) {
  .card__header .card__title {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
.card__title {
  color: #393D47;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.28;
}
@media only screen and (min-width: 48rem) {
  .card__title {
    font-size: 1rem;
    margin-left: 0;
  }
}
@media only screen and (min-width: 58.75rem) {
  .card__title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 80rem) {
  .card__title {
    font-size: 1.5rem;
  }
}
.card__description {
  color: #9C9EA3;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.card__description a:link, .card__description a:visited {
  color: #12749A;
}
.card__description a:hover, .card__description a:active {
  color: #F06C00;
}
.card__text {
  color: #6B6E75;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 0;
}
.card__text > p:last-child {
  margin-bottom: 0;
}
.card__link {
  align-self: flex-end;
}
.card--agm {
  background-color: var(--brand-color-lightest);
  border-bottom: 0.3125rem solid var(--brand-color-primary);
  border-radius: 0 3.75rem 0 0;
  box-shadow: none;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .card--agm {
    max-width: min(58%, 55.6875rem);
    padding-inline: 5.625rem;
  }
}
.card--agm .card__body {
  gap: 0.9375rem;
  max-width: 26.5625rem;
  padding: unset;
}
.card--agm .card__title {
  font-weight: 600;
  margin-left: unset;
}
.card--agm .card__text {
  font-size: 1rem;
  line-height: 1.5;
}
.card--agm .card__text > p:last-child {
  margin-bottom: 0;
}
.card--agm .card__data {
  display: flex;
  gap: 1.125rem;
}
.card--agm .card__cta {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 0.9375rem;
  justify-content: space-between;
}
.card--agm .card__cta .btn--link {
  align-self: end;
}
.card--squared {
  border-bottom: 0.125rem solid var(--brand-color-primary);
  border-radius: 0;
  box-shadow: none;
  flex-direction: column;
  padding: 2rem;
  z-index: 1;
}
.card--squared .card__icon {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .card--squared .card__icon {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 80rem) {
  .card--squared .card__icon {
    margin-bottom: 1rem;
  }
}
.card--squared .card__title-link {
  text-decoration: none;
}
.card--squared .card__title-link .card__title {
  transition: all 0.3s ease-in-out;
}
.card--squared .card__title-link:hover .card__title {
  color: #12749A;
}
.card--squared .card__title {
  color: #F06C00;
  margin-bottom: 1rem;
  margin-left: 0;
}
@media only screen and (min-width: 48rem) {
  .card--squared .card__title {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 80rem) {
  .card--squared .card__title {
    margin-bottom: 1.5rem;
  }
}
.card--squared .card__text {
  color: #393D47;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.card--squared .card__text > p:last-child {
  margin-bottom: 0;
}
.card--squared .card__body {
  margin-bottom: 1rem;
  padding: 0 0 0;
}
@media only screen and (min-width: 48rem) {
  .card--squared .card__body {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 80rem) {
  .card--squared .card__body {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 90rem) {
  .card--squared .card__body {
    margin-bottom: 1.5rem;
  }
}
.card--squared .card__link {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
}
.card--squared .card__link-text {
  color: #12749A;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 48rem) {
  .card--squared .card__link-text {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .card--squared {
    align-items: center;
    border-bottom: 5px solid var(--brand-color-primary);
    display: flex;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 2px 8px 0px rgba(57, 61, 71, 0.6);
    height: 100%;
    padding: 0 0 0.625rem;
    width: 100%;
  }
  .card--squared .icon__open,
  .card--squared .icon__open path {
    transition: all 0.3s ease-in-out;
  }
  .card--squared .card__body {
    align-items: center;
    padding: 1rem 1rem 0;
  }
  .card--squared .card__link {
    display: inline-block;
  }
}
@media only screen and (min-width: 80rem) {
  .card--squared {
    padding: 0 0 1.375rem;
  }
  .card--squared .card__body {
    align-items: center;
    padding: 1.5rem 1.5rem 0;
  }
}
.card--profile {
  display: flex;
  flex-direction: column;
  padding: 1.5625rem;
}
.card--profile figure {
  margin: 0 0 0.625rem 0;
}
.card--profile .card__text {
  margin-bottom: 0.625rem;
}
.card--profile .card__text > p:last-child {
  margin-bottom: 0;
}
.card--profile .card__title {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.card--profile .card__job-title {
  margin-bottom: 0.625rem;
}

.trusts-overview__cta-cards .card--squared:last-child {
  border-bottom-width: 0;
}
@media only screen and (min-width: 48rem) {
  .trusts-overview__cta-cards .card--squared:last-child {
    border-bottom-width: 5px;
  }
}

.file-cards {
  background: linear-gradient(104deg, var(--brand-color-secondary) 0.6%, var(--brand-color-tertiary) 100%);
  padding: 4rem 0;
}
.file-cards__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media only screen and (min-width: 48rem) {
  .file-cards__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .file-cards__container {
    column-gap: 3rem;
  }
}
.file-cards--agm {
  background: unset;
  margin-block: 4rem;
  padding: unset;
}
@media only screen and (min-width: 64rem) {
  .file-cards--agm {
    padding-inline: 3.3125rem;
  }
}

.file-card {
  background: #FFFFFF;
  border-radius: 40px 40px 0px 0px;
  border: 1px solid #EBEBEC;
  box-shadow: 6px 6px 16px 0px rgba(57, 61, 71, 0.4);
  padding: 1.5625rem;
  display: grid;
  grid-template-columns: 3.125rem 1fr 2.525rem; /* First and last elements are fixed, middle element grows and shrinks */
  column-gap: 1rem; /* Adjust the gap as needed */
}
.file-cards--agm .file-card {
  border-bottom: 5px solid var(--brand-color-primary);
  padding-block: 2rem 4.6875rem;
}
.file-card__title {
  color: #12749A;
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
}
.file-cards--agm .file-card__title {
  color: #393D47;
}
.file-card__date {
  color: #6B6E75;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 0.25px;
}

.trusts-overview__cta-cards {
  background-color: #FFFFFF;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .trusts-overview__cta-cards {
    margin-bottom: 0;
    padding: 7.375rem 0;
  }
  .trusts-overview__cta-cards:not(.trusts-overview__cta-cards--is-background-white) {
    background-color: #FCE1CC;
  }
}

@media only screen and (min-width: 48rem) {
  .trust-landing .trusts-overview__cta-cards {
    background-color: white;
    padding-top: 5px;
  }
}

@media only screen and (min-width: 48rem) {
  .is-front-page .trusts-overview__cta-cards::after {
    background: #80b9cb;
    border-radius: 100%;
    bottom: -2.625rem;
    content: "";
    display: block;
    height: 75.8125rem;
    left: 55%;
    position: absolute;
    width: 75.8125rem;
  }
}
.card--squared .card__footer {
  height: 40px;
  padding-right: 2rem;
  width: 100%;
}

@media only screen and (min-width: 48rem) {
  .card--squared .card__footer {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 80rem) {
  .card--squared .card__footer {
    padding-right: 2rem;
  }
}

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