.fvp-modal{--fvp-modal-text-color:var(--fds-semantic-color-text-on-light-default);--fvp-modal-scrim-color:var(--fomo-color-transparency-black-30);--fvp-modal-dialog-bg-color:var(--fds-semantic-color-fill-on-light-default);display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10;background-color:var(--fvp-modal-scrim-color);color:var(--fvp-modal-text-color)}.fvp-modal.fvp-modal--show{display:grid;flex-flow:column nowrap;align-items:center;justify-items:center;justify-content:stretch}.fvp-modal .fvp-modal__dialog{position:relative;width:100%;max-width:640px;background-color:var(--fvp-modal-dialog-bg-color);min-height:100%;display:flex;flex-flow:column nowrap;gap:1rem}@media(min-width:600px){.fvp-modal .fvp-modal__dialog{min-height:60%;border-radius:16px;margin:16px}}.fvp-modal .fvp-modal__dialog.fvp-modal__dialog--small{max-width:480px}@media(min-width:600px){.fvp-modal .fvp-modal__dialog.fvp-modal__dialog--small{min-height:20%}}.fvp-modal.fvp-modal--drawer .fvp-modal__dialog{justify-self:end;align-self:start;margin:var(--navbar-height) 0 0 0;height:calc(100vh - var(--navbar-height));width:360px;max-width:calc(100vw - var(--navbar-height));min-width:240px;border-radius:0}.fvp-modal .fvp-modal__header{flex:none;height:auto;width:100%;display:flex;justify-content:space-between}.fvp-modal .fvp-modal__header-text{margin:16px 16px 8px;display:flex;align-items:center;justify-content:flex-start;font-size:26px}.fvp-modal .fvp-modal__close{margin:.5rem .5rem .5rem auto;height:2.75rem;width:2.75rem;display:flex;justify-content:center;align-items:center;border:0;background-color:#0000}.fvp-modal .fvp-icon--close:after{content:"";width:16px;height:16px;display:block;background-color:var(--fvp-modal-text-color);-webkit-clip-path:path("M  8.84   8             L 14     13.16          L 13.16  14             L  8      8.84          L  2.84  14             L  2     13.16          L  7.16   8             L  2      2.84          L  2.84   2             L  8      7.16          L 13.16   2             L 14      2.84          L  8.84   8             Z");clip-path:path("M  8.84   8             L 14     13.16          L 13.16  14             L  8      8.84          L  2.84  14             L  2     13.16          L  7.16   8             L  2      2.84          L  2.84   2             L  8      7.16          L 13.16   2             L 14      2.84          L  8.84   8             Z")}.fvp-modal .fvp-modal__acknowledge{flex:none;margin:0 auto 2rem;padding:0 2rem}@supports(-webkit-touch-callout:none){.fvp-modal .fvp-modal__acknowledge{margin-bottom:100px}}.fvp-modal .fvp-modal__content{margin:0 1rem;overflow:scroll}.fvp-modal .fvp-modal__content.fvp-modal__content-hide-overflow{overflow:hidden}.fvp-modal .fvp-modal__content p:first-of-type{margin-top:0}.fvp-modal .fvp-modal__image{display:flex;justify-content:center;margin:2em 0}.fvp-modal .fvp-modal__image img{width:90%;max-width:400px}.fvp-modal .fvp-modal__close-button{display:flex;justify-content:flex-end}