#ll-popup-overlay{position:fixed;z-index:99999;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(12,48,199,.8);display:none}#ll-popup-container{position:relative;max-height:100vh;max-width:640px;width:100%;height:100%;padding:25px}#ll-popup-container iframe{height:100%;border-radius:5px;border:2px solid}#ll-popup-close{position:absolute;top:15px;right:15px;width:1em;height:auto;background:#fff;color:#666;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:700;font-family:'Lexend',sans-serif;z-index:100000;font-size:65px;line-height:1em;padding:5px 7px 7px}#ll-popup-close svg{fill:var(--e-global-color-astglobalcolor1)}.activatePopupBtn{cursor:pointer}@media (min-width:580px){#ll-popup-close{padding:0 4px}}@media (max-width:580px){#ll-popup-container{padding:0}}