.cta {text-decoration: none;text-transform: uppercase;display: block;width: fit-content;height: min-content;color: var(--disruptive);position: relative;}.cta.large {display: flex;font-size: 32px;align-items: center;}.cta.large > span {width: 100%;}.cta.large > span > span {display: flex;}.cta .scramble {display: flex;}.cta span:not(a span) {display: block;overflow: hidden;}.cta img {width: 31px;height: 15px;margin-left: auto;}.cta::after {content: "";position: absolute;left: 0;bottom: -5px;width: 100%;height: 1px;background-color: var(--disruptive);animation: appear 0.5s linear;pointer-events: none;}