@charset "UTF-8";.wrapper{width:56px;height:56px;position:absolute;clip:rect(0,56px,56px,28px)}.circle{width:48px;height:48px;border:4px solid #ffb902;border-radius:24px;position:absolute;clip:rect(0,24px,48px,0);top:4px;left:4px}div[data-anim~=base]{-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:linear}.wrapper[data-anim~=wrapper]{-webkit-animation-duration:10ms;-webkit-animation-delay:2.5s;-webkit-animation-name:close-wrapper}.circle[data-anim~=left]{-webkit-animation-duration:5s;-webkit-animation-name:left-spin}.circle[data-anim~=right]{-webkit-animation-duration:2.5s;-webkit-animation-name:right-spin}@-webkit-keyframes right-spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(180deg)}}@-webkit-keyframes left-spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes close-wrapper{to{clip:rect(auto,auto,auto,auto)}}@-webkit-keyframes tooltip-show{to{opacity:1;visibility:visible}}@-webkit-keyframes images-show{50%{opacity:0;background-image:none}100%{opacity:1;background-image:url(../images/image_starbucks.jpg)}}@-webkit-keyframes move-top{to{opacity:1;top:-36px}}