#loaindV2Logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:110vh;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}#loaindV2Logo .logo-wrapper .logo{position:relative;height:150px;width:auto;z-index:5}#loaindV2Logo .logo-wrapper .name{position:relative;height:90px;width:auto;z-index:2;margin-left:-120px;opacity:0;animation:slideFromBehind 1s ease-out .5s forwards}@keyframes slideFromBehind{0%{margin-left:-120px;opacity:0}to{opacity:1;margin-left:0}}