#js__popupContainer{height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:40}#js__popupContainer.-active{opacity:1;pointer-events:auto}#js__popupContainer{background:rgba(32,32,32,.3)}#js__popupContainer .module{box-shadow:0 0 3.125rem #0000004d;margin:5vw auto 0;position:relative;width:90vw}#js__popupContainer .module_body{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.popupContainer__close{align-items:center;background:#f2f5f9;color:#333;display:flex;font-family:Open Sans,Arial,sans-serif;font-size:.75rem;font-weight:300;height:44px;justify-content:center;line-height:1;position:absolute!important;right:0;top:0;transition:background-color .3s ease-out;width:44px}.popupContainer__close:hover{background-color:#e8edf4}@media (min-width:768px){#js__popupContainer{align-items:center;display:flex;justify-content:center}#js__popupContainer .module{height:28.23529vw;max-height:480px;max-width:740px;min-height:300px;min-width:463px;width:43.52941vw}.popupContainer__close{height:3.125rem;min-height:40px;min-width:40px;width:3.125rem}}