.animate .main-fold-c-content-header {
    opacity: 0;
    transition:all 750ms ease;
}

.animate.animate-complete .main-fold-c-content-header {
    opacity: 1;
    transition:all 1000ms ease;
}

.animate .main-fold-c-content-inner {
    opacity:0;
    transition:all 750ms ease;
}

.animate.animate-complete .main-fold-c-content-inner {
    opacity:1;
    transition:all 1000ms ease 750ms;
}

.animate .main-fold-c-content-readmore {
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete .main-fold-c-content-readmore {
    opacity: 1;
    transition: all 1000ms ease 1250ms;
}

.animate.main-fold-c::before {
    opacity: 0;
    transition: all 1000ms ease;
    filter:blur(3px);
}

.animate.animate-complete.main-fold-c::before {
    opacity: 1;
    transition: all 1000ms ease 1750ms;
    filter:blur(0px);
}

.animate .content-fold-b-content-subtext {
    opacity:0;
    transition:all 750ms ease;
}

.animate.animate-complete .content-fold-b-content-subtext {
    opacity:1;
    transition:all 1000ms ease;
}

.animate .content-fold-b-content-inner-header .title{
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete .content-fold-b-content-inner-header .title {
    opacity: 1;
    transition: all 1000ms ease 750ms;
}

.animate .content-fold-b-content-inner-text {
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete .content-fold-b-content-inner-text {
    opacity: 1;
    transition: all 1000ms ease 1250ms;
}

.animate .content-fold-b-content-inner-header {
	opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete .content-fold-b-content-inner-header {
    opacity: 1;
    transition: all 1000ms ease 1250ms;
}

.animate .content-fold-b-content-readmore {
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete .content-fold-b-content-readmore {
    opacity: 1;
    transition: all 1000ms ease 1750ms;
}

.animate .content-fold-b-img img{
    opacity:0;
    transition:all 1000ms ease;
    filter:blur(3px);
}

.animate.animate-complete .content-fold-b-img img{
    opacity:1;
    transition:all 1000ms ease;
    filter:blur(0px);
}

.animate .main-fold-c-background img {
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete .main-fold-c-background img {
    opacity: 1;
    transition: all 1000ms ease;
}

.animate .module-fold-j-wrapper .module-fold-j-item:nth-of-type(1) {
    opacity:0;
    transition:all 1000ms ease;
}

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

.animate .module-fold-j-wrapper .module-fold-j-item:nth-of-type(2) {
    opacity:0;
    transition:all 1000ms ease;
}

.animate.animate-complete .module-fold-j-wrapper .module-fold-j-item:nth-of-type(2) {
    opacity:1;
    transition:all 1000ms ease 500ms;
}

.animate .module-fold-j-wrapper .module-fold-j-item:nth-of-type(3) {
    opacity:0;
    transition:all 1000ms ease;
}

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

.animate .module-fold-j-wrapper .module-fold-j-item:nth-of-type(4) {
    opacity:0;
    transition:all 1000ms ease;
}

.animate.animate-complete .module-fold-j-wrapper .module-fold-j-item:nth-of-type(4) {
    opacity:1;
    transition:all 1000ms ease 1500ms;
}

.animate .module-fold-j-wrapper .module-fold-j-item:nth-of-type(5) {
    opacity:0;
    transition:all 1000ms ease;
}

.animate.animate-complete .module-fold-j-wrapper .module-fold-j-item:nth-of-type(5) {
    opacity:1;
    transition:all 1000ms ease 2000ms;
}

.animate .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(1) {
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(1) {
    opacity:1;
    transition:all 500ms ease;
}

.animate .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(2) {
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(2) {
    opacity:1;
    transition:all 500ms ease 500ms;
}

.animate .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(3) {
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(3) {
    opacity:1;
    transition:all 500ms ease 1000ms;
}

.animate .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(4) {
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(4) {
    opacity:1;
    transition:all 500ms ease 1500ms;
}

.animate .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(5) {
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(5) {
    opacity:1;
    transition:all 500ms ease 2000ms;
}

.animate .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(6) {
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .content-fold-d-blocks-wrapper .content-fold-d-blocks-item:nth-of-type(6) {
    opacity:1;
    transition:all 500ms ease 2500ms;
}
	
.animate .content-fold-e-content-header {
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .content-fold-e-content-header {
    opacity: 1;
    transition: all 750ms ease;
}

.animate .content-fold-e-content-inner {
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .content-fold-e-content-inner {
    opacity: 1;
    transition: all 750ms ease 750ms;
}

.animate .content-fold-e-content-readmore {
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .content-fold-e-content-readmore {
    opacity: 1;
    transition: all 750ms ease 1250ms;
}

.animate .alt2 .content-fold-b-content-header-title {
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .alt2 .content-fold-b-content-header-title {
    opacity: 1;
    transition: all 750ms ease;
}

.animate .content-fold-b-content-inner {
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .content-fold-b-content-inner {
    opacity: 1;
    transition: all 750ms ease 750ms;
}

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

.animate.animate-complete div#module-fold-n-splide {
    opacity: 1;
    transition: all 1250ms ease;
}

@media (max-width:1024px) {
	
.animate .content-fold-e-img {
    transform: translatex(-50px);
    opacity: 0;
    transition: all 750ms ease;
}

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

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

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

.animate .content-fold-b-container .content-fold-b-wrapper:nth-of-type(3) .content-fold-b-img {
    transform: translatex(50px);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .content-fold-b-container .content-fold-b-wrapper:nth-of-type(3) .content-fold-b-img {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease 750ms;
}
	
}