.inner-banner{align-items:center;box-sizing:border-box;color:#fff;display:flex;justify-content:center;min-height:50vh;overflow:hidden;padding:6rem 0;position:relative;text-align:center;width:100%}.inner-banner__bg{animation:innerBannerBgZoom 2.2s cubic-bezier(.16,1,.3,1) forwards;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;will-change:transform;z-index:1}.inner-banner__container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1520px;position:relative;width:100%;z-index:2}.inner-banner__title{animation:innerBannerFadeUp 1s cubic-bezier(.16,1,.3,1) .15s both;will-change:transform,opacity}.inner-banner__title *{color:#fff;margin-bottom:1rem;margin-top:0}.inner-banner__subtitle{animation:innerBannerFadeUp 1s cubic-bezier(.16,1,.3,1) .35s both;will-change:transform,opacity}.inner-banner__subtitle *{color:hsla(0,0%,100%,.92);margin:0}@keyframes innerBannerBgZoom{0%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes innerBannerFadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.inner-banner__bg,.inner-banner__subtitle,.inner-banner__title{animation:none!important;opacity:1!important;transform:none!important}}