@keyframes hero-head-slide-keyframes{0%{translate:5px 0;opacity:.2}80%{translate:-15px 0;opacity:.1}to{translate:5px 0;opacity:.2}}.hero-head-animation:nth-child(2){animation-name:hero-head-slide-keyframes;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:1s}.hero-head-animation:nth-child(3){animation-name:hero-head-slide-keyframes;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:1.6s}.hero-head-animation:nth-child(4){animation-name:hero-head-slide-keyframes;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:2.2s}@keyframes graph-bob-keyframes{0%{translate:0 -10p}50%{translate:0 10px}to{translate:0 -10px}}.graph-bob{animation-name:graph-bob-keyframes;animation-duration:8s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}