@media(min-width: 1024px){

.animate.fold1 {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete.fold1 {
    opacity: 1;
    transition: all 0.5s ease;
}
.animate .fold1-title, .animate .fold1-buttons {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .fold1-title, .animate .fold1-buttons {
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}
.animate div#fold1-list-splide, .animate div#fold1-splide > .splide__pagination {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete div#fold1-list-splide, .animate-complete div#fold1-splide > .splide__pagination {
    opacity: 1;
    transition-delay: 1s !important;
    transition: all 0.5s ease;
}

.animate .fold2-left {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .fold2-left {
    opacity: 1;
    transition: all 0.5s ease;
}
.animate .fold2-right {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .fold2-right {
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.animate .home-slider-title {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .home-slider-title {
    opacity: 1;
    transition: all 0.5s ease;
}
.animate .home-slider-wrap {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .home-slider-wrap {
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.animate .fold4-title {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .fold4-title {
    opacity: 1;
    transition: all 0.5s ease;
}
.animate .fold4-list {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .fold4-list {
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.animate .fold5-title {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .fold5-title {
    opacity: 1;
    transition: all 0.5s ease;
}
.animate .fold5-content {
    opacity: 0;
    transition: all 0s ease;
}
.animate-complete .fold5-content {
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}
}