.elementor-1659 .elementor-element.elementor-element-4547efa4{--display:flex;}.elementor-1659 .elementor-element.elementor-element-3c3c54a6 .e-contact-buttons{--e-contact-buttons-button-bg-hover:#6794F3;}/* Start custom CSS for contact-buttons-var-4, class: .elementor-element-3c3c54a6 */.pulse button.e-contact-buttons__chat-button.e-contact-buttons__chat-button-shadow.has-size-large.elementor-animation-grow.has-entrance-animation-duration-normal[aria-expanded="false"] {
  border-radius: 50%;
  background: green;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}
.pulse .e-contact-buttons__chat-button-container:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 179, 113, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(60, 179, 113, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(60, 179, 113, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(60, 179, 113, 0.4);
    box-shadow: 0 0 0 0 rgba(60, 179, 113, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(60, 179, 113, 0);
      box-shadow: 0 0 0 10px rgba(60, 179, 113, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(60, 179, 113, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}/* End custom CSS */