#hero-container{min-height:100vh;background-color:#0f0f0f}.bgScrollOverlap-hero{height:100vh;display:flex;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:relative;overflow:hidden;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.bgScrollOverlap-hero-background{position:absolute;inset:0;width:100%;height:100%;display:none;z-index:0}.bgScrollOverlap-hero-background img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:767px){.bgScrollOverlap-hero{background-attachment:scroll}.bgScrollOverlap-hero-background{display:block}}.bgScrollOverlap-hero-overlay{position:absolute;width:100%;height:100%;background:rgba(15,15,15,.68);display:flex;align-items:center;justify-content:center;z-index:1}.bgScrollOverlap-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff8f0;max-width:1200px;padding:1.5rem}.bgScrollOverlap-hero h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fff8f0}.bgScrollOverlap-hero p{font-size:1.5rem;margin-bottom:1rem;color:#eaeaea}.bgScrollOverlap-hero-button-row,.bgScrollOverlap-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.bgScrollOverlap-hero-btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:clamp(.8rem,2vw,1rem) clamp(1.5rem,4vw,2rem);font-size:clamp(.8rem, 2vw, 1rem);font-weight:700;text-decoration:none;background:#3d7fc1;color:#fff8f0;border:2px solid transparent;border-radius:4px;transition:background-color 150ms cubic-bezier(.4, 0, .2, 1),box-shadow 150ms cubic-bezier(.4, 0, .2, 1),transform 150ms cubic-bezier(.4, 0, .2, 1)}.bgScrollOverlap-hero-btn:focus-visible,.bgScrollOverlap-hero-btn:hover{background:#dce6f2;color:#000;box-shadow:0 4px 14px rgba(45,141,219,.15);transform:translateY(-1px);text-decoration:none}.bgScrollOverlap-hero-diagonal{position:absolute;bottom:0;left:0;width:100%;height:100px;overflow:hidden;line-height:0;z-index:200}.bgScrollOverlap-hero-diagonal svg{display:block;width:100%;height:100%}.bgScrollOverlap-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}