@media (min-width:1024px) {
	
.animate .fold-1b-content-title {
    transform: scale(1.5);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .fold-1b-content-title {
    transform: scale(1);
    opacity: 1;
    transition: all 1000ms ease;
}

.animate.first-fold .content-fold-c-content-header {
    transform: scale(1.5) translate(-50px, -50px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete.first-fold .content-fold-c-content-header {
    transform: scale(1) translate(0px, 0px);
    opacity: 1;
    transition: all 600ms ease;
}

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

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

.first-fold.animate .content-fold-c-readmore {
    transform: scale(1.3) translate(-50px, 50px);
    opacity: 0;
    transition: all 500ms ease;
}

.first-fold.animate.animate-complete .content-fold-c-readmore {
    transform: scale(1) translate(0px, 0px);
    opacity: 1;
    transition: all 600ms ease 600ms;
}

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

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

.reverse.animate .content-fold-c-content-header {
    transform: scale(1.5) translatex(200px) translatey(-100px);
    opacity: 0;
    transition: all 500ms ease;
}

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

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

.reverse.animate.animate-complete .content-fold-c-content-inner-text > p {
    transform: scale(1) translatex(0px);
    opacity: 1;
    transition: all 600ms ease 300ms;
}

.reverse.animate .accordion-wrapper .accordion-item:nth-of-type(1) {
    transform: translatex(-200px) scale(1.2);
    opacity: 0;
    transition: all 500ms ease;
}

.reverse.animate.animate-complete .accordion-wrapper .accordion-item:nth-of-type(1) {
    transform: translatex(0px) scale(1);
    opacity: 1;
    transition: all 500ms ease 400ms;
}

.reverse.animate .accordion-wrapper .accordion-item:nth-of-type(2) {
    transform: translatex(200px) scale(1.2);
    opacity: 0;
    transition: all 500ms ease;
}

.reverse.animate.animate-complete .accordion-wrapper .accordion-item:nth-of-type(2) {
    transform: translatex(0px) scale(1);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.reverse.animate .accordion-wrapper .accordion-item:nth-of-type(3) {
    transform: translatex(-200px) scale(1.2);
    opacity: 0;
    transition: all 500ms ease;
}

.reverse.animate.animate-complete .accordion-wrapper .accordion-item:nth-of-type(3) {
    transform: translatex(0px) scale(1);
    opacity: 1;
    transition: all 500ms ease 600ms;
}

.reverse.animate .accordion-wrapper .accordion-item:nth-of-type(4) {
    transform: translatex(200px) scale(1.2);
    opacity: 0;
    transition: all 500ms ease;
}

.reverse.animate.animate-complete .accordion-wrapper .accordion-item:nth-of-type(4) {
    transform: translatex(0px) scale(1);
    opacity: 1;
    transition: all 500ms ease 700ms;
}

.reverse.animate .content-fold-c-readmore {
    transform: translate(50px, 50px) scale(1.5);
    transform-origin: left;
    opacity: 0;
    transition: all 500ms ease;
}

.reverse.animate.animate-complete .content-fold-c-readmore {
    transform: translate(0px, 0px) scale(1);
    transform-origin: left;
    opacity: 1;
    transition: all 500ms ease 900ms;
}

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

.reverse.animate.animate-complete .content-fold-c-img {
    transform: scale(1) translatey(0px);
    opacity: 1;
    transition: all 1000ms ease 300ms;
}

.alt.animate .content-fold-c-content-header {
    transform: scale(1.5) translate(-50px, -50px);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .content-fold-c-content-header {
    transform: scale(1) translate(0px, 0px);
    opacity: 1;
    transition: all 500ms ease;
}

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

.alt.animate.animate-complete .content-fold-c-content-inner-text > p {
    transform: scale(1) translatex(0px);
    opacity:1;
    transition:all 600ms ease 300ms;
}

.alt.animate .content-fold-b-content-item-wrapper .content-fold-b-item.row:nth-of-type(1) {
    transform: translatex(-200px) scale(1.1);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .content-fold-b-content-item-wrapper .content-fold-b-item.row:nth-of-type(1) {
    transform: translatex(0px) scale(1);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.alt.animate .content-fold-b-content-item-wrapper .content-fold-b-item.row:nth-of-type(2) {
    transform: translatex(200px) scale(1.1);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .content-fold-b-content-item-wrapper .content-fold-b-item.row:nth-of-type(2) {
    transform: translatex(0px) scale(1);
    opacity: 1;
    transition: all 500ms ease 600ms;
}

.alt.animate .content-fold-b-content-item-wrapper .content-fold-b-item.row:nth-of-type(3) {
    transform: translatex(-200px) scale(1.1);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .content-fold-b-content-item-wrapper .content-fold-b-item.row:nth-of-type(3) {
    transform: translatex(0px) scale(1);
    opacity: 1;
    transition: all 500ms ease 700ms;
}

.alt.animate .content-fold-c-readmore {
    transform: scale(1.3) translatey(100px);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .content-fold-c-readmore {
    transform: scale(1) translatey(0px);
    opacity: 1;
    transition: all 500ms ease 900ms; 
}
    
}