

.anb-animation-out-id-8058 {
	animation: animation-out-8058 0s linear both!important;
}
@keyframes animation-out-8058 {
	0% {
		transform: scale(1) translate(0px,0px);
	}
	40% {
		transform: scale(1.2) translate(0px,0px);
	}
	100% {
		transform: scale(0) translate(0px,-100px);
	}
}










