@keyframes wing{0%,to{transform:rotate(0deg)}50%{transform:rotate(30deg)}}@keyframes drip{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes loading-bar{0%{left:-33.33%}to{left:100%}}.animate-wing{animation:wing .5s ease-in-out infinite}.animate-drip{animation:drip 2s ease-in-out infinite alternate;transform-origin:top}.animate-loading-bar{animation:loading-bar 1.5s ease-in-out infinite}.honeycomb-bg{background-color:rgba(251,191,36,.2)}.bee-body{background-color:#fbbf24}.bee-stripe{background-color:#000}.bee-wing{background-color:#fbbf24}.loading-bar-bg{background-color:#fde68a}.honey-drip,.loading-bar{background-color:#f59e0b}