.be30-popup{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:16px}.be30-popup[hidden]{display:none}.be30-popup-backdrop{position:absolute;inset:0;background:rgb(43 25 61 / .55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.be30-popup-card{position:relative;width:min(560px,100%);max-height:calc(100dvh - 32px);overflow:auto;background:#fff;border-radius:20px;padding:34px 32px 28px;box-shadow:0 30px 80px rgb(18 7 31 / .35);animation:be30-pop .35s cubic-bezier(.2,.8,.2,1)}@keyframes be30-pop{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.be30-popup-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;border:1px solid #e5e0ee;background:#fff;color:#2b193d;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s ease,color .2s ease}.be30-popup-close:hover{background:#302078;color:#fff;border-color:#302078}.be30-popup-kicker{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#e76a34;margin-bottom:8px}html body .be30-popup-card h2{font-family:Commissioner,Arial,sans-serif;font-size:30px;line-height:1.15;color:#302078;margin:0 0 8px;padding-right:36px}html body .be30-popup-lead{color:#5b4f6e;margin:0 0 18px;line-height:1.55;font-size:15px}.be30-popup-form .ff-el-group:has(textarea){display:none}.be30-popup-form .fluentform{margin:0}html body .be30-popup-form .fluentform .ff-btn-submit{width:100%;min-height:50px}.be30-popup-form .ff-message-success{margin:0;padding:18px 20px;border-radius:14px;background:#f1ebf6;color:#2b193d;font-weight:600}html.be30-popup-open,html.be30-popup-open body{overflow:hidden}@media (max-width:700px){.be30-popup{align-items:flex-end;padding:0}.be30-popup-card{border-radius:20px 20px 0 0;padding:26px 20px 22px;max-height:88dvh;animation-name:be30-pop-up}@keyframes be30-pop-up{from{transform:translateY(40px);opacity:0}to{transform:none;opacity:1}}html body .be30-popup-card h2{font-size:26px}}@media (prefers-reduced-motion:reduce){.be30-popup-card{animation:none}}