@media(min-width:1024px) {
	
.animate .main-fold-b-content-header {
    transform: translatex(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .main-fold-b-content-header {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease;
}

.animate .main-fold-b-content-inner {
    transform: translatex(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .main-fold-b-content-inner {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease 300ms;
}

.animate .main-fold-b-content-readmore {
    transform: translatex(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .main-fold-b-content-readmore {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease 600ms;
}

.animate :is(.main-fold-b-content-users, .main-fold-b-content-users-content) {
    transform: translatex(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete :is(.main-fold-b-content-users, .main-fold-b-content-users-content) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease 900ms;
}

.animate .main-fold-b-img {
    transform: translatex(50px);
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete .main-fold-b-img {
    transform: translatex(0px);
    opacity: 1;
    transition: all 1000ms ease;
}

.animate .module-fold-d-header {
    transform: translatey(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .module-fold-d-header {
    transform: translatey(0px);
    opacity: 1;
    transition: all 750ms ease;
}

.animate .module-fold-d-item {
    transform: scale(0);
    transition: all 750ms ease;
    opacity:0;
}

.animate .module-fold-d-wrapper .module-fold-d-item:nth-of-type(1){
    transform-origin:bottom left;
}

.animate.animate-complete .module-fold-d-wrapper .module-fold-d-item:nth-of-type(1) {
    transform: scale(1);
    transition: all 750ms ease;
    opacity:1;
}
.animate .module-fold-d-wrapper .module-fold-d-item:nth-of-type(2){
    transform-origin:bottom;
}

.animate.animate-complete .module-fold-d-wrapper .module-fold-d-item:nth-of-type(2) {
    transform: scale(1);
    transition: all 750ms ease 500ms;
    opacity:1;
}
.animate .module-fold-d-wrapper .module-fold-d-item:nth-of-type(3){
    transform-origin:bottom;
}

.animate.animate-complete .module-fold-d-wrapper .module-fold-d-item:nth-of-type(3) {
    transform: scale(1);
    transition: all 750ms ease 1000ms;
    opacity:1;
}

.animate .module-fold-a-header {
    transform: translatex(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

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

.animate div#module-fold-a-splide .splide__arrows, .animate div#module-fold-a-splide .splide__pagination {
    transform: translatex(50px);
    transition: all 750ms ease;
    opacity:0;
}
.animate.animate-complete div#module-fold-a-splide .splide__arrows, .animate.animate-complete div#module-fold-a-splide .splide__pagination {
    transform: translatex(0px);
    transition: all 750ms ease 500ms;
    opacity:1;
}

div#module-fold-a-splide {}

.animate div#module-fold-a-splide-track {
    opacity: 0;
    transition: all 1000ms ease;
}
.animate.animate-complete div#module-fold-a-splide-track {
    opacity: 1;
    transition: all 1000ms ease;
}



.animate .simple-fold-b-content {
    transform: translatex(-100px);
    opacity: 0;
    transition: all 750ms ease;
}
.animate.animate-complete .simple-fold-b-content {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease;
}

.animate .simple-fold-b-content-info-subtitle {
    transform: translatex(100px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .simple-fold-b-content-info-subtitle {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease 500ms;
}

.animate .simple-fold-b-content-logos {
    transform:translatex(50px);
    transition:all 750ms ease;
    opacity:0;
}

.animate.animate-complete .simple-fold-b-content-logos {
    transform:translatex(0px);
    transition:all 750ms ease 1000ms;
    opacity:1;
}

.animate .simple-fold-b-img {
    transform: translatey(50px);
    opacity: 0;
    transition: all 1000ms ease;
}
.animate.animate-complete .simple-fold-b-img {
    transform: translatey(0px);
    opacity: 1;
    transition: all 1000ms ease 1500ms;
}

.animate .simple-fold-e-content {
    transform: translatex(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .simple-fold-e-content {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease;
}

.animate .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(1) {
    transform: scale(0);
    transform-origin: top left;
    opacity: 0;
    transition: all 750ms ease;
}
.animate.animate-complete .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(1) {
    transform: scale(1);
    transform-origin: top left;
    opacity: 1;
    transition: all 500ms ease;
}
.animate .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(2) {
    transform: scale(0);
    transform-origin: top right;
    opacity: 0;
    transition: all 750ms ease;
}
.animate.animate-complete .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(2) {
    transform: scale(1);
    transform-origin: top right;
    opacity: 1;
    transition: all 500ms ease 500ms;
}
.animate .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(3) {
    transform: scale(0);
    transform-origin: bottom left;
    opacity: 0;
    transition: all 750ms ease;
}
.animate.animate-complete .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(3) {
    transform: scale(1);
    transform-origin: bottom left;
    opacity: 1;
    transition: all 500ms ease 1000ms;
}
.animate .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(4) {
    transform: scale(0);
    transform-origin: bottom right;
    opacity: 0;
    transition: all 750ms ease;
}
.animate.animate-complete .simple-fold-e-content-blocks .simple-fold-e-content-blocks-item:nth-of-type(4) {
    transform: scale(1);
    transform-origin: bottom right;
    opacity: 1;
    transition: all 500ms ease 1500ms;
}

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


.animate div#testimonials-foldb-splide {
    opacity: 0;
    transition: all 1000ms ease;
}
.animate.animate-complete div#testimonials-foldb-splide {
    opacity: 1;
    transition: all 1250ms ease 300ms;
}

.animate .ebook-image {
    left: -100px;
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .ebook-image {
    left: 0px;
    opacity: 1;
    transition: all 750ms ease;
}

.animate .ebook-form {
    transform: translatex(100px);
    opacity: 0;
    transition: all 750ms ease;
}
.animate.animate-complete .ebook-form {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease 750ms;
}
	
}