:root{--font-body:var(--font-inter),"Inter",system-ui,sans-serif;--font-heading:var(--font-playfair),"Playfair Display",Georgia,serif}.logo-img{width:50px;height:50px;object-fit:contain;border-radius:50%;flex-shrink:0}:root{--green-dark:#0F3D24;--green:#1B5E3B;--green-mid:#2E7D4F;--green-light:#4CAF78;--gold:#C8922A;--gold-light:#E5B84A;--earth:#F9F6F0;--earth-mid:#EDE5D8;--brown:#7A5C2E;--white:#FFFFFF;--black:#0D0D0D;--text-dark:#1C1C1C;--text-mid:#444444;--text-light:#777777;--shadow-sm:0 2px 8px rgba(0,0,0,.08);--shadow-md:0 6px 24px rgba(0,0,0,.12);--shadow-lg:0 16px 48px rgba(0,0,0,.16);--radius:12px;--radius-lg:20px;--transition:.3s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,system-ui,sans-serif;color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;line-height:1.2;color:var(--green-dark)}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900}h2{font-size:clamp(1.6rem,3.5vw,2.6rem)}h2,h3{font-weight:700}h3{font-size:clamp(1.2rem,2.5vw,1.7rem)}h4{font-size:1.1rem;font-weight:700}p{color:var(--text-mid);line-height:1.8}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{margin-bottom:1rem}.section-desc{max-width:600px;color:var(--text-mid);font-size:1.05rem}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 1.25rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.text-center{text-align:center}.text-white{color:var(--white)!important}.text-green{color:var(--green)!important}.text-gold{color:var(--gold)!important}.bg-green{background:var(--green)}.bg-dark{background:var(--green-dark)}.bg-earth{background:var(--earth)}.bg-white{background:var(--white)}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.gap-1{gap:1rem}.gap-2{gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:2rem}.grid-2,.grid-3{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:50px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-primary:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(200,146,42,.35)}.btn-secondary{background:transparent;color:var(--white);border-color:var(--white)}.btn-secondary:hover{background:var(--white);color:var(--green-dark);transform:translateY(-2px)}.btn-green{background:var(--green);color:var(--white);border-color:var(--green)}.btn-green:hover{background:var(--green-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(27,94,59,.3)}.btn-outline-green{background:transparent;color:var(--green);border-color:var(--green)}.btn-outline-green:hover{background:var(--green);color:var(--white);transform:translateY(-2px)}.btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.btn-sm{padding:.6rem 1.4rem;font-size:.875rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all var(--transition)}.navbar.scrolled{background:var(--green-dark);padding:.7rem 0;box-shadow:0 4px 20px rgba(0,0,0,.25)}.navbar-inner{justify-content:space-between}.navbar-inner,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:.75rem}.logo-badge{width:44px;height:44px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:900;color:var(--white);flex-shrink:0}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--white)}.logo-tagline{font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.85);transition:color var(--transition);position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform var(--transition)}.nav-links a.active,.nav-links a:hover{color:var(--white)}.nav-links a.active:after,.nav-links a:hover:after{transform:scaleX(1)}.nav-cta{display:flex;align-items:center;gap:.75rem}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}.hamburger span{display:block;width:24px;height:2px;background:var(--white);transition:all var(--transition);border-radius:2px}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--green-dark);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;overflow-y:auto;padding:5rem 2rem 3rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--white);transition:color var(--transition);text-align:center}.mobile-menu a:hover{color:var(--gold)}.mobile-menu .btn{margin-top:.5rem;width:200px;text-align:center;justify-content:center}.mobile-menu-close{display:none}@media (max-height:600px){.mobile-menu{gap:1rem;padding-top:4rem}.mobile-menu a{font-size:1.3rem}}.hero{min-height:100vh;position:relative;display:flex;align-items:center;background:var(--green-dark);overflow:hidden}.hero-bg{background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(46,125,79,.35) 0,transparent 70%),radial-gradient(ellipse 50% 80% at 10% 80%,rgba(200,146,42,.15) 0,transparent 60%)}.hero-bg,.hero-pattern{position:absolute;inset:0}.hero-pattern{background-image:repeating-linear-gradient(-45deg,transparent,transparent 60px,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 61px)}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;padding:6rem 0 4rem}.hero-label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(200,146,42,.18);border:1px solid rgba(200,146,42,.4);padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.5rem}.hero-label-dot{width:6px;height:6px;background:var(--gold-light);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.5rem}.hero-title span{color:var(--gold)}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,.8);line-height:1.8;margin-bottom:2.5rem;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:flex;gap:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)}.stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:900;color:var(--gold);line-height:1}.stat-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:.25rem}.hero-image{position:relative;display:flex;justify-content:center}.hero-image-frame{position:relative;width:420px;max-width:100%}.hero-image-frame:before{content:"";position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:3px solid rgba(200,146,42,.4);border-radius:var(--radius-lg);z-index:0}.hero-photo{object-fit:cover;object-position:top center;background:linear-gradient(135deg,var(--green-mid),var(--green-dark))}.hero-photo,.hero-photo-placeholder{width:100%;aspect-ratio:3/4;border-radius:var(--radius-lg);position:relative;z-index:1}.hero-photo-placeholder{background:linear-gradient(160deg,var(--green-mid) 0,var(--green-dark) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border:1px solid rgba(255,255,255,.1)}.hero-photo-placeholder svg{width:80px;height:80px;opacity:.4;color:var(--white)}.hero-photo-placeholder p{color:rgba(255,255,255,.5);font-size:.85rem;text-align:center;padding:0 1.5rem}.hero-badge{position:absolute;bottom:2rem;left:-1.5rem;background:var(--white);border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:var(--shadow-lg);z-index:2;gap:.75rem}.hero-badge,.hero-badge-icon{display:flex;align-items:center}.hero-badge-icon{width:40px;height:40px;background:rgba(27,94,59,.1);border-radius:10px;justify-content:center;font-size:1.4rem}.hero-badge-text strong{display:block;font-size:.9rem;color:var(--green-dark);font-weight:700}.hero-badge-text span{font-size:.75rem;color:var(--text-light)}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.4);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.scroll-hint-line{width:1px;height:40px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.4));animation:scrollDown 2s ease infinite}@keyframes scrollDown{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.trust-bar{background:var(--green);padding:1.5rem 0}.trust-bar-inner{justify-content:center;gap:3rem;flex-wrap:wrap}.trust-bar-inner,.trust-item{display:flex;align-items:center}.trust-item{gap:.6rem;color:rgba(255,255,255,.9);font-size:.85rem;font-weight:500}.trust-item svg{color:var(--gold-light);flex-shrink:0}.trust-divider{width:1px;height:20px;background:rgba(255,255,255,.25)}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.pillar-card{background:var(--white);border:1px solid var(--earth-mid);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;transition:all var(--transition);cursor:default}.pillar-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-4px)}.pillar-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.pillar-card h3{font-size:1.05rem;margin-bottom:.5rem;color:var(--green-dark)}.pillar-card p{font-size:.875rem;color:var(--text-light)}.video-section{background:var(--green-dark)}.video-wrapper{position:relative;width:100%;max-width:800px;margin:2.5rem auto 0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.4)}.video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,var(--green),var(--green-mid));flex-direction:column;gap:1rem;cursor:pointer}.video-placeholder,.video-play-btn{display:flex;align-items:center;justify-content:center}.video-play-btn{width:72px;height:72px;background:rgba(255,255,255,.2);border:3px solid rgba(255,255,255,.6);border-radius:50%;transition:all var(--transition)}.video-play-btn:hover{background:var(--gold);border-color:var(--gold);transform:scale(1.1)}.video-play-btn svg{color:var(--white);margin-left:4px}.video-label{color:rgba(255,255,255,.7);font-size:.9rem;font-weight:500}.video-wrapper iframe{width:100%;aspect-ratio:16/9;border:0}.updates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.update-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--earth-mid);transition:all var(--transition)}.update-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.update-card-img{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,var(--green-mid),var(--green));display:flex;align-items:center;justify-content:center;font-size:2rem;color:rgba(255,255,255,.4)}.update-card-img img{width:100%;height:100%;object-fit:cover}.update-card-body{padding:1.25rem}.update-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.update-card h4{font-size:1rem;color:var(--green-dark);margin-bottom:.5rem;line-height:1.4}.update-card p{font-size:.875rem;color:var(--text-light);line-height:1.6}.update-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-top:1px solid var(--earth-mid);font-size:.8rem;color:var(--text-light)}.cta-strip{background:linear-gradient(135deg,var(--green-dark) 0,var(--green) 100%);padding:4rem 0;position:relative;overflow:hidden}.cta-strip:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 0L60 30L30 60L0 30z' fill='rgba(255,255,255,0.02)'/%3E%3C/svg%3E") repeat}.cta-strip-inner{position:relative;z-index:1;text-align:center}.cta-strip h2{color:var(--white);margin-bottom:1rem}.cta-strip p{color:rgba(255,255,255,.75);max-width:500px;margin:0 auto 2.5rem}.cta-strip-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{background:linear-gradient(160deg,var(--green-dark) 0,var(--green) 100%);padding:7rem 0 4rem;text-align:center}.page-hero h1{color:var(--white)}.page-hero p{color:rgba(255,255,255,.75);max-width:600px;margin:1rem auto 0;font-size:1.1rem}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:1rem}.breadcrumb a{color:rgba(255,255,255,.7)}.breadcrumb a:hover{color:var(--gold-light)}.about-bio{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:5rem;gap:5rem;align-items:start}.about-photo-wrap{position:-webkit-sticky;position:sticky;top:6rem}.about-photo{width:100%;aspect-ratio:3/4;border-radius:var(--radius-lg);background:linear-gradient(160deg,var(--green-mid),var(--green-dark));display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:top center}.about-photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem}.about-photo-placeholder svg{opacity:.3;color:var(--white);width:60px}.about-photo-placeholder p{color:rgba(255,255,255,.4);font-size:.8rem;text-align:center}.about-quote{background:var(--earth);border-left:4px solid var(--gold);padding:1.5rem 2rem;border-radius:0 var(--radius) var(--radius) 0;margin-top:1.5rem}.about-quote blockquote{font-family:Playfair Display,serif;font-size:1.05rem;font-style:italic;color:var(--green-dark);line-height:1.7}.about-quote cite{display:block;margin-top:.75rem;font-size:.8rem;font-weight:600;color:var(--gold);font-style:normal;letter-spacing:.05em;text-transform:uppercase}.about-text h2,.about-text p{margin-bottom:1.25rem}.values-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2rem}.value-item{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:var(--earth);border-radius:var(--radius);border:1px solid var(--earth-mid)}.value-item-icon{font-size:1.5rem;flex-shrink:0}.value-item h4{font-size:.95rem;color:var(--green-dark);margin-bottom:.25rem}.value-item p{font-size:.825rem;color:var(--text-light)}.timeline{position:relative;margin-top:3rem}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--green),var(--gold))}.timeline-item{display:flex;gap:2rem;margin-bottom:2.5rem;position:relative}.timeline-dot{width:42px;height:42px;background:var(--white);border:3px solid var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;z-index:1}.timeline-content{background:var(--white);border:1px solid var(--earth-mid);border-radius:var(--radius);padding:1.25rem 1.5rem;flex:1 1;box-shadow:var(--shadow-sm)}.timeline-year{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}.timeline-content h4{font-size:1rem;margin-bottom:.5rem}.timeline-content p{font-size:.875rem;color:var(--text-light)}.vision-nav{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:3rem}.vision-tab{padding:.6rem 1.25rem;border-radius:50px;border:2px solid var(--earth-mid);background:var(--white);font-size:.875rem;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all var(--transition)}.vision-tab.active,.vision-tab:hover{border-color:var(--green);background:var(--green);color:var(--white)}.issue-card{background:var(--white);border:1px solid var(--earth-mid);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem;box-shadow:var(--shadow-sm);transition:all var(--transition)}.issue-card:hover{box-shadow:var(--shadow-md)}.issue-header{gap:1.5rem;padding:2rem;background:var(--earth);border-bottom:1px solid var(--earth-mid)}.issue-header,.issue-icon{display:flex;align-items:center}.issue-icon{width:60px;height:60px;background:var(--white);border-radius:var(--radius);justify-content:center;font-size:2rem;box-shadow:var(--shadow-sm);flex-shrink:0}.issue-header h3{margin-bottom:.25rem}.issue-header p{font-size:.875rem;color:var(--text-light)}.issue-body{padding:2rem}.issue-columns{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.issue-col h5{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid}.issue-col.problem h5{color:#c0392b;border-color:#c0392b}.issue-col.solution h5{color:var(--green);border-color:var(--green)}.issue-col.impact h5{color:var(--gold);border-color:var(--gold)}.issue-col ul{display:flex;flex-direction:column;gap:.6rem}.issue-col ul li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-mid);line-height:1.5}.issue-col ul li:before{content:"→";flex-shrink:0;font-size:.75rem;margin-top:.15em;opacity:.6}.join-form-wrapper{max-width:680px;margin:0 auto}.form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3rem;border:1px solid var(--earth-mid)}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.form-group label span{color:#e74c3c}.form-control{width:100%;padding:.85rem 1.1rem;border:2px solid var(--earth-mid);border-radius:var(--radius);font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-dark);background:var(--white);transition:border-color var(--transition);outline:none;-webkit-appearance:none}.form-control:focus{border-color:var(--green)}.form-control.error{border-color:#e74c3c}.form-select{width:100%;border:2px solid var(--earth-mid);border-radius:var(--radius);font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-dark);background:var(--white);cursor:pointer;outline:none;transition:border-color var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23777' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding:.85rem 2.5rem .85rem 1.1rem}.form-select:focus{border-color:var(--green)}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;color:var(--text-mid)}.form-checkbox input{width:18px;height:18px;flex-shrink:0;margin-top:.1em;accent-color:var(--green)}.form-error{display:none;font-size:.75rem;color:#e74c3c;margin-top:.35rem}.form-group.has-error .form-error{display:block}.form-group.has-error .form-control,.form-group.has-error .form-select{border-color:#e74c3c}.form-submit{width:100%;padding:1rem;font-size:1rem}.form-success{display:none;text-align:center;padding:3rem}.form-success-icon{font-size:4rem;margin-bottom:1rem}.form-success h3{color:var(--green);margin-bottom:.75rem}.form-success p{color:var(--text-mid)}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.role-card{border:2px solid var(--earth-mid);border-radius:var(--radius);padding:1.5rem;text-align:center;cursor:pointer;transition:all var(--transition);background:#fff;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}.role-card.selected,.role-card:hover{border-color:var(--green);background:rgba(27,94,59,.05)}.role-card .role-icon{font-size:2rem;margin-bottom:.75rem}.role-card h4{font-size:.95rem;color:var(--green-dark);margin-bottom:.4rem}.role-card p{font-size:.8rem;color:var(--text-light)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info-card{background:var(--earth);border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--earth-mid)}.contact-info-card h3{margin-bottom:2rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.contact-detail-icon{width:44px;height:44px;background:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;box-shadow:var(--shadow-sm)}.contact-detail h5{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:.25rem}.contact-detail p{font-size:.95rem;color:var(--text-dark);font-weight:500}.press-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (max-width:768px){.press-grid{grid-template-columns:1fr;gap:1.5rem}.press-grid .btn{width:100%;justify-content:flex-start;white-space:normal;word-break:break-all}}.social-links{display:flex;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.footer .social-links{margin-top:1.5rem;gap:.6rem}.footer .social-link{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);transition:all var(--transition);font-size:0}.footer .social-link svg{flex-shrink:0}.footer .social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:50px;border:2px solid var(--earth-mid);font-size:.8rem;font-weight:600;color:var(--text-mid);transition:all var(--transition);background:var(--white)}.social-link:hover{border-color:var(--green);color:var(--green);box-shadow:var(--shadow-sm)}.whatsapp-link{display:flex;align-items:center;gap:.75rem;background:#25D366;color:var(--white);padding:1rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;margin-top:1.5rem;transition:all var(--transition)}.whatsapp-link:hover{background:#1fa851;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,211,102,.3)}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.whatsapp-float-btn{width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:all var(--transition);cursor:pointer;text-decoration:none}.whatsapp-float-btn:hover{transform:scale(1.1);box-shadow:0 8px 32px rgba(37,211,102,.5)}.whatsapp-float-btn svg{color:var(--white)}.whatsapp-float-label{background:var(--white);border-radius:50px;padding:.4rem .9rem;font-size:.75rem;font-weight:700;color:#25D366;box-shadow:var(--shadow-sm);white-space:nowrap;animation:fadeInRight .4s ease}@keyframes fadeInRight{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.footer{background:var(--green-dark);color:rgba(255,255,255,.75);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand p{margin-top:1rem;font-size:.875rem;line-height:1.8;color:rgba(255,255,255,.6);max-width:280px}.footer-col h5{font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.75rem}.footer-col ul li a{font-size:.875rem;color:rgba(255,255,255,.6);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;font-size:.8rem;color:rgba(255,255,255,.4);flex-wrap:wrap;gap:1rem}.footer-bottom a{color:rgba(255,255,255,.5)}.footer-bottom a:hover{color:var(--gold-light)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-content{gap:2.5rem}}@media (max-width:768px){.nav-cta,.nav-links{display:none}.hamburger{display:flex}.hero-content{grid-template-columns:1fr;text-align:center;padding:0 0 3.5rem;gap:0}.hero-actions{justify-content:center;gap:.75rem}.hero-stats{justify-content:center;gap:1.75rem}.hero-image{display:flex;order:-1;margin-left:-1.25rem;margin-right:-1.25rem;position:relative}.hero-image-frame{width:100%;max-width:100%}.hero-image-frame:before{display:none}.hero-image-frame:after{content:"";position:absolute;bottom:0;left:0;right:0;height:52%;background:linear-gradient(0deg,#0d2b1a 0,rgba(13,43,26,.6) 50%,transparent);z-index:2;pointer-events:none}.hero-photo{border-radius:0;aspect-ratio:3/4;max-height:72vh;object-fit:cover;object-position:top center;display:block;width:100%}.hero-badge{bottom:1.5rem;left:50%;right:auto;transform:translateX(-50%);white-space:nowrap;z-index:3;padding:.7rem 1rem}.hero-badge-icon{width:32px;height:32px;font-size:1.1rem}.hero-badge-text strong{font-size:.8rem}.hero-badge-text span{font-size:.7rem}.hero-text{padding:2rem 0 0}.about-bio,.form-row,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.about-bio{gap:2rem}.about-photo-wrap{position:static}.about-photo{aspect-ratio:unset;height:auto;overflow:visible}.about-photo img{height:auto;object-fit:fill;object-position:initial}.contact-grid,.footer-grid,.issue-columns,.values-grid{grid-template-columns:1fr}.footer-grid{gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.trust-bar-inner{gap:1.5rem}.trust-divider{display:none}.section{padding:3.5rem 0}.section-lg{padding:4.5rem 0}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-stats{gap:1.5rem;flex-wrap:wrap}.cta-strip-actions{flex-direction:column;align-items:center}.form-card{padding:1.75rem}.timeline:before{left:15px}.timeline-dot{width:32px;height:32px;font-size:.9rem}}.donate-hero-amount{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin:1.5rem 0}.donate-currency{font-size:1.5rem;font-weight:700;color:var(--gold)}.donate-amount-display{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;color:var(--white);line-height:1}.amount-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem}.amount-btn{padding:.85rem .5rem;border:2px solid var(--earth-mid);border-radius:var(--radius);background:var(--white);font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;color:var(--text-dark);cursor:pointer;transition:all var(--transition);text-align:center}.amount-btn.selected,.amount-btn:hover{border-color:var(--green);background:var(--green);color:var(--white)}.amount-btn.custom-amount{grid-column:1/-1;background:var(--earth);color:var(--text-mid);font-weight:500;font-size:.875rem}.custom-amount-input-wrap{display:none;position:relative;grid-column:1/-1;margin-top:-.25rem}.custom-amount-input-wrap.visible{display:block}.custom-amount-prefix{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-weight:700;color:var(--text-mid);font-size:1rem}.custom-amount-input-wrap .form-control{padding-left:3rem;font-size:1.1rem;font-weight:700}.donate-total-strip{background:var(--earth);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;border:1px solid var(--earth-mid)}.donate-total-label{font-size:.85rem;color:var(--text-light);font-weight:500}.donate-total-value{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;color:var(--green-dark)}.payment-method-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.payment-tab{flex:1 1;padding:.75rem;border:2px solid var(--earth-mid);border-radius:var(--radius);background:var(--white);font-size:.825rem;font-weight:600;color:var(--text-mid);cursor:pointer;text-align:center;transition:all var(--transition);display:flex;flex-direction:column;align-items:center;gap:.35rem}.payment-tab.active,.payment-tab:hover{border-color:var(--green);color:var(--green);background:rgba(27,94,59,.04)}.payment-tab-logo{font-size:1.3rem;font-weight:900}.donate-secure-note{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-light);margin-top:1rem;justify-content:center}.donor-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.donor-card{background:var(--white);border:1px solid var(--earth-mid);border-radius:var(--radius);padding:1.25rem;gap:.75rem}.donor-avatar,.donor-card{display:flex;align-items:center}.donor-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--green-mid),var(--green-dark));border-radius:50%;justify-content:center;color:var(--white);font-weight:700;font-size:.9rem;flex-shrink:0}.donor-info strong{display:block;font-size:.875rem;color:var(--green-dark)}.donor-info span{font-size:.78rem;color:var(--text-light)}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.event-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--earth-mid);transition:all var(--transition);display:flex;flex-direction:column}.event-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.event-card-header{background:linear-gradient(135deg,var(--green-dark),var(--green));padding:1.5rem;display:flex;gap:1.25rem;align-items:flex-start}.event-date-badge{background:var(--gold);border-radius:var(--radius);padding:.6rem .8rem;text-align:center;flex-shrink:0;min-width:60px}.event-date-badge .day{display:block;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900;color:var(--white);line-height:1}.event-date-badge .month{display:block;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.85)}.event-header-info h3{color:var(--white);font-size:1.1rem;margin-bottom:.4rem}.event-meta{display:flex;flex-direction:column;gap:.25rem}.event-meta-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:rgba(255,255,255,.75)}.event-card-body{padding:1.25rem;flex:1 1}.event-card-body p{font-size:.875rem}.event-card-footer{padding:1rem 1.25rem;border-top:1px solid var(--earth-mid);display:flex;justify-content:space-between;align-items:center}.event-spots{font-size:.78rem;color:var(--text-light);font-weight:500}.event-spots strong{color:var(--green)}.event-type-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:50px;margin-bottom:.75rem}.event-type-badge.rally{background:rgba(200,146,42,.15);color:var(--gold)}.event-type-badge.townhall{background:rgba(27,94,59,.1);color:var(--green)}.event-type-badge.press{background:rgba(52,152,219,.1);color:#2980b9}.event-type-badge.community{background:rgba(155,89,182,.1);color:#8e44ad}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:2000;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.open{display:flex}.modal-box{background:var(--white);border-radius:var(--radius-lg);max-width:520px;width:100%;box-shadow:var(--shadow-lg);animation:modalIn .3s ease;max-height:90vh;overflow-y:auto}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:linear-gradient(135deg,var(--green-dark),var(--green));padding:1.5rem 2rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;position:relative}.modal-header h3{color:var(--white);margin-bottom:.25rem}.modal-header p{color:rgba(255,255,255,.75);font-size:.875rem}.modal-close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.2);border:none;color:var(--white);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.modal-close:hover{background:rgba(255,255,255,.35)}.modal-body{padding:2rem}.gallery-filter{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.gallery-filter-btn{padding:.55rem 1.25rem;border-radius:50px;border:2px solid var(--earth-mid);background:var(--white);font-size:.875rem;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all var(--transition)}.gallery-filter-btn.active,.gallery-filter-btn:hover{border-color:var(--green);background:var(--green);color:var(--white)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.gallery-item{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--green-mid);aspect-ratio:4/3;transition:transform var(--transition)}.gallery-item:hover{transform:scale(1.02)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover;display:block}.gallery-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--green-mid),var(--green));color:rgba(255,255,255,.5);font-size:.8rem;text-align:center;padding:1rem}.gallery-placeholder .ph-icon{font-size:2rem;opacity:.4}.gallery-overlay{position:absolute;inset:0;background:rgba(15,61,36,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition);gap:.5rem}.gallery-overlay svg{color:var(--white)}.gallery-overlay span{color:var(--white);font-size:.8rem;font-weight:600;text-align:center;padding:0 1rem}.gallery-video-badge{position:absolute;top:.75rem;left:.75rem;background:rgba(200,146,42,.9);border-radius:50px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;color:var(--white);letter-spacing:.06em;text-transform:uppercase}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:3000;flex-direction:column;align-items:center;justify-content:center}.lightbox.open{display:flex}.lightbox-media{position:relative;max-width:90vw;max-height:80vh;display:flex;align-items:center;justify-content:center}.lightbox-media img{max-width:90vw;max-height:80vh;border-radius:var(--radius);object-fit:contain;box-shadow:0 0 60px rgba(0,0,0,.6)}.lightbox-media iframe,.lightbox-media video{width:min(860px,90vw);aspect-ratio:16/9;border-radius:var(--radius);border:0}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:var(--white);font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.lightbox-close:hover{background:rgba(255,255,255,.3)}.lightbox-caption{margin-top:1.25rem;color:rgba(255,255,255,.75);font-size:.9rem;text-align:center;max-width:600px;padding:0 1rem}.lightbox-nav{display:flex;gap:1rem;margin-top:1rem}.lightbox-nav button{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:var(--white);width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:1.1rem;transition:background var(--transition);display:flex;align-items:center;justify-content:center}.lightbox-nav button:hover{background:rgba(255,255,255,.25)}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.news-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--earth-mid);transition:all var(--transition);display:flex;flex-direction:column}.news-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.news-card-img{width:100%;aspect-ratio:16/9;object-fit:cover;background:linear-gradient(135deg,var(--green-mid),var(--green-dark));display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:rgba(255,255,255,.3);overflow:hidden}.news-card-img img{width:100%;height:100%;object-fit:cover}.news-card-body{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.news-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.news-category{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:rgba(200,146,42,.1);padding:.2rem .65rem;border-radius:50px}.news-date{font-size:.78rem;color:var(--text-light)}.news-card h3{font-size:1.1rem;margin-bottom:.75rem;line-height:1.4;color:var(--green-dark)}.news-card p{font-size:.875rem;color:var(--text-light);line-height:1.7;flex:1 1}.news-card-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--earth-mid)}.news-read-more{font-size:.825rem;font-weight:700;color:var(--green);display:flex;align-items:center;gap:.3rem;transition:gap var(--transition)}.news-card:hover .news-read-more{gap:.6rem}.news-share{display:flex;gap:.5rem}.news-share-btn{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:all var(--transition);border:1px solid var(--earth-mid);background:var(--white);cursor:pointer;color:var(--text-mid);text-decoration:none}.news-share-btn:hover{border-color:var(--green);color:var(--green)}.article-header{background:linear-gradient(160deg,var(--green-dark) 0,var(--green) 100%);padding:7rem 0 4rem}.article-header-inner{max-width:800px;margin:0 auto;padding:0 1.25rem}.article-header h1{color:var(--white);font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:1rem}.article-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem;font-size:.85rem;color:rgba(255,255,255,.7)}.article-body{max-width:800px;margin:0 auto;padding:3rem 1.25rem}.article-body p{font-size:1.05rem;line-height:1.9;margin-bottom:1.5rem;color:var(--text-mid)}.article-body h2{font-size:1.6rem;margin:2.5rem 0 1rem}.article-body h3{font-size:1.3rem;margin:2rem 0 .75rem}.article-body ol,.article-body ul{margin:1rem 0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.article-body ol li,.article-body ul li{font-size:1rem;color:var(--text-mid);line-height:1.7}.article-body blockquote{border-left:4px solid var(--gold);padding:1rem 1.5rem;margin:2rem 0;background:var(--earth);border-radius:0 var(--radius) var(--radius) 0;font-family:Playfair Display,serif;font-style:italic;font-size:1.15rem;color:var(--green-dark)}.article-share{display:flex;align-items:center;gap:1rem;padding:2rem 0;border-top:1px solid var(--earth-mid);margin-top:2rem;flex-wrap:wrap}.article-share h5{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);font-weight:700}.share-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:50px;font-size:.825rem;font-weight:600;transition:all var(--transition);text-decoration:none}.share-btn.whatsapp{background:#25D366;color:var(--white)}.share-btn.facebook{background:#1877F2;color:var(--white)}.share-btn.twitter{background:#1DA1F2;color:var(--white)}.share-btn:hover{opacity:.85;transform:translateY(-1px)}.impact-bar{background:var(--earth);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem;border:1px solid var(--earth-mid)}.impact-bar p{font-size:.875rem;margin-bottom:.75rem}.progress-track{background:var(--earth-mid);border-radius:50px;height:10px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(to right,var(--green),var(--gold));border-radius:50px;transition:width 1s ease}.progress-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-light);margin-top:.4rem}@media (max-width:768px){.amount-grid{grid-template-columns:repeat(2,1fr)}.payment-method-tabs{flex-direction:column}.gallery-grid{grid-template-columns:repeat(2,1fr)}.events-grid,.news-grid{grid-template-columns:1fr}.donor-wall{grid-template-columns:1fr 1fr}.modal-body{padding:1.25rem}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}.amount-grid{grid-template-columns:1fr 1fr}.donor-wall{grid-template-columns:1fr}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fa2f99{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fa2f99{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_3cb7a3{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_3cb7a3{--font-playfair:"Playfair Display","Playfair Display Fallback"}