.loading-screen{position:fixed;z-index:999;top:0;left:0;right:0;background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-screen__inner{max-width:250px;animation:pulse 5s infinite;transform-origin:center;text-align:center}.loading-screen__icon{width:100%;transform:scale(1.2)}@keyframes pulse{0%{transform:scale(1);opacity:0}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:0}}