@keyframes heartbeat-2-05s {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    20% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    40% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    60% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    80% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat-2-1s {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    7.5% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    15% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    30% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    60% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat-2-2s {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    6.25% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    12.5% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    25% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    37.5% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    50% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat-2-5s {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    6.67% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    11.33% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    22% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    30% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat-2-10s {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    2.22% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    3.78% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    7.78% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    10.67% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
    16.6% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.ani-pulse-label-05s {
    animation: heartbeat-2-05s 2.5s infinite;
}

.ani-pulse-label-1s {
    animation: heartbeat-2-1s 3s infinite;
}
.ani-pulse-label-2s {
    animation: heartbeat-2-2s 4s infinite;
}
.ani-pulse-label-5s {
    animation: heartbeat-2-5s 7s infinite;
}
.ani-pulse-label-10s {
    animation: heartbeat-2-10s 12s infinite;
}
