@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#0a192f;--primary-dark:#002147;--secondary:gold;--secondary-light:#ffea70;--text-main:#0a192f;--text-light:#555;--bg-light:#f9f9f7;--white:#fff;--border:#e0e0e0;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:6rem;--container-width:1200px;--radius:4px;--shadow:0 4px 20px #00000014;--shadow-hover:0 10px 25px #0000001f}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary);line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--container-width);padding:0 var(--spacing-sm);margin:0 auto}.btn{border-radius:var(--radius);cursor:pointer;border:none;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--secondary);color:var(--text-main)}.btn-secondary:hover{background-color:#e6a800}.section-title{color:var(--text-main);margin-bottom:var(--spacing-sm);text-align:center;font-size:2.25rem;font-weight:700}.section-subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:1px;text-align:center;margin-bottom:var(--spacing-xs);font-weight:600;display:block}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:1.75rem}}@media (max-width:480px){.container{padding:0 .75rem}.section-title{font-size:1.5rem}}
.Navbar-module__nuAbfa__header{z-index:1000;width:100%;max-width:100vw;font-family:var(--font-body);transition:all .4s ease-in-out;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__headerScrolled{background-color:var(--primary-dark);box-shadow:0 4px 20px #0000004d}.Navbar-module__nuAbfa__headerScrolled .Navbar-module__nuAbfa__topBar{opacity:0;height:0;padding:0;overflow:hidden}.Navbar-module__nuAbfa__headerScrolled .Navbar-module__nuAbfa__navbar{background-color:var(--primary-dark);height:80px}.Navbar-module__nuAbfa__header:not(.Navbar-module__nuAbfa__headerScrolled){background:linear-gradient(#0a192fe6 0%,#0a192f00 100%)}.Navbar-module__nuAbfa__header:not(.Navbar-module__nuAbfa__headerScrolled) .Navbar-module__nuAbfa__navbar{background-color:#0000}.Navbar-module__nuAbfa__topBar{background-color:var(--secondary);color:var(--primary-dark);padding:.4rem 0;font-size:.8rem;font-weight:600;transition:all .3s;overflow:hidden}.Navbar-module__nuAbfa__topBarContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__nuAbfa__topBarLeft,.Navbar-module__nuAbfa__topBarRight{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__topBarLeft span,.Navbar-module__nuAbfa__topBarRight a{align-items:center;gap:.4rem;display:flex}.Navbar-module__nuAbfa__topLink{color:var(--primary-dark);opacity:.8;transition:opacity .2s}.Navbar-module__nuAbfa__topLink:hover{opacity:1;text-decoration:underline}.Navbar-module__nuAbfa__topLinkHighlighted{background-color:var(--primary-dark);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-left:1rem;padding:.2rem .8rem;transition:background .3s}.Navbar-module__nuAbfa__topLinkHighlighted:hover{background-color:#000}.Navbar-module__nuAbfa__navbar{align-items:center;height:100px;transition:all .4s;display:flex}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;gap:1rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoImage{object-fit:contain;background:#fff;border-radius:50%;width:auto;height:60px;padding:4px;box-shadow:0 4px 10px #0003}.Navbar-module__nuAbfa__logoText{flex-direction:column;display:flex}.Navbar-module__nuAbfa__schoolName{font-family:var(--font-heading);color:var(--white);letter-spacing:1px;text-shadow:1px 1px 3px #00000080;font-size:1.3rem;font-weight:700;line-height:1.1}.Navbar-module__nuAbfa__desktopMenu{gap:2rem;list-style:none;display:flex}.Navbar-module__nuAbfa__menuItem{padding:1.5rem 0;position:relative}.Navbar-module__nuAbfa__menuItem>a,.Navbar-module__nuAbfa__dropdownTrigger>a{color:var(--white);text-transform:uppercase;letter-spacing:1px;text-shadow:1px 1px 3px #0000004d;font-size:.95rem;font-weight:600;transition:color .3s}.Navbar-module__nuAbfa__menuItem:hover>a,.Navbar-module__nuAbfa__dropdownTrigger:hover>a,.Navbar-module__nuAbfa__dropdownTrigger:hover .Navbar-module__nuAbfa__chevron{color:var(--secondary)}.Navbar-module__nuAbfa__dropdownTrigger{cursor:pointer;align-items:center;gap:4px;display:flex}.Navbar-module__nuAbfa__chevron{color:var(--white);transition:transform .3s,color .3s}.Navbar-module__nuAbfa__dropdownTrigger:hover .Navbar-module__nuAbfa__chevron{transform:rotate(180deg)}.Navbar-module__nuAbfa__dropdownMenu{background-color:var(--white);border-top:3px solid var(--secondary);opacity:0;visibility:hidden;z-index:100;border-radius:0 0 8px 8px;min-width:260px;padding:.5rem 0;transition:all .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:100%;left:-20px;transform:translateY(15px);box-shadow:0 10px 30px #00000026}.Navbar-module__nuAbfa__menuItem:hover .Navbar-module__nuAbfa__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__nuAbfa__dropdownMenu ul{margin:0;padding:0;list-style:none}.Navbar-module__nuAbfa__dropdownMenu li a{color:var(--primary-dark);border-bottom:1px solid #0000000a;padding:.8rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:block}.Navbar-module__nuAbfa__dropdownMenu li:last-child a{border-bottom:none}.Navbar-module__nuAbfa__dropdownMenu li a:hover{background-color:var(--bg-light);color:var(--secondary);padding-left:2rem}.Navbar-module__nuAbfa__mobileToggle{cursor:pointer;color:var(--white);background:0 0;border:none;display:none}.Navbar-module__nuAbfa__mobileMenu{background-color:var(--primary-dark);z-index:900;width:100vw;height:100vh;padding:100px 2rem 2rem;animation:.3s ease-out Navbar-module__nuAbfa__slideIn;position:fixed;top:0;left:0;overflow-y:auto}@keyframes Navbar-module__nuAbfa__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Navbar-module__nuAbfa__mobileMenu ul{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.Navbar-module__nuAbfa__mobileMenu a{color:var(--white);text-transform:uppercase;letter-spacing:1px;font-size:1.25rem;font-weight:600}.Navbar-module__nuAbfa__mobileDropdownHeader{color:var(--secondary);text-transform:uppercase;cursor:pointer;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.Navbar-module__nuAbfa__rotate{transform:rotate(180deg)}.Navbar-module__nuAbfa__mobileDropdownList{border-left:2px solid #fff3;flex-direction:column;gap:1rem;margin-top:1rem;padding-left:1.5rem;display:flex}.Navbar-module__nuAbfa__mobileDropdownList a{color:#fffc;text-transform:none;font-size:1rem;font-weight:400}@media (max-width:1024px){.Navbar-module__nuAbfa__desktopMenu{display:none}.Navbar-module__nuAbfa__mobileToggle{display:block}.Navbar-module__nuAbfa__topBar{display:none}.Navbar-module__nuAbfa__navbar{height:80px}.Navbar-module__nuAbfa__headerScrolled .Navbar-module__nuAbfa__navbar{height:70px}.Navbar-module__nuAbfa__schoolName{font-size:1.1rem}.Navbar-module__nuAbfa__logoImage{height:50px}}
.Footer-module__EZoWya__footer{background-color:var(--primary-dark);color:var(--white);padding-top:var(--spacing-xl);border-top:4px solid var(--secondary);font-family:var(--font-body);width:100%;max-width:100vw;overflow-x:hidden}.Footer-module__EZoWya__footerGrid{gap:var(--spacing-lg);padding-bottom:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.Footer-module__EZoWya__footerTitle{font-family:var(--font-heading);margin-bottom:var(--spacing-sm);color:var(--secondary);letter-spacing:.5px;font-size:2rem}.Footer-module__EZoWya__footerText{color:#e0e0e0;margin-bottom:var(--spacing-md);max-width:300px;font-size:1rem;line-height:1.8}.Footer-module__EZoWya__address p{color:#d1d5db;margin-bottom:.5rem;font-size:.95rem}.Footer-module__EZoWya__colTitle{font-family:var(--font-heading);margin-bottom:var(--spacing-md);color:var(--white);padding-bottom:.5rem;font-size:1.3rem;position:relative}.Footer-module__EZoWya__colTitle:after{content:"";background-color:var(--secondary);width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__EZoWya__list li{margin-bottom:.8rem}.Footer-module__EZoWya__list a{color:#d1d5db;align-items:center;font-weight:300;transition:all .3s;display:flex}.Footer-module__EZoWya__list a:before{content:"›";color:var(--secondary);margin-right:.5rem;font-size:1.2rem;line-height:1;transition:transform .3s}.Footer-module__EZoWya__list a:hover{color:var(--secondary);padding-left:5px}.Footer-module__EZoWya__list a:hover:before{transform:translate(3px)}.Footer-module__EZoWya__socials{flex-wrap:wrap;gap:.8rem;display:flex}.Footer-module__EZoWya__socials span{border-radius:var(--radius);cursor:pointer;letter-spacing:.5px;background:#ffffff0d;border:1px solid #ffffff1a;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s}.Footer-module__EZoWya__socials span:hover{background:var(--secondary);color:var(--primary-dark);border-color:var(--secondary)}.Footer-module__EZoWya__copyright{text-align:center;color:#9ca3af;letter-spacing:.5px;background-color:#0000004d;border-top:1px solid #ffffff0d;padding:1.5rem 0;font-size:.9rem}
