.bfp-popup{align-items:center;--bfp-backdrop-color:rgba(0,0,0,.5);--bfp-border-color:transparent;--bfp-border-style:none;--bfp-border-width:0;--bfp-box-shadow:none;--bfp-close-color:inherit;--bfp-close-font-family:inherit;--bfp-close-font-weight:inherit;--bfp-close-size:1.5rem;--bfp-popup-bg:#fff;--bfp-popup-border-radius:4px;--bfp-popup-color:inherit;--bfp-popup-max-width:600px;--bfp-popup-padding:2rem;--bfp-popup-z-index:99999;display:none;inset:0;justify-content:center;position:absolute;z-index:var(--bfp-popup-z-index)}.bfp-popup.bfp-popup--active{display:flex}.bfp-popup.bfp-popup--fading-out{opacity:0;transition:opacity .4s ease}.bfp-popup.bfp-popup--fixed{position:fixed}.bfp-popup__backdrop{background:var(--bfp-backdrop-color);inset:0;left:0;position:fixed;top:0}.bfp-popup__backdrop--hidden{background:0 0}.bfp-popup__container{background:var(--bfp-popup-bg);border:var(--bfp-border-width) var(--bfp-border-style) var(--bfp-border-color);border-radius:var(--bfp-popup-border-radius);box-shadow:var(--bfp-box-shadow);color:var(--bfp-popup-color);max-height:90vh;max-width:var(--bfp-popup-max-width);overflow-y:auto;padding:var(--bfp-popup-padding);position:relative;width:90%}.bfp-popup--small{--bfp-popup-max-width:400px}.bfp-popup--medium{--bfp-popup-max-width:600px}.bfp-popup--large{--bfp-popup-max-width:900px}.bfp-popup--top-center,.bfp-popup--top-left,.bfp-popup--top-right{align-items:flex-start}.bfp-popup--bottom-center,.bfp-popup--bottom-left,.bfp-popup--bottom-right{align-items:flex-end}.bfp-popup--bottom-left,.bfp-popup--center-left,.bfp-popup--top-left{justify-content:flex-start}.bfp-popup--bottom-right,.bfp-popup--center-right,.bfp-popup--top-right{justify-content:flex-end}.bfp-popup--bottom-center,.bfp-popup--bottom-left,.bfp-popup--bottom-right,.bfp-popup--center-left,.bfp-popup--center-right,.bfp-popup--top-center,.bfp-popup--top-left,.bfp-popup--top-right{padding:1rem}.bfp-popup--center-center{padding:0}.bfp-popup__close{background:0 0;border:none;color:var(--bfp-close-color);cursor:pointer;font-family:var(--bfp-close-font-family);font-size:var(--bfp-close-size);font-weight:var(--bfp-close-font-weight);line-height:1;padding:.25rem;position:absolute;right:calc(var(--bfp-popup-padding-right, 2rem)/2);top:calc(var(--bfp-popup-padding-top, 2rem)/2);z-index:10}.bfp-popup__close svg{display:block;fill:currentColor;height:1em;width:1em}