.main-wrapper{background-color:var(--color-navy-dark);width:100%;min-height:100vh}.site-header-wrapper{background-color:var(--color-navy-dark);z-index:1000;border-bottom:1px solid #ffffff14;width:100%;position:relative}.site-header{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.header-logo{z-index:1002;width:auto;height:80px;transition:height .3s;position:relative}.header-nav{align-items:center;gap:3rem;display:flex}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--color-white);opacity:.9;font-size:1.1rem;font-weight:600}.nav-link:hover{opacity:1;color:var(--color-red)}.btn-cta{background-color:var(--color-red);color:var(--color-white);white-space:nowrap;border:none;border-radius:999px;padding:.9rem 2.4rem;font-size:1.1rem;font-weight:700;transition:background-color .3s,transform .2s}.btn-cta:hover{background-color:var(--color-red-hover);transform:translateY(-2px)}.hamburger-btn{cursor:pointer;z-index:10000;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.hamburger-btn span{background-color:var(--color-white);border-radius:3px;width:100%;height:3px;transition:all .3s}.hamburger-btn.active span:first-child{transform:translateY(9px)rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.mobile-menu{background-color:var(--color-navy-dark);z-index:9999;opacity:0;visibility:hidden;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.mobile-menu.active{opacity:1;visibility:visible}.mobile-nav-links{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.mobile-nav-link{color:var(--color-white);font-size:1.8rem;font-weight:700}.mobile-cta{margin-top:1rem;padding:1rem 3rem;font-size:1.3rem}body.no-scroll{overflow:hidden}.section{padding:7rem 0}.section-header{margin-bottom:5rem}.section-header.text-center{text-align:center;width:100%;margin-left:auto;margin-right:auto}.section-header.text-left{text-align:left}.section-header.text-left .section-description{text-align:left;margin-left:0}.section-title{font-size:var(--font-size-h2);margin-bottom:1.2rem;font-weight:700;line-height:1.2}.section-description{opacity:.9;max-width:1200px;margin:0 auto;font-size:1.5rem;font-weight:300;line-height:1.6}.site-footer{background-color:#001938;padding-top:1.5rem}.footer-main{justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;display:flex}.footer-brand img{width:auto;height:50px}.footer-links-group{gap:5rem;display:flex}.footer-col{min-width:250px}.footer-heading{margin-bottom:0;font-size:1rem;font-weight:700}.footer-info{font-size:1rem;line-height:1.8}.footer-info a{text-decoration:underline}.social-link{align-items:center;gap:1rem;font-size:1.15rem;display:flex}.social-icon{width:25px;height:25px}.footer-bottom{background-color:#000812;border-top:1px solid #ffffff14;padding:1rem 0}.footer-bottom-content{opacity:.7;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1.25rem;font-size:.8rem;display:grid}.footer-bottom-content .footer-legal-links{justify-self:start}.footer-bottom-content .footer-copyright{text-align:center;justify-self:center}.footer-bottom-content .footer-reserved-link{justify-self:end}.footer-legal-links{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.footer-copyright{white-space:nowrap}.footer-reserved-link{opacity:.45;color:inherit;white-space:nowrap;text-decoration:none;transition:opacity .2s}.footer-reserved-link:hover{opacity:.85}
