.notification-banner-desktop-container{position:fixed;top:64px;left:0;z-index:9999;width:100%;min-height:80px;height:auto;max-height:none;display:flex}.notification-banner{width:100%;display:flex;align-items:center;justify-content:center;padding:16px 0}.notification-banner-mobile-content{display:none}.notification-banner-desktop-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1108px;width:1108px}.notification-banner-desktop-text-container{display:flex;flex-direction:column;row-gap:0;align-items:center;flex:1 1}.notification-banner-desktop-title{font-size:21px;font-weight:700;line-height:25px}.notification-banner-desktop-paragraph{font-size:18px;font-weight:400;line-height:22px}.notification-banner-desktop-paragraph a,.notification-banner-desktop-title a,.notification-banner-mobile-paragraph a,.notification-banner-mobile-title a{color:inherit!important;text-decoration-color:inherit!important}.notification-banner-button{color:var(--color-white);background-color:#ff3748;width:-moz-fit-content;width:fit-content;padding:10px 24px;border-radius:8px;font-size:18px;font-weight:600;line-height:22px;height:-moz-fit-content;height:fit-content}@media screen and (min-width:768px) and (max-width:1280px){.notification-banner-desktop-container{height:-moz-fit-content;height:fit-content}.notification-banner-desktop-content{width:-moz-fit-content;width:fit-content;padding:16px 0;flex-direction:column;row-gap:16px}}@media screen and (min-width:720px) and (max-width:1108px){.notification-banner-desktop-content,.notification-banner-mobile-content{max-width:495px;text-align:center}}@media (max-width:768px){.notification-banner-desktop-container{display:none}.notification-banner{position:static;height:-moz-fit-content;height:fit-content;padding-block:16px;max-height:180px}.notification-banner-desktop-content{display:none}.notification-banner-mobile-content{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:16px;max-width:264px}.notification-banner-mobile-title{text-align:center;font-size:1.125rem;line-height:1.375rem;font-weight:400}.notification-banner-button{text-align:center;width:100%}}