.style_overlay__3rIuO {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8500;
    background: radial-gradient(rgba(0,0,0,.9),rgba(0,0,0,.6));
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.style_overlay__3rIuO.style_active__c8p6j {
    display: block;
    animation-name: style_reveal__CuekP
}

@keyframes style_reveal__CuekP {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
