@media (min-width:1024px) {
	
.animate-on-load .fold1b-content .title{
    transform:translatex(-200px);
    opacity:0;
    transition:all 500ms ease;
}

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

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

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

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

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

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

.animate .module-fold-n-header-buttons.switch-wrapper {
    transform: translatex(200px);
    opacity: 0;
    transition:all 500ms ease;
}

.animate.animate-complete .module-fold-n-header-buttons.switch-wrapper {
    transform: translatex(0px);
    opacity: 1;
    transition:all 500ms ease 500ms;
}

.module-fold-n-slider.switch-item {
    opacity: 0;
    transition: all 500ms ease;
}

.module-fold-n-slider.switch-item {
    opacity: 1;
    transition: all 1000ms ease 1s;
}

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

.animate.animate-complete .content-foldb-img {
    transform:translatex(0px);
    opacity: 1;
    transition:all 500ms ease;
}

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

.animate.animate-complete .content-foldb-content {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

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

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

.animate div#content-fold-c-items {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete div#content-fold-c-items {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.animate .content-fold-c-img {
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-c-img {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1s;
}

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

.animate.animate-complete div#module-fold-d-splide {
    opacity: 1;
}

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

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

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

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

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

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