@media (min-width:1024px) {
	
	
.animate.f1-banner .title span.inner-span{
    transition: all 500ms ease;
    opacity: 0;
}

.animate.animate-complete .title span.inner-span {
    transition: all 500ms ease 1100ms;
    opacity: 1;
}

.animate .title span::before {
    transition: all 300ms ease;
    transform: scale(1.5);
    opacity: 0;
}

.animate.animate-complete .title span::before {
    transition: all 500ms ease 800ms;
    transform: scale(1);
    opacity: 1;
}

.animate.f1-banner .title {
    opacity: 0;
    transition: all 500ms ease;
    transform:translatex(200px);
}

.animate.animate-complete.f1-banner .title {
    opacity: 1;
    transition: all 500ms ease 250ms;
    transform:translatex(0px);
}
	
.animate .content-fold-c-content-trusted-logos {
    transition: all 500ms ease;
    opacity: 0;
    transform: translatex(200px);
}

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

.animate .content-fold-c-img {
    transform: scale(0);
    clip-path:polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    transition:all 1000ms ease;
    opacity:0;
}

.animate.animate-complete .content-fold-c-img {
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition:all 1000ms ease;
    opacity:1;
}

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

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

.animate .title span.inner-span{
    transition: all 500ms ease;
    opacity: 0;
}

.animate.animate-complete .title span.inner-span {
    transition: all 500ms ease 1100ms;
    opacity: 1;
}

.animate .title span::before {
    transition: all 300ms ease;
    transform: scale(1.5);
    opacity: 0;
}

.animate.animate-complete .title span::before {
    transition: all 500ms ease 800ms;
    transform: scale(1);
    opacity: 1;
}

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

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

span.inner-span {
    background: none;
    margin: 0px;
}

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

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

.animate .content-fold-c-content-icons,
    .animate .content-fold-c-content-readmore{
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-c-content-icons,
    .animate.animate-complete .content-fold-c-content-readmore{
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1000ms;
}
	
.animate .fold5-slide {
    transition: all 1000ms ease;
    opacity:0;
}

.animate.animate-complete .fold5-slide{
    opacity:1;
    transition:all 1000ms 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){
    transition:all 1000ms ease;
    opacity:0;
    transform:translatex(150px);
}

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

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

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

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

	
.animate div#module-folda-splide-track {
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete div#module-folda-splide-track {
    opacity: 1;
    transition: all 1000ms ease;
}

.animate.module-folda .splide__pagination {
    opacity: 0;
    transition: all 500ms ease;
    transform:scale(1.5);
}

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

.animate :is(.content-folde-content-subtext, .content-folde-content-title, .content-folde-content-readmore) {
    transform: translatex(-150px);
    opacity: 0;
    transition: all 500ms ease;
}

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

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

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

	
}