@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;600&display=swap);.header{background-color:#333333f2;box-shadow:0 4px 15px #00000026;left:0;padding:1rem 0;position:sticky;top:0;transition:all .3s ease;width:100%;z-index:1030}.header--scrolled{background-color:#333333fa;box-shadow:0 4px 20px #0003;padding:.5rem 0}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 1rem}@media(min-width:768px){.header__container{padding:0 1.5rem}}@media(min-width:1200px){.header__container{padding:0 2rem}}.header__logo{align-items:center;display:flex;flex-shrink:0;padding-right:1rem;transition:transform .3s ease}.header__logo:hover{transform:scale(1.05)}.header__logo img{height:45px;width:auto}@media(min-width:768px){.header__logo img{height:50px}}.header__tagline{color:#f5f5f5;display:none;font-family:Montserrat,sans-serif;font-size:.9rem;font-style:italic;margin-left:.5rem;opacity:.9}@media(min-width:768px){.header__tagline{display:block}}.header__menu-toggle{align-items:center;background:#0000;border:none;border-radius:4px;color:#f5f5f5;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;justify-content:center;padding:.25rem;transition:all .3s ease;z-index:1031}.header__menu-toggle:hover{background-color:#ffffff1a;color:#fccc52}@media(min-width:992px){.header__menu-toggle{display:none}}.header__nav{background-color:#333;box-shadow:-5px 0 15px #0003;height:100vh;overflow-y:auto;padding:6rem 1.5rem 1.5rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:1030}.header__nav--open{right:0}@media(min-width:992px){.header__nav{background-color:#0000;box-shadow:none;display:flex;flex:1 1;height:auto;justify-content:center;overflow-y:visible;padding:0;position:static;width:auto}}.header__nav-list{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:992px){.header__nav-list{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;padding:0}}@media(min-width:1200px){.header__nav-list{flex-wrap:nowrap;gap:1.5rem}}.header__nav-item{padding:.25rem 0;position:relative;white-space:nowrap}@media(min-width:992px){.header__nav-item:hover .header__nav-link{color:#fccc52}}.header__nav-item--has-dropdown .header__nav-link{align-items:center;cursor:pointer;display:flex}.header__nav-item--has-dropdown .header__nav-link:after{content:"▼";font-size:.6rem;margin-left:.25rem;transition:transform .3s ease}@media(min-width:992px){.header__nav-item--has-dropdown:hover .header__dropdown{opacity:1;pointer-events:all;transform:translateY(0);visibility:visible}.header__nav-item--has-dropdown .header__dropdown{transition-delay:0s}.header__nav-item--has-dropdown:hover .header__nav-link:after{transform:rotate(180deg)}}.header__nav-link{color:#f5f5f5;display:block;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:500;letter-spacing:.25px;padding:.25rem .5rem;position:relative;transition:all .3s ease}.header__nav-link:hover{color:#fccc52}@media(min-width:992px){.header__nav-link:before{background-color:#fccc52;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.header__nav-link:hover:before{width:70%}}.header__dropdown{margin-top:.5rem;padding-left:1rem}@media(min-width:992px){.header__dropdown{background-color:#333;border-radius:4px;border-top:3px solid #fccc52;box-shadow:0 5px 20px #00000040;left:0;margin-top:.25rem;opacity:0;padding:1rem 1rem 1rem 0;pointer-events:none;position:absolute;top:100%;transform:translateY(10px);transition:opacity .5s ease,visibility .5s ease,transform .3s ease;transition-delay:.1s;visibility:hidden;width:250px}.header__dropdown:before{border-bottom:10px solid #fccc52;border-left:10px solid #0000;border-right:10px solid #0000;content:"";left:20px;position:absolute;top:-10px}.header__dropdown li{margin-bottom:.5rem;transition:all .3s ease}.header__dropdown li:last-child{margin-bottom:0}.header__dropdown li:hover{background-color:#ffffff0d;border-radius:4px}}.header__dropdown-link{border-radius:4px;color:#f5f5f5;display:block;font-size:.9rem;padding:.25rem .5rem;transition:all .3s ease}.header__dropdown-link:hover{color:#fccc52;padding-left:1rem}.header__cta{display:none}@media(min-width:992px){.header__cta{display:block;flex-shrink:0;margin-left:1.5rem;padding-left:.5rem}}.header__cta .btn{background-color:#fccc52;border:2px solid #fccc52;border-radius:8px;color:#333;font-weight:600;padding:.25rem 1rem;transition:all .3s ease;white-space:nowrap}.header__cta .btn:hover{background-color:#0000;box-shadow:0 4px 10px #0003;color:#fccc52;transform:translateY(-2px)}.footer{background-color:#333;color:#f5f5f5;padding:3rem 0 2rem;position:relative}.footer__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.footer__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){.footer__column--logo{grid-column:span 2}}@media(min-width:992px){.footer__column--logo{grid-column:span 1}}.footer__logo{margin-bottom:1rem}.footer__logo img{height:80px;width:auto}.footer__motto{font-size:1.1rem;margin-bottom:.5rem}.footer__motto,.footer__slogan{font-family:Montserrat,sans-serif}.footer__slogan{color:#fccc52;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{align-items:center;background-color:#f5f5f51a;border-radius:50%;color:#f5f5f5;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer__social-link:hover{background-color:darkred;color:#f5f5f5;transform:translateY(-3px)}.footer__heading{color:#f5f5f5;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.footer__heading:after{background-color:#fccc52;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#f5f5f5;padding-left:.5rem;position:relative;transition:color .3s ease}.footer__link:before{content:"›";left:0;position:absolute;transition:transform .3s ease}.footer__link:hover{color:#fccc52}.footer__link:hover:before{transform:translateX(3px)}.footer__contact{font-style:normal;line-height:1.6}.footer__contact p{margin-bottom:1rem}.footer__bottom{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-top:1rem}@media(min-width:768px){.footer__bottom{flex-direction:row}}.footer__copyright{margin-bottom:1rem;text-align:center}@media(min-width:768px){.footer__copyright{margin-bottom:0;text-align:left}}.footer__bottom-links{display:flex;gap:1rem}.footer__bottom-link{color:#f5f5f5;font-size:.9rem}.footer__bottom-link:hover{color:#fccc52}.footer__igbo-proverb{margin-top:2rem}.footer__igbo-proverb .igbo-proverb{border-left:none;color:#fccc52;font-size:1.1rem}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}@media(min-width:992px){.main-content{padding-top:100px}}.mission-section__content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}@media(min-width:992px){.mission-section__content{align-items:center;grid-template-columns:1fr 1fr}}.mission-section__text p{font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.mission-section__cta{margin-top:1.5rem}.mission-section__image img{border-radius:12px;box-shadow:0 10px 30px #0000001a;height:auto;object-fit:cover;width:100%}.development-section__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem}@media(min-width:768px){.development-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.development-section__grid{grid-template-columns:repeat(4,1fr)}}.development-section__cta{margin-top:2rem;text-align:center}.projects-section__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.projects-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.projects-section__grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.project-card__image{height:200px;overflow:hidden}.project-card__image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-card__image img{transform:scale(1.1)}.project-card__content{padding:1.5rem}.project-card__title{color:darkred;font-size:1.4rem;margin-bottom:1rem}.project-card__description{color:#333;line-height:1.6;margin-bottom:1rem}.project-card__link{display:inline-block;font-weight:600;padding-right:1.5rem;position:relative}.project-card__link:after{content:"→";position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .3s ease}.project-card__link:hover:after{transform:translate(5px,-50%)}.testimonials-section__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.testimonials-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.testimonials-section__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:1.5rem}.testimonial-card__quote{color:#333;font-style:italic;line-height:1.7;margin-bottom:1.5rem;padding-top:1.5rem;position:relative}.testimonial-card__quote:before{color:#fccc524d;content:'"';font-family:serif;font-size:5rem;left:-5px;position:absolute;top:-10px}.testimonial-card__author{align-items:center;display:flex}.testimonial-card__avatar{border:3px solid darkred;border-radius:50%;height:60px;margin-right:1rem;overflow:hidden;width:60px}.testimonial-card__avatar img{height:100%;object-fit:cover;width:100%}.testimonial-card__name{color:darkred;font-size:1.1rem;margin:0 0 .25rem}.testimonial-card__role{color:brown;font-size:.9rem;margin:0}.cta-section{background-image:linear-gradient(#333333e6,#333333e6),url(data:image/jpeg;base64,);background-position:50%;background-size:cover;color:#f5f5f5;text-align:center}.cta-section__content{margin:0 auto;max-width:700px;padding:3rem 0}.cta-section__title{color:#f5f5f5;font-size:2.5rem;margin-bottom:1rem}.cta-section__text{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-section__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-section__buttons .btn{min-width:200px}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #0000000d;display:flex;flex-direction:column;height:100%;padding:1.5rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.feature-card__icon{align-items:center;background-color:#8b00001a;border-radius:50%;color:darkred;display:inline-flex;font-size:3rem;height:80px;justify-content:center;margin-bottom:1rem;margin-left:auto;margin-right:auto;width:80px}.feature-card__title{color:darkred;font-size:1.5rem;margin-bottom:1rem}.feature-card__description{color:#333;flex-grow:1;line-height:1.6}.hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#f5f5f5;display:flex;height:80vh;min-height:600px;position:relative}.hero__overlay{background:linear-gradient(90deg,#333333e6,#333333b3);height:100%;left:0;position:absolute;top:0;width:100%}.hero__container{position:relative;z-index:2}.hero__content{max-width:800px;padding:1.5rem}@media(min-width:768px){.hero__content{padding:2rem}}.hero__title{color:#f5f5f5;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.hero__title{font-size:3.5rem}}@media(min-width:992px){.hero__title{font-size:4rem}}.hero__subtitle{font-family:Montserrat,sans-serif;font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem}@media(min-width:768px){.hero__subtitle{font-size:1.5rem}}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero__buttons .btn{font-size:1rem;padding:1rem 2rem}@media(min-width:768px){.hero__buttons .btn{font-size:1.1rem}}.section-title{margin-bottom:2rem}.section-title--centered{text-align:center}.section-title--centered .section-title__heading:after{left:50%;transform:translateX(-50%)}.section-title__heading{font-size:2rem;margin-bottom:1rem;padding-bottom:1rem;position:relative}@media(min-width:768px){.section-title__heading{font-size:2.5rem}}.section-title__heading:after{background-color:#fccc52;bottom:0;content:"";height:4px;left:0;position:absolute;width:80px}.section-title__subtitle{color:brown;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.membership-page__benefits{margin:2rem 0}.membership-page__benefits h3{font-size:1.8rem;margin-bottom:1.5rem}.membership-page__form{margin-top:3rem}.membership-page__form h3{font-size:1.8rem;margin-bottom:1rem}.membership-page__form .form-intro{color:brown;font-size:1.1rem;margin-bottom:1.5rem;max-width:800px}.benefits-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.benefits-list{grid-template-columns:repeat(2,1fr)}}.benefits-list__item{align-items:flex-start;background-color:#fff;border-radius:8px;box-shadow:0 5px 20px #0000000d;display:flex;padding:1.5rem;transition:transform .3s ease}.benefits-list__item:hover{transform:translateY(-5px)}.benefits-list__icon{align-items:center;background-color:darkred;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:30px;justify-content:center;margin-right:1rem;width:30px}.benefits-list__content h4{color:darkred;font-size:1.2rem;margin-bottom:.25rem}.benefits-list__content p{color:#333;line-height:1.5;margin:0}.registration-form{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;margin:0 auto;max-width:800px;padding:1.5rem}@media(min-width:768px){.registration-form{padding:2rem}}.registration-form__progress{display:flex;justify-content:center;margin-bottom:2rem;overflow-x:auto;padding-bottom:.5rem;padding-top:.5rem}@media(max-width:768px){.registration-form__progress{justify-content:flex-start}}.registration-form__progress-step{align-items:center;background-color:#eee;border-radius:50%;color:#666;display:flex;flex-shrink:0;font-weight:600;height:40px;justify-content:center;margin:0 .5rem;position:relative;width:40px}.registration-form__progress-step:after{background-color:#eee;content:"";height:2px;left:100%;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% - 10px)}.registration-form__progress-step:last-child:after{display:none}.registration-form__progress-step--completed{background-color:darkred;color:#fff}.registration-form__progress-step--completed:after{background-color:darkred}.registration-form__progress-step--active{background-color:#fccc52;box-shadow:0 0 0 3px #fccc524d;color:#333;transform:scale(1.1)}.registration-form__step{margin-bottom:1.5rem}.registration-form__step-title{border-bottom:1px solid #8b000033;color:darkred;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.registration-form__actions{display:flex;gap:.5rem;justify-content:space-between;margin-top:2rem}.registration-form__actions button{min-width:120px}.registration-form__success{padding:3rem 2rem;text-align:center}.registration-form__success h2{color:darkred;margin-bottom:1rem}.registration-form__success p{font-size:1.1rem;margin-bottom:1rem}.registration-form__success p:first-of-type{color:brown;font-weight:600}.form-group{margin-bottom:1.5rem}label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.required{color:darkred}.form-control{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.5rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-control:focus{border-color:brown;box-shadow:0 0 0 3px #a52a2a1a;outline:none}.form-control.is-invalid{border-color:darkred}select.form-control{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:8px 10px;padding-right:2rem}textarea.form-control{min-height:100px;resize:vertical}.invalid-feedback{color:darkred}.form-text,.invalid-feedback{font-size:.85rem;margin-top:.25rem}.form-text{color:#666}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.checkbox-group,.radio-group{flex-direction:row;flex-wrap:wrap;gap:1rem}}.checkbox-option,.radio-option{align-items:center;display:flex}.checkbox-option input,.radio-option input{margin-right:.5rem}.checkbox-option label,.radio-option label{font-weight:400;margin:0}.checkbox-group .checkbox-option{flex-basis:100%}@media(min-width:768px){.checkbox-group .checkbox-option{flex-basis:calc(50% - 1rem)}}.consent-checkbox{margin-top:1rem}.consent-checkbox label{font-size:.9rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Open Sans,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{color:darkred;font-family:Montserrat,sans-serif;font-weight:700;margin-bottom:1rem}a{color:brown;text-decoration:none;transition:color .3s ease}a:hover{color:#7c2020}button{background:none;border:none;cursor:pointer;font-family:Montserrat,sans-serif}ol,ul{list-style:none}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}@media(min-width:768px){.container{padding:0 1.5rem}}.section{padding:2rem 0}@media(min-width:768px){.section{padding:3rem 0}}.section--alt{background-color:#f8f8f8}.btn{border-radius:8px;display:inline-block;font-weight:600;padding:.5rem 1.5rem;text-align:center;transition:all .3s ease}.btn--primary{background-color:darkred;color:#f5f5f5}.btn--primary:hover{background-color:#580000;color:#f5f5f5}.btn--secondary{background-color:#333;color:#f5f5f5}.btn--secondary:hover{background-color:#1a1a1a;color:#f5f5f5}.btn--accent{background-color:#fccc52;color:#333}.btn--accent:hover{background-color:#fbbd20}.btn--outline{background-color:#0000;border:2px solid darkred;color:darkred}.btn--outline:hover{background-color:darkred;color:#f5f5f5}.text-center{text-align:center}.isi-agu-pattern{position:relative}.isi-agu-pattern:before{background-image:url(/static/media/isi-agu-pattern.59c9cad9f397283644db.webp);background-repeat:repeat-x;content:"";height:10px;left:0;opacity:.7;position:absolute;right:0;top:0}.akwete-divider{background-image:url(/static/media/akwete-pattern.c4e49624be8a22c01c51.jpg);background-repeat:repeat-x;height:30px;margin:2rem 0}.igbo-proverb{border-left:4px solid #fccc52;color:brown;font-family:Montserrat,sans-serif;font-style:italic;margin:1.5rem 0;padding:1rem;text-align:center}
/*# sourceMappingURL=main.4271ab88.css.map*/