/* footer */
.page-footer{
    mask-position: relative;
    display: block;
    height: 100vh;
    max-width: 100vw;
    max-height: 100dvh;
    background-color: #d6e3e1;
}
.footer-content{
    height:100%;
    z-index: 1;
}
.footer-content .content{
    color: white;
    background-color: #0d3129;
    z-index: 32;
}