@keyframes handswing{0%{transform:rotate(0deg)}100%{transform:rotate(50deg)}}.animation-handswing{transform-origin:100px 200px;animation:handswing 1s ease-in-out;animation-direction:alternate;animation-iteration-count:infinite}@keyframes pop-1{0%{transform:scale(1)}100%{transform:scale(1.15)}}@keyframes pop-01{0%{transform:scale(1)}100%{transform:scale(1, 1.05)}}svg#character-map{overflow:visible}svg#character-map.animate-pop{transform-origin:190px 166px;animation:pop-01 .2s;animation-direction:normal;animation-play-state:running}svg#character-map.animate-pop #decoration{transform-origin:190px 166px;animation:pop-1 .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation-direction:normal;animation-play-state:running}