:root{--primary-color:#0320fd;--primary-hover:#0219c8;--secondary-color:#fff;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#f8fafc;--campain-color:#ff6a1c;--accent-color:#ef4444;--red-color:#ff2c2c;--success-color:#22c55e;--border-color:#e2e8f0;--max-width:1200px;--transition-fast:.2s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.sectionPadding{padding:4.5rem 0}.sectionTitle{text-align:center;color:var(--text-dark);margin-bottom:2.5rem;font-size:2.25rem;position:relative}.sectionTitle:after{content:"";background-color:var(--primary-color);border-radius:2px;width:60px;height:4px;margin:.75rem auto 0;display:block}
.Header-module__hBw1pG__header{z-index:1000;background-color:var(--secondary-color);position:sticky;top:0;box-shadow:0 2px 10px #00000014}.Header-module__hBw1pG__topBar{background-color:var(--campain-color);color:var(--secondary-color);padding:.5rem 0;font-size:.85rem}.Header-module__hBw1pG__topBarContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__tagline{letter-spacing:.5px;font-weight:600}.Header-module__hBw1pG__topCta{background-color:var(--secondary-color);color:var(--primary-color);transition:opacity var(--transition-fast);border-radius:4px;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.Header-module__hBw1pG__topCta:hover{opacity:.9}.Header-module__hBw1pG__navbarContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-module__hBw1pG__logoDiv{flex-shrink:0;width:240px;height:60px;position:relative}.Header-module__hBw1pG__logoImage{object-fit:contain;width:100%;height:100%}.Header-module__hBw1pG__navbarContainer{justify-content:space-between;align-items:center;min-height:80px;padding:.5rem 0;display:flex}@media (max-width:768px){.Header-module__hBw1pG__logoDiv{width:180px;height:50px}}.Header-module__hBw1pG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;display:none}.Header-module__hBw1pG__bar{background-color:var(--text-dark);width:100%;height:3px;transition:all var(--transition-normal);border-radius:10px}.Header-module__hBw1pG__nav{align-items:center;display:flex}.Header-module__hBw1pG__navList{align-items:center;gap:1.25rem;display:flex}.Header-module__hBw1pG__navItem{position:relative}.Header-module__hBw1pG__navLink,.Header-module__hBw1pG__dropdownBtn{color:var(--text-dark);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem .25rem;font-size:.95rem;font-weight:600;display:flex}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__dropdownBtn:hover{color:var(--primary-color)}.Header-module__hBw1pG__arrow{transition:transform var(--transition-fast);font-size:.65rem}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__arrow{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu{background-color:var(--secondary-color);opacity:0;visibility:hidden;min-width:240px;transition:all var(--transition-fast);border-top:3px solid var(--primary-color);border-radius:4px;padding:0;position:absolute;top:100%;left:0;overflow:hidden;transform:translateY(10px);box-shadow:0 4px 12px #0000001a}.Header-module__hBw1pG__hasDropdown:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__dropdownItem{border-bottom:1px solid #000}.Header-module__hBw1pG__dropdownItem:last-child{border-bottom:none}.Header-module__hBw1pG__dropdownItem a{color:var(--text-dark);transition:all var(--transition-fast);padding:.8rem 1.2rem;font-size:.9rem;text-decoration:none;display:block}.Header-module__hBw1pG__dropdownItem a:hover{background-color:var(--bg-light);color:var(--primary-color);padding-left:1.45rem}.Header-module__hBw1pG__donateBtn{background-color:var(--primary-color);transition:background-color var(--transition-fast);border-radius:4px;box-shadow:0 4px 6px #0320fd26;color:var(--secondary-color)!important;padding:.6rem 1.25rem!important}.Header-module__hBw1pG__donateBtn:hover{background-color:var(--primary-hover)}@media (max-width:991px){.Header-module__hBw1pG__burger{z-index:1001;display:flex}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__bar:first-child{transform:translateY(9px)rotate(45deg)}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerActive .Header-module__hBw1pG__bar:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Header-module__hBw1pG__nav{background-color:var(--secondary-color);width:280px;height:100vh;transition:right var(--transition-normal);padding:100px 2rem 2rem;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #0000001a}.Header-module__hBw1pG__navActive{right:0}.Header-module__hBw1pG__navList{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.Header-module__hBw1pG__navItem{width:100%}.Header-module__hBw1pG__dropdownBtn{justify-content:space-between;width:100%}.Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;box-shadow:none;border-top:none;border-left:2px solid var(--primary-color);margin-top:.5rem;padding-left:1rem;display:none;position:static;transform:none}.Header-module__hBw1pG__dropdownItem{border-bottom:1px solid #00000014}.Header-module__hBw1pG__dropdownOpen{display:block}.Header-module__hBw1pG__donateBtn{text-align:center;width:100%;display:inline-block}}
.Footer-module__S6Hkya__footer{color:#cbd5e1;background-color:#0f172a;padding:4.5rem 0 0}.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr 1fr 1.8fr;gap:2.5rem;padding-bottom:3.5rem;display:grid}.Footer-module__S6Hkya__colTitle{color:var(--secondary-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background-color:var(--primary-color);border-radius:2px;width:40px;height:3px;margin-top:.5rem;display:block}.Footer-module__S6Hkya__orgImageWrapper{margin-bottom:2rem}.Footer-module__S6Hkya__orgLogo{filter:brightness(1.1);max-width:100%;height:auto}.Footer-module__S6Hkya__socials{flex-wrap:wrap;gap:.75rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#cbd5e1;background-color:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialLink:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #0000004d}.Footer-module__S6Hkya__linksList{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__linksList li{margin-bottom:.85rem}.Footer-module__S6Hkya__footerLink{color:#cbd5e1;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.Footer-module__S6Hkya__footerLink:after{content:"";background-color:var(--primary-color);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__S6Hkya__footerLink:hover{color:var(--primary-color);transform:translate(5px)}.Footer-module__S6Hkya__footerLink:hover:after{width:100%}.Footer-module__S6Hkya__contactItem{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__contactIcon{color:var(--primary-color);flex-shrink:0;margin-top:.25rem;font-size:1rem}.Footer-module__S6Hkya__contactContent{flex:1;min-width:0}.Footer-module__S6Hkya__contactContent strong{color:#f8fafc;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600;display:inline}.Footer-module__S6Hkya__contactValue{color:#e2e8f0;word-break:break-word;margin-left:.3rem;font-size:.9rem;display:inline}.Footer-module__S6Hkya__phoneEntry{flex-wrap:wrap;align-items:center;gap:.2rem;margin-top:.35rem;margin-bottom:.35rem;display:flex}.Footer-module__S6Hkya__phoneLink{color:#e2e8f0;white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__phoneLink:hover{color:var(--primary-color)}.Footer-module__S6Hkya__phoneLabel{color:#94a3b8;white-space:nowrap;font-size:.8rem;font-style:italic}.Footer-module__S6Hkya__pinLink{color:var(--primary-color);white-space:nowrap;align-items:center;margin-left:.2rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__S6Hkya__pinLink:hover{color:#facc15;transform:scale(1.3)}.Footer-module__S6Hkya__emailLink{color:var(--primary-color);word-break:break-all;align-items:center;gap:.3rem;margin-left:.3rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__S6Hkya__emailLink:hover{color:#facc15;text-decoration:underline}.Footer-module__S6Hkya__externalIcon{opacity:.7;flex-shrink:0;font-size:.7rem}.Footer-module__S6Hkya__bottomBar{background-color:#0003;border-top:1px solid #1e293b;padding:2rem 0;font-size:.85rem}.Footer-module__S6Hkya__bottomContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__bottomContainer p{margin:0}.Footer-module__S6Hkya__taglineText{color:var(--primary-color);letter-spacing:.5px;font-weight:700}@media (max-width:1200px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:3rem 0 0}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__S6Hkya__orgImageWrapper{text-align:center}.Footer-module__S6Hkya__socials{justify-content:center}.Footer-module__S6Hkya__phoneEntry{flex-wrap:wrap}.Footer-module__S6Hkya__phoneLabel{white-space:normal}.Footer-module__S6Hkya__bottomContainer{text-align:center;flex-direction:column}}@keyframes Footer-module__S6Hkya__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Footer-module__S6Hkya__column{animation:.6s forwards Footer-module__S6Hkya__fadeInUp}.Footer-module__S6Hkya__column:first-child{animation-delay:.1s}.Footer-module__S6Hkya__column:nth-child(2){animation-delay:.2s}.Footer-module__S6Hkya__column:nth-child(3){animation-delay:.3s}.Footer-module__S6Hkya__column:nth-child(4){animation-delay:.4s}
