.word-wrapper-ba2ba478 {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    line-height: 1.1; /* Ensure masking container wraps tightly */
    margin-right: 0.25em; /* Space between words */
}

.word-wrapper-ba2ba478 .word-inner-ba2ba478 {
    display: inline-block;
    transform: translateY(110%); /* Start masked out */
    will-change: transform, opacity;
}

/* Ensure the heading container itself doesn't hide everything by default if not set by JS yet */
.gsap-animated-ba2ba478 {
    opacity: 1 !important;
}