.donate-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;visibility:visible;-webkit-transition:opacity ease-out .3s,visibility ease-out .3s;transition:opacity ease-out .3s,visibility ease-out .3s}.donate-popup--hidden{opacity:0;visibility:hidden;pointer-events:none;display:none}.donate-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);cursor:pointer}.donate-popup__container{position:relative;background:#fff;border-radius:10px;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.3);box-shadow:0 10px 40px rgba(0,0,0,.3);width:700px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;z-index:1}@media(max-width: 800px){.donate-popup__container{width:95vw}}.donate-popup__close{position:absolute;top:20px;right:20px;background:rgba(0,0,0,0);border:none;font-size:2rem;line-height:1;cursor:pointer;color:#333;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:background-color ease-out .3s,color ease-out .3s;transition:background-color ease-out .3s,color ease-out .3s;z-index:2}.donate-popup__close:hover,.donate-popup__close:focus{background-color:rgba(0,0,0,.1);color:#000}.donate-popup__close span{font-weight:300}.donate-popup__content{padding:60px}@media(max-width: 800px){.donate-popup__content{padding:40px;padding-top:60px}}body.js-donate-popup-open{overflow:hidden}