.elementor-8239 .elementor-element.elementor-element-26c0231{--display:flex;overflow:visible;}.elementor-8239 .elementor-element.elementor-element-71f2c96a .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#F9BC00;--e-contact-buttons-button-bg-hover:#F9BC00;}@media(max-width:767px){.elementor-8239 .elementor-element.elementor-element-71f2c96a .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;}}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-71f2c96a */.elementor-8239 .elementor-element.elementor-element-71f2c96a {
    color: #fff !important;

}
.elementor-8239 .elementor-element.elementor-element-71f2c96a a {
      position: relative;

  animation: pulse 2s infinite ease-in-out ;
}

.elementor-8239 .elementor-element.elementor-element-71f2c96a a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #F9BC00;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  animation: rippleWave 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);

  }
  50% {
    transform: scale(1.1);

  }
  100% {
    transform: scale(1);


  }
}


@keyframes rippleWave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  80% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}/* End custom CSS */