.fade-in-element{opacity:1;transition:opacity 1s,transform 1s;animation-name:fadeIn,animate-forward;animation-duration:2s,1s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:.5s;animation-fill-mode:forwards,forwards;animation-timeline:auto,auto;transform:translateY(10%)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes animate-forward{0%{transform:translateY(10%)}to{transform:translateY(0)}}

/*# sourceMappingURL=4c0e605409bc7420.css.map*/