*,*:before,*:after{box-sizing:border-box}*{margin:0}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}body{line-height:1.5;-webkit-font-smoothing:antialiased}.header{position:fixed;top:0;z-index:1000;width:100%;background-color:#fff;border-bottom:1px solid #e5e7eb}.header__container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem}@media(min-width:768px){.header__container{justify-content:flex-start;padding:1.5rem 6rem}}.header__logo{display:flex;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;color:#111827}.header__logo a,.header__logo a:hover{color:#111827}.header__logo a span{color:#005dbd;margin:0 .1rem}.header__nav{display:none}@media(min-width:768px){.header__nav{display:block}}.header__nav ul{display:flex;justify-content:center;align-items:center;gap:1.5rem;list-style:none;margin:0 1.5rem}.header__nav a{color:#6b7280;font-weight:500;transition:color .3s ease}.header__nav a:hover{color:#005dbd}.header__menu-toggle{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#111827}.header__menu-toggle .toggle-icon{width:1.6rem;height:1.6rem}@media(min-width:768px){.header__menu-toggle{display:none}}.header__mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid #e5e7eb}.header__mobile-nav.is-open{display:block}.header__mobile-nav ul{list-style:none;padding:1.5rem}.header__mobile-nav li{padding:.5rem 0}.header__mobile-nav a{display:block;color:#6b7280;font-weight:500;padding:1rem;transition:color .3s ease}.header__mobile-nav a:hover{color:#005dbd}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin-top:6rem}.hero__main-msg{max-width:65rem;font-size:3rem;font-weight:600;line-height:1;letter-spacing:-.03em;text-shadow:0 0 .5px currentcolor;text-align:center}.hero__main-msg__black{color:#111827}.hero__main-msg__blue{color:#005dbd}.hero__sub-msg{max-width:600px;padding:1.5rem;color:#6b7280;font-size:1.3rem;font-weight:400;text-align:center;margin:0 auto;line-height:1.3}.hero__learn-more-btn{color:#fff;background-color:#005dbd;text-align:center;padding:.5rem;width:8rem;border-radius:6px;margin-top:2rem;transition:color .3s ease}.hero__learn-more-btn:hover{color:#fff;background-color:#005dbd}@media(min-width:768px){.hero__main-msg{font-size:6rem;font-weight:650}.hero__sub-msg{font-size:1.5rem;line-height:1.6}}.vision{display:flex;justify-content:space-between;width:100%;min-height:100vh}.vision__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.vision__text__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.vision__text__message{display:flex;flex-direction:column;gap:.8rem;font-size:1.1rem;color:#6b7280}@media(min-width:768px){.vision{padding:10rem}}.mission{display:flex;flex-direction:column;justify-content:center;gap:.5rem;width:100%;min-height:100vh;background-color:#fcfcfc}.mission__container{display:flex;justify-content:space-between;margin-bottom:3rem}.mission__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.mission__text__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.mission__text__message{display:flex;flex-direction:column;gap:.8rem;font-size:1.1rem;color:#6b7280}.mission__cards{display:flex;justify-content:space-between;gap:4rem;max-width:1280px;margin:0 auto}.mission__cards__card{display:flex;flex-direction:column;gap:.2rem;width:25rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:1rem;background-color:#fff}.mission__cards__card__icon svg{padding:.7rem;width:3rem;height:3rem;color:#005dbd;background-color:#005dbd30;border-radius:.5rem;margin-bottom:1rem}.mission__cards__card__title{font-size:1.2rem;font-weight:700;margin-bottom:.4rem}.mission__cards__card__description{color:#111827}@media(min-width:768px){.mission{padding:10rem}}.about-us{display:flex;flex-direction:column;justify-content:center;gap:.5rem;max-width:50rem;width:100%;padding:10rem 0;margin:0 auto}.about-us__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.about-us__text__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.about-us__text__message{display:flex;flex-direction:column;gap:.8rem;font-size:1.1rem;color:#6b7280}.contact{display:flex;flex-direction:column;justify-content:center;gap:.5rem;background-color:#fcfcfc;width:100%;padding:10rem 0}.contact__container{display:flex;max-width:50rem;margin:0 auto;margin-bottom:3rem}.contact__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.contact__text__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.contact__text__message{display:flex;flex-direction:column;gap:.8rem;font-size:1.1rem;color:#6b7280}.contact__cards{display:flex;justify-content:space-between;gap:1.5rem;max-width:1280px;margin:0 auto}.contact__cards__card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:18rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:1rem;background-color:#fff}.contact__cards__card__icon svg{padding:.7rem;width:3rem;height:3rem;color:#005dbd;background-color:#005dbd30;border-radius:.5rem;margin-bottom:1rem}.contact__cards__card__title{font-size:1rem;font-weight:700;margin-bottom:.4rem}.contact__cards__card__description,.contact__cards__card__description a{color:#6b7280}.contact__cards__card__description a:hover{color:#005dbd}.contact__cards__card:hover{border:1px solid #005dbd}.footer{display:flex;background-color:#fff;border-top:1px solid #e5e7eb}.footer__container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-grow:1;gap:.3rem;padding:1.5rem}@media(min-width:1280px){.footer__container{flex-direction:row;justify-content:space-between;padding:1.5rem 20rem}}.footer__logo{display:flex;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;color:#111827}.footer__logo a,.footer__logo a:hover{color:#111827}.footer__logo a span{color:#005dbd;margin:0 .1rem}.footer__credits{display:flex;color:#6b7280;font-size:.84rem;font-weight:400;order:3}@media(min-width:1280px){.footer__credits{order:2}}.footer__contact{display:flex;align-items:center;gap:1rem;font-size:.84rem;font-weight:400;order:2}@media(min-width:1280px){.footer__contact{order:3}}.footer__contact a{color:#6b7280;display:inline-flex;align-items:center}.footer__contact a svg{width:1.2rem;height:1.2rem}.footer__contact a:hover{color:#005dbd}body{font-family:inter,geist,geist fallback,-apple-system,blinkmacsystemfont,segoe ui,system-ui;font-size:16px;line-height:1.5;color:#111827;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 3rem}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#111827}h1{font-size:2.5rem}@media(min-width:768px){h1{font-size:3.5rem}}h2{font-size:2rem}@media(min-width:768px){h2{font-size:2.5rem}}h3{font-size:1.5rem}@media(min-width:768px){h3{font-size:1.875rem}}p{margin-bottom:1.5rem;color:#6b7280}a{color:#005dbd;text-decoration:none;transition:color .3s ease}a:hover{color:#1e40af}main{display:flex;flex-direction:column;flex-grow:1;min-height:100%}
