@import"https://fonts.googleapis.com/css2?family=Barlow:wght@700;900&family=Work+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap";:root{--primary-color: #2d6a4f;--primary-dark: #1a4d34;--secondary-color: #f5f5f5;--text-primary: #1a1a1a;--text-secondary: #666666;--border-color: #e0e0e0;--background: #ffffff;--accent: #52b788;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-size:16px;color-scheme:light;color:var(--text-primary);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden;background-color:var(--background);color:var(--text-primary)}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:var(--spacing-md)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:var(--spacing-md);color:var(--text-secondary);line-height:1.7}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}button{font-family:inherit}button:hover{outline:none}ul,ol{margin-bottom:var(--spacing-md);padding-left:2rem}li{margin-bottom:var(--spacing-sm)}input,textarea,select{font-family:inherit;font-size:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:var(--spacing-sm) var(--spacing-md);background-color:var(--background);color:var(--text-primary);transition:border-color .3s ease,box-shadow .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2d6a4f1a}::-webkit-scrollbar{width:10px;height:10px}::selection{background-color:var(--primary-color);color:var(--background)}::-moz-selection{background-color:var(--primary-color);color:var(--background)}@media(max-width:768px){:root{font-size:14px}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}}@media(max-width:480px){:root{font-size:13px}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{font-size:.95rem}}.container{max-width:1400px;margin:0 auto;padding:var(--spacing-lg)}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.p-1{padding:var(--spacing-sm)}.p-2{padding:var(--spacing-md)}.p-3{padding:var(--spacing-lg)}.p-4{padding:var(--spacing-xl)}#root{width:100%;margin:0;padding:0}.App{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#fff}main{flex:1;display:flex;flex-direction:column}.content{flex:1;padding-bottom:0}@media(min-width:769px){body{padding-bottom:0}.navbar{position:sticky;top:auto}}@media(max-width:768px){body{padding-bottom:200px}.App{padding-bottom:0}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;position:relative;z-index:100}.header-left{display:flex;align-items:center;gap:2rem;flex:1;cursor:pointer}.image-and-abbrev{display:flex;align-items:center;justify-content:center;width:120px;height:auto;background-color:transparent;overflow:visible;flex-shrink:0;position:relative}.image-and-abbrev img{width:100%;height:100%;object-fit:contain}.image-and-abbrev span{font-size:1.25rem;font-weight:700;color:#1a1a1a;display:flex;align-items:center;justify-content:center}.header-left h1{font-family:Futura,Avant Garde Gothic,Century Gothic,Arial Black,sans-serif;font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;letter-spacing:-.5px;white-space:nowrap;text-transform:uppercase}.header-left p{font-size:2rem;color:#666;margin:.5rem 0 0;font-weight:700;white-space:nowrap}.middle-header{flex:1}.right-header{display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn{padding:.6rem 1.2rem;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;white-space:nowrap}.btn-primary{background-color:#2d6a4f;color:#fff}.btn-primary:hover{background-color:#1a4d34;transform:translateY(-2px);box-shadow:0 4px 12px #2d6a4f4d}.btn-secondary{background-color:#fff;color:#2d6a4f;border:2px solid #2d6a4f}.btn-secondary:hover{background-color:#f0f0f0;border-color:#1a4d34}@media(max-width:1024px){.header{padding:1rem 1.5rem;gap:1.5rem}.header-left h1{font-size:1.2rem}.image-and-abbrev{width:50px;height:50px}}@media(max-width:768px){.header{flex-wrap:wrap;padding:1rem;gap:1rem}.header-left{order:1;width:100%}.middle-header{order:3;width:100%}.right-header{order:2;width:100%}.header-left h1{font-size:1rem}.image-and-abbrev{width:45px;height:45px}}@media(max-width:480px){.header{padding:.75rem .5rem;gap:.5rem}.header-left{gap:.75rem}.header-left h1{font-size:.9rem}.header-left p{font-size:.75rem}.image-and-abbrev{width:40px;height:40px}.btn{padding:.5rem .8rem;font-size:.8rem}}.nav-bar{background:linear-gradient(to right,#2d6a4f,#1a2f18);display:flex;align-items:stretch;width:100%;position:sticky;top:0;z-index:99;box-shadow:0 2px 8px #0000001a}.nav-logo-container{display:flex;cursor:pointer;align-items:center;justify-content:center;padding:.5rem 1rem;border-right:2px solid #ffffff;background:linear-gradient(to right,#fff,#fff)}.nav-logo{height:50px;width:auto;object-fit:contain}.nav-content-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:1rem 1.5rem;border-right:2px solid #ffffff;transition:all .3s ease;position:relative}.nav-content-container:last-child{border-right:none}.nav-item-label{display:flex;align-items:center;justify-content:center;width:100%}.nav-item-label p{color:#fff;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0;white-space:nowrap}.nav-item-label-link{display:flex;align-items:center;justify-content:center;width:100%;text-decoration:none;cursor:pointer;transition:all .3s ease}.nav-item-label-link p{color:#fff;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0;white-space:nowrap}.nav-item-label-link:hover p{color:#fff}.nav-content-container:has(.nav-item-label-link):hover{background-color:#ffffff1a;transform:translateY(-2px)}.submenu{position:absolute;top:100%;left:0;right:0;background-color:#1a4d34;display:none;flex-direction:column;min-width:200px;box-shadow:0 4px 12px #0003}.nav-content-container:hover .submenu{display:flex;animation:slideDown .3s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submenu-item{padding:.75rem 1rem;color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.submenu-item:last-child{border-bottom:none}.submenu-item:hover{background-color:#ffffff26;padding-left:1.3rem}.nav-content-container:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-content-container:active{background-color:#00000026}@media(max-width:1024px){.nav-content-container{padding:1rem}.nav-item-label p{font-size:.85rem}.submenu{min-width:150px}}@media(max-width:768px){.nav-bar{position:fixed;bottom:0;top:auto;width:100%;flex-wrap:wrap}.nav-content-container{flex:1 0 50%;padding:.75rem .5rem;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff}.nav-item-label p{font-size:.7rem}.nav-content-container:nth-child(2n){border-right:none}.nav-content-container:nth-last-child(-n+2){border-bottom:none}.submenu{position:static;box-shadow:none;background-color:#7bb974}.nav-content-container:hover .submenu{display:flex}}@media(max-width:480px){.nav-bar{position:fixed;bottom:0}.nav-content-container{flex:1 0 33.333%;padding:.6rem .3rem;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff}.nav-item-label p{font-size:.6rem}.nav-content-container:nth-child(3n){border-right:none}.nav-content-container:nth-last-child(-n+3){border-bottom:none}.submenu-item{padding:.5rem .75rem;font-size:.7rem}}:root{--school-blue: #1e3a8a;--school-teal: #0d9488;--school-light-blue: #0369a1;--school-white: #ffffff;--school-gray: #f5f5f5;--school-dark: #1a1a1a}.home-page{width:100%;display:flex;flex-direction:column}.programs-secti{width:100%;background-color:var(--school-gray);padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.programs-secti>p:first-of-type{font-size:1.8rem;font-weight:700;color:var(--school-dark);margin:0;text-align:center;max-width:800px}.programs-secti>span{font-size:1.1rem;color:#666;text-align:center;max-width:900px;margin-bottom:2rem}.progs{width:100%;max-width:1400px;margin:1.5rem 0 0}.progs>p{font-size:1.8rem;font-weight:700;color:var(--school-blue);background-color:var(--school-light-blue);color:var(--school-white);padding:.8rem 2rem;margin:0;border-radius:4px;letter-spacing:.5px}.programs-grid{width:100%;max-width:1400px;margin:2rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem}.home-program-card{background-color:var(--school-white);overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;cursor:pointer}.home-program-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.home-program-card-image{width:100%;height:250px;background-size:cover;background-position:center;position:relative}.home-program-card-image:after{content:"";position:absolute;inset:0}.home-program-card-header{background-color:var(--school-light-blue);color:var(--school-white);padding:1rem 1.5rem;font-weight:700;font-size:1.2rem;text-transform:uppercase;letter-spacing:.5px;border-top:4px solid var(--school-teal)}.home-program-card-courses{padding:1.5rem}.home-program-card-courses ul{list-style:none;margin:0;padding:0}.home-program-card-courses li{padding:.6rem 0;color:var(--school-dark);font-size:.95rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center}.home-program-card-courses li:last-child{border-bottom:none}.home-program-card-courses li:before{content:"→";color:var(--school-teal);font-weight:700;margin-right:.75rem;font-size:1.1rem}.view-all-btn{background-color:var(--school-teal);color:var(--school-white);border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;cursor:pointer;margin-top:2rem;transition:all .3s ease;box-shadow:0 2px 8px #0d94884d}.view-all-btn:hover{background-color:#10b981;transform:translateY(-2px);box-shadow:0 6px 16px #0d948866}.view-all-btn:active{transform:translateY(0)}@media(max-width:1024px){.programs-secti{padding:3rem 1.5rem}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1.5rem}.programs-secti>p:first-of-type{font-size:1.5rem}.progs>p{font-size:1.5rem;padding:1rem 1.5rem}}@media(max-width:768px){.programs-secti{padding:2rem 1rem}.programs-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.programs-secti>p:first-of-type{font-size:1.3rem}.programs-secti>span{font-size:1rem}.progs>p{font-size:1.3rem;padding:.9rem 1.5rem}.home-program-card-image{height:200px}.home-program-card-header{font-size:1rem;padding:.9rem 1.2rem}.home-program-card-courses{padding:1.2rem}.home-program-card-courses li{font-size:.9rem;padding:.5rem 0}}@media(max-width:480px){.programs-secti{padding:1.5rem .75rem}.programs-grid{grid-template-columns:1fr;gap:1rem;padding:0 .75rem}.programs-secti>p:first-of-type{font-size:1.1rem}.programs-secti>span{font-size:.9rem}.progs>p{font-size:1.1rem;padding:.75rem 1rem}.home-program-card-image{height:180px}.home-program-card-header{font-size:.9rem;padding:.75rem 1rem}.home-program-card-courses{padding:1rem}.home-program-card-courses li{font-size:.85rem;padding:.4rem 0}}:root{--primary-blue: #1e3a8a;--secondary-teal: #0d9488;--accent-light-blue: #0369a1;--dark-overlay: rgba(0, 20, 10, .75);--text-light: #ffffff;--text-shadow: rgba(0, 0, 0, .8)}*{margin:0;padding:0;box-sizing:border-box}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden;font-family:Work Sans,sans-serif}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 2s ease-in-out;transform:scale(1.1)}.hero-image.active{opacity:1;animation:kenBurns 10s ease-out forwards}@keyframes kenBurns{0%{transform:scale(1.1)}to{transform:scale(1)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#0006,#00000080);z-index:2}.hero-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 4rem;max-width:1400px;margin:0 auto}.hero-branding{display:flex;align-items:center;gap:1.5rem;animation:slideDown 1s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-logo{display:flex;align-items:center}.logo-shield{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-teal));border:3px solid var(--accent-light-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0006}.logo-text{font-family:Barlow,sans-serif;font-weight:900;font-size:1.5rem;color:var(--text-light);letter-spacing:2px}.hero-institution{font-family:Barlow,sans-serif;font-weight:700;font-size:1.3rem;color:var(--text-light);line-height:1.3;text-shadow:2px 2px 8px var(--text-shadow)}.institution-subtitle{font-size:.9rem;font-weight:500;color:var(--accent-light-blue);font-family:Work Sans,sans-serif}.hero-main{flex:1;display:flex;align-items:center;position:relative}.hero-slide-content{position:absolute;max-width:800px;opacity:0;transform:translate(-50px);transition:all 1s ease-out;pointer-events:none}.hero-slide-content.active{opacity:1;transform:translate(0);pointer-events:all}.hero-title{font-family:Barlow,sans-serif;font-weight:900;font-size:5.5rem;color:var(--text-light);line-height:1.1;margin-bottom:1rem;text-shadow:3px 3px 12px var(--text-shadow);letter-spacing:-2px;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-family:Work Sans,sans-serif;font-size:1.8rem;font-weight:500;color:var(--accent-gold);margin-bottom:1.5rem;text-shadow:2px 2px 8px var(--text-shadow);animation:fadeInUp .8s ease-out .4s both}.hero-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;font-weight:400;text-shadow:1px 1px 4px var(--text-shadow);animation:fadeInUp .8s ease-out .6s both}.hero-cta{display:flex;gap:1.5rem;animation:fadeInUp .8s ease-out .8s both}.cta-primary,.cta-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;font-family:Work Sans,sans-serif;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cta-primary{background:var(--secondary-teal);color:var(--text-light);box-shadow:0 6px 20px #0d948866}.cta-primary:hover{background:#10b981;transform:translateY(-3px);box-shadow:0 10px 30px #0d948899}.cta-secondary{background:transparent;color:var(--text-light);border:2px solid var(--text-light)}.cta-secondary:hover{background:#ffffff1a;border-color:var(--secondary-teal);color:var(--secondary-teal);transform:translateY(-3px)}.hero-navigation{display:flex;gap:1rem;align-items:center;animation:fadeIn 1s ease-out 1s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-dot{position:relative;width:12px;height:12px;background:#fff6;border:2px solid transparent;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0;overflow:visible}.nav-dot:hover{background:#ffffffb3;transform:scale(1.3)}.nav-dot.active{width:40px;border-radius:6px;background:var(--accent-gold);border-color:var(--accent-gold)}.nav-label{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);font-size:.75rem;color:var(--text-light);white-space:nowrap;opacity:0;transition:opacity .3s ease;pointer-events:none;text-shadow:1px 1px 4px var(--text-shadow)}.nav-dot:hover .nav-label,.nav-dot.active .nav-label{opacity:1}@media(max-width:1024px){.hero-content{padding:2rem}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}}@media(max-width:768px){.hero-content{padding:1.5rem}.hero-branding{gap:1rem}.logo-shield{width:60px;height:60px}.logo-text{font-size:1.2rem}.hero-institution{font-size:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;gap:1rem}.cta-primary,.cta-secondary{width:100%;padding:.875rem 2rem}.nav-label{display:none}}@media(max-width:480px){.hero-title{font-size:2rem;letter-spacing:-1px}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem;margin-bottom:1.5rem}.institution-subtitle{font-size:.75rem}}.features-section{background-color:#2a2a2a;padding:2rem;width:100%;min-height:auto;display:flex;align-items:center;justify-content:center}.features-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:2rem;width:100%}.feature-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;padding:1.5rem 1rem;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:fadeInScale .6s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.feature-title{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;line-height:1.4}@media(max-width:1024px){.features-container{gap:1.5rem}.feature-item{padding:1.5rem .75rem}.feature-title{font-size:1rem}}@media(max-width:768px){.features-section{padding:2rem 1rem}.features-container{flex-direction:column;gap:2rem}.feature-item{padding:1.5rem 1rem;width:100%}.feature-icon svg{width:50px;height:50px}.feature-title{font-size:.95rem}}@media(max-width:480px){.features-section{padding:1.5rem 1rem}.features-container{gap:1.5rem}.feature-item{padding:1rem}.feature-icon{margin-bottom:1rem}.feature-icon svg{width:40px;height:40px}.feature-title{font-size:.9rem}}.programs-page{width:100%;display:flex;flex-direction:column}.programs-hero{position:relative;width:100%;height:500px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.programs-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000004d 60%,#0000001a)}.programs-hero .hero-overlay{position:relative;z-index:2;width:100%;padding:0 40px 50px}.programs-hero .hero-content{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:.5rem}.programs-hero h1{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:700;margin:0;letter-spacing:-1px;color:#fff}.programs-hero p{font-size:1.3rem;margin:0;font-weight:500;color:#ffffffe6}.programs-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.real-world-section{margin-bottom:3rem;display:flex;flex-direction:column;gap:.5rem}.real-world-label{display:inline-block;background-color:#52b788;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;width:fit-content}.real-world-section h2{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.program-card{position:relative;border-radius:0;overflow:hidden;box-shadow:none;transition:all .3s ease;cursor:pointer;height:500px;border-bottom:4px solid #d32f2f}.program-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}.program-card:before{content:"Learn More";position:absolute;inset:0;background-color:rgba(41,98,255,.95) 80%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#fff;opacity:0;transition:opacity .3s ease;z-index:20;pointer-events:none}.program-card:hover:before{opacity:1}.program-image-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000}.program-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.program-card:hover .program-image{transform:scale(1.05)}.program-image-container:after{position:absolute;inset:0;background:linear-gradient(to top,#000c,#0006,#0000);pointer-events:none}.program-card-content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:.75rem;z-index:10}.program-title{font-family:Futura,Avant Garde Gothic,Century Gothic,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.program-info{display:flex;flex-direction:column;gap:.25rem;color:#fff;font-size:1.1rem}.program-specialties{font-weight:400;color:#fff;font-size:1.1rem}.program-format{display:flex;align-items:center;color:#fff;font-weight:400;font-size:1.1rem}.program-format:before{content:"";display:none}.program-learn-btn{display:none}@media(max-width:768px){.programs-hero{height:350px}.programs-hero h1{font-size:2.5rem}.programs-hero p{font-size:1.1rem}.programs-hero .hero-overlay{padding:0 20px 35px}.programs-container{padding:2rem 1rem}.real-world-section h2{font-size:1.8rem}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.program-card{height:400px}.program-card-content{padding:2rem 1.5rem}.program-title{font-size:2rem}}@media(max-width:480px){.programs-hero{height:280px}.programs-hero h1{font-size:1.8rem}.programs-hero p{font-size:1rem}.programs-hero .hero-overlay{padding:0 15px 25px}.programs-grid{grid-template-columns:1fr;gap:1rem}.real-world-section h2{font-size:1.4rem}.program-card{height:350px}.program-card-content{padding:1.5rem 1rem}.program-title{font-size:1.6rem}.program-info,.program-specialties,.program-format{font-size:1rem}}.program-detail{min-height:100vh;background:#fff}.program-detail-hero{position:relative;height:400px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.program-detail-hero:before{content:"";position:absolute;inset:0}.hero-overlay{position:relative;z-index:2;width:100%;padding:0 40px 40px}.hero-content{max-width:1200px;margin:0 auto;width:100%}.hero-category{color:#ffffffe6;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin:0}.hero-title{color:#fff;font-size:48px;font-weight:700;margin:10px 0 0}.program-detail-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:60px;padding:60px 40px}.program-detail-sidebar{background:#f0f9f7;padding:30px;border-radius:12px;height:fit-content;position:sticky;top:20px}.sidebar-section{margin-bottom:40px}.sidebar-section:last-of-type{margin-bottom:30px}.sidebar-title{font-size:16px;font-weight:700;color:#1a5f3a;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px;border-bottom:2px solid #52b788;padding-bottom:12px}.sidebar-item{display:flex;flex-direction:column;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.sidebar-item:last-child{border-bottom:none}.sidebar-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.sidebar-value{font-size:16px;font-weight:600;color:#1a5f3a}.specialties-list{list-style:none;padding:0;margin:0}.specialties-list li{display:flex;align-items:flex-start;margin-bottom:14px;font-size:15px;color:#555;line-height:1.4}.specialty-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#52b788;color:#fff;border-radius:50%;margin-right:12px;font-size:12px;font-weight:700;flex-shrink:0}.sidebar-cta{display:flex;flex-direction:column;gap:12px;margin-top:30px}.program-detail-main{padding:20px 0}.program-detail-main h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2}.program-description-section{margin-bottom:60px}.program-description-section p{font-size:16px;color:#555;line-height:1.8;margin-bottom:16px}.additional-info{background:#f9f9f9;padding:24px;border-radius:8px;border-left:4px solid #52b788;color:#666}.program-overview-section{margin-top:60px}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.overview-item{background:#f0f9f7;padding:30px;border-radius:12px;text-align:center;transition:all .3s ease}.overview-item:hover{background:#e8f5f2;transform:translateY(-4px);box-shadow:0 8px 24px #52b78826}.overview-icon{font-size:48px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;width:70px;height:70px;margin-left:auto;margin-right:auto}.overview-icon svg{width:60px;height:60px}.overview-item h3{font-size:18px;font-weight:700;color:#1a5f3a;margin:0 0 12px}.overview-item p{font-size:14px;color:#666;margin:0;line-height:1.6}.enroll-btn,.info-btn{padding:14px 24px;font-size:16px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.enroll-btn{background:linear-gradient(135deg,#1a5f3a,#0d4d2a);color:#fff;width:100%}.enroll-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a5f3a4d}.info-btn{background:#fff;color:#1a5f3a;border:2px solid #1a5f3a;width:100%}.info-btn:hover{background:#1a5f3a;color:#fff}.program-detail-not-found{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.program-detail-not-found h2{font-size:28px;color:#333;margin-bottom:30px}.program-detail-not-found button{padding:12px 28px;background:linear-gradient(135deg,#1a5f3a,#0d4d2a);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;font-weight:600;transition:all .3s ease}.program-detail-not-found button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a5f3a4d}@media(max-width:968px){.program-detail-container{grid-template-columns:1fr;gap:40px;padding:40px 20px}.program-detail-sidebar{position:static}.hero-title{font-size:36px}.overview-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.program-detail-hero{height:300px}.hero-title{font-size:28px}.hero-overlay{padding:0 20px 30px}.program-detail-container{padding:30px 15px}.program-detail-main h2{font-size:24px}.overview-grid{grid-template-columns:1fr}.sidebar-cta{gap:10px}.enroll-btn,.info-btn{padding:12px 20px;font-size:14px}}.footer{background:linear-gradient(135deg,#1a4d34,#0d2818);color:#fff;padding:3rem 0 1rem;font-family:Open Sans,sans-serif;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#52b788,#95d5b2,#52b788,#95d5b2,#52b788);animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.first-footer{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2.5rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;color:#95d5b2;position:relative;padding-bottom:.5rem}.footer-column h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#52b788}.footer-column p,.footer-column a{color:#d8f3dc;font-size:.9rem;line-height:1.6;margin:0;text-decoration:none;transition:all .3s ease;cursor:pointer;display:block;position:relative;padding-left:0}.footer-column a:hover{color:#fff;padding-left:8px;transform:translate(4px)}.footer-column a:before{content:"▸";position:absolute;left:-15px;opacity:0;transition:all .3s ease}.footer-column a:hover:before{opacity:1;left:0}.footer-logo-section{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;background-color:#fff;padding:1rem;border-radius:8px}.logo-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#52b788,#2d6a4f);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #52b7884d}.logo-circle svg{width:45px;height:45px;fill:#fff}.footer-logo-image{width:80px;height:80px;object-fit:contain}.logo-text h2{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700;margin:0;color:#95d5b2;text-transform:uppercase;letter-spacing:.5px}.logo-text p{font-size:.75rem;margin:0;color:#95d5b2;letter-spacing:2px}.footer-description{color:#d8f3dc;font-size:.85rem;line-height:1.6;max-width:350px}.contact-info{display:flex;flex-direction:column;gap:.8rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem;color:#d8f3dc;font-size:.9rem;line-height:1.5}.contact-icon{width:20px;height:20px;fill:#52b788;flex-shrink:0;margin-top:2px}.programs-list{display:flex;flex-direction:column;gap:.7rem}.program-badge{background:#52b78826;padding:.5rem 1rem;border-radius:20px;color:#95d5b2;font-size:.85rem;font-weight:500;transition:all .3s ease;border:1px solid transparent}.program-badge:hover{background:#52b78840;border-color:#52b788;transform:translate(5px)}.bottom-footer{border-top:1px solid rgba(149,213,178,.2);padding:1.5rem 2rem;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-content-section{display:flex;justify-content:space-between;align-items:center;flex:1;gap:2rem;flex-wrap:wrap}.copyright{color:#95d5b2;font-size:.85rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:#d8f3dc;font-size:.85rem;text-decoration:none;transition:all .3s ease;position:relative}.footer-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#52b788;transition:width .3s ease}.language-switcher{display:flex;gap:.5rem;align-items:center;background:#ffffff0d;padding:.5rem;border-radius:4px;border:1px solid rgba(149,213,178,.2)}.lang-btn{padding:.5rem 1rem;background:transparent;color:#95d5b2;border:1px solid rgba(149,213,178,.3);border-radius:3px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .3s ease;font-family:Montserrat,sans-serif}.lang-btn:hover{color:#fff;border-color:#52b788;background:#52b7881a}.lang-btn.active{background:#52b788;color:#fff;border-color:#52b788;box-shadow:0 0 10px #52b7884d}.footer-links a:hover{color:#fff}.footer-links a:hover:after{width:100%}.social-media{display:flex;gap:1rem;margin-top:1rem}.social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;border:1px solid transparent}.social-icon svg{width:20px;height:20px;fill:#d8f3dc;transition:fill .3s ease}.social-icon:hover svg{fill:#fff}.apply-button{background:linear-gradient(135deg,#52b788,#2d6a4f);color:#fff;padding:.75rem 2rem;border:none;border-radius:25px;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #52b7884d;margin-top:1rem}.apply-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #52b78880;background:linear-gradient(135deg,#2d6a4f,#1a4d34)}@media(max-width:768px){.first-footer{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.bottom-footer{flex-direction:column;text-align:center;padding:1.5rem 1rem;gap:1.5rem}.footer-content-section{flex-direction:column;width:100%;gap:1rem}.footer-links{justify-content:center}.language-switcher{align-self:center}.footer-logo-section{align-items:center;text-align:center}.footer-description{text-align:center}.social-media{justify-content:center}}@media(max-width:480px){.footer{padding:2rem 0 1rem}.footer-column h3{font-size:1rem}.logo-text h2{font-size:1.1rem}.footer-links{flex-direction:column;gap:1rem}.language-switcher{width:100%;justify-content:center}.lang-btn{flex:1}}.history-page{width:100%;display:flex;flex-direction:column}.history-hero{position:relative;width:100%;height:500px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.history-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.history-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(105deg,#0d2818eb,#0d2818bf 45%,#2d6a4f40);z-index:2}.history-hero-content{position:relative;z-index:3;padding:0 5rem;display:flex;flex-direction:column;gap:1rem;max-width:600px}.history-hero-label{display:inline-block;background-color:#d32f2f;color:#fff;padding:.4rem 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;width:fit-content}.history-hero-content h1{font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-1px}.history-hero-content p{font-size:1.15rem;color:#ffffffe0;margin:0;font-weight:400;line-height:1.6}.history-intro-section{background-color:#f8f8f6;border-bottom:3px solid #52b788;padding:3rem 2rem}.history-intro-inner{max-width:860px;margin:0 auto}.history-intro-text p{font-size:1.15rem;color:#333;line-height:1.8;margin:0;font-style:italic;border-left:4px solid #52b788;padding-left:1.5rem}.history-timeline-section{background-color:#fff;padding:4rem 2rem 5rem}.history-timeline-header{max-width:860px;margin:0 auto 3.5rem;display:flex;flex-direction:column;gap:.5rem}.history-section-label{display:inline-block;background-color:#52b788;color:#fff;padding:.4rem 1rem;border-radius:4px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;width:fit-content}.history-timeline-header h2{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}.history-timeline{max-width:860px;margin:0 auto;display:flex;flex-direction:column}.timeline-item{display:grid;grid-template-columns:160px 40px 1fr;gap:0;align-items:flex-start;min-height:120px;opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.timeline-item--visible{opacity:1;transform:translateY(0)}.timeline-item:nth-child(1){transition-delay:0s}.timeline-item:nth-child(2){transition-delay:.07s}.timeline-item:nth-child(3){transition-delay:.14s}.timeline-item:nth-child(4){transition-delay:.21s}.timeline-item:nth-child(5){transition-delay:.28s}.timeline-item:nth-child(6){transition-delay:.35s}.timeline-item:nth-child(7){transition-delay:.42s}.timeline-item:nth-child(8){transition-delay:.49s}.timeline-item:nth-child(9){transition-delay:.56s}.timeline-item:nth-child(10){transition-delay:.63s}.timeline-year{display:flex;align-items:flex-start;justify-content:flex-end;padding-top:.1rem;padding-right:1rem}.timeline-year span{font-family:Montserrat,sans-serif;font-size:3.2rem;font-weight:800;color:#0d5c2f;line-height:1;letter-spacing:-2px}.timeline-connector{display:flex;flex-direction:column;align-items:center;padding-top:.45rem}.timeline-dot{width:14px;height:14px;border-radius:50%;background-color:#d32f2f;border:3px solid #ffffff;box-shadow:0 0 0 2px #d32f2f;flex-shrink:0;transition:transform .3s ease,background-color .3s ease}.timeline-item:hover .timeline-dot{transform:scale(1.35);background-color:#52b788;box-shadow:0 0 0 2px #52b788}.timeline-line{width:2px;flex:1;min-height:80px;background-color:#d8d8d8;margin-top:4px}.timeline-item:last-child .timeline-line{display:none}.timeline-content{padding:0 0 2.5rem 1.5rem}.timeline-content h3{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4}.timeline-content p{font-size:.98rem;color:#555;line-height:1.7;margin:0}.history-legacy-section{background:linear-gradient(135deg,#0d2818,#1a4a2e,#2d6a4f);padding:4.5rem 2rem;text-align:center}.history-legacy-inner{max-width:700px;margin:0 auto}.history-legacy-inner h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.5px}.history-legacy-inner p{font-size:1.1rem;color:#ffffffd1;line-height:1.75;margin:0}@media(max-width:768px){.history-hero{height:380px}.history-hero-content{padding:0 2rem}.history-hero-content h1{font-size:2.8rem}.history-hero-content p{font-size:1rem}.history-timeline-header h2{font-size:1.8rem}.timeline-item{grid-template-columns:110px 32px 1fr}.timeline-year span{font-size:2.4rem}.timeline-content h3{font-size:1rem}.timeline-content p{font-size:.93rem}.history-legacy-inner h2{font-size:1.6rem}}@media(max-width:480px){.history-hero{height:300px}.history-hero-content{padding:0 1.25rem}.history-hero-content h1{font-size:2.1rem}.history-hero-content p{font-size:.9rem}.history-timeline-section{padding:2.5rem 1rem 3rem}.history-timeline-header{margin-bottom:2rem}.history-timeline-header h2{font-size:1.5rem}.timeline-item{grid-template-columns:90px 28px 1fr}.timeline-year span{font-size:1.9rem;letter-spacing:-1px}.timeline-dot{width:11px;height:11px}.timeline-content{padding:0 0 2rem 1rem}.timeline-content h3{font-size:.95rem}.timeline-content p{font-size:.88rem}.history-legacy-inner h2{font-size:1.35rem}.history-legacy-inner p{font-size:.95rem}.history-intro-text p{font-size:1rem}}
