.dhn-popup{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;justify-content:center;align-items:center;background-color:rgb(0 0 0 / .6);opacity:0;transition:opacity 0.3s ease}.dhn-popup.visible{display:flex;opacity:1}.dhn-popup-content{max-width:600px;width:90%;position:relative;transform:scale(.95);transition:transform 0.3s ease}.dhn-popup.visible .dhn-popup-content{transform:scale(1)}.dhn-popup-form-inner{background:#bcd8e5;border-radius:8px;padding:30px;box-shadow:0 10px 30px rgb(0 0 0 / .15);text-align:center}.dhn-popup-heading{text-align:center;font-size:1.5em;color:#1544a9;font-weight:700;margin-top:0;margin-bottom:0}.dhn-popup-close{position:absolute;top:-10px;right:-10px;background:#fff;color:#333;font-size:24px;width:34px;height:34px;line-height:34px;text-align:center;border-radius:50%;cursor:pointer;box-shadow:0 2px 10px rgb(0 0 0 / .3)}.dhn-popup-button-container{display:flex;justify-content:center;padding-top:5px}.dhn-open-popup{animation-name:dhn-pulse;animation-duration:1.5s;animation-iteration-count:infinite}.dhn-popup .wpforms-submit{width:100%!important;background-color:#1544a9!important;border:none!important;border-radius:5px!important;font-size:1.1em!important;padding:10px 0!important;display:flex!important;justify-content:center!important;align-items:center!important}.dhn-popup .wpforms-submit:hover{background-color:#0d2d70!important}@keyframes dhn-pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgb(35 100 12 / .7)}70%{transform:scale(1.05);box-shadow:0 0 10px 15px #fff0}100%{transform:scale(1);box-shadow:0 0 0 0 #fff0}}