.brand-loader-container{position:relative;width:180px;height:180px;display:flex;justify-content:center;align-items:center}.brand-loader{width:100%;height:100%;overflow:visible}.pulse{transform-origin:50px 50px;animation:pulse-out 2.4s ease-out infinite}.pulse-1{animation-delay:0s}.pulse-2{animation-delay:.8s}.pulse-3{animation-delay:1.6s}@keyframes pulse-out{0%{transform:scale(.5);opacity:.9}to{transform:scale(2.6);opacity:0}}
