@media (min-width: 1024px) {
    .animate .ebook-form-text .subtitle {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .ebook-form-text .subtitle {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
    }

    .animate .ebook-form-text>p:not([class]) {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .ebook-form-text>p:not([class]) {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
        transition-delay: 500ms;
    }

    .animate#ebook-fold .ebook-form .ebook-form-fields {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete#ebook-fold .ebook-form .ebook-form-fields {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
        transition-delay: 1000ms;
    }

    .animate#ebook-fold .privacy-text {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete#ebook-fold .privacy-text {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
        transition-delay: 1500ms;
    }

    .animate#ebook-fold .ebook-form-readmore {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete#ebook-fold .ebook-form-readmore {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
        transition-delay: 2000ms;
    }

    .animate#ebook-fold .ebook-image {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete#ebook-fold .ebook-image {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
    }

    .animate .contact-fold-main .subtitle {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .contact-fold-main .subtitle {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
    }

    .animate .contact-fold-main p:not([class]) {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .contact-fold-main p:not([class]) {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
        transition-delay: 500ms;
    }

    .animate .contact-fold-socials {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .contact-fold-socials {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
        transition-delay: 1000ms;
    }

        .animate .contact-fold-readmore {
        opacity: 0;
        transform: scale(1.5);
        transition: all 0s ease;
    }

    .animate-complete .contact-fold-readmore {
        opacity: 1;
        transform: scale(1);
        transition: all 300ms ease;
        transition-delay: 1500ms;
    }
}