svg#freepik_stories-job-hunt:not(.animated) .animable {opacity: 0;}svg#freepik_stories-job-hunt.animated #freepik--background-complete--inject-55 {animation: 0.5s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) slideUp,1.5s Infinite  linear floating;animation-delay: 0s,0.5s;}svg#freepik_stories-job-hunt.animated #freepik--Shadow--inject-55 {animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) zoomIn,1.5s Infinite  linear floating;animation-delay: 0s,1s;}svg#freepik_stories-job-hunt.animated #freepik--Briefcases--inject-55 {animation: 3s Infinite  linear floating;animation-delay: 0s;}svg#freepik_stories-job-hunt.animated #freepik--Character--inject-55 {animation: 3s Infinite  linear floating;animation-delay: 1.5s;}            @keyframes slideUp {                0% {                    opacity: 0;                    transform: translateY(30px);                }                100% {                    opacity: 1;                    transform: inherit;                }            }                    @keyframes floating {                0% {                    opacity: 1;                    transform: translateY(0px);                }                50% {                    transform: translateY(-10px);                }                100% {                    opacity: 1;                    transform: translateY(0px);                }            }                    @keyframes zoomIn {                0% {                    opacity: 0;                    transform: scale(0.5);                }                100% {                    opacity: 1;                    transform: scale(1);                }            }        