.notification-bar{width:100%;height:44px;background:#0072ff;position:fixed;top:0;left:0;right:0;z-index:1003;opacity:1;transform:translateY(-100%);transition:transform .5s ease-in-out}.notification-bar.visible{transform:translateY(0)}.notification-bar.hidden{transform:translateY(-100%)}@media(max-width:767px){.notification-bar{height:64px}}.notification-bar-container{max-width:1440px;margin:0 auto;height:100%}@media(min-width:768px){.notification-bar-container{padding:0 80px}}@media(max-width:767px){.notification-bar-container{padding:0 16px}}.notification-bar-container .claim-button{font-size:12px;height:28px;font-weight:600;margin-right:10px}.notification-bar-content{display:flex;align-items:center;justify-content:center;padding:8px}@media(max-width:767px){.notification-bar-content{justify-content:space-between;max-height:50px}}.notification-text{color:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;margin-right:16px}.notification-text strong{font-weight:700}@media(max-width:767px){.notification-text{font-size:12px;line-height:16px;max-width:58%}}@media screen and (max-width:500px){.notification-text{font-size:10px}}