.elementor-219 .elementor-element.elementor-element-402d7c3{--display:flex;}#elementor-popup-modal-219 .dialog-widget-content{animation-duration:2.5s;background-color:#02010100;border-style:none;border-radius:10px 10px 10px 10px;}#elementor-popup-modal-219{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-219 .dialog-message{width:650px;height:auto;}#elementor-popup-modal-219 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-219 .elementor-element.elementor-element-402d7c3{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-219 .elementor-element.elementor-element-402d7c3.e-con{--align-self:center;}.elementor-219 .elementor-element.elementor-element-d32c853{width:100%;max-width:100%;}.elementor-219 .elementor-element.elementor-element-d32c853.elementor-element{--align-self:center;}#elementor-popup-modal-219 .dialog-message{width:1000px;padding:0px 0px 0px 0px;}#elementor-popup-modal-219{justify-content:center;align-items:center;}#elementor-popup-modal-219 .dialog-widget-content{border-radius:0px 0px 0px 0px;}}/* Start custom CSS */#elementor-popup-modal-219 {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 0px !important;
  animation: hdPopupFade .5s cubic-bezier(.16,1,.3,1) both;
}

@keyframes hdPopupFade {
  from { opacity: 0; transform: translateY(24px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}/* End custom CSS */