.global-hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.global-hero__bg{position:absolute;inset:0;width:100%;height:100%;max-width:none}.global-hero__video{width:100%;height:100%;object-fit:cover;filter:brightness(.8)}.global-hero__cover{position:absolute;inset:0}.global-hero__cover img{width:100%;height:100%;object-fit:cover;pointer-events:none}.global-hero__inner{position:relative;z-index:5;text-align:center;padding:2rem 1.6rem 4rem;width:100%;max-width:100%;margin-top:2rem;animation:fadein 1.4s ease-out forwards}.global-hero__logo img{width:85%;max-width:360px;margin:0 auto 1.6rem}.global-hero__subtitle img{width:70%;max-width:300px;margin:0 auto 1.6rem}.global-hero__subtitle-text{font-size:1.6rem;margin-bottom:1.6rem}.global-hero__lead p{font-size:.9rem;line-height:1.7;text-align:left;max-width:92%;margin:0 auto 1.8rem}.global-hero__buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-top:1.2rem}.global-hero__btn{font-size:1rem;padding:.8rem 2rem;font-weight:600;width:100%;max-width:400px;text-decoration:none;transition:.25s ease}.global-hero__btn--primary{background:#113e97;color:#fff}.global-hero__btn--primary:hover{background:#0433ff}.global-hero__btn--secondary{background:#fff;color:#036}.global-hero__btn--secondary:hover{background:rgba(255,255,255,.7)}@keyframes fadein{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.global-hero{height:100vh}.global-hero__inner{margin-top:0}.global-hero__logo img{width:65%;max-width:480px;margin-bottom:2rem}.global-hero__lead p{font-size:1rem;text-align:center}.global-hero__subtitle img{width:55%}.global-hero__btn{font-size:1.3rem;padding:1rem 3rem;width:45%}.global-hero__buttons{margin-top:4rem}}@media (min-width:1024px){.global-hero__inner{max-width:1200px;padding:0 1.6rem}.global-hero__logo img{width:65%;max-width:720px;margin-bottom:2.4rem}.global-hero__subtitle img{width:40%;margin-bottom:2.4rem}.global-hero__lead p{line-height:1.8}}@media (min-width:1400px){.global-hero__logo img{width:70%}}