.load{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
}
.load > div{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc((60 / 1440) * 100vw);
    font-weight: 700;
    line-height: 180%;
    letter-spacing: calc((4.8 / 1440) * 100vw);
    font-family: PixelMplus10-Regular;
}
.load > img{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 49;
}
.invisible{
    display: none;
    opacity: 0;
}