.alert-notice{-webkit-animation:alertFadeIn .55s linear 0s both;animation:alertFadeIn .55s linear 0s both;border:none;border-radius:0;box-shadow:0 4px 4px rgba(0,0,0,.1);margin:0;padding:16px 0;position:relative;z-index:1}@-webkit-keyframes alertFadeIn{from{opacity:0}to{opacity:1}}@keyframes alertFadeIn{from{opacity:0}to{opacity:1}}@media screen and (prefers-reduced-motion: reduce){.alert-notice{-webkit-animation:none;animation:none;opacity:1}}.alert-notice p:last-child{margin-bottom:0;padding-bottom:0}.alert-notice-inner{margin:0 auto;max-width:1148px;padding:0 3.438rem 0 16px;width:100%}.alert-notice-close{position:absolute;right:0;top:0}.alert-notice-close-button{align-items:center;background:none transparent;border:none;color:inherit;cursor:pointer;display:flex;font-size:1.5rem;font-weight:normal;height:2.292em;justify-content:center;line-height:0;margin:0;padding:0;width:2.292em}.alert-notice.show{-webkit-animation:alertFadeIn .55s linear 0s both;animation:alertFadeIn .55s linear 0s both;display:block !important;z-index:1}@keyframes alertFadeIn{from{opacity:0}to{opacity:1}}@media screen and (prefers-reduced-motion: reduce){.alert-notice.show{-webkit-animation:none;animation:none;opacity:1}}.alert-notice.hide{-webkit-animation:alertFadeOut .55s linear 0s both;animation:alertFadeOut .55s linear 0s both;display:block !important;z-index:0}@-webkit-keyframes alertFadeOut{from{opacity:1}to{opacity:.25}}@keyframes alertFadeOut{from{opacity:1}to{opacity:.25}}@media screen and (prefers-reduced-motion: reduce){.alert-notice.hide{-webkit-animation:none;animation:none;opacity:.25}}.alert-notice.hide .alert-notice-close{display:none}.alert-notice.fixed-top{position:fixed;top:var(--admin-offset-top, 0px)}.alert-notice.fixed-top.show{-webkit-animation:alertSlideInDown .55s linear 0s both;animation:alertSlideInDown .55s linear 0s both}@-webkit-keyframes alertSlideInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}@keyframes alertSlideInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}@media screen and (prefers-reduced-motion: reduce){.alert-notice.fixed-top.show{-webkit-animation:none;animation:none;opacity:1;transform:none}}.alert-notice.fixed-top.hide{-webkit-animation:alertSlideOutUp .55s linear 0s both;animation:alertSlideOutUp .55s linear 0s both}@-webkit-keyframes alertSlideOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes alertSlideOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@media screen and (prefers-reduced-motion: reduce){.alert-notice.fixed-top.hide{opacity:0;transform:translate3d(0, -100%, 0)}}