body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,#2a4ba0,#153a93 50%,#1e3a8a);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{gap:1rem}.logo-image{filter:brightness(0) invert(1);height:60px;object-fit:contain;width:60px}.logo-text h1{font-size:1.8rem;font-weight:700;letter-spacing:2px;line-height:1;margin:0}.logo-text p{font-size:1.1rem;font-weight:500;letter-spacing:1px;margin:2px 0 0;opacity:.95}.nav{display:flex;gap:2rem}.nav-link{border-radius:4px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.nav-link:hover{background-color:#ffffff1a}.training-link{background-color:#fff;color:#1e3a8a!important;font-weight:700}.training-link:hover{background-color:#f1f5f9}main{flex:1 1;max-width:1200px;padding:2rem;width:100%}.page,main{margin:0 auto}.page{max-width:800px}.hero{background:#fff;border:1px solid #2a4ba01a;border-radius:20px;box-shadow:0 8px 32px #2a4ba01a;margin-bottom:3rem;margin-top:-1rem;padding:4rem 2rem;text-align:center}.hero,.hero h1{color:#2a4ba0;position:relative}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;z-index:1}.hero p{color:#4a5568;font-size:1.3rem;font-weight:500;margin:0 auto;max-width:600px;opacity:.8;position:relative;z-index:1}.highlights{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.highlight-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 15px #1e3a8a1a;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.highlight-card:before{background:linear-gradient(90deg,#2a4ba0,#4299e1,#63b3ed);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.highlight-card:hover{box-shadow:0 15px 35px #1e3a8a26;transform:translateY(-8px)}.highlight-card:hover:before{transform:scaleX(1)}.highlight-card h3{color:#2a4ba0;font-size:1.3rem;margin-bottom:1rem}.highlight-card p{color:#666}.cta-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #1e3a8a1a;border-radius:20px;margin:3rem 0;padding:3rem 2rem;text-align:center}.cta-button{background:linear-gradient(135deg,#2a4ba0,#4299e1);border-radius:50px;box-shadow:0 4px 15px #2a4ba033;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:1rem;overflow:hidden;padding:1.2rem 2.5rem;position:relative;text-decoration:none;transition:all .3s ease}.cta-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cta-button:hover{box-shadow:0 8px 25px #2a4ba04d;transform:translateY(-2px)}.cta-button:hover:before{left:100%}.content-section{background:#fff;border-left:6px solid #1e3a8a;border-radius:16px;box-shadow:0 2px 10px #0000000d;margin:2rem 0;padding:2.5rem;transition:box-shadow .3s ease}.content-section:hover{box-shadow:0 4px 20px #00000014}.content-section h2{color:#1e3a8a;font-size:1.8rem;margin-bottom:1rem}.content-section h3{color:#1e3a8a;font-size:1.3rem;margin:1.5rem 0 .5rem}.content-section ul{margin:1rem 0;padding-left:2rem}.content-section li{color:#555;margin:.5rem 0}.footer{background-color:#1e3a8a;color:#fff;margin-top:auto;padding:2rem 0;text-align:center}.footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.footer a{color:#fff;text-decoration:underline}.footer a:hover{opacity:.8}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.logo-image{filter:brightness(0) invert(1);height:50px;width:50px}.logo-text h1{font-size:1.4rem}.logo-text p{font-size:1rem}.nav{flex-wrap:wrap;gap:1rem;justify-content:center}.hero h1{font-size:2rem}.hero p{font-size:1rem}.highlights{grid-template-columns:1fr}main{padding:1rem}}
/*# sourceMappingURL=main.efb71767.css.map*/