.practice-header{animation:1s linear fadeTop}.practice-p{animation:1s linear fadeBtm}.practice-emoji{animation:1s linear infinite alternate down}.practice-Hero-container{animation:1s linear animate;animation-timeline:view();animation-range:entry 0 cover 40%}.practice-Hero-head{animation:linear rightIncoming;animation-timeline:view();animation-range:entry 0 cover 60%}.practice-Hero-p{animation:linear leftIncoming;animation-timeline:view();animation-range:entry 0 cover 60%}@keyframes rightIncoming{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes leftIncoming{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes animate{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}@keyframes fadeTop{0%{opacity:0;margin-top:-40px}to{opacity:1}}@keyframes fadeBtm{0%{opacity:0;margin-top:40px}to{opacity:1}}@keyframes down{0%{transform:translateY(0)}to{transform:translateY(40px)}}
