.nb-footer-flash{position:fixed;z-index:99990;left:50%;bottom:18px;width:min(970px,calc(100vw - 32px));max-height:min(250px,45vh);transform:translate(-50%,24px);opacity:0;visibility:hidden;transition:opacity .28s ease,transform .28s ease,visibility .28s;background:transparent;border:0;padding:0;margin:0;filter:drop-shadow(0 8px 20px rgba(0,0,0,.16))}
.nb-footer-flash.is-visible{transform:translate(-50%,0);opacity:1;visibility:visible}
.nb-footer-flash.is-leaving{transform:translate(-50%,18px);opacity:0;visibility:hidden}
.nb-footer-flash__content{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden;border-radius:12px;background:transparent}
.nb-footer-flash__content>a{display:flex;justify-content:center;width:100%}
.nb-footer-flash__content img{display:block;width:auto;max-width:100%;max-height:min(250px,45vh);height:auto;border-radius:12px;object-fit:contain}
.nb-footer-flash__content iframe{display:block;max-width:100%;border:0;border-radius:12px}
.nb-footer-flash__close{position:absolute;z-index:2;top:-13px;right:-13px;display:grid;place-items:center;width:30px;height:30px;padding:0;border:2px solid #fff;border-radius:50%;background:#132c3b;color:#fff;font:700 21px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.22)}
.nb-footer-flash__close:focus-visible{outline:3px solid #1a98d1;outline-offset:3px}
@media(max-width:767px){.nb-footer-flash{bottom:12px;width:calc(100vw - 24px);max-height:35vh}.nb-footer-flash__content img{max-height:35vh}.nb-footer-flash__close{top:-11px;right:-6px}}
@media(prefers-reduced-motion:reduce){.nb-footer-flash{transition:opacity .01ms linear;transform:translate(-50%,0)}}