.banner-popup__logo{display:block;width:90px;height:63px;background-color:#003984;mask:url(/logo-footer.svg) center/contain no-repeat;-webkit-mask:url(/logo-footer.svg) center/contain no-repeat}@media(min-width:){.banner-popup__logo{width:120px;height:83px}}.banner-popup__logo--white{background-color:#fff}.banner-popup{position:fixed;top:2%;left:50%;transform:translateX(-50%);z-index:900;width:min(1100px,100vw - 48px);box-shadow:0 8px 40px rgba(0,0,0,.3);animation:bannerSlideIn .4s ease forwards}@media(min-width:){.banner-popup{top:20%}}@keyframes bannerSlideIn{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}