:root{--army-green:#2b411c;--army-olive:#4a6b30;--army-canvas:#a4aa88;--army-dark:#1a3a10;--army-khaki:#b6a353;--army-bg:#f0f4ec;--navy-blue:#04127b;--navy-deep:#1d213c;--navy-anchor:#0a1a8f;--navy-bg:#eef0fa;--air-cyan:#0093b0;--air-light:#e4f5fa;--air-outer:#1d213c;--air-accent:#007a94;--crest-gold:#c5920c;--crest-gold-deep:#a97d00;--crest-gold-light:#ffd72d;--crest-red:#c42b1c;--bg-primary:#fff;--bg-warm:#fafaf7;--bg-section:#f4f4f0;--bg-section-alt:#eff1f5;--bg-card:#fff;--bg-card-hover:#fafafa;--bg-glass:#fffc;--text-primary:#1a1a2e;--text-secondary:#4a4a6a;--text-muted:#8a8aa0;--text-on-dark:#fff;--ease-out-expo:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.65,0,.35,1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.6s;--duration-reveal:.8s;--section-padding:100px 0;--container-width:1200px;--container-padding:0 24px;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-xl:32px;--border-subtle:1px solid #00000014;--border-medium:1px solid #0000001f;--shadow-sm:0 1px 3px #0000000f;--shadow-card:0 4px 24px #0000000f;--shadow-card-hover:0 12px 40px #0000001a;--shadow-lg:0 20px 60px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.15}.heading-xl{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem)}.heading-lg{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.5rem)}.heading-md{font-size:clamp(1.5rem,3vw,2.5rem)}.heading-sm{font-size:clamp(1.25rem,2vw,1.75rem)}.text-lg{font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.7}.text-body{font-size:1rem;line-height:1.7}.text-sm{font-size:.875rem;line-height:1.6}.text-gradient-gold{background:linear-gradient(135deg,var(--crest-gold),var(--crest-gold-deep));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-cyan{background:linear-gradient(135deg,var(--air-cyan),var(--air-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-navy{background:linear-gradient(135deg,var(--navy-blue),var(--navy-deep));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.container-wide{max-width:1400px;padding:var(--container-padding);margin:0 auto}.section{padding:var(--section-padding);position:relative;overflow:hidden}.section-alt{background:var(--bg-section)}.section-warm{background:var(--bg-warm)}.section-dark{background:var(--bg-section)}.section-darker{background:var(--bg-section-alt)}.section-hero-dark{background:var(--navy-deep);color:var(--text-on-dark)}.video-section{position:relative;overflow:hidden}.video-bg{object-fit:cover;z-index:0;opacity:.2;width:100%;height:100%;position:absolute;top:0;left:0}.video-overlay{z-index:1;background:linear-gradient(#ffffffd9 0%,#ffffffe6 50%,#fffffff2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.video-content{z-index:2;position:relative}.btn{border-radius:var(--radius-sm);letter-spacing:.02em;transition:all var(--duration-normal)var(--ease-out-expo);text-transform:uppercase;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--navy-blue),var(--navy-deep));color:var(--text-on-dark);box-shadow:0 4px 20px #04127b33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #04127b4d}.btn-secondary{color:var(--navy-blue);border:2px solid var(--navy-blue);background:0 0}.btn-secondary:hover{background:var(--navy-blue);color:var(--text-on-dark);transform:translateY(-2px)}.btn-red{background:linear-gradient(135deg,var(--crest-red),#991b1b);color:#fff;box-shadow:0 4px 20px #c42b1c33}.btn-red:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c42b1c4d}.btn-sm{padding:10px 20px;font-size:.85rem}.card{background:var(--bg-card);border:var(--border-subtle);border-radius:var(--radius-md);transition:all var(--duration-normal)var(--ease-out-expo);box-shadow:var(--shadow-sm);padding:32px}.card:hover{box-shadow:var(--shadow-card-hover);border-color:#04127b26;transform:translateY(-4px)}.badge{text-transform:uppercase;letter-spacing:.1em;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-army{background:var(--army-bg);color:var(--army-green);border:1px solid #2b411c33}.badge-navy{background:var(--navy-bg);color:var(--navy-blue);border:1px solid #04127b26}.badge-air{background:var(--air-light);color:var(--air-accent);border:1px solid #0093b026}.badge-gold{color:var(--crest-gold);background:#fff8e1;border:1px solid #c5920c33}.divider{background:linear-gradient(90deg,#0000,#0000001a,#0000);height:1px;margin:60px 0}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:600}.form-input,.form-select,.form-textarea{background:var(--bg-section);border-radius:var(--radius-sm);color:var(--text-primary);transition:border-color var(--duration-normal);border:1px solid #0000001f;outline:none;width:100%;padding:14px 16px;font-family:Inter,sans-serif;font-size:.95rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--navy-blue);box-shadow:0 0 0 3px #04127b14}.form-input::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:120px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form-select option{background:var(--bg-primary);color:var(--text-primary)}.form-error{color:var(--crest-red);font-size:.8rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.section-header{text-align:center;max-width:800px;margin:0 auto 60px}.section-header .overline{letter-spacing:.2em;text-transform:uppercase;color:var(--navy-blue);margin-bottom:16px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;display:inline-block}.section-header h2{margin-bottom:16px}.section-header p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.overline{letter-spacing:.2em;text-transform:uppercase;color:var(--navy-blue);margin-bottom:16px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;display:inline-block}@media (max-width:1024px){:root{--section-padding:80px 0}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--section-padding:60px 0;--container-padding:0 16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.card{padding:24px}.btn{padding:12px 24px;font-size:.85rem}}@media (max-width:480px){:root{--section-padding:48px 0}.section-header{margin-bottom:40px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.video-bg{display:none}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-section)}::-webkit-scrollbar-thumb{background:#c0c0c8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0a0aa}::selection{color:var(--text-primary);background:#04127b1f}
.Navbar-module__cJzEcG__header{z-index:1000;background:0 0;width:100%;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000000f;box-shadow:0 2px 20px #0000000a}.Navbar-module__cJzEcG__nav{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:12px 24px;display:flex}.Navbar-module__cJzEcG__logo{color:var(--text-primary);z-index:1001;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{width:auto;height:30px;display:block;transform:translateY(-1px)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:4px;display:flex}.Navbar-module__cJzEcG__navItem{position:relative}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:4px;padding:8px 10px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.Navbar-module__cJzEcG__navLink:hover{color:var(--navy-blue)}.Navbar-module__cJzEcG__chevron{transition:transform .3s}.Navbar-module__cJzEcG__navItem:hover .Navbar-module__cJzEcG__chevron{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-md);background:#fffffffa;border:1px solid #00000014;min-width:220px;padding:8px;animation:.25s ease-out Navbar-module__cJzEcG__dropIn;position:absolute;top:100%;left:0;box-shadow:0 12px 40px #0000001a}.Navbar-module__cJzEcG__dropdownLink{color:var(--text-secondary);border-radius:var(--radius-sm);padding:10px 16px;font-size:.85rem;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropdownLink:hover{background:var(--bg-section);color:var(--navy-blue)}.Navbar-module__cJzEcG__applyBtn{white-space:nowrap;letter-spacing:.5px;border-radius:999px;justify-content:center;align-items:center;height:40px;margin-left:16px;padding:10px 24px;font-size:.85rem;font-weight:600;line-height:1;display:inline-flex;transform:translateY(-1px)}.Navbar-module__cJzEcG__socialLinks{align-items:center;gap:12px;margin-left:12px;margin-right:-4px;display:flex;transform:translateY(1px)}.Navbar-module__cJzEcG__socialIcon{color:var(--text-primary);opacity:.8;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s;display:flex}.Navbar-module__cJzEcG__socialIcon:hover{opacity:1;color:var(--crest-gold);transform:translateY(-2px)}.Navbar-module__cJzEcG__hamburger{z-index:1002;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:8px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);width:26px;height:2px;transition:all .3s var(--ease-out-expo);transform-origin:50%;border-radius:2px;display:block}.Navbar-module__cJzEcG__open span:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@keyframes Navbar-module__cJzEcG__dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#fffffffa;flex-direction:column;justify-content:center;gap:8px;width:100%;height:100vh;transition:opacity .4s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navOpen{opacity:1;pointer-events:all}.Navbar-module__cJzEcG__navLink{color:var(--text-primary);padding:12px 24px;font-size:1.25rem}.Navbar-module__cJzEcG__dropdown{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;padding:0 0 0 24px;animation:none;position:static}.Navbar-module__cJzEcG__dropdownLink{font-size:1rem}.Navbar-module__cJzEcG__applyBtn{margin-top:16px;margin-left:0}}
.Footer-module__S6Hkya__footer{background:var(--navy-deep);color:var(--text-on-dark);padding:80px 0 0}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:60px;display:grid}.Footer-module__S6Hkya__logoGroup{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Footer-module__S6Hkya__logoImg{filter:brightness(0)invert();width:auto;height:36px;display:block}.Footer-module__S6Hkya__brandDesc{color:#ffffffb3;margin-bottom:16px;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__tagline{color:var(--crest-gold-light);font-family:Playfair Display,serif;font-size:.95rem;font-style:italic}.Footer-module__S6Hkya__linkCol{flex-direction:column;gap:10px;display:flex}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:.15em;color:#fff;margin-bottom:4px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700}.Footer-module__S6Hkya__link{color:#ffffffa6;font-size:.88rem;transition:color .3s}.Footer-module__S6Hkya__link:hover{color:var(--crest-gold-light)}.Footer-module__S6Hkya__contactLine{color:#ffffffa6;margin-top:6px;font-size:.85rem}.Footer-module__S6Hkya__socialLinksFooter{gap:16px;margin-top:16px;display:flex}.Footer-module__S6Hkya__socialIconFooter{color:#fff;opacity:.5;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIconFooter:hover{opacity:1;color:var(--crest-gold-light);transform:translateY(-2px)}.Footer-module__S6Hkya__disclaimer{border-top:1px solid #ffffff1a;padding:24px 0}.Footer-module__S6Hkya__disclaimer p{color:#fff6;max-width:900px;font-size:.75rem;line-height:1.8}.Footer-module__S6Hkya__groupLogos{text-align:center;border-top:1px solid #ffffff1a;padding:24px 0}.Footer-module__S6Hkya__groupLabel{letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;margin-bottom:16px;font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;display:block}.Footer-module__S6Hkya__groupLogoStrip{justify-content:center;align-items:center;gap:40px;display:flex}.Footer-module__S6Hkya__groupLogoImg{filter:brightness(0)invert();opacity:.85;width:auto;height:48px;transition:opacity .3s}.Footer-module__S6Hkya__groupLogoImg:hover{opacity:1}.Footer-module__S6Hkya__groupLogoImgNoFilter{opacity:.85;width:auto;height:48px;transition:opacity .3s}.Footer-module__S6Hkya__groupLogoImgNoFilter:hover{opacity:1}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;display:flex}.Footer-module__S6Hkya__bottomText{flex-direction:column;gap:6px;display:flex}.Footer-module__S6Hkya__bottom p{color:#fff6;margin:0;font-size:.8rem}.Footer-module__S6Hkya__designerText{color:#ffffff40!important;font-size:.7rem!important}.Footer-module__S6Hkya__policyLinks{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Footer-module__S6Hkya__policyLinks a{color:#fff6;font-size:.75rem;transition:color .3s}.Footer-module__S6Hkya__policyLinks a:hover{color:var(--crest-gold-light)}.Footer-module__S6Hkya__officialLinks{flex-wrap:wrap;gap:20px;display:flex}.Footer-module__S6Hkya__officialLinks a{color:#fff6;font-size:.75rem;transition:color .3s}.Footer-module__S6Hkya__officialLinks a:hover{color:var(--crest-gold-light)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__S6Hkya__footer{padding:60px 0 0}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:32px;padding-bottom:40px}.Footer-module__S6Hkya__groupLogoStrip{flex-direction:column;gap:24px}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:24px}.Footer-module__S6Hkya__policyLinks,.Footer-module__S6Hkya__officialLinks{flex-direction:column;gap:12px}}
