@media (min-width:1024px) {
	
.animate .content-fold-c-img {
    transform: scale(1.5);
    transform-origin: right;
    opacity: 0;
    transition: all 600ms ease;
}

.animate.animate-complete .content-fold-c-img {
    transform: scale(1);
    transform-origin: right;
    opacity: 1;
    transition: all 600ms ease;
}

.animate .content-fold-c::before {
    transition: all 1.5s ease;
    top: -700px;
    opacity: 0;
}

.animate.animate-complete .content-fold-c::before {
    transition: all 1.5s ease;
    top: 0px;
    opacity: 0.025;
}

.animate .content-fold-c-content-inner > .title {
    transform: translatex(100px);
    opacity: 0;
    transition: all 600ms ease;
}

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

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

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

.animate .content-fold-c-readmore {
    transform: scalex(1.2) translatex(100px);
    transform-origin: left;
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-c-readmore {
    transform: scalex(1) translatex(0px);
    transform-origin: left;
    opacity: 1;
    transition: all 600ms ease 1200ms;
}
	
	.animate :is(.benefits-folda-header) .title {
    transform: translatex(-100px);
    opacity: 0;
    transition: all 600ms ease;
}

.animate.animate-complete :is(.benefits-folda-header) .title {
    transform: translatex(0px);
    opacity: 1;
    transition: all 600ms ease;
}

.animate .benefits-folda-header-content p {
    transform: translatex(-100px);
    opacity: 0;
    transition: all 600ms ease;
}

.animate.animate-complete .benefits-folda-header-content p {
    transform: translatex(0px);
    opacity: 1;
    transition: all 600ms ease 300ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(1) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(1) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 250ms;    
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(1) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(1) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 400ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(1) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(1) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 550ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(2) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(2) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 550ms;    
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(2) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(2) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 700ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(2) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(2) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 850ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(3) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(3) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 850ms;    
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(3) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(3) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 1000ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(3) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(3) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 1150ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(4) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(4) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1150ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(4) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(4) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 1300ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(4) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(4) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 1550ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(5) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(5) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1700ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(5) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(5) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 1600ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(5) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(5) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 1750ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(6) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(6) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1900ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(6) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(6) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 1900ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(6) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(6) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 2050ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(7) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(7) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 2050ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(7) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(7) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 2200ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(7) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(7) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 2550ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(8) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(8) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 2350ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(8) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(8) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 2500ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(8) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(8) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 2850ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(9) .benefits-folda-item-header-icon{
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;    
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(9) .benefits-folda-item-header-icon{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 2650ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(9) .benefits-folda-item-header-title{
    transform:translatex(20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(9) .benefits-folda-item-header-title{
    transform:translatex(0px);
    opacity:1;
    transition:all 500ms ease 2500ms;
}

.animate .benefits-folda-wrapper .benefits-folda-item:nth-of-type(9) .benefits-folda-item-content {
    transform:translatey(30px);
    opacity:0;
    transition:all 500ms ease;
}

.animate.animate-complete .benefits-folda-wrapper .benefits-folda-item:nth-of-type(9) .benefits-folda-item-content {
    transform:translatey(0px);
    opacity:1;
    transition:all 500ms ease 2850ms;
}

.animate .testimonials-folda-splide-item-content-inner {
    transform: translatex(-20px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .testimonials-folda-splide-item-content-inner {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate .testimonials-folda-splide-item-content-name {
    transform: translatex(20px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .testimonials-folda-splide-item-content-name {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.animate .testimonials-folda .splide__pagination {
    transform: translatey(20px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .testimonials-folda .splide__pagination {
    transform: translatey(0px);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.animate .clients-fold-title {
    transform: translatey(-60px);
    transition: all 500ms ease;
    opacity:0;
}

.animate.animate-complete .clients-fold-title {
    transform: translatey(0px);
    transition: all 500ms ease;
    opacity:1;
}

.animate ul#clients-splide-list  {
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete ul#clients-splide-list{
    opacity:1;
}
	
.animate .large-text-section .title:nth-of-type(1) {
    transform: scale(-1.5) translatex(-40px) translatey(-570px);
    opacity: 0;
    transition: all 600ms ease;
}

.animate.animate-complete .large-text-section .title:nth-of-type(1) {
    transform: scale(-1) translatex(-40px) translatey(0px);
    opacity: 1;
    transition: all 600ms ease;
}

.animate .large-text-section .title:last-child {
    transform:translatey(-50%) scale(-0.5) translatey(500px);
    opacity:0;
    transition:all 600ms ease;
}

.animate.animate-complete .large-text-section .title:last-child {
    transform:translatey(-40%) scale(-1) translatey(0px);
    opacity:0.1;
    transition:all 600ms ease 600ms;
}
    
}