.elementor-widget-counter .elementor-counter-number-wrapper {
    opacity: 1;
    transition: opacity .2s;
}

.elementor-widget-counter.is-counter-preparing .elementor-counter-number-wrapper {
    opacity: 0;
    transition: opacity 0s;
}