.nb-sticky-footer{
    position: relative;
    bottom: 0;

    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);

    width: 100%; /*Block builder styles*/

    background-color: #000000; /*Block builder styles*/
}
.nb-sticky-footer__wrapper{
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
}
body:not(:has(> footer)){
    position: relative !important; /*OBLIGATORY to position the footer correctly at the bottom of the page (if there is no footer*/
}
footer{
    position: relative;
}