@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100vh;max-width:100%;width:100%;font-family:"Poppins",sans-serif;scroll-behavior:smooth;transition:scroll-behavior .5s;position:relative}main{position:relative;top:80px;left:0;width:100%}@media(min-width: 576px){main{top:100px}}@media(min-width: 576px){main{top:115px}}li{list-style-type:none}a{text-decoration:none}img{display:block;width:100%}header{width:100%;position:fixed;top:0;left:0;z-index:999}nav{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;background:#fff;box-shadow:0 2px 10px rgba(11,75,127,.06);transition:all .4s ease}nav.removeBg{background-color:rgba(0,0,0,0);box-shadow:0 2px 10px rgba(0,0,0,0)}.homepage-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:-webkit-backdrop-filter .5s;transition:backdrop-filter .5s;transition:backdrop-filter .5s, -webkit-backdrop-filter .5s}@media(min-width: 768px){.homepage-nav{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.homepage-nav.removeFilter{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}@media(min-width: 576px){nav{padding:2rem 2rem}}@media(min-width: 768px){nav{padding:2.5rem 1.5rem}}@media(min-width: 992px){nav{padding:2.5rem 2.5rem}}@media(min-width: 1200px){nav{padding:2.5rem 3rem}}nav .logo-wrapper{width:100%;flex:1 1 50%;display:flex;align-items:center;gap:1rem;position:relative}@media(min-width: 768px){nav .logo-wrapper{flex:1 1 20%}}nav .logo-wrapper .logo-tag{display:flex;align-items:center}nav .logo{position:absolute;left:0;opacity:0;width:130px;height:auto;transition:opacity .5s ease-in-out}@media(min-width: 992px){nav .logo{width:150px}}nav .logo{position:absolute;left:0;opacity:0;width:70px;height:70px;transition:opacity .5s ease-in-out}nav .logo.visible{opacity:1}nav .brand-name{position:absolute;left:0;transition:opacity .5s ease-in-out}nav .brand-name img{width:150px}nav .brand-name.hidden{opacity:0}nav .nav-tags{width:100%;flex:1 1 50%;display:flex;align-items:center;justify-content:flex-end}@media(min-width: 768px){nav .nav-tags{flex:1 1 80%}}.link-tags{display:none;transition:opacity .5s ease-in-out}@media(min-width: 768px){.link-tags{display:flex}}nav .link-tags.hidden{opacity:0;pointer-events:none}.link-tags li{padding-inline:.875rem}@media(min-width: 992px){.link-tags li{padding-inline:1.5rem;letter-spacing:.1rem}}@media(min-width: 1200px){.link-tags li{padding-inline:2rem;letter-spacing:.1rem}}.link-tags li a{font-size:.875rem;font-weight:500;color:#2d4a66;position:relative;transition:color .3s ease}.link-tags li a::after{content:"";width:0;height:2px;background-color:#830000;position:absolute;left:0;bottom:-6px;transition:width .4s ease}.link-tags li a.active::after{width:100%}.link-tags li a:hover::after{width:100%}.link-tags li .tag.active a{color:#830000;font-weight:600}.menu-btn{width:50px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:1rem;padding:0 .875rem;border:none;outline:none;cursor:pointer;box-sizing:content-box}.menu-btn:hover{background-color:rgba(131,0,0,.05);border-color:#830000}.menu-btn .bars{width:25px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.menu-btn .bars span{display:block;width:100%;height:2px;background-color:#2d4a66;transition:background-color .4s;border-radius:2px}@media screen and (min-width: 992px){.menu-btn{width:60px;height:30px;padding:.25rem 1.25rem;border-radius:1.5rem}.menu-btn .bars{width:35px;height:16px;display:flex;flex-direction:column;justify-content:space-between}}.menu-slider{position:fixed;top:0;right:0;height:100vh;width:80%;background-color:#f5f7fa;z-index:11;padding:2rem;transform:translateX(100%);transition:transform .7s}@media(min-width: 576px){.menu-slider{width:50%}}@media(min-width: 768px){.menu-slider{width:40%}}@media(min-width: 992px){.menu-slider{width:30%}}.menu-slider.translate{transform:translateX(0)}.menu-slider-header{width:100%;display:flex;justify-content:flex-end}.menu-slider-header .close-btn{display:flex;justify-content:center;align-items:center;font-size:1.5rem;cursor:pointer;margin-bottom:2rem;width:40px;height:40px;border-radius:50%;transition:background-color .4s;background-color:#fff}.menu-slider-header .close-btn:hover{background-color:#e2e8f0}.menu-slider .brand .logo{display:flex;justify-content:center;margin-bottom:2rem}.menu-slider .brand .logo img{width:90px;height:90px}@media(min-width: 500px){.menu-slider .brand .logo img{width:100px;height:100px}}@media(min-width: 768px){.menu-slider .brand .logo img{width:110px;height:110px}}.menu-slider-tags{margin-bottom:6rem}.menu-slider-tags .tag a{font-size:1rem;font-weight:400;color:#2d3748;line-height:3;transition:color .4s;position:relative;margin-bottom:5rem}.menu-slider-tags .tag.active a{color:#386199}.menu-slider-tags .tag.active a::after{content:"";width:100%;height:1px;background-color:#386199;position:absolute;left:0;bottom:-5px;transition:width .5s}.menu-slider-tags .tag a:hover{color:#a53232}.menu-slider-tags .tag a::after{content:"";width:0;height:1px;background-color:#386199;position:absolute;left:0;bottom:-5px;transition:width .5s}.menu-slider-tags .tag a:hover::after{width:100%;background-color:#a53232}.menu-slider-footer h4{font-size:1.125rem;font-weight:700;color:#47253f}.menu-slider-footer a{display:block;width:-moz-fit-content;width:fit-content;line-height:2;color:#386199}footer{background:linear-gradient(135deg, #0b4b7f 0%, #3f6f95 100%);color:#fff;padding:4rem 1.5rem 2rem;font-family:"Outfit",sans-serif}@media(min-width: 768px){footer{padding:6rem 2rem 3rem}}footer .container{max-width:1400px;margin:0 auto}.footer-upper{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width: 768px){.footer-upper{grid-template-columns:1.5fr 2fr}}@media(min-width: 1024px){.footer-upper{grid-template-columns:1fr 1fr 1fr}.footer-upper .footer-brand{grid-column:span 1}.footer-upper .footer-columns{grid-column:span 2;display:grid;grid-template-columns:repeat(3, 1fr)}}.footer-brand{text-align:center}@media(min-width: 768px){.footer-brand{text-align:left}}.footer-brand .brand{font-size:2.2rem;font-weight:800;margin-bottom:1rem;color:#fff}.footer-brand .tagline{font-size:1.1rem;color:#a3bffa;margin-bottom:2rem;max-width:300px;margin-inline:auto}@media(min-width: 768px){.footer-brand .tagline{margin-inline:0 .1rem}}.footer-brand .social-icons{display:flex;gap:1rem;justify-content:center}@media(min-width: 768px){.footer-brand .social-icons{justify-content:flex-start}}.footer-brand .social-icons a{width:50px;height:50px;background:hsla(0,0%,100%,.1);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.5rem;transition:all .4s ease}.footer-brand .social-icons a:hover{background:rgb(207.5,0,0);transform:translateY(-5px);box-shadow:0 10px 20px rgba(131,0,0,.3)}.footer-columns{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width: 576px){.footer-columns{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.footer-columns{grid-template-columns:repeat(3, 1fr)}}.footer-columns .column h3{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-columns .column ul,.footer-columns .column p{list-style:none;padding:0;margin:0}.footer-columns .column a,.footer-columns .column p{display:block;color:#a3bffa;font-size:1rem;line-height:2;text-decoration:none;transition:color .3s ease}.footer-columns .column a:hover,.footer-columns .column p:hover{color:#fff}.footer-columns .contact-info{background-color:rgba(0,0,0,0)}.footer-columns .contact-info .manual-pad{padding-top:2.5rem}.footer-columns .newsletter{overflow:hidden}.footer-columns .newsletter p{color:#a3bffa;margin-bottom:1.5rem}.footer-columns .newsletter form{display:flex;align-items:center}.footer-columns .newsletter form input{width:100%;height:40px;padding-inline:1rem;background:#fff;border:none;color:gray;font-size:.875rem}.footer-columns .newsletter form input::-moz-placeholder{color:#a3bffa}.footer-columns .newsletter form input::placeholder{color:#a3bffa}.footer-columns .newsletter form input:focus{outline:none;border-color:#fff;color:#0b4b7f}.footer-columns .newsletter form .subscribe-btn{height:40px;background:rgba(0,0,0,0);color:#fff;padding:.75rem 1rem;outline:none;border:1px solid #fff;font-weight:600;letter-spacing:.05rem;cursor:pointer;transition:all .4s ease}.footer-columns .newsletter form .subscribe-btn:hover{background:rgb(14.252173913,97.1739130435,164.547826087)}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.15);text-align:center}.footer-bottom p{font-size:.95rem;color:#a3bffa}.footer-bottom p #year{color:rgb(207.5,0,0);font-weight:600}.newsletter-form-wrapper{position:relative}.newsletter-success{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:1.5rem;text-align:center;color:#fff}.newsletter-success p{margin:.5rem 0}.newsletter-success p:first-child{font-size:1.2rem}.newsletter-message{padding:.8rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem;text-align:center}.newsletter-message.error{background:rgba(255,50,50,.2);border:1px solid rgba(255,80,80,.6);color:#fcc}.newsletter-message.success{background:rgba(50,205,50,.2);border:1px solid rgba(80,255,80,.6);color:#cfc}.hero{position:relative;width:100%;overflow:hidden;background:#fdf9f9}@media(min-width: 1100px){.hero{display:flex;align-items:center;gap:5rem;padding:6rem 4rem;min-height:80vh}}@media(min-width: 1400px){.hero{gap:7rem;padding:8rem 6rem}}.hero figure{position:relative;height:55vh;overflow:hidden}@media(min-width: 1100px){.hero figure{height:auto;flex:1 1 55%;order:2}}.hero figure .overlay{position:absolute;inset:0;background:rgba(11,75,127,.35);z-index:1;display:none}@media(min-width: 992px){.hero figure .overlay{display:none}}.hero figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform 12s ease-out}@media(min-width: 1100px){.hero figure img{position:static;box-shadow:0 25px 60px rgba(11,75,127,.15)}}.hero:hover .hero figure img{transform:scale(1.06)}.hero .text{padding:3rem 1.5rem;max-width:680px;margin:0 auto}@media(min-width: 576px){.hero .text{padding:4rem 3rem}}@media(min-width: 768px){.hero .text{max-width:750px}}@media(min-width: 992px){.hero .text{max-width:800px}}@media(min-width: 1100px){.hero .text{padding:0;flex:1 1 45%;order:1;margin:0}}.hero .text h2{font-family:"Outfit",sans-serif;font-size:2.25rem;font-weight:700;color:#0b4b7f;line-height:1.2;margin-bottom:1.8rem;position:relative;display:inline-block}@media(min-width: 768px){.hero .text h2{font-size:2.75rem}}@media(min-width: 992px){.hero .text h2{font-size:3.25rem;margin-bottom:2rem}}@media(min-width: 1200px){.hero .text h2{font-size:3.75rem}}.hero .text h2::after{content:"";position:absolute;left:0;bottom:-14px;width:80px;height:5px;background:#830000;border-radius:3px}.hero .text p{font-size:1.1rem;line-height:1.8;color:#475569}@media(min-width: 768px){.hero .text p{font-size:1.2rem}}@media(min-width: 992px){.hero .text p{max-width:580px}}.focus-areas{background:#f8f9fc;padding:5rem 1.5rem;position:relative}@media(min-width: 768px){.focus-areas{padding:5rem 3rem}}@media(min-width: 1200px){.focus-areas{padding:6rem 4rem}}.focus-areas::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:12rem;bottom:6rem;width:1px;background:rgba(11,75,127,.15);z-index:1}@media(max-width: 767px){.focus-areas::before{left:3rem}}.focus-areas-inner{max-width:1400px;margin:0 auto}.focus-header{text-align:center;margin-bottom:7rem}.focus-header h2{font-family:"Outfit",sans-serif;font-size:2.75rem;font-weight:700;color:#0b4b7f;line-height:1.15;position:relative;display:inline-block}@media(min-width: 768px){.focus-header h2{font-size:3.5rem}}@media(min-width: 1200px){.focus-header h2{font-size:4rem}}.focus-header h2::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-20px;width:100px;height:5px;background:#830000}.focus-timeline{position:relative;z-index:2}.timeline-item{margin-bottom:2rem;position:relative;display:flex;align-items:center}.timeline-item:last-child{margin-bottom:0}@media(max-width: 767px){.timeline-item{flex-direction:row;align-items:flex-start}}.timeline-icon{width:60px;height:60px;flex-shrink:0;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(11,75,127,.1);z-index:3;transition:all .4s ease}@media(max-width: 767px){.timeline-icon{margin-right:2rem}}@media(min-width: 768px){.timeline-icon{position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:80px;height:80px}}@media(min-width: 1200px){.timeline-icon{top:initial}}.timeline-icon img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1000%) hue-rotate(200deg);transition:all .4s ease}@media(max-width: 768px){.timeline-icon img{width:40px;height:40px}}.timeline-content{max-width:520px;background:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 15px 40px rgba(11,75,127,.08);transition:all .5s ease}@media(min-width: 767px){.timeline-content{padding:2rem 1.5rem}}@media(min-width: 768px){.timeline-content.left{margin-right:auto;margin-left:4rem}}@media(min-width: 768px){.timeline-content.right{margin-left:auto;margin-right:4rem;text-align:right}}.timeline-content:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(11,75,127,.12)}.timeline-content:hover .timeline-icon img{filter:brightness(0) saturate(100%) invert(15%) sepia(80%) saturate(2000%) hue-rotate(340deg)}.timeline-content:hover h3{color:#830000}.timeline-content h3{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.3;margin:0 0 1.2rem;transition:color .4s ease}@media(min-width: 500px){.timeline-content h3{font-size:1.7rem}}@media(min-width: 768px){.timeline-content h3{font-size:1.9rem}}.timeline-content p{font-size:.9rem;line-height:1.8;color:#475569;margin:0}@media(min-width: 500px){.timeline-content p{font-size:1.1rem}}@media(min-width: 768px){.timeline-content p{font-size:1.15rem}}.team{background:#fdf9f9;padding-bottom:6rem}@media(min-width: 768px){.team{padding-bottom:8rem}}@media(min-width: 1200px){.team{padding-bottom:10rem}}.team-subject{max-width:1400px;margin:0 auto;padding:4rem 1.5rem 3rem;text-align:center}@media(min-width: 576px){.team-subject{padding:5rem 3rem 4rem}}@media(min-width: 992px){.team-subject{display:flex;align-items:flex-end;justify-content:space-between;gap:4rem;text-align:left}}@media(min-width: 992px){.team-subject>div:first-child{flex:1 1 60%}}.team-subject h3{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#0b4b7f;margin:0 0 .75rem}@media(min-width: 768px){.team-subject h3{font-size:1.1rem}}.team-subject .team-heading{font-family:"Outfit",sans-serif;font-size:2.25rem;font-weight:700;color:#0b4b7f;line-height:1.2;margin:0 0 1.5rem;position:relative;display:inline-block}@media(min-width: 768px){.team-subject .team-heading{font-size:2.875rem}}@media(min-width: 1200px){.team-subject .team-heading{font-size:3.25rem}}.team-subject .team-heading::after{content:"";position:absolute;left:0;bottom:-14px;width:80px;height:4px;background:#830000;border-radius:2px}.team-subject .text p{color:#475569;font-size:1.1rem;line-height:1.8;max-width:620px;margin:0 auto}@media(min-width: 992px){.team-subject .text p{margin:0;flex:1 1 40%;font-size:1.15rem}}.team-members .container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 576px){.team-members .container{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(min-width: 992px){.team-members .container{grid-template-columns:repeat(4, 1fr);gap:1.5rem}}.team-members .member{background:#fff;border-radius:.25rem;overflow:hidden;box-shadow:0 20px 50px rgba(11,75,127,.09);transition:all .5s ease;cursor:pointer}.team-members .member:hover{transform:translateY(-12px);box-shadow:0 30px 70px rgba(11,75,127,.14)}.team-members .member:hover img{transform:scale(1.08)}.team-members .member:hover .name{color:#830000}.team-members .member .member-pic{margin:0;overflow:hidden}.team-members .member .member-pic img{width:100%;height:auto;aspect-ratio:7/5;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;transition:transform .6s ease}@media(min-width: 992px){.team-members .member .member-pic img{aspect-ratio:7/6}}.team-members .member .member-info{padding:1.75rem 1.5rem 2rem;text-align:center}.team-members .member .member-info .name{font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;transition:color .4s ease}@media(min-width: 768px){.team-members .member .member-info .name{font-size:1.45rem}}.team-members .member .member-info .role{font-size:1.05rem;font-weight:500;color:#475569;margin:0}@media(min-width: 992px){.team-members .member .member-info .role{font-size:1.1rem}}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(30,41,59,.6);padding:1rem;transition:opacity .3s ease}@media(min-width: 768px){.modal{align-items:center;justify-content:center}}@media(max-width: 400px){.modal{align-items:flex-start;padding:0}}.modal-content{background:#fff;border-radius:.25rem;box-shadow:0 20px 50px rgba(11,75,127,.2);max-width:600px;width:100%;margin:0 auto;position:relative;animation:fadeIn .3s ease;border-top:4px solid #830000}@media(max-width: 400px){.modal-content{border-radius:0;min-height:100vh;margin:0;max-width:100%;width:100%}}@media(min-width: 768px){.modal-content{max-height:90vh}}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid rgba(131,0,0,.12)}@media(max-width: 767px){.modal-header{padding:1.5rem 1.5rem 1rem}}.modal-body{padding:1.5rem 2rem 2rem;max-height:60vh;overflow-y:auto}.modal-body p{font-size:1.1rem;line-height:1.8;color:#1e293b;margin:0}.modal-body .paragraph-gap{display:block;height:12px}@media(max-width: 767px){.modal-body{padding:1rem 1.5rem 3rem;max-height:calc(100vh - 140px)}}@media(min-width: 768px){.modal-body{max-height:calc(90vh - 140px)}}.close{position:absolute;top:1rem;right:1.5rem;color:#475569;font-size:2rem;font-weight:bold;cursor:pointer;transition:color .3s ease;z-index:10}.close:hover{color:#830000}@media(max-width: 767px){.close{top:.75rem;right:1rem;font-size:2.2rem}}#modalName{font-size:1.8rem;font-weight:700;color:#0b4b7f;margin-bottom:.5rem}#modalRole{font-size:1.2rem;color:#475569;margin-bottom:0}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.community-programs{background:#f9fafb;padding-bottom:6rem}@media(min-width: 768px){.community-programs{padding-bottom:8rem}}@media(min-width: 1200px){.community-programs{padding-bottom:10rem}}.community-programs-subject{max-width:1400px;margin:0 auto;padding:4rem 1.5rem 2rem;text-align:center}@media(min-width: 992px){.community-programs-subject{padding:6rem 3rem 4rem;display:flex;align-items:flex-end;justify-content:space-between;gap:4rem;text-align:left}}.community-programs-subject>div:first-child{flex:1 1 65%}.community-programs-subject .community-programs-heading{font-family:"Outfit",sans-serif;font-size:2.25rem;font-weight:700;color:#0b4b7f;line-height:1.2;margin:0 0 1.5rem;position:relative;display:inline-block}@media(min-width: 768px){.community-programs-subject .community-programs-heading{font-size:2.875rem}}@media(min-width: 1200px){.community-programs-subject .community-programs-heading{font-size:3.25rem}}.community-programs-subject .community-programs-heading::after{content:"";position:absolute;left:0;bottom:-14px;width:80px;height:4px;background:#830000;border-radius:2px}@media(min-width: 992px){.community-programs-subject .community-programs-heading::after{left:0;transform:none}}.community-programs-subject .text p{color:#475569;font-size:1.1rem;line-height:1.8;max-width:620px;margin:0 auto}@media(min-width: 992px){.community-programs-subject .text p{margin:0;font-size:1.15rem}}.community-programs-subject .explore-programs-btn{margin-top:1.5rem}@media(min-width: 992px){.community-programs-subject .explore-programs-btn{margin-top:0;flex-shrink:0}}.community-programs-subject .explore-programs-btn a{display:inline-block;padding:1rem 2.8rem;background:rgba(0,0,0,0);color:#0b4b7f;font-weight:600;font-size:1rem;border:2px solid #0b4b7f;border-radius:14px;text-decoration:none;transition:all .4s ease}.community-programs-subject .explore-programs-btn a:hover{background:#830000;color:#fff;border-color:#830000;transform:translateY(-4px);box-shadow:0 12px 30px rgba(131,0,0,.15)}@media(min-width: 992px){.community-programs-subject .explore-programs-btn a{font-size:.95rem;padding:.9rem 2.5rem}}.community-programs-sessions .container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 992px){.community-programs-sessions .container{grid-template-columns:repeat(3, 1fr);gap:0}}.community-programs-sessions .session{display:flex;flex-direction:column;gap:0;padding:0 1.5rem}@media(min-width: 768px){.community-programs-sessions .session{padding:0 3rem}}@media(min-width: 992px){.community-programs-sessions .session{padding:0 2rem;gap:0}.community-programs-sessions .session:not(:last-child){border-right:1px solid rgba(131,0,0,.12)}}.community-programs-sessions .session figure{overflow:hidden;margin:0}.community-programs-sessions .session figure img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .8s ease;box-shadow:0 20px 50px rgba(11,75,127,.09);aspect-ratio:9/5}@media(min-width: 576px){.community-programs-sessions .session figure img{aspect-ratio:9/3.5}}@media(min-width: 768px){.community-programs-sessions .session figure img{aspect-ratio:9/3}}@media(min-width: 992px){.community-programs-sessions .session figure img{aspect-ratio:9/6}}.session:hover .community-programs-sessions .session figure img{transform:scale(1.06)}.community-programs-sessions .session .text{padding:2rem 0}@media(min-width: 992px){.community-programs-sessions .session .text{padding:2.5rem 0}}.community-programs-sessions .session .text h3{font-size:1.45rem;font-weight:700;color:#1e293b;line-height:1.3;margin:0 0 1rem;transition:color .4s ease}@media(min-width: 768px){.community-programs-sessions .session .text h3{font-size:1.65rem}}.session:hover .community-programs-sessions .session .text h3{color:#830000}.community-programs-sessions .session .text h3.remove-top-pad{padding-top:0}.community-programs-sessions .session .text p{font-size:1.05rem;line-height:1.8;color:#475569;margin:0}@media(min-width: 768px){.community-programs-sessions .session .text p{font-size:1.1rem}}.testimonials{background:#fdf9f9;padding:5rem 1.5rem 7rem;position:relative;overflow:hidden}@media(min-width: 768px){.testimonials{padding:7rem 3rem 9rem}}.testimonials::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, rgba(131, 0, 0, 0.03) 0%, transparent 70%);pointer-events:none}.testimonials .testimonials-header{max-width:900px;margin:0 auto 3rem;text-align:center;position:relative}.testimonials .testimonials-header h3{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#0b4b7f;margin-bottom:1rem}.testimonials .testimonials-header h2{font-size:2rem;font-weight:800;color:#0b4b7f;line-height:1.2;margin-bottom:1.5rem}@media(min-width: 768px){.testimonials .testimonials-header h2{font-size:3rem}}.testimonials .testimonials-header h2::after{content:"";display:block;width:120px;height:3px;background:linear-gradient(to right, transparent, #830000, transparent);margin:2rem auto 0}.testimonials .testimonials-header .text{font-size:1.15rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.9}.testimonials .wrapper{width:100%;position:relative;overflow:hidden;padding:.5rem 0}@media(min-width: 992px){.testimonials .wrapper{padding:1rem 0}}.testimonials .carousel{display:grid;grid-auto-flow:column;grid-auto-columns:90%;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.testimonials .carousel::-webkit-scrollbar{display:none}@media(min-width: 768px){.testimonials .carousel{grid-auto-columns:60%}}@media(min-width: 1200px){.testimonials .carousel{grid-auto-columns:45%;gap:6rem}}.testimonials .carousel.no-transition{scroll-behavior:auto}.testimonials .carousel.dragging{scroll-behavior:auto;scroll-snap-type:none;cursor:grab}.testimonials .carousel.dragging .testimonial-card{-webkit-user-select:none;-moz-user-select:none;user-select:none}.testimonials .testimonials-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:2rem;padding:2.5rem 0;scrollbar-width:none;-ms-overflow-style:none}.testimonials .testimonials-slider::-webkit-scrollbar{display:none}@media(min-width: 768px){.testimonials .testimonials-slider{gap:3rem}}@media(min-width: 992px){.testimonials .testimonials-slider{gap:4rem;justify-content:center}}.testimonials .testimonial-card{flex:0 0 90%;max-width:500px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 25px 50px rgba(11,75,127,.1);position:relative;scroll-snap-align:center;transition:all .6s cubic-bezier(0.25, 0.8, 0.25, 1);transform:rotate(var(--rot, 0deg)) translateY(var(--lift, 0px))}@media(min-width: 768px){.testimonials .testimonial-card{flex:0 0 60%}}@media(min-width: 300px){.testimonials .testimonial-card{--rot: 3deg;--lift: -20px}.testimonials .testimonial-card[data-index=even]{--rot: -3deg;--lift: 20px}}@media(min-width: 1200px){.testimonials .testimonial-card{flex:0 0 45%}}.testimonials .testimonial-card:hover{transform:rotate(0deg) translateY(-20px) scale(1.03);box-shadow:0 40px 80px rgba(11,75,127,.18);z-index:10}.testimonials .testimonial-card .portrait{width:100%;height:200px;overflow:hidden;position:relative}.testimonials .testimonial-card .portrait img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.testimonials .testimonial-card .portrait::after{content:"";position:absolute;inset:0;border:8px solid #830000;border-radius:50%;width:160px;height:160px;top:50%;left:50%;transform:translate(-50%, -50%);opacity:.2}.testimonials .testimonial-card:hover img{transform:scale(1.1)}.testimonials .testimonial-card .quote-overlay{position:absolute;top:0;left:0;right:0;height:180px;background:linear-gradient(to bottom, rgba(131, 0, 0, 0.08), transparent);pointer-events:none}.testimonials .testimonial-card .quote-mark{position:absolute;top:190px;left:30px;font-size:12rem;color:rgba(131,0,0,.12);font-family:serif;line-height:1;pointer-events:none;z-index:2;opacity:.8}.testimonials .testimonial-card .content{padding:1.5rem;position:relative;z-index:3}.testimonials .testimonial-card .content .message{font-size:1.125rem;line-height:1.6;color:#1e293b;font-style:italic;font-family:Georgia,serif;margin-bottom:.5rem}@media(min-width: 768px){.testimonials .testimonial-card .content .message{font-size:1.3rem}}.testimonials .testimonial-card .content .name{font-size:1.25rem;font-weight:700;color:#0b4b7f;margin-bottom:.5rem}.testimonials .testimonial-card .content .identity{color:#64748b;font-size:1rem}.testimonials .slider-controls{display:flex;justify-content:center;gap:2rem}.testimonials .slider-controls button{background:#fff;border:none;width:60px;height:60px;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.1);font-size:2rem;color:#830000;cursor:pointer;transition:all .3s ease}.testimonials .slider-controls button:hover{background:#830000;color:#fff;transform:scale(1.1)}.support{background:linear-gradient(to bottom right, #fff2f0 0%, #fff2f0 40%, #fdf9f9 65%, #fdf9f9 100%);margin-bottom:5rem}@media(min-width: 576px){.support{margin-bottom:6rem}}@media(min-width: 992px){.support{margin-bottom:7rem;display:grid;grid-template-columns:1fr 1fr;min-height:70vh;align-items:center}}@media(min-width: 1200px){.support{min-height:80vh}}.support-header{padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center;text-align:center}@media(min-width: 768px){.support-header{padding:4rem 3rem;text-align:left}}@media(min-width: 992px){.support-header{padding:5rem 4rem;justify-content:center}}.support-header .text{font-size:1.35rem;font-weight:600;line-height:1.6;color:#1e293b;margin-bottom:3rem;max-width:680px}@media(min-width: 768px){.support-header .text{font-size:1.65rem;margin-bottom:4rem}}@media(min-width: 992px){.support-header .text{font-size:1.85rem;margin:0 auto 4rem 0}}@media(min-width: 1200px){.support-header .text{font-size:2.1rem}}.support-header .get-involved-btn a{display:inline-block;padding:1.2rem 3.5rem;background:rgba(0,0,0,0);color:#0b4b7f;font-weight:600;font-size:1.1rem;border:2.5px solid #0b4b7f;border-radius:16px;text-decoration:none;transition:all .4s ease;align-self:center}@media(min-width: 768px){.support-header .get-involved-btn a{font-size:1rem;align-self:flex-start}}@media(min-width: 992px){.support-header .get-involved-btn a{font-size:.95rem;padding:1.1rem 3rem}}.support-header .get-involved-btn a:hover{background:#830000;color:#fff;border-color:#830000;transform:translateY(-5px);box-shadow:0 15px 35px rgba(131,0,0,.18)}.support .image{overflow:hidden;position:relative}@media(min-width: 992px){.support .image{height:100%}}.support .image::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(11, 75, 127, 0.12), transparent 70%);z-index:1}.support .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform 12s ease-out;aspect-ratio:9/8}@media(min-width: 400px){.support .image img{aspect-ratio:9/5}}@media(min-width: 576px){.support .image img{aspect-ratio:9/5}}.support:hover .support .image img{transform:scale(1.08)}/*# sourceMappingURL=aboutUs.min.css.map */