body.page-id-37139 main#main-content.wd-content-layout.content-layout-wrapper .codex-animate {
    animation: none !important;
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal {
    --codex37139-delay: 0ms;
    opacity: 0;
    will-change: opacity, transform, clip-path, filter;
    transition:
        opacity .76s ease var(--codex37139-delay),
        transform .76s cubic-bezier(.2, .8, .2, 1) var(--codex37139-delay),
        clip-path .9s cubic-bezier(.2, .8, .2, 1) var(--codex37139-delay),
        filter .76s ease var(--codex37139-delay);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal.is-visible {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
    clip-path: inset(0 0 0 0 round 0);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-hero {
    filter: saturate(.85) brightness(.82);
    transform: translate3d(0, 34px, 0) scale(1.015);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-soft {
    transform: translate3d(0, 28px, 0);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-left {
    transform: translate3d(-22px, 34px, 0);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-right {
    transform: translate3d(22px, 34px, 0);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-dark {
    filter: brightness(.85);
    transform: translate3d(0, 38px, 0);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-image {
    clip-path: inset(0 0 18% 0 round 6px);
    filter: saturate(.8) contrast(.92);
    transform: translate3d(0, 36px, 0) scale(1.02);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-panel {
    transform: translate3d(18px, 34px, 0);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-card {
    transform: translate3d(0, 30px, 0) scale(.97);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-cta {
    filter: brightness(.9);
    transform: translate3d(0, 34px, 0) scale(.985);
}

body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal.is-visible {
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
        clip-path: none !important;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal {
        max-width: 100%;
    }

    body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-left,
    body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-right,
    body.page-id-37139.codex37139-motion-ready main#main-content.wd-content-layout.content-layout-wrapper .codex37139-reveal-panel {
        transform: translate3d(0, 28px, 0);
    }
}
