/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2026 | 10:42:31 */
.bullet-list li {
  padding: 5px 0;
}
strong,
b {
    color: #ECCC04;
}
@keyframes pulse-image {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.pulse-button img {
    animation: pulse-image 3s ease-in-out infinite !important;
    transform-origin: center;
}