.fc .splash-screen-container{background-color:#fff;display:block;display:flex;height:100%;justify-content:center;left:0;opacity:1;overflow:hidden;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:var(--fc-zIndex-layer-max)}.fc .splash-screen-container .sp-content{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.fc .splash-screen-container .sp-logo{display:flex;margin:0 auto}.fc .splash-screen-container .sp-plane{margin-bottom:-100px;padding-top:90px;transform:translate(-500%);z-index:-1}.fc .splash-screen-container .sp-plane.animate{animation:flightFromLeftToRight 2s ease-in-out forwards;animation-delay:0s}@media only screen and (max-width:767px){.fc .splash-screen-container .sp-plane{margin-bottom:-60px;transform:translate(500%);width:100px}.fc .splash-screen-container .sp-plane.animate{animation:flightFromLeftToRightMobile 2s ease-in-out forwards;animation-delay:0s}.fc .splash-screen-container .cloud{background-position:50%;height:100px}}@keyframes flightFromLeftToRight{0%{transform:translate(-500%)}to{transform:translate(500%)}}@keyframes flightFromLeftToRightMobile{0%{transform:translate(-500%)}}
