.pxg-review-modal{position:fixed;z-index:-1;overflow:hidden;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0;--adminbar-bar-width:0px;--admin-bar-height:46px;--modal-spacing:20px;--button-border-color:#6E3EAD;--content-height:300px;--modal-max-width:550px}.pxg-review-modal:before{content:'';width:100%;height:100%;background-color:#000;opacity:.4;position:absolute;top:0;left:0;z-index:-1}.pxg-review-modal.is-open{opacity:1;z-index:9999}.pxg-review-modal h4{margin-bottom:0}.pxg-review-modal ul{list-style:disc;margin-left:1.1em}.pxg-review-modal li{margin-bottom:.5em;line-height:1.4}.pxg-review-modal li:only-child{margin-bottom:0}.pxg-review-modal-container{position:relative;background-color:#fff;box-sizing:border-box;padding:25px 50px;box-shadow:0 4px 4px rgba(0,0,0,.25);max-width:var(--modal-max-width);color:#000;z-index:2;opacity:0;margin-left:var(--adminbar-bar-width);margin-top:var(--admin-bar-height)}@media (min-width:46.25em){.pxg-review-modal-container{--admin-bar-height:32px;--adminbar-bar-width:160px;margin-left:var(--adminbar-bar-width);margin-top:var(--admin-bar-height)}.folded .pxg-review-modal-container{--adminbar-bar-width:36px;margin-left:var(--adminbar-bar-width)}}@media (min-width:46.25em) and (max-width:61.24em){.auto-fold .pxg-review-modal-container{--adminbar-bar-width:36px;margin-left:var(--adminbar-bar-width)}}.pxg-review-modal__body,.pxg-review-modal__header{margin-bottom:var(--modal-spacing)}.pxg-review-modal--is-scrollable .pxg-review-modal__body,.pxg-review-modal--is-scrollable .pxg-review-modal__header{margin-bottom:0}.pxg-review-modal__header{border-bottom:1px solid #e1e3e6}.pxg-review-modal__body,.pxg-review-modal__header-title{padding-bottom:var(--modal-spacing)}.pxg-review-modal__header-title{margin-bottom:0}.pxg-review-modal__body-content,.pxg-review-modal__footer-content{font-size:16px}.pxg-review-modal__body{max-height:var(--content-height);overflow:scroll;margin-bottom:30px}.pxg-review-modal--is-scrollable .pxg-review-modal__body{margin-bottom:0;transition:box-shadow .2s ease-in-out}.pxg-review-modal--is-scrollable .pxg-review-modal__body p:first-child{margin-top:var(--modal-spacing)}.pxg-review-modal__body *{font-size:16px;line-height:1.5;color:#000;margin-bottom:25px;margin-top:0}.pxg-review-modal__body br{display:none}.pxg-review-modal__body p:last-child{margin-bottom:0}.pxg-review-modal__footer,.pxg-review-modal__header{text-align:center}.pxg-review-modal__footer{border-top:1px solid #e1e3e6}.pxg-review-modal__footer>*{margin-bottom:15px;margin-top:0}.pxg-review-modal__footer-title{margin-top:25px;margin-bottom:10px}.pxg-review-modal__footer-title,.pxg-review-modal__header-title{font-size:20px;line-height:1.3}.pxg-review-modal .btn{text-decoration:none;cursor:pointer;-webkit-font-smoothing:antialiased;display:block;position:relative;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.58,1);transition-property:transform,background,background-color,color,box-shadow,opacity}.pxg-review-modal .btn:last-child[class]{margin:0;padding:0}.pxg-review-modal .btn:hover:not(.btn--text){background-color:#8e65c0;color:#fff;transform:scale(1.05) translateY(-3px);box-shadow:0 10px 20px -10px rgba(0,0,0,.7)}.pxg-review-modal .btn.btn--text{padding:12px 18px;font-size:18px;font-weight:700;line-height:1.35;color:#8e65c0;background-color:transparent}.pxg-review-modal .btn.btn--text:active,.pxg-review-modal .btn.btn--text:hover{color:inherit;opacity:1}.pxg-review-modal .btn.btn--action{display:block;padding:13px 25px;font-size:18px;line-height:23px;font-weight:700;text-align:center;background-color:#8e65c0;color:#fff;border-radius:4px}.pxg-review-modal .btn.btn--action.btn--small{background-color:#8e65c0;padding:5px 30px;font-size:13px}.pxg-review-modal__body--top-shadow{box-shadow:inset 0 2rem 2rem -2rem rgba(0,0,0,.1)}.pxg-review-modal__body--bottom-shadow{box-shadow:inset 0 -2rem 2rem -2rem rgba(0,0,0,.1)}.pxg-review-modal__body--top-shadow.pxg-review-modal__body--bottom-shadow{box-shadow:inset 0 2rem 2rem -2rem var(--p-hint-from-direct-light,rgba(0,0,0,.1)),inset 0 -2rem 2rem -2rem rgba(0,0,0,.1)}@-webkit-keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes slide-out-top{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-1000px);opacity:0}}@keyframes slide-out-top{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-1000px);opacity:0}}.slide-in-bottom{-webkit-animation:slide-in-bottom .3s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom .3s cubic-bezier(.25,.46,.45,.94) both}.slide-out-top{-webkit-animation:slide-out-top .3s cubic-bezier(.55,.085,.68,.53) both;animation:slide-out-top .3s cubic-bezier(.55,.085,.68,.53) both}.btn--core{border:1px solid var(--button-border-color);box-shadow:0 1px 0 var(--button-border-color)}