@-webkit-keyframes a{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}70%{opacity:1;-webkit-transform:scale(1.03);transform:scale(1.03)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes a{0%{opacity:0;-webkit-transform:scale(.85);transform:scale(.85)}70%{opacity:1;-webkit-transform:scale(1.03);transform:scale(1.03)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes b{0%{opacity:1}to{opacity:0}}@keyframes b{0%{opacity:1}to{opacity:0}}.jPopupOpen,.jPopupOpen body{height:100%; overflow-y:scroll; overflow-x:hidden;}.jPopupOpen .jPopup{-webkit-animation:a .5s cubic-bezier(.34,.34,.26,.99);animation:a .5s cubic-bezier(.34,.34,.26,.99)}.jPopupClosed .jPopup{-webkit-animation:b .25s ease-in;animation:b .25s ease-in}.jPopup{position:absolute;z-index:9999;max-width:100%;padding:50px 15px 15px;box-sizing:border-box}.jPopup,.jPopup:after{top:0;right:0;bottom:0;left:0}.jPopup:after{content:"";position:fixed;z-index:9998;/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #0273c7 0%, #053275 100%); 

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #0273c7 0%, #053275 100%); 

/* Opera */
background-image: -o-linear-gradient(top, #0273c7 0%, #053275 100%); 

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0273c7), color-stop(1, #053275)); 

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #0273c7 0%, #053275 100%); 

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #0273c7 0%, #053275 100%);}.jPopup>.jCloseBtn{position:absolute;right:0;top:0;z-index:9999;outline:0;border:0;box-sizing:border-box;cursor:pointer;width:50px;height:50px;background:transparent}.jPopup>.jCloseBtn>svg{width:30px;height:100%;fill:#adadad;-webkit-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.jPopup>.jCloseBtn:hover>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.jPopup>.jCloseBtn:active{margin-top:1px}.jPopup>.content{top:50px;left:15px;right:15px;position:absolute;z-index:9999;}@media screen and (min-width:680px){.jPopup{padding:80px 30px 30px}.jPopup>.jCloseBtn{right:10px;top:10px;width:60px;height:60px}.jPopup>.jCloseBtn>svg{width:40px;height:100%}.jPopup>.content{left:30px;right:30px}}