.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.fadeZoomIn { opacity: 0; transform: scale(1.5); -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.fadeZoomIn.go { animation-name: fadeZoomIn; -webkit-animation-name: fadeZoomIn; }
.fadeZoomInBig { opacity: 0; transform: scale(5.5); -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.fadeZoomInBig.go { animation-name: fadeZoomInBig; -webkit-animation-name: fadeZoomInBig; }
.fadeInLeft { opacity: 0; transform: translateX(-50px); }
.fadeInLeft.go { animation-name: fadeInLeft; }
.fadeInUp { opacity: 0; transform: translateY(50%); }
.fadeInUp.go { animation-name: gmfadeInUp; }
.fadeInUp2 { opacity: 0; transform: translateY(15%); }
.fadeInUp2.go { animation-name: gmfadeInUpd; }
.fadeIn { opacity: 0; transform: scale(0.8); }
.fadeIn.go { animation-name: fadeIn; }
.fadeInDown { opacity: 0; transform: translateY(-50%) }
.fadeInDown.go { animation-name: gmfadeInDown }
.fadeInRight { opacity: 0; transform: translateX(50px) }
.fadeInRight.go { animation-name: fadeInRight }
.fadeZoomInBody { opacity: 0; transform: scale(1.1); -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.fadeZoomInBody.go { animation-name: fadeZoomInBody; }
.fadeZoomIn2 { opacity: 0; transform: scale(1.2); }
.fadeZoomIn2.go { animation-name: fadeZoomIn2; }
.delay-250 { -webkit-animation-delay: .25s; -moz-animation-delay: .25s; -o-animation-delay: .25s; animation-delay: .25s; }
a .delay-500 { -webkit-animation-delay: .5s; -moz-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }
.delay-750 { -webkit-animation-delay: .75s; -moz-animation-delay: .75s; -o-animation-delay: .75s; animation-delay: .75s; }
.delay-1000 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }
.delay-1250 { -webkit-animation-delay: 1.25s; -moz-animation-delay: 1.25s; -o-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay-1500 { -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; -o-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay-1750 { -webkit-animation-delay: 1.75s; -moz-animation-delay: 1.75s; -o-animation-delay: 1.75s; animation-delay: 1.75s; }
.delay-2000 { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; -o-animation-delay: 2s; animation-delay: 2s; }
.delay-2250 { -webkit-animation-delay: 2.25s; -moz-animation-delay: 2.25s; -o-animation-delay: 2.25s; animation-delay: 2.25s; }
.delay-2500 { -webkit-animation-delay: 2.5s; -moz-animation-delay: 2.5s; -o-animation-delay: 2.5s; animation-delay: 2.5s; }
@keyframes zoomInOut { 0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
@keyframes logodrawstroke { 0% { stroke-dashoffset: 2795; }
100% { stroke-dashoffset: 0; }
}
@keyframes GmFill { 0% { opacity: 0; }
80% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes DrawStroke { 0% { stroke-dashoffset: 445; }
100% { stroke-dashoffset: 0; }
}
@keyframes gmfadeInDown { 0% { opacity: 0; transform: translateY(-50%); }
70% { opacity: 0; transform: translateY(-10%); }
100% { opacity: 1; transform: translateY(0%); }
}
@keyframes gmfadeInUp { 0% { opacity: 0; transform: translateY(50%); }
100% { opacity: 1; transform: translateY(0%); }
}
@keyframes gmfadeInUpd { 0% { opacity: 0; transform: translateY(15%); }
100% { opacity: 1; transform: translateY(0%); }
}
@keyframes fadeZoomOut { 0% { opacity: 1; transform: scale(1); }
100% { opacity: 0; transform: scale(2); }
}
@keyframes fadeBackground { 0% { background: inherit; }
100% { background: transparent; }
}
@keyframes scrolldown { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 0; }
50% { opacity: 1; }
100% { -webkit-transform: translate(0, 40px); transform: translate(0, 40px); opacity: 0; }
}
@keyframes fadeZoomIn { 0% { opacity: 0; transform: scale(5.5); }
100% { opacity: 0.15; transform: scale(2); }
}
@keyframes fadeZoomInBig { 0% { opacity: 0; transform: scale(7.5); }
100% { opacity: 0.15; transform: scale(5.5); }
}
@keyframes fadeZoomInInfinite { 0% { transform: scale(1.3); }
50% { transform: scale(1); }
100% { transform: scale(1.3); }
}
@keyframes fadeIn { 0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeOut { 0% { opacity: 1; visibility: visible; }
100% { opacity: 0; visibility: hidden; }
}
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-50px); }
100% { opacity: 1; transform: translateX(0px); }
}
@keyframes fadeZoomInBody { 0% { opacity: 0; transform: scale(1.1); }
100% { opacity: 1; transform: scale(1); }
}
@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(50px); }
100% { opacity: 1; transform: translateX(0px); }
}
@keyframes spin { 0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes fadeZoomIn2 { 0% { opacity: 0; transform: scale(1.2); }
100% { opacity: 1; transform: scale(1); }
}