#sw-popup{align-items:center;background:rgba(0,0,0,.85);box-sizing:border-box;height:100vh;justify-content:space-around;left:-100vw;opacity:0;position:fixed;top:0;width:100vw;z-index:99997}#sw-popup,#sw-popup.open{transition:opacity .5s ease}#sw-popup.open{display:flex;left:0;opacity:1}#sw-popup .popup-content{background-color:#fff;border-radius:15px;box-shadow:2px 2px 17px 0 hsla(0,0%,53%,.24);max-width:450px;overflow:hidden;padding:2%;position:relative;text-align:center;width:80%}#sw-popup .close-popup{background:none;border:none;color:#79797d;text-decoration:underline}#sw-popup .close-popup.x{font-size:16px;padding:0;position:absolute;right:15px;text-decoration:none;top:15px}#sw-popup .close-popup:hover{cursor:pointer;opacity:.6;text-decoration:none}#sw-popup .close-popup.btn{background:#f7b218;border:2px solid #fff;border-radius:600px;color:#fff;display:block;font-weight:700;margin:2% auto;max-width:200px;padding:10px 20px;text-align:center;text-decoration:none;transition:all .15s ease-in-out;width:intrinsic;width:-moz-max-content;width:-webkit-max-content}#sw-popup .close-popup.btn:hover{background:#fff;border:2px solid #f7b218;color:#f7b218;opacity:1}