.layout-splash .layout{
    display:flex;
    align-items: center;
    justify-content: center;
}
.layout-splash .header{
    display:none;
}
.layout-splash .footder{
    display:none;
}
.layout-splash .main{
    overflow:visible;
}
.layout-splash .splash{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap:10%;
}
.layout-splash .splash_title{
    width:100%;      
    font-family: 'Prata';
    font-weight: 400;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#C8C8C8;
}
.layout-splash .splash_mark_wrap{
    filter: drop-shadow(0px 0px 20px #EFDAC6);
} 
.layout-splash .splash_mark{
    width:100%;
    height:100%;
}