    .agegate-overlay{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.94);
        color:#fff;
        display:grid;
        place-items:center;
        z-index:9999
    }
   