.m-header-background-image {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 170.66667vw;
    padding: 2.5rem 0;
    position: relative;
}
.m-header-background-image::before {
    background: linear-gradient(301.69deg, rgba(30, 30, 33, 0.17), rgba(30, 30, 33, 0) 69.08%), linear-gradient(58.31deg, rgba(88, 88, 90, 0.1), rgba(88, 88, 90, 0) 69.08%), rgba(30, 30, 33, 0.15);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 100%;
    z-index: 1;
}
.m-header-background-image__background {
    z-index: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.m-header-background-image .container {
    z-index: 2;
}
.m-header-background-image .heading-link {
    display: block;
    text-decoration: none;
}
.m-header-background-image h1 {
    line-height: 1.1;
    letter-spacing: -0.045em;
}
.m-header-background-image .rich-text-container {
    max-width: 630px;
}
.m-header-background-image__highlight--egg {
    display: none;
}
.m-header-background-image__highlight--mobile {
    padding: 1.5rem 0;
}
.m-header-background-image .scroll-egg {
    margin-top: 1.2rem;
}
@media only screen and (min-width: 576px) {
    .m-header-background-image {
        min-height: 55.55556vw;
    }
}
@media only screen and (min-width: 768px) {
    .m-header-background-image__highlight {
        bottom: -6.2rem;
        display: block;
        max-width: 600px;
        min-height: 340px;
        padding: 5.5rem 8.5rem 6rem 9.75rem;
        position: absolute;
        right: -7rem;
        z-index: 1;
    }
    .m-header-background-image__highlight img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .m-header-background-image__highlight h5 {
        line-height: 1.35;
        margin-bottom: 0.6rem;
    }
    .m-header-background-image__highlight p {
        line-height: 1.6;
        margin-bottom: 1.4rem;
    }
    .m-header-background-image__highlight--mobile {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .m-header-background-image {
        padding: 8rem 0 3.5rem;
    }
    .m-header-background-image .col-12 {
        padding-right: 3rem;
    }
    .m-header-background-image--spaced .container {
        min-height: 300px;
    }
    .m-header-background-image__highlight {
        bottom: -7.2rem;
        padding: 7.2rem 6.5rem 7rem 9.25rem;
        right: -5rem;
    }
    .m-header-background-image .scroll-egg {
        margin-top: 4rem;
    }
}
@media only screen and (min-width: 1175px) {
    .m-header-background-image {
        min-height: 800px;
    }
    .m-header-background-image__highlight {
        bottom: -10.8rem;
        min-height: 510px;
        padding: 7.2rem 6.5rem 8rem 8.25rem
        right: -4rem;
    }
}
@media only screen and (min-width: 1440px) {
    .m-header-background-image .rich-text-container {
        max-width: 695px;
    }
}