.act-popup{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;display:flex;height:100vh;justify-content:center;left:0;max-width:none!important;opacity:0;position:fixed;right:0;top:0;transition:visibility 0s linear .3s,opacity .3s;visibility:hidden;z-index:var(--layer--modal)}.act-popup--visible{opacity:1;transition:visibility 0s linear 0s,opacity .3s;visibility:visible}.act-popup .act-popup__wrapper{display:flex;flex-direction:column}.act-popup .act-popup__wrapper .act-popup__btn-close{align-self:flex-end;background-color:transparent;border:none;cursor:pointer;display:flex;margin-bottom:1rem}.act-popup .act-popup__wrapper .act-popup__btn-close svg{fill:var(--color--white);margin-bottom:0;width:1.5rem}.act-popup .act-popup__wrapper .act-popup__btn-close:hover{background:hsla(0,0%,100%,.15);border-radius:50%;outline:hsla(0,0%,100%,.15)}.act-popup .act-popup__wrapper .act-popup__btn-close:focus{border-radius:50%;outline-color:hsla(0,0%,100%,.15)}.act-popup .act-popup__wrapper .act-popup__btn-close:hover:focus{outline-color:hsla(0,0%,100%,.15)}.act-popup .act-popup__wrapper .act-popup__btn-close:active{background:hsla(0,0%,100%,.25)}.act-popup .act-popup__content{align-items:flex-start;background:#fff;display:flex;flex-direction:column;max-height:50vh;max-width:941px;padding:3rem}.act-popup .act-popup__content--text{overflow:auto}.act-popup .act-popup__content--text h2{font-size:2rem;margin:0 0 1rem}@media (max-width:1079px){.act-popup .act-popup__content{max-width:85vw;padding:1.5rem}}

/*# sourceMappingURL=popup-view.temp.css.map*/