@media (min-width:1024px) {

.animate-on-load .fold1a-content {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate-on-load .fold1a-form {
        transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate-on-load.active .fold1a-content {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate-on-load.active .fold1a-form {
        transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.animate .content-fold-g-content-inner {
    transform: translatey(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-g-content-inner {
    transform: translatey(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate .content-fold-g-icons {
    transform: translatey(-300px);
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-g-icons {
    transform: translatey(0px);
    opacity: 1;
    pointer-events: all;
    transition: all 500ms ease 300ms;
}

.animate .content-fold-g-img-inner {
    transform: translatey(300px);
    opacity: 0;
    transition: all 500ms ease;
    pointer-events: none;
}

.animate.animate-complete .content-fold-g-img-inner {
    transform: translatey(0px);
    opacity: 1;
    transition: all 500ms ease 600ms;
}

.fold3.animate {
    opacity:0;
    transition:all 500ms ease;
}

.fold3.animate.animate-complete {
    opacity:1;
    transition:all 500ms ease;
}

.animate .module-fold-h-title {
    transform: translatey(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .module-fold-h-title {
    transform: translatey(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate div#module-slider {
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete div#module-slider {
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.animate .module-fold-h-readmore {
    transform: translatey(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate .module-fold-h-readmore {
    transform: translatey(0px);
    opacity: 1;
    transition: all 500ms ease 1s;
}

.animate .reviews-folda-header {
    transform: translatey(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .reviews-folda-header {
    transform: translatey(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate .reviews-folda-slider {
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .reviews-folda-slider {
    opacity: 1;
    transition: all 500ms ease 500ms;
}
	
}