:root{--base-color:#0b0b0f;--base-color-bg:#fff;--color-primary:#0a2449;--color-secondary:#0a2449;--color-highlight:#f24725;--color-dark:#0b0b0f;--color-gray:#f2f2f2;--color-light:#f5f5f5;--color-white:#fff;--color-base-shadow:0,0,0}.dark-theme{--base-color:#fff;--base-color-bg:#0b0b0f;--color-gray:#2a2e39;--color-base-shadow:255,255,255}.prfw-cfd-popup{display:none}.prfw-cfd-popup .modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1050;display:none;overflow:hidden;outline:0}.prfw-cfd-popup .modal-backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background-color:rgba(11,11,15,.5)}.prfw-cfd-popup__dialog{position:absolute;top:50%;left:0;right:0;width:auto;margin:0;overflow:hidden;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.prfw-cfd-popup__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:37.5em;min-height:16em;padding:1.875em;margin:auto;overflow-y:auto;color:var(--base-color);background-color:#fff;outline:0}.prfw-cfd-popup__title{font-size:1.8rem;margin-bottom:0;text-transform:uppercase}@media (min-width:20.0625em){.prfw-cfd-popup__title{font-size:calc(15.81818px + .68182vw)}}@media (min-width:75em){.prfw-cfd-popup__title{font-size:2.4rem}}.prfw-cfd-popup__text{margin-bottom:2em}.prfw-cfd-popup__text a{text-decoration:underline}.prfw-cfd-popup__btn-wrapper{text-align:center}.prfw-cfd-popup__btn-wrapper .prfw-btn-primary{min-width:9.375em;padding:1em;font-weight:700;color:#fff;text-transform:uppercase;cursor:pointer;background-color:#32cf8e;border-radius:.25em}.prfw-cfd-popup__btn-wrapper .prfw-btn-primary:focus,.prfw-cfd-popup__btn-wrapper .prfw-btn-primary:hover{background-color:#27a772}.prfw-cfd-popup.prfw-cfd-popup-open,.prfw-cfd-popup.prfw-cfd-popup-open .modal,.prfw-cfd-popup.prfw-cfd-popup-open .prfw-modal{display:block}