@keyframes icon-spin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(360deg) scale(1)}}@keyframes icon-tilt{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(-9deg) scale(1.22)}}@keyframes icon-tilt-right{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(9deg) scale(1.22)}}@keyframes icon-bob{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.2)}}
