@keyframes slideIn{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOut{from{transform:translateY(0)}to{transform:translateY(-100%)}}.alertNotice{background-color:var(--colour-black);height:32px;opacity:1;visibility:visible;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;position:fixed;top:0;left:0;transform:translateY(0%);width:100%;z-index:10000}@media(min-width: 1050px){.alertNotice{height:34px}}.alertNotice .container{max-width:1360px;margin:0 auto;padding:0 5%;box-sizing:content-box;height:100%}@media(min-width: 768px){.alertNotice .container{padding:0 8%}}.alertNotice .container.small{max-width:898px}.alertNotice .inner{display:flex;justify-content:center;align-items:center;height:100%;margin-top:-1px}.alertNotice .itemsWrapper{overflow:hidden;position:relative;height:18px}@media(min-width: 1050px){.alertNotice .itemsWrapper{height:26px}}.alertNotice .item{display:flex;align-items:center;font-weight:400;font-size:1.1rem;position:relative;top:0;left:0;width:100%;color:var(--colour-white);font-family:var(--font-body);margin:2px 5px 0;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition:text-decoration-color .2s ease,opacity .1s ease-in-out,position .2s ease;opacity:0}.alertNotice .item:focus-visible{outline:var(--colour-white) 1px solid;outline-offset:2px}@media(min-width: 1050px){.alertNotice .item{font-size:1.4rem}}.alertNotice .item.active{opacity:1;animation:slideIn .5s forwards}.alertNotice .item.inactive{animation:slideOut .5s forwards;position:absolute}.alertNotice .item:hover{text-decoration-color:inherit}.alertNotice .item strong{font-weight:700;margin-right:3px}@media(min-width: 1050px){.alertNotice .item strong{margin-right:4px}}.alertNotice .icon svg{width:12px;height:12px}@media(min-width: 1050px){.alertNotice .icon svg{width:16px;height:16px}}.alertNotice .arrow svg{width:6px;height:11px}@media(min-width: 1050px){.alertNotice .arrow svg{width:8px;height:13px}}
