._ContactUs_ .-Banner .bg-parallax::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.7);
}
._ContactUs_ .-Message .bg-parallax {
    background-color: rgb(255, 255, 255);
    background-blend-mode: multiply;
}
._ContactUs_ .-Message .bg-parallax::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(17,21,23,.5);
    Xopacity:0;
}
.headline-xxxxs {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
    .headline-xxxxs svg {
        height: 20px;
        margin-right: 5px;
        fill: currentColor;
    }