.hero-bounce-arrow{animation-duration:1.66s;animation-iteration-count:infinite;animation-name:heroBounce}@keyframes heroBounce{0%{animation-timing-function:cubic-bezier(.79,.14,.15,.86);transform:translateY(0)}13%{animation-timing-function:cubic-bezier(.65,.05,.36,1);transform:translateY(.35rem)}25%,to{transform:translateY(0)}}