.brightup-popup-open{overflow:hidden}
dialog.brightup-popup{box-sizing:border-box;width:min(540px,calc(100% - 32px));max-height:calc(100dvh - 40px);margin:auto;padding:0;border:0;border-radius:18px;background:#fff;color:#173f47;box-shadow:0 20px 80px #10263540;overflow:auto;font-family:var(--body,Arial,sans-serif);font-size:17px;line-height:1.65}
dialog.brightup-popup::backdrop{background:#10263580}
.brightup-popup-panel{position:relative;padding:48px 42px 28px;border-top:7px solid #fcc200}
.brightup-popup-panel:before{content:'';display:block;width:48px;height:9px;margin:0 0 22px;background:#fcc200;border-radius:55% 45% 50% 30%}
.brightup-popup .brightup-popup-eyebrow{font:700 12px/1.6 var(--body,Arial,sans-serif);letter-spacing:.08em;color:#173f47;margin:0 0 14px}
.brightup-popup #brightup-popup-title{font:400 clamp(27px,5vw,36px)/1.2 var(--heading,Georgia,serif);letter-spacing:-.025em;color:#173f47;margin:0 0 22px}
.brightup-popup-copy{color:#30464c;font-size:17px;line-height:1.7;margin-bottom:26px}
.brightup-popup-copy p{margin:0 0 16px}.brightup-popup-copy p:last-child{margin-bottom:0}
.brightup-popup .brightup-popup-close{position:absolute;right:12px;top:10px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;font:30px/1 Arial,sans-serif;background:#f3f6f4;color:#173f47;cursor:pointer}
.brightup-popup .brightup-popup-close:hover{background:#e5eeea;color:#173f47}
.brightup-popup .brightup-popup-cta{display:block;text-align:center;padding:13px 20px;border:2px solid #c51e50;border-radius:30px;background:#c51e50;color:#fff!important;font:700 16px/1.5 var(--body,Arial,sans-serif);text-decoration:none!important;transition:background .18s,color .18s}
.brightup-popup .brightup-popup-cta:is(:hover,:focus-visible){color:#c51e50!important;background:#fff}
.brightup-popup .brightup-popup-later{display:block;min-height:44px;margin:12px auto 0;padding:8px 18px;background:transparent;border:0;color:#405f67;font:400 14px/1.5 var(--body,Arial,sans-serif);text-decoration:underline;cursor:pointer}
.brightup-popup :is(a,button):focus-visible{outline:3px solid #173f47;outline-offset:4px}
@media(max-width:480px){.brightup-popup-panel{padding:43px 24px 22px}.brightup-popup-copy{font-size:16px}}
@media(prefers-reduced-motion:reduce){.brightup-popup .brightup-popup-cta{transition:none}}
