@charset "UTF-8";
/* CSS Document */

.features {
		display:block;
		float:left;
		opacity:0;
		transform: translateY(20px) ;
		}
.featuresAnimate{
	animation: clear 1.5s 0.15s forwards;
}

.delay1{ animation-delay:0.3s;}
.delay2{ animation-delay:0.6s;}
.delay3{ animation-delay:0.9s;}
.delay4{ animation-delay:1.3s;}
.delay5{ animation-delay:1.6s;}
.delay6{ animation-delay:1.9s;}
.delay7{ animation-delay:2.3s;}
.delay8{ animation-delay:2.6s;}
.delay9{ animation-delay:2.9s;}
.delay10{ animation-delay:3.3s;}
.delay11{ animation-delay:3.5s;}
.delay12{ animation-delay:3.9s;}
.delay13{ animation-delay:4.3s;}
.delay14{ animation-delay:4.6s;}
.delay15{ animation-delay:4.9s;}
.delay16{ animation-delay:5.3s;}
.delay17{ animation-delay:5.6s;}
.delay18{ animation-delay:5.9s;}
.delay19{ animation-delay:6.3s;}
.delay20{ animation-delay:6.6s;}
.delay21{ animation-delay:6.9s;}
.delay22{ animation-delay:7.3s;}
	

@keyframes clear {
	to {
		opacity:1;
		transform:none;
	}