@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);body,html{max-width:100vw;overflow-x:hidden}a,body,button,h1,h2,h3,h4,h5,h6,html,input,label,li,p,span,textarea{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#0f2320;margin:0;overflow-x:hidden}code{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif}button{border:none;color:#fff}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(8px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header-spacer{height:70px}header{align-items:center;background-color:#0d1b0d;box-shadow:none;display:flex;justify-content:space-between;left:0;padding:0 40px;position:fixed;right:0;top:0;z-index:999}.header-btn{background-color:initial;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:.8em;font-weight:600;padding:8px 20px;text-align:center;transition:all .3s ease;width:auto}.header-btn:hover{background-color:#3a6b35;color:#fff}.logo{align-items:center;display:flex;gap:12px;height:50px}a.logo-link,a.logo-link.active{text-decoration:none}.logo-image{height:55px;object-fit:contain;width:55px}.title-container{display:flex;flex-direction:column;gap:5px;line-height:1;text-align:left}.project-title{color:#c8e6c9;font-size:1.1em;font-weight:800;margin:0}.project-subtitle{color:#c8e6c9;font-size:.8em;font-weight:600;margin:0}#desktop-nav{align-items:center;display:flex;height:50px;margin-top:0}#desktop-nav a{color:#c8e6c9;display:inline-block;font-size:.85em;font-weight:600;padding:10px 20px;text-align:center;text-decoration:none;transition:all .3s ease}#desktop-nav a:hover{color:#fff}#desktop-nav a.active{background:#0000;border-bottom:2px solid #3a6b35;color:#fff;font-weight:700}#mobile-menu-btn{background:none;border:none;color:#eafbea;cursor:pointer;display:none;font-size:1.8em}#mobile-menu{background-color:#fff;box-shadow:-2px 0 10px #0000001a;display:none;height:100vh;padding:20px;position:fixed;right:-250px;top:-20px;transition:right .3s ease;width:250px;z-index:10000}#mobile-menu.hidden{right:-250px}#close-menu-btn{background:#0000!important;border:none;color:#2c5530;cursor:pointer;float:right;font-size:1.6em;margin-bottom:20px}#mobile-menu nav{display:flex;flex-direction:column;gap:15px;margin-top:50px}#mobile-menu nav a{border-radius:8px;color:#2c5530;font-size:1.1em;font-weight:400;padding:10px 16px;text-decoration:none;transition:all .3s ease}#mobile-menu nav a.active,#mobile-menu nav a:hover{background-color:initial;color:#3a6b35;padding-left:13px}#mobile-menu nav a.active{font-weight:600}@media (max-width:768px){.header-spacer{height:70px}header{padding:15px 20px}#desktop-nav{display:none}#mobile-menu-btn{background:#0000!important;display:block}#mobile-menu{display:block}#mobile-menu:not(.hidden){right:-20px}#mobile-menu.hidden{right:-300px}.logo-icon{font-size:1.9em;height:45px;width:45px}.project-title{font-size:1.4em}.project-subtitle{font-size:.85em}.logo-image{height:60px;margin-left:0;margin-top:0;object-fit:cover;width:60px}.title-container{align-items:center;display:flex;flex-direction:column;font-size:small;justify-content:center}.header-btn{background:#0000;border:1px solid #3a6b35;border-radius:8px;color:#2c5530;font-size:1.1em;font-weight:400;padding:10px 16px;transition:all .3s ease}.header-btn:hover{border-left:3px solid #3a6b35;color:#3a6b35;padding-left:13px}}.footer-container{background-color:#e6ffe6;color:#333;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:40px 20px;text-align:center}.footer-logo-section{align-items:center;display:flex;flex-direction:column;margin-bottom:5px}.footer-logo{width:60px}.footer-project-name{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:10px}.footer-description{color:#555;font-size:.8rem;margin-bottom:30px;margin-left:auto;margin-right:auto}.footer-links{margin-bottom:20px}.footer-links a{color:#555;font-size:.9rem;margin:0 15px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#007bff}.footer-copy{color:#777;font-size:.8rem}@media (max-width:768px){.footer-container{padding:30px 15px}.footer-project-name{font-size:1.3rem}.footer-description{font-size:.75rem}.footer-links a{font-size:.85rem;margin:0 10px}.footer-copy{font-size:.75rem}}.hero-section{align-items:center;background-color:#0d1b0d;display:flex;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;height:100vh;justify-content:center;margin-top:-100px;overflow:hidden;padding:100px 1rem 1rem;position:relative;text-align:center;z-index:0}.hero-content h1{color:#2d4a2d;color:#fff}.video-banner{background-color:#0d1b0d;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.hero-content{color:#fff;max-width:830px;position:relative;z-index:10}.hero-content h1{font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:.9rem}.hero-content .highlight{color:#74c07d;display:inline-block}.hero-content p{color:#fff;font-size:1.2rem;font-weight:600;line-height:1.8rem;margin-bottom:2rem}.learn-more-btn{background-color:#4b8e5b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:700;max-width:500px;padding:.6rem 1.1rem;transition:background-color .3s ease;width:90%}.learn-more-btn:hover{background-color:#3a6f48}@media (min-width:768px){.hero-content h1{font-size:3.2rem}.hero-content p{font-size:1rem;line-height:1.8rem}.learn-more-btn{width:auto}}@media (max-width:768px){.video-banner{left:-35%;width:135%}}.hero-content p{text-align:center}.mission-section{background:linear-gradient(135deg,#0d1b0d,#1a2e1a 50%,#0d1b0d);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:80px 20px}.mission-container{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1000px}.mission-text-content{color:#e0f2e9!important;flex:1 1;text-align:left}.mission-text-content h2{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:12px}.underline{background-color:#74c07d}.mission-text-content p{color:#a5c9a5;font-size:1rem;font-weight:400;line-height:1.8rem;margin-bottom:16px}.mission-image-content{display:flex;flex:1 1;justify-content:center}.mission-image{border-radius:16px;box-shadow:0 8px 24px #0000004d;max-width:500px;width:100%}@media (max-width:768px){.mission-container{align-items:flex-start;flex-direction:column;gap:32px}.mission-text-content{text-align:left;width:100%}.mission-text-content h2{font-size:1.8rem}.mission-text-content p{font-size:1rem;font-weight:400;line-height:1.8rem}.mission-image-content{width:100%}.mission-image{border-radius:16px;margin-top:16px;max-width:100%;width:100%}}.vision-section{background:linear-gradient(135deg,#1a2e1a,#2d4a2d 50%,#1a2e1a);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:80px 20px}.vision-container{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1000px}.vision-image-wrapper{display:flex;flex:1 1;justify-content:center}.vision-image{border-radius:16px;box-shadow:0 8px 24px #0000004d;max-width:520px;width:100%}.vision-text-content{color:#e0f2e9;flex:1 1;text-align:left}.vision-text-content h2{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:12px}.underline{background-color:#4a7c59;height:4px;margin-bottom:24px;width:50px}.vision-text-content p{color:#a5c9a5;font-size:1rem;font-weight:400;line-height:1.8rem;margin:0}@media (max-width:768px){.vision-container{align-items:flex-start;flex-direction:column;gap:32px}.vision-text-content h2{font-size:1.6rem}.vision-text-content p{font-size:1rem;font-weight:400;line-height:1.8rem}.vision-image{margin-top:16px;max-width:100%}}@media (max-width:480px){.vision-text-content h2{font-size:1.8rem}.vision-text-content p{font-size:1rem;font-weight:400;line-height:1.8rem}}@media (max-width:768px){.vision-container{flex-direction:column}.vision-text-content{order:1}.vision-image-wrapper{margin-top:20px;order:2}}.what-we-do-section{background:linear-gradient(135deg,#0d1b0d,#1a2e1a 50%,#0d1b0d);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:60px 20px;text-align:center}.what-we-do-header h2{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:24px}.what-we-do-header p{color:#a5c9a5;font-size:1rem;font-weight:400;line-height:1.8rem;margin:0 auto 40px;max-width:800px}.what-we-do-cards{display:inline-flex;gap:32px;justify-content:center;max-width:1000px}.work-card{background-color:#426442;border-radius:20px;box-shadow:0 6px 20px #0006;color:#a5c9a5;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:16px;padding:30px;text-align:left;transition:transform .3s ease;width:35%}.work-card:hover{transform:translateY(-5px)}.work-icon{background-color:#ffffff0d;border-radius:12px;color:#9dd8aa;font-size:1.3rem;padding:12px;width:-webkit-fit-content;width:fit-content}.work-card h3{color:#fff;font-size:1rem;font-weight:700;margin:0}.work-card p{font-size:.9rem;font-weight:400;line-height:1.6rem;margin:0}@media (max-width:768px){.what-we-do-cards{align-items:center;flex-direction:column}.what-we-do-header h2{font-size:1.8rem}.what-we-do-header p{font-size:1rem;line-height:1.8rem}.work-card{max-width:90%;width:100%}}.who-we-are-section{background:linear-gradient(135deg,#1a2e1a,#2d4a2d 50%,#1a2e1a);font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:60px 20px}.who-we-are-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.who-we-are-text{color:#fff;text-align:left}.who-we-are-text h2{display:inline-block;font-size:2.2rem;font-weight:700;margin-bottom:12px;position:relative}.who-we-are-text p{color:#a5c9a5;font-size:1rem;font-weight:400;line-height:1.8rem;margin-bottom:20px}.who-we-are-text button{background-color:#4a7c59;border:none;border-radius:8px;cursor:pointer;font-size:.7rem;font-weight:700;padding:10px 24px;transition:background .3s}.who-we-are-text button,.who-we-are-text button a{color:#fff;text-decoration:none}.who-we-are-text .button:hover,.who-we-are-text button:hover{background-color:#3a6c52}.who-we-are-image{aspect-ratio:4/3;background-position:50%;background-size:cover;border-radius:12px;box-shadow:0 6px 20px #0000004d;height:60%;min-height:300px;width:100%}@media (max-width:900px){.who-we-are-content{grid-template-columns:1fr;text-align:left}.who-we-are-text{text-align:left}.who-we-are-image{aspect-ratio:auto;max-width:100%}}.sponsors-section{background:linear-gradient(135deg,#0d1b0d,#1a2e1a 50%,#0d1b0d);background-position:50%;background-size:cover;color:#c1f2d6;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:80px 20px;text-align:center}.gradient-text{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:25px;position:relative}.gradient-text:after{background-color:#4a7c59;border-radius:2px;content:"";display:block;height:4px;margin:12px auto 0;width:60px}.sponsor-description{color:#a5c9a5;font-size:1rem;line-height:1.8rem;margin:0 auto 120px;max-width:960px}.sponsors-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1100px;padding:0 20px}@media (min-width:768px){.sponsors-grid{grid-template-columns:repeat(5,1fr)}}.sponsor-item-wrapper{flex-direction:column;height:135px;justify-content:flex-start;overflow:visible;padding:16px;position:relative}.sponsor-item-wrapper,.sponsor-logo-container{align-items:center;border-radius:16px;display:flex}.sponsor-logo-container{background-color:#fff;box-shadow:0 4px 12px #0003;height:120px;justify-content:center;left:50%;position:absolute;top:-40px;transform:translateX(-50%);width:120px;z-index:10}.sponsor-item-wrapper:hover{transform:translateY(-4px)}.sponsor-logo{border-radius:15px;height:100%;object-fit:contain;width:100%}.sponsor-name{color:#c1f2d6;font-size:.9rem;font-weight:700;margin-top:95px;text-align:center;white-space:pre-line}@media (max-width:600px){.gradient-text{font-size:1.8rem}.sponsor-description{font-size:1.1rem}.sponsor-logo-container{height:100px;top:-30px;width:100px}.sponsor-name{font-size:.85rem;margin-top:85px}}.contact-section{background:linear-gradient(135deg,#1a2e1a,#2d4a2d 50%,#1a2e1a);color:#d0e7d8;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:80px 20px;text-align:center}.contact-title{display:inline-block;font-size:2.2rem;font-weight:700;margin-bottom:20px;position:relative}.contact-subtitle{color:#a5c9a5;font-size:1rem;line-height:1.8rem;margin:10px auto 40px;max-width:700px}.contact-container{display:flex;flex-wrap:wrap;gap:50px;justify-content:space-around;margin:auto;max-width:1000px}.contact-info{flex:1 1;text-align:left}.info-title{color:#eafbea;font-size:1.3rem;font-weight:700}.info-description{color:#a5c9a5;font-size:smaller;line-height:1.6;margin:20px 0}.info-details{list-style:none;margin-bottom:20px;padding:0}.info-details li{align-items:center;color:#d0e7d8;display:flex;font-size:.9rem;margin-bottom:10px}.icon{font-size:1.1rem;margin-right:10px}.info-social p{color:#eafbea;font-weight:700;margin-bottom:10px}.social-icons span{color:#d0e7d8;cursor:pointer;font-size:1.5rem;margin-right:15px}.social-icons a{color:#fff}.contact-form-box{background-color:#1a2e1a;border-radius:16px;box-shadow:0 4px 15px #0000004d;min-width:300px;padding:20px;width:50%}.form-title{color:#eafbea;font-size:1.2rem;margin:0 0 20px;text-align:left}.form-group{margin-bottom:15px;text-align:left}.form-group label{color:#a7d5be;display:block;font-size:xx-small;font-weight:500;margin-bottom:2px}.form-group input,.form-group textarea{background-color:#163c1659;border:1px solid #2b5e45;border-radius:8px;color:#eafbea;font-size:.7;padding:5px;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#a7d5be}.form-submit{background-color:#4b8e5b;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:700;margin-top:10px;padding:.6rem 1.1rem;transition:background-color .3s ease;width:100%}.form-submit:hover{background-color:#3a6f48}@media (max-width:900px){.contact-subtitle{margin-left:0;margin-right:0}.info-details li,.social-icons{justify-content:flex-start}}@media (min-width:768px){.contact-section .underline,.contact-section h2{margin-left:auto;margin-right:auto;text-align:center}}.team-lead-section{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin:30px 0;padding:20px}.team-lead-title{color:#eafbea;font-size:1.2rem;font-weight:600;margin-bottom:15px;text-align:center}.team-lead-info{align-items:center;display:flex;gap:15px}.team-lead-photo{border:3px solid #4a7c59;border-radius:50%;flex-shrink:0;height:80px;object-fit:cover;width:80px}.team-lead-details{flex:1 1}.team-lead-details h5{color:#eafbea;font-size:1.1rem;font-weight:600;margin:0 0 5px}.team-lead-role{color:#a5c9a5;font-size:.9rem;font-weight:500;margin:0 0 8px}.team-lead-bio{color:#c0d9c0;font-size:.85rem;line-height:1.4;margin:0}@media (max-width:768px){.team-lead-info{flex-direction:column;text-align:center}.team-lead-photo{height:70px;width:70px}.team-lead-section{margin:20px 0;padding:15px}}.home-content,.home-page{position:relative}.home-content{background:#fff}.home-loading-wrapper{background:linear-gradient(135deg,#f6f9f8,#fff);min-height:100vh;padding:120px 1rem 2rem}.home-loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:600px;padding:2rem}.home-loading-logo{animation:logoFloat 3s ease-in-out infinite;margin-bottom:2rem}.loading-logo-img{filter:drop-shadow(0 4px 12px rgba(31,75,68,.15));height:auto;width:120px}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.home-loading-spinner{display:flex;gap:12px;margin-bottom:2rem}.spinner-dot{animation:dotBounce 1.4s ease-in-out infinite;background:#1f4b44;border-radius:50%;height:14px;width:14px}.spinner-dot:first-child{animation-delay:-.32s;background:#1f4b44}.spinner-dot:nth-child(2){animation-delay:-.16s;background:#2a6b5f}.spinner-dot:nth-child(3){animation-delay:0s;background:#3a8b7f}@keyframes dotBounce{0%,80%,to{opacity:.5;transform:scale(0) translateY(0)}40%{opacity:1;transform:scale(1.2) translateY(-10px)}}.home-loading-text{color:#1f4b44;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.home-loading-subtext,.home-loading-text{animation:textPulse 2s infinite;text-align:center}.home-loading-subtext{animation-delay:.3s;color:#5a6b5d;font-size:1.05rem}@keyframes textPulse{0%,to{opacity:.5}50%{opacity:1}}.home-skeleton-sections{margin:3rem auto 0;max-width:1200px;padding:0 1rem}.skeleton-hero{animation:shimmer 2s infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;height:400px}.skeleton-hero,.skeleton-section{border-radius:12px;margin-bottom:3rem}.skeleton-section{background:#fff;box-shadow:0 2px 8px #0000000d;padding:2rem}.skeleton-title-home{animation:shimmer 2s infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:6px;height:32px;margin-bottom:1.5rem;width:250px}.skeleton-text-block{display:flex;flex-direction:column;gap:.75rem}.skeleton-text-block:after,.skeleton-text-block:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:4px;content:"";height:14px}.skeleton-text-block:before{width:100%}.skeleton-text-block:after{width:75%}@media (max-width:768px){.home-loading-text{font-size:1.5rem}.home-loading-subtext{font-size:.95rem}.loading-logo-img{width:100px}.skeleton-hero{height:300px}}.our-team-page{margin-top:-90px;padding-top:0}.team-detail{align-items:center;background:linear-gradient(135deg,#0d1b0d,#1a2e1a 50%,#0d1b0d);color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;gap:60px;justify-content:center;overflow:hidden;padding:120px 40px 80px;position:relative}.team-detail:before{background:radial-gradient(circle at 20% 50%,#c8e6c914 0,#0000 50%),radial-gradient(circle at 80% 80%,#3a6b351a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.detail-content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:60px;justify-content:center;max-width:1300px;position:relative;z-index:1}.text-section{flex:1 1;min-width:320px;text-align:left}.lead-name,.text-section h2{color:#eafbea;font-size:3em;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:12px}.text-section h4{color:#a5d6a7;font-size:1.4em;font-weight:600;letter-spacing:1px;margin-bottom:28px;text-transform:uppercase}.text-section p{color:#c8e6c9;font-size:1.05em;font-weight:300;line-height:1.8;margin-bottom:20px}.lead-image-social{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:16px;min-width:320px}.image-section{flex:0 0 auto}.lead-photo{border:5px solid #c8e6c94d;border-radius:20px;box-shadow:0 20px 60px #0006;height:380px;object-fit:cover;transition:all .4s ease;width:380px}.lead-photo:hover{border-color:#c8e6c980;box-shadow:0 25px 70px #00000080;transform:translateY(-5px)}.lead-socials,.lead-socials-left{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;margin-top:8px}.lead-social-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3a6b354d;border:1px solid #c8e6c933;border-radius:50%;box-shadow:0 4px 12px #0003;color:#eafbea;display:inline-flex;justify-content:center;padding:12px;text-decoration:none;transition:all .3s ease}.lead-social-btn:hover{background:#c8e6c940;border-color:#c8e6c966;box-shadow:0 6px 20px #c8e6c94d;color:#eafbea;transform:translateY(-3px)}.team-section{background-color:#fff;padding:60px 100px;text-align:left}.team-section h2{color:#0d1b0d;font-size:2.5em;margin-bottom:40px}.team-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:center}.team-card{background:linear-gradient(145deg,#fff,#f5faf5);border:1px solid #c8e6c94d;border-radius:16px;box-shadow:0 4px 12px #00000014;max-width:320px;overflow:hidden;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.team-card:hover{border-color:#c8e6c999;box-shadow:0 12px 28px #3a6b3533;transform:translateY(-8px) scale(1.02)}.team-card-image-wrapper{border-radius:16px 16px 0 0;overflow:hidden;position:relative}.team-card img,.team-member-photo{display:block;height:280px;object-fit:cover;width:100%}.team-card-content{background:#fff;padding:20px}.team-card-content h3{color:#0d1b0d;font-size:1.25em;font-weight:700;line-height:1.3;margin:0 0 8px}.team-card-content p{color:#3a6b35;font-size:.95em;font-weight:500;margin:0}@media (max-width:768px){.team-detail{padding:100px 20px 60px}.team-card,.text-section{text-align:center}.team-card{background-color:#f0f7f0;border-radius:12px;padding:20px;transition:transform .3s ease;width:90%}.team-section{background-color:#fff;padding:60px 10px;text-align:center}.detail-content{flex-direction:column-reverse;gap:40px}.text-section h2{font-size:2.2em;text-align:center}.text-section h4{font-size:1.2em;text-align:center}.text-section p{font-size:1em;text-align:center}.lead-photo{height:280px;max-width:90%;width:280px}.lead-socials,.lead-socials-left{justify-content:center}}.resources-section{margin:0 auto;max-width:1200px;padding:3rem 1rem}.resources-loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:40vh;padding:4rem 2rem}.resources-loading-spinner{display:flex;gap:12px;margin-bottom:2rem}.spinner-circle{animation:bounce 1.4s ease-in-out infinite;background:#1f4b44;border-radius:50%;height:16px;width:16px}.spinner-circle:first-child{animation-delay:-.32s}.spinner-circle:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.resources-loading-text{animation:fadeInOut 2s infinite;color:#1f4b44;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.resources-loading-subtext{animation:fadeInOut 2s infinite;animation-delay:.2s;color:#5a6b5d;font-size:1rem}@keyframes fadeInOut{0%,to{opacity:.4}50%{opacity:1}}.skeleton-title{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:6px;height:36px;margin-bottom:2rem;width:200px}.skeleton-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.skeleton-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden}.skeleton-image{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;height:220px}.skeleton-content{padding:1.25rem}.skeleton-line{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:4px;height:12px;margin-bottom:.75rem}.skeleton-line-title{height:16px;margin-bottom:1rem;width:80%}.skeleton-line-short{margin-bottom:0;width:60%}@media (min-width:768px){.skeleton-grid{grid-template-columns:repeat(3,1fr)}}.resources-title{color:#1f4b44;font-size:2.25rem;font-weight:700;letter-spacing:-.3px;line-height:1.2;margin-bottom:2.5rem;text-align:left}.resources-title-center{text-align:center}.resources-section-subtitle{color:#5a6b5d;font-size:1rem;margin-bottom:2rem;margin-top:-2rem;text-align:center}.resources-blogs-grid,.resources-news-grid,.resources-videos-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center}@media (min-width:768px) and (max-width:1199px){.resources-blogs-grid,.resources-news-grid,.resources-videos-grid{grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}}@media (min-width:1200px){.resources-blogs-grid,.resources-news-grid,.resources-videos-grid{grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}}.resources-blog-card,.resources-news-card,.resources-video-card{background:#fff;border-radius:6px;box-shadow:0 4px 12px #0000000f;color:inherit;display:flex;flex-direction:column;max-width:400px;overflow:hidden;text-align:left;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:100%}.resources-blog-card:hover,.resources-news-card:hover,.resources-video-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.resources-blog-img-wrapper,.resources-news-img-wrapper,.resources-video-img-wrapper{align-items:center;background:#f3f4f6;display:flex;height:220px;justify-content:center;overflow:hidden;width:100%}.resources-blog-img,.resources-news-img,.resources-video-img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.resources-blog-card:hover .resources-blog-img,.resources-news-card:hover .resources-news-img{transform:scale(1.05)}.resources-blog-content{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.resources-blog-title{color:#111827;font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.75rem;text-align:left}.resources-blog-desc{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#5a6b5d;display:-webkit-box;flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.resources-blog-meta{align-items:center;border-top:1px solid #e5e7eb;display:flex;font-size:.8rem;justify-content:space-between;margin-top:auto;padding-top:.75rem}.resources-blog-date{color:#6b7280;font-size:.8rem}.resources-blog-category{background:#1f4b44;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.category-news .resources-blog-category,.category-news .resources-news-category{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 8px #2563eb4d;color:#fff}.category-blog .resources-blog-category,.category-blog .resources-news-category{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #0596694d;color:#fff}.category-research .resources-blog-category,.category-research .resources-news-category{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 2px 8px #7c3aed4d;color:#fff}.category-video .resources-blog-category,.category-video .resources-news-category{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 8px #dc26264d;color:#fff}.gradient-blue:before,.gradient-green:before,.gradient-purple:before,.gradient-yellow:before{content:"";display:block;height:4px;width:100%}.resources-events-list{color:#374151;font-size:.9rem;line-height:2;list-style:none;padding-left:0}.resources-news-content{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.resources-news-title{color:#111827;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:.75rem;text-align:left}.resources-news-desc{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#5a6b5d;display:-webkit-box;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.resources-news-meta{align-items:center;border-top:1px solid #e5e7eb;display:flex;font-size:.8rem;justify-content:space-between;margin-top:auto;padding-top:.75rem}.resources-news-date{color:#6b7280;font-size:.85rem}.resources-news-category{background:#2563eb;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.resources-events-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;margin-top:1rem}@media (min-width:768px) and (max-width:1199px){.resources-events-grid{grid-template-columns:repeat(2,1fr);margin:1rem auto 0;max-width:800px}}@media (min-width:1200px){.resources-events-grid{grid-template-columns:repeat(3,1fr);margin:1rem auto 0;max-width:1200px}}.resources-event-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:100%}.resources-event-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.resources-event-img{display:block;height:200px;object-fit:cover;width:100%}.resources-event-content{display:flex;flex-direction:column;height:100%;padding:1rem}.resources-event-title{color:#111827;font-size:1.2rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;text-align:left}.resources-event-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#5a6b5d;display:-webkit-box;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1rem;min-height:3.2rem;overflow:hidden}.resources-event-details{border-top:1px solid #e5e7eb;margin-top:auto;padding-top:.5rem}.resources-event-date,.resources-event-location{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem;margin:.25rem 0}.resources-events-list-container{margin:0 auto;max-width:1000px}.resources-event-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem;padding:2rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.resources-event-item:hover{border-color:#1f4b44;box-shadow:0 8px 16px #1f4b441f;transform:translateY(-4px)}.resources-event-item-title{color:#1f4b44;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.resources-event-item-desc{color:#5a6b5d;font-size:1rem;line-height:1.6;margin-bottom:1rem}.resources-event-bullets{list-style:none;margin:0;padding-left:0}.resources-event-bullet-item{color:#374151;font-size:.95rem;line-height:1.6;margin-bottom:.75rem;padding-left:0;position:relative}.resources-event-bullet-item:last-child{margin-bottom:0}@media (max-width:768px){.resources-event-item{margin-bottom:1rem;padding:1rem}.resources-event-item-title{font-size:1.2rem}.resources-event-bullet-item{font-size:.9rem;padding-left:0}}.slider-container{margin:auto;overflow:hidden;padding:20px 0 100px;position:relative;width:100%}.slider-track{-ms-overflow-style:none;display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.slider-track::-webkit-scrollbar{display:none}.slide{align-items:center;box-sizing:border-box;display:flex;flex:0 0 100%;flex-direction:column;padding:0 10px;scroll-snap-align:start;text-align:center}@media (min-width:600px){.slide{flex:0 0 50%}}@media (min-width:1024px){.slide{flex:0 0 33.33%}}.slide-image-wrapper{background-color:#e5e7eb;height:300px;overflow:hidden;position:relative;width:100%}.slide-image{box-shadow:0 0 8px #0000004d;cursor:pointer;height:300px;object-fit:cover;transition:opacity .3s ease-in-out;width:100%}.slide-image.loading{opacity:0}.slide-image.loaded{opacity:1}.slide-image-shimmer{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e5e7eb,#f3f4f6 20%,#e5e7eb 40%,#e5e7eb);background-size:200% 100%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.slide-caption{color:#374151;font-size:.9rem;font-weight:500;line-height:1.4;margin-top:10px;padding:0 10px;text-align:center}.slider-arrow{background-color:#00000080;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:2.5rem;padding:10px;position:absolute;top:38%;transform:translateY(-50%);z-index:1}.slider-arrow.left{left:10px}.slider-arrow.right{right:10px}.modal-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1001}.modal-content{max-height:90%;max-width:90%;overflow:auto;position:relative}.modal-image-wrapper{background-color:#e5e7eb;display:inline-block;min-height:300px;min-width:300px;position:relative}.modal-image{display:block;max-height:80vh;max-width:100%;transition:opacity .3s ease-in-out}.modal-image.loading{opacity:0}.modal-image.loaded{opacity:1}.modal-image-shimmer{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e5e7eb,#f3f4f6 20%,#e5e7eb 40%,#e5e7eb);background-size:200% 100%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.modal-caption{background-color:#0009;border-radius:6px;color:#fff;font-size:1.1rem;font-weight:500;line-height:1.5;margin-top:15px;padding:10px 20px;text-align:center}.modal-desc{color:#333;font-size:1rem;margin-top:10px}.modal-close{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:1000}.close-icon{color:#333;font-size:1.5rem}.modal-close:hover{background:#f0f0f0;transform:scale(1.1)}
/*# sourceMappingURL=main.5aa1f2df.css.map*/