@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:1.25;color:#1f2937;margin-bottom:1rem}h1{font-size:2.25rem}@media(max-width:768px){h1{font-size:1.875rem}}@media(max-width:640px){h1{font-size:1.5rem}}h2{font-size:1.875rem}@media(max-width:768px){h2{font-size:1.5rem}}@media(max-width:640px){h2{font-size:1.25rem}}h3{font-size:1.5rem}@media(max-width:640px){h3{font-size:1.25rem}}p{margin-bottom:1rem;color:#4b5563}a{color:#d97706;text-decoration:none;transition:color .15s ease-in-out}a:hover,a:focus{color:#fef3c7;outline:2px solid #d97706;outline-offset:2px}a:focus-visible{outline:2px solid #d97706;outline-offset:2px}.btn{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:600;text-align:center;border-radius:.5rem;border:2px solid transparent;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none}.btn:focus-visible{outline:3px solid #d97706;outline-offset:2px}.btn--primary{background-color:#d97706;color:#fff}.btn--primary:hover,.btn--primary:focus{background-color:#b45309;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--primary:active{transform:translateY(0)}.btn--secondary{background-color:#059669;color:#fff}.btn--secondary:hover,.btn--secondary:focus{background-color:#047857;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--secondary:active{transform:translateY(0)}.btn--outline{background-color:transparent;color:#d97706;border-color:#d97706}.btn--outline:hover,.btn--outline:focus{background-color:#d97706;color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--outline:active{transform:translateY(0)}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.container{padding:0 1rem}}section{padding:6rem 0}@media(max-width:1024px){section{padding:4rem 0}}@media(max-width:768px){section{padding:3rem 0}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-link{position:absolute;top:-40px;left:0;background:#d97706;color:#fff;padding:1rem;text-decoration:none;z-index:100}.skip-link:focus{top:0}.hero{background:linear-gradient(135deg,#fef3c7,#fff);padding:6rem 0;min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}@media(max-width:1024px){.hero{min-height:auto;padding:4rem 0}}.hero__container{max-width:1280px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}@media(max-width:1024px){.hero__container{grid-template-columns:1fr;gap:3rem}}@media(max-width:640px){.hero__container{padding:0 1rem}}.hero__content{z-index:2}.hero__title{font-size:3rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem;color:#1f2937}@media(max-width:768px){.hero__title{font-size:2.25rem}}@media(max-width:640px){.hero__title{font-size:1.875rem}}.hero__title--highlight{color:#d97706;display:block;margin-top:.75rem}.hero__description{font-size:1.125rem;line-height:1.75;color:#4b5563;margin-bottom:3rem;max-width:600px}@media(max-width:640px){.hero__description{font-size:1rem}}.hero__cta{display:flex;gap:1.5rem;flex-wrap:wrap}@media(max-width:640px){.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}}.hero__visual{display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.hero__visual{display:none}}.hero__illustration{width:100%;max-width:500px;height:400px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:1rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero__illustration:before{content:"";position:absolute;top:20%;left:10%;width:80%;height:60%;background:#fff3;border-radius:.75rem}.hero__illustration:after{content:"💼";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:8rem;opacity:.3}.about{background-color:#fff}.about__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.about__container{padding:0 1rem}}.about__content{max-width:900px;margin:0 auto}.about__heading{text-align:center;margin-bottom:3rem;color:#1f2937}.about__text{font-size:1.125rem;line-height:1.75}.about__intro{margin-bottom:2rem;font-size:1.25rem}@media(max-width:640px){.about__intro{font-size:1.125rem}}.about__intro strong{color:#d97706;font-weight:700}.about__mission{margin-bottom:3rem;color:#4b5563}.about__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}@media(max-width:640px){.about__highlights{grid-template-columns:1fr;gap:1.5rem}}.about__highlight-item{display:flex;gap:1rem;padding:1.5rem;background-color:#f9fafb;border-radius:.75rem;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.about__highlight-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.about__highlight-icon{font-size:1.875rem;flex-shrink:0}.about__highlight-title{font-size:1.25rem;margin-bottom:.5rem;color:#1f2937}.about__highlight-text{font-size:1rem;color:#4b5563;margin:0}.departments{background-color:#f9fafb}.departments__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.departments__container{padding:0 1rem}}.departments__heading{text-align:center;margin-bottom:1rem;color:#1f2937}.departments__subheading{text-align:center;font-size:1.125rem;color:#4b5563;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.departments__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}@media(max-width:768px){.departments__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media(max-width:640px){.departments__grid{grid-template-columns:1fr}}.department-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;flex-direction:column;height:100%}.department-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.department-card__title{font-size:1.25rem;color:#d97706;margin-bottom:1rem;font-weight:700}.department-card__description{color:#4b5563;margin-bottom:1.5rem;flex-grow:1;line-height:1.75}.department-card__roles{margin-bottom:1.5rem}.department-card__roles-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.department-card__roles-list{list-style:none;padding:0}.department-card__role-item{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563;font-size:.875rem}.department-card__role-item:before{content:"→";position:absolute;left:0;color:#d97706;font-weight:700}.department-card__cta{display:inline-block;padding:.75rem 1.5rem;background-color:#d97706;color:#fff;border-radius:.5rem;text-align:center;font-weight:600;transition:background-color .3s ease-in-out,transform .3s ease-in-out;margin-top:auto}.department-card__cta:hover,.department-card__cta:focus{background-color:#b45309;transform:translateY(-2px);outline:2px solid #d97706;outline-offset:2px}.department-card__cta:focus-visible{outline:2px solid #d97706;outline-offset:2px}.employment-process{background-color:#fff}.employment-process__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.employment-process__container{padding:0 1rem}}.employment-process__heading{text-align:center;margin-bottom:1rem;color:#1f2937}.employment-process__subheading{text-align:center;font-size:1.125rem;color:#4b5563;margin-bottom:4rem}.employment-process__timeline{display:flex;justify-content:space-between;align-items:flex-start;position:relative;flex-wrap:wrap;gap:1.5rem}@media(max-width:1024px){.employment-process__timeline{flex-direction:column}}.employment-process__step{flex:1;min-width:200px;position:relative}@media(max-width:1024px){.employment-process__step{width:100%;flex:none}}.employment-process__step--last .employment-process__connector{display:none}.employment-process__step-content{background-color:#f9fafb;padding:2rem;border-radius:.75rem;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;height:100%}.employment-process__step-content:hover{transform:translateY(-6px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.employment-process__step-icon{font-size:2.25rem;margin-bottom:1rem;display:block}.employment-process__step-number{position:absolute;top:-1rem;left:50%;transform:translate(-50%);width:40px;height:40px;background-color:#d97706;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.employment-process__step-title{font-size:1.5rem;color:#d97706;margin-bottom:1rem;margin-top:1.5rem}.employment-process__step-description{color:#4b5563;line-height:1.75;margin:0}.employment-process__connector{position:absolute;top:50%;right:-2rem;transform:translateY(-50%);display:flex;align-items:center;z-index:1}@media(max-width:1024px){.employment-process__connector{display:none}}.employment-process__connector-line{width:60px;height:2px;background-color:#d97706}.employment-process__connector-arrow{color:#d97706;font-size:1.25rem;margin-left:-4px}.impact{background:linear-gradient(135deg,#fef3c7,#fff)}.impact__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.impact__container{padding:0 1rem}}.impact__heading{text-align:center;margin-bottom:1rem;color:#1f2937}.impact__subheading{text-align:center;font-size:1.125rem;color:#4b5563;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.impact__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:6rem}@media(max-width:640px){.impact__metrics{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.impact__testimonials{margin-top:6rem}.impact__testimonials-heading{text-align:center;font-size:1.5rem;margin-bottom:3rem;color:#1f2937}.impact__testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:640px){.impact__testimonials-grid{grid-template-columns:1fr}}.impact-metric{text-align:center;padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.impact-metric:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.impact-metric__value{font-size:3rem;font-weight:700;color:#d97706;margin-bottom:.75rem;line-height:1}@media(max-width:640px){.impact-metric__value{font-size:2.25rem}}.impact-metric__label{font-size:1.25rem;color:#1f2937;margin-bottom:.5rem}.impact-metric__description{font-size:.875rem;color:#4b5563;margin:0}.testimonial{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-left:4px solid #d97706;margin:0;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.testimonial:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.testimonial__quote{font-size:1.125rem;line-height:1.75;color:#4b5563;font-style:italic;margin-bottom:1.5rem}.testimonial__footer{display:flex;flex-direction:column;gap:.5rem}.testimonial__author{font-weight:600;color:#1f2937;font-style:normal}.testimonial__role{font-size:.875rem;color:#6b7280}.achievements{background:linear-gradient(135deg,#fff,#f9fafb);padding:6rem 0}.achievements__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.achievements__container{padding:0 1rem}}.achievements__heading{text-align:center;font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media(max-width:640px){.achievements__heading{font-size:1.875rem}}.achievements__subheading{text-align:center;font-size:1.125rem;color:#4b5563;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.achievements__carousel-wrapper{position:relative;margin-bottom:2rem}.achievements__carousel{position:relative;width:100%;overflow:hidden;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background-color:#111827;aspect-ratio:16/9}@media(max-width:640px){.achievements__carousel{aspect-ratio:4/3}}.achievements__track{display:flex;transition:transform .5s ease-in-out;height:100%}.achievements__slide{min-width:100%;height:100%;position:relative}.achievements__image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.achievements__image{width:100%;height:100%;object-fit:cover;display:block}.achievements__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000e6,#000000b3,#0000);padding:3rem 2rem 2rem;color:#fff;transform:translateY(0);transition:transform .3s ease-in-out}@media(max-width:640px){.achievements__overlay{padding:2rem 1.5rem 1.5rem}}.achievements__slide-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}@media(max-width:640px){.achievements__slide-title{font-size:1.25rem}}.achievements__slide-description{font-size:1rem;line-height:1.75;color:#ffffffe6;margin:0}@media(max-width:640px){.achievements__slide-description{font-size:.875rem}}.achievements__nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:9999px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease-in-out;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#1f2937}.achievements__nav-button:hover{background-color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.achievements__nav-button:active{transform:translateY(-50%) scale(.95)}.achievements__nav-button:focus{outline:2px solid #d97706;outline-offset:2px}@media(max-width:640px){.achievements__nav-button{width:40px;height:40px}}.achievements__nav-button--prev{left:1.5rem}@media(max-width:640px){.achievements__nav-button--prev{left:1rem}}.achievements__nav-button--next{right:1.5rem}@media(max-width:640px){.achievements__nav-button--next{right:1rem}}.achievements__nav-button svg{width:24px;height:24px}@media(max-width:640px){.achievements__nav-button svg{width:20px;height:20px}}.achievements__indicators{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;padding:1rem 0}.achievements__indicator{width:12px;height:12px;border-radius:9999px;border:2px solid #d97706;background-color:transparent;cursor:pointer;transition:all .3s ease-in-out;padding:0}.achievements__indicator:hover{background-color:#d977064d;transform:scale(1.2)}.achievements__indicator:focus{outline:2px solid #d97706;outline-offset:2px}.achievements__indicator--active{background-color:#d97706;width:32px;border-radius:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.achievements__image{animation:fadeIn .3s ease-in-out}.cta{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;padding:6rem 0}@media(max-width:768px){.cta{padding:4rem 0}}.cta__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.cta__container{padding:0 1rem}}.cta__content{max-width:800px;margin:0 auto;text-align:center}.cta__heading{font-size:2.25rem;margin-bottom:1.5rem;color:#fff}@media(max-width:768px){.cta__heading{font-size:1.875rem}}@media(max-width:640px){.cta__heading{font-size:1.5rem}}.cta__description{font-size:1.125rem;line-height:1.75;margin-bottom:3rem;color:#fffffff2}@media(max-width:640px){.cta__description{font-size:1rem}}.cta__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:640px){.cta__buttons{flex-direction:column;align-items:stretch}.cta__buttons .btn{width:100%}}.cta__buttons .btn--primary{background-color:#fff;color:#d97706}.cta__buttons .btn--primary:hover,.cta__buttons .btn--primary:focus{background-color:#f9fafb;color:#b45309}.cta__buttons .btn--secondary{background-color:#059669;color:#fff}.cta__buttons .btn--secondary:hover,.cta__buttons .btn--secondary:focus{background-color:#047857}.cta__buttons .btn--outline{background-color:transparent;color:#fff;border-color:#fff}.cta__buttons .btn--outline:hover,.cta__buttons .btn--outline:focus{background-color:#fff;color:#d97706}.footer{background-color:#111827;color:#fff;padding:6rem 0 2rem}@media(max-width:768px){.footer{padding:4rem 0 1.5rem}}.footer__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.footer__container{padding:0 1rem}}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem}@media(max-width:640px){.footer__content{grid-template-columns:1fr;gap:2rem}}.footer__section{display:flex;flex-direction:column}.footer__heading{font-size:1.25rem;color:#fff;margin-bottom:1.5rem;font-weight:600}.footer__address{font-style:normal;line-height:1.75}.footer__address-line{margin-bottom:.75rem;color:#fffc}.footer__contact-item{margin-bottom:.75rem}.footer__link{color:#fffc;transition:color .15s ease-in-out}.footer__link:hover,.footer__link:focus{color:#f59e0b;outline:2px solid #f59e0b;outline-offset:2px}.footer__nav-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer__info{display:flex;flex-direction:column;gap:.75rem}.footer__info-item{color:#fffc;margin:0;line-height:1.75}.footer__info-item strong{color:#fff;font-weight:600}.footer__social{display:flex;flex-direction:column;gap:1rem}.footer__social-text{color:#fffc;margin:0}.footer__social-links{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:9999px;transition:background-color .3s ease-in-out,transform .3s ease-in-out;font-size:1.25rem}.footer__social-link:hover,.footer__social-link:focus{background-color:#d97706;transform:translateY(-2px);outline:2px solid #d97706;outline-offset:2px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media(max-width:640px){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{color:#fff9;margin:0;font-size:.875rem}.footer__accessibility{margin:0}
