@media(min-width:1024px) {
	
	
.animate .content-fold-b-img {
    transform: scale(0.5);
    transform-origin: top;
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate .content-fold-b-img{
    transform-origin:bottom;
}

.animate.animate-complete .content-fold-b-img {
    transform: scale(1);
    transform-origin: top;
    opacity: 1;
    transition: all 500ms ease;
}

.animate :is(.content-fold-b-content-header-subtext, .content-fold-b-content-header-title, .content-fold-b-content-inner, .content-fold-b-content-readmore) {
    opacity: 0;
    transform: translatex(100px) scale(0.9);
    transition: all 500ms ease;
}

.animate :is(.content-fold-b-content-header-subtext, .content-fold-b-content-header-title, .content-fold-b-content-inner, .content-fold-b-content-readmore) {
    opacity: 0;
    transform: translatex(100px) scale(0.9);
    transition: all 500ms ease;
}

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

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

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

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

.animate .content-fold-b-content-inner::before,
.animate .content-fold-b-content-inner::after{
    transform: translatey(300px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-b-content-inner::before,
.animate.animate-complette .content-fold-b-content-inner::after{
    transform:translatey(0px) scale(1);;
    opacity:1;
    transition:all 1000ms ease 1000ms;
}

.animate.animate-complete .content-fold-b-content-list{
    transform:translatex(0px) scale(1);
    opacity:1;
    transition:all 500ms ease 1250ms
}

.animate .module-foldf-header-title-subtext {
    transform: translatex(-100px) scale(0.9);
    opacity: 0;
    transition: all 500ms ease;
}

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

.animate .module-foldf-header-title-main {
    transform: translatex(-100px) scale(0.9);
    opacity:0;
    transition:all 500ms ease;
}

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

.animate .module-foldf-header-content {
    transform: translatex(100px);
    opacity: 0;
    transition: all 500ms ease;
}

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

.animate .module-foldf-wrapper .module-foldf-block:nth-of-type(1) {
    transform: scale(0.9) rotate(-10deg);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .module-foldf-wrapper .module-foldf-block:nth-of-type(1) {
    transform: scale(1) rotate(0deg);
    opacity:1;
    transition:all 500ms ease;
}

.animate .module-foldf-wrapper .module-foldf-block:nth-of-type(2) {
    transform: scale(0.9) rotate(10deg);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .module-foldf-wrapper .module-foldf-block:nth-of-type(2) {
    transform: scale(1) rotate(0deg);
    opacity:1;
    transition:all 500ms ease 500ms;
}

.animate .module-foldf-wrapper .module-foldf-block:nth-of-type(3) {
    transform: scale(0.9) rotate(10deg);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .module-foldf-wrapper .module-foldf-block:nth-of-type(3) {
    transform: scale(1) rotate(0deg);
    opacity:1;
    transition:all 500ms ease 1000ms;
}

.animate .module-foldf-wrapper .module-foldf-block:nth-of-type(4) {
    transform: scale(0.9) rotate(10deg);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .module-foldf-wrapper .module-foldf-block:nth-of-type(4) {
    transform: scale(1) rotate(0deg);
    opacity:1;
    transition:all 500ms ease 1500ms;
}

.animate .module-foldf-wrapper .module-foldf-block:nth-of-type(5) {
    transform: scale(0.9) rotate(10deg);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .module-foldf-wrapper .module-foldf-block:nth-of-type(5) {
    transform: scale(1) rotate(0deg);
    opacity:1;
    transition:all 500ms ease 2000ms;
}

.animate .module-foldf-wrapper .module-foldf-block:nth-of-type(6) {
    transform: scale(0.9) rotate(10deg);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .module-foldf-wrapper .module-foldf-block:nth-of-type(6) {
    transform: scale(1) rotate(0deg);
    opacity:1;
    transition:all 500ms ease 2500ms;
}

.animate.contact-folda::after {
    display: block;
    transform: skewX(81deg);
    transition:all 500ms ease;
    opacity:0;
}

.animate.animate-complete.contact-folda::after {
    display: block;
    transform: skewX(0deg);
    transition:all 500ms ease;
    opacity:0.85;
}

.animate.contact-folda::before {
    filter: unset;
    transition: all 300ms ease;
}

.animate.animate-complete.contact-folda::before {
    filter: grayscale(1);
    transition: all 500ms ease;
}

.animate .contact-folda-header {
    transform: scale(0.9);
    transition: all 500ms ease;
    opacity:0;
}

.animate.animate-complete .contact-folda-header {
    transform: scale(1);
    transition: all 500ms ease 500ms;
    opacity:1;
}

.animate .contact-folda-socials {
    transform: scale(0.9);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .contact-folda-socials {
    transform:scale(1);
    opacity:1;
    transition:all 500ms ease 700ms;
}

.animate .contact-folda-socials-item-readmore {
    transform: scale(0.9);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .contact-folda-socials-item-readmore {
    transform: scale(1);
    opacity: 1;
    transition: all 500ms ease 1000ms;
}

.animate :is(.content-fold-b-content-header-subtext, .content-fold-b-content-header-title, .content-fold-b-content-inner, .content-fold-b-content-readmore, .content-fold-b-content-list) {
    opacity: 0;
    transform: translatex(-100px) scale(0.9);
    transition: all 500ms ease;
}

.animate .fold5-slide {
    transform: skew(5deg, 5deg);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .fold5-slide {
    transform: skew(0deg, 0deg);
    opacity: 1;
    transition: all 1000ms ease 500ms;
}
    
}