.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);z-index:9999;display:none}.sticky-banner{display:none;z-index:99999;padding:30px;border-radius:5px;position:fixed;bottom:0;background-color:#fff;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0}@media screen and (min-width:800px){.sticky-banner{width:30vw;bottom:30px;left:60px}}.sticky-banner__header{display:flex;justify-content:space-between}.sticky-banner__header h2.title{font-size:26px;color:#000;margin:0;font-weight:700}.sticky-banner__header .close:hover{font-weight:700;cursor:pointer}.sticky-banner__content a{color:#2148ce}.sticky-banner__actions{display:flex;justify-content:end;gap:10px;margin-top:16px}.sticky-banner__actions .btn{color:#2148ce;cursor:pointer;padding:10px 15px;font-weight:600;background-color:#fff;border:2px solid #2148ce;border-radius:.25rem;transition:all 250ms;box-shadow:rgba(0,0,0,.02) 0 1px 3px}.sticky-banner__actions .btn:hover{color:#fff;background-color:#2148ce}