.hp3-hero {
    background: linear-gradient(90deg, #eef7fa 0%, #eef7fa 42%, #e8f5f9 72%, #e2f2f7 100%);
}
.hp3-scene {
    top: -58px;
    right: -2%;
    width: 62%;
    height: 350px;
    color: inherit;
    pointer-events: none;
}
.hp3-scene .hp3-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    opacity: .72;
    filter: saturate(.72) contrast(.94);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .15) 18%, #000 42%, #000 78%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 17%, #000 76%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .15) 18%, #000 42%, #000 78%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 17%, #000 76%, transparent 100%);
    mask-composite: intersect;
}
@media (max-width: 1199.98px) {
    .hp3-scene { right: -7%; width: 68%; opacity: .38; }
}
@media (max-width: 767.98px) {
    .mainContent { margin-top: 76px !important; }
    .hp3-hero { padding-top: 22px; }
    .hp3-scene { display: none; }
}
