header{grid-template-columns:repeat(12,1fr);grid-template-rows:auto 1fr auto auto auto;position:fixed;top:0;left:0;overflow:hidden;z-index:9999}@media(min-width:768px){header{grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto auto 1fr auto auto}}@media(min-width:1200px){header{grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto auto 1fr auto}header>*{clip-path:inset(0 0 0 0)}}header h1{font-weight:100;line-height:102%}header h1 span{font-weight:600;background:#314199;background:linear-gradient(113deg,#314199,#3d99e2 35%,#96d9ff 50%,#3d99e2 65%,#314199);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-position:0 50%;animation:titleGradient 12s ease-in-out infinite}header .logo-container{grid-template-columns:auto auto}header .wordmark{gap:.1rem}header .announcement{background:#314199;background:linear-gradient(113deg,#314199,#3d99e2 35%,#96d9ff 50%,#3d99e2 65%,#314199);background-size:200% 200%;background-position:0 50%;animation:titleGradient 12s ease-in-out infinite;z-index:9999}@keyframes titleGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}