.elementor-8077 .elementor-element.elementor-element-5bfcb640{--display:flex;}.elementor-8077 .elementor-element.elementor-element-48fe92ba .e-contact-buttons{--e-contact-buttons-button-bg:var( --e-global-color-eb01386 );--e-contact-buttons-button-bg-hover:var( --e-global-color-secondary );--e-contact-buttons-contact-button-bg:var( --e-global-color-eb01386 );}/* Start custom CSS for contact-buttons-var-4, class: .elementor-element-48fe92ba */.elementor-location-floating_buttons .e-contact-buttons__content-wrapper,
.elementor-location-floating_buttons .e-contact-buttons__content{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background-clip:padding-box !important;
}

.elementor-location-floating_buttons .e-contact-buttons__content-wrapper::before,
.elementor-location-floating_buttons .e-contact-buttons__content-wrapper::after,
.elementor-location-floating_buttons .e-contact-buttons__content::before,
.elementor-location-floating_buttons .e-contact-buttons__content::after{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}

.elementor-location-floating_buttons .e-contact-buttons__content-wrapper *{
  outline:0 !important;
}

.elementor-location-floating_buttons .e-contact-buttons__chat-button,
.elementor-location-floating_buttons .e-contact-buttons__chat-button:focus,
.elementor-location-floating_buttons .e-contact-buttons__chat-button:focus-visible,
.elementor-location-floating_buttons .e-contact-buttons__toggle-button,
.elementor-location-floating_buttons .e-contact-buttons__toggle-button:focus,
.elementor-location-floating_buttons .e-contact-buttons__toggle-button:focus-visible{
  outline:0 !important;
  box-shadow:none !important;
}

.elementor-location-floating_buttons .e-contact-buttons__chat-button{
  position:relative;
  border-radius:999px;
  overflow:hidden;
}

.elementor-location-floating_buttons .e-contact-buttons__chat-button[aria-expanded="false"]{
  animation:oswHeartBounce 3.4s ease-in-out infinite;
}

.elementor-location-floating_buttons .e-contact-buttons__chat-button[aria-expanded="false"]::after{
  content:"";
  position:absolute;
  inset:-20%;
  background:linear-gradient(120deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.55) 50%, rgba(255,255,255,0) 65%);
  transform:translateX(-140%) rotate(6deg);
  animation:oswBlink 2.8s ease-in-out infinite;
  pointer-events:none;
  mix-blend-mode:screen;
}

.elementor-location-floating_buttons .e-contact-buttons__chat-button[aria-expanded="true"]{
  animation:none !important;
}

.elementor-location-floating_buttons .e-contact-buttons__chat-button[aria-expanded="true"]::after{
  display:none !important;
}

@keyframes oswHeartBounce{
  0%{ transform:translateY(0) scale(1); }
  6%{ transform:translateY(-2px) scale(1.045); }
  12%{ transform:translateY(0) scale(1); }
  18%{ transform:translateY(-1px) scale(1.02); }
  26%{ transform:translateY(0) scale(1); }
  100%{ transform:translateY(0) scale(1); }
}

@keyframes oswBlink{
  0%{ opacity:0; transform:translateX(-140%) rotate(6deg); }
  18%{ opacity:.85; }
  38%{ opacity:0; transform:translateX(140%) rotate(6deg); }
  100%{ opacity:0; transform:translateX(140%) rotate(6deg); }
}

.osw-help-label{
  position:fixed;
  z-index:999999;
  max-width:240px;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0b1b33;
  font-size:13px;
  line-height:1;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  border:1px solid rgba(1,92,167,.18);
  backdrop-filter:blur(6px);
  opacity:0;
  transform:translateY(6px);
  transition:opacity .25s ease, transform .25s ease;
  pointer-events:none;
  white-space:nowrap;
}

.osw-help-label.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media (prefers-reduced-motion: reduce){
  .elementor-location-floating_buttons .e-contact-buttons__chat-button[aria-expanded="false"]{
    animation:none !important;
  }
  .elementor-location-floating_buttons .e-contact-buttons__chat-button[aria-expanded="false"]::after{
    animation:none !important;
    display:none !important;
  }
  .osw-help-label{
    transition:none !important;
  }
}/* End custom CSS */