.popup-section{background-color:rgba(32,46,73,.5);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .25s ease-in-out;user-select:none;width:100%}.popup-section.open{opacity:1;pointer-events:auto;user-select:auto}.popup-toggle--close i{display:block;height:20px;position:relative;transform:rotate(-45deg);width:20px}.popup-toggle--close i:after,.popup-toggle--close i:before{background-color:currentColor;content:"";display:block;height:1px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.popup-toggle--close i:after{height:100%;width:1px}.popup-section .popup-toggle--overlay{-webkit-appearance:none;background-color:rgba(0,0,0,.5);border:none;border-radius:0;height:100%;left:0;margin:0;padding:0;top:0;width:100%;z-index:-1}