.notification-banner{align-items:center;background-color:#364344;display:none;padding:8px 16px;gap:10px;justify-content:space-between}.notification-banner--open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.notification-banner-icon{padding-right:10px}.notification-banner-text{color:#fff;line-height:14px;font-family:"proxima-soft";font-size:14px;font-weight:500;display:inline-flex;gap:10px;align-items:center;flex-grow:1}.notification-banner-text a{color:#fff;cursor:pointer;text-decoration:underline}.notification-banner-close{outline:0;border:0;background:0 0;position:relative;cursor:pointer;padding:8px}.notification-banner-close-icon{width:20px;height:20px}.notification-banner-close-icon:before,.notification-banner-close-icon:after{content:' ';position:absolute;left:17px;height:20px;width:2px;background-color:#fff}.notification-banner-close-icon:before{transform:rotate(45deg)}.notification-banner-close-icon:after{transform:rotate(-45deg)}