:root{--animate-duration:4s;--animate-delay:2s}@keyframes pulse-top{0%{transform:scale(1)}10%{transform:scale3d(1.08,1.08,1.08)translate(-2px,-1px)}20%{transform:scale(1)}}@keyframes pulse-right{0%{transform:scale(1)}10%{transform:scale3d(1.08,1.08,1.08)translate(-5px,-2px)}20%{transform:scale(1)}}@keyframes pulse-bottom{0%{transform:scale(1)}10%{transform:scale3d(1.08,1.08,1.08)translate(-6px,-4px)}20%{transform:scale(1)}}@keyframes pulse-left{0%{transform:scale(1)}10%{transform:scale3d(1.08,1.08,1.08)translate(-2px,-6px)}20%{transform:scale(1)}}.pulse-top{animation-name:pulse-top;animation-timing-function:ease-in-out}.pulse-right{animation-name:pulse-right;animation-timing-function:ease-in-out}.pulse-bottom{animation-name:pulse-bottom;animation-timing-function:ease-in-out}.pulse-left{animation-name:pulse-left;animation-timing-function:ease-in-out}
