@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes fade{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.animated-image{display:block;height:auto;width:125px}.no-animate{animation:none}.animated-image.animate{animation:pulse 1s ease-in-out infinite;will-change:transform,opacity}.loader-page{align-items:center;background-color:#00000096;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:9999999999}
