.block-popup{padding:50px 30px;max-width:750px;margin-left:auto;margin-right:auto}.block-popup .wp-block-heading{font-size:40px;line-height:40px;margin-bottom:30px;text-align:center;text-transform:uppercase;color:#545454}.block-popup p{font-size:27px;line-height:150%;text-transform:uppercase;font-weight:500;color:#545454}.block-popup .wp-block-button{display:flex;justify-content:center;padding-top:30px}body:not(.wp-admin) .block-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff}body:not(.wp-admin) .block-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#00000080}body:not(.wp-admin) .block-popup,body:not(.wp-admin) .block-popup-overlay{opacity:0;display:none;transition:.5s}body:not(.wp-admin) .block-popup.show,body:not(.wp-admin) .block-popup-overlay.show{display:block;animation:show-popup .5s forwards}body:not(.wp-admin) .block-popup.show.smoth-hide,body:not(.wp-admin) .block-popup-overlay.show.smoth-hide{animation:smoth-hide-popup .5s forwards}@keyframes show-popup{0%{opacity:0}to{opacity:1}}@keyframes smoth-hide-popup{0%{opacity:1}to{opacity:0}}
