.your{position:relative;background-image:url(/crossPlatform/Your-05.png);background-repeat:no-repeat;background-size:contain;background-position:0;height:2.5rem;animation:showUp 2s ease}.your:before{content:"";display:block;position:absolute;width:5px;height:4rem;background-color:var(--brand-color);top:2.5rem;transform:rotate(60deg);z-index:10;left:1.2rem;border-radius:2rem;animation:draw 1s ease forwards}@media screen and (max-width:1000px){.your:before{height:2.5rem}}@keyframes showUp{0%{opacity:0}to{opacity:1}}@keyframes draw{0%{opacity:0}to{opacity:1}}