.popup__overlay{align-items:center;background-color:rgba(33,33,33,.85);cursor:pointer;display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.popup__overlay.active{display:flex}.popup__overlay--exit-intent{transform:translateY(-60%) scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.popup__overlay--exit-intent.active{transform:translateY(0) scale(1)}.popup{border-radius:35px;cursor:auto;max-height:90vh;overflow:auto;position:relative;width:90vw}.popup__close{-webkit-appearance:none;appearance:none;background:none;border:0;cursor:pointer;height:30px;padding:0;position:absolute;right:20px;top:20px;width:30px;z-index:1}.popup__cross{top:50%}.popup__cross,.popup__cross:after,.popup__cross:before{border-radius:2px;content:"";display:block;height:2px;position:absolute;transform:translateY(-50%);width:100%}.popup__cross:before{background:currentColor;top:0;transform:rotate(45deg)}.popup__cross:after{background:currentColor;bottom:0;transform:rotate(-45deg)}.popup__inner{position:relative;z-index:1}.popup__element+.popup__element{margin-top:2rem}