.banner{left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:1000}.banner.banner--visible{opacity:1;pointer-events:auto}.banner,.banner *,.banner :after,.banner :before{box-sizing:border-box}.banner__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 1rem;width:100%}.banner__text{color:inherit;display:block;font-size:1rem;line-height:1.5;margin:0;max-width:59.25rem;text-align:center;width:100%}.banner__text,.banner__text:hover{text-decoration:none}@media (min-width:768px){.banner__container{padding:2.5rem 2rem}}