@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Noto+Serif+Devanagari:wght@400;500;600;700&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');
:root{--green:#174c38;--green2:#0d3828;--saffron:#e87522;--gold:#dca431;--cream:#f7f3e8;--paper:#fff;--ink:#1d2923;--muted:#66716b;--line:#dce2de;--red:#9d2d28;--dev:"Noto Sans Devanagari",sans-serif;--serif:"Tiro Devanagari Hindi",serif}html[lang="hi"]{--dev:"Mukta",sans-serif;--serif:"Noto Serif Devanagari",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--dev);color:var(--ink);background:#fff;line-height:1.7}a{text-decoration:none;color:inherit}button,input{font:inherit}.container{width:min(1200px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-9999px;background:#fff;padding:8px;z-index:99}.skip-link:focus{left:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.top-strip{background:#f1f3f2;border-top:3px solid var(--green);font-size:.73rem;color:#4c5751}.top-strip .container{height:34px;display:flex;align-items:center;justify-content:space-between}.top-strip .container>div{display:flex;align-items:center;height:100%}.top-strip a{padding:0 15px;border-right:1px solid #ccd2ce}.top-strip button{height:100%;min-width:33px;border:0;border-right:1px solid #ccd2ce;background:transparent;color:var(--green);cursor:pointer}.site-header{background:#fff}.identity-row{height:112px;display:flex;align-items:center;justify-content:space-between;gap:35px}.brand{display:flex;align-items:center;gap:15px}.brand-seal{width:62px;height:62px;border:2px solid var(--green);border-radius:50%;position:relative;display:grid;place-items:center;background:#f5f1dc;color:var(--green)}.brand-seal:after{content:"";position:absolute;inset:4px;border:1px dashed var(--green);border-radius:50%}.brand-seal i,.brand-seal b{font-style:normal;font-family:var(--serif);font-size:21px;position:relative;z-index:1}.brand-seal b{color:var(--saffron);margin-left:-5px}.brand>span:last-child{display:flex;flex-direction:column;line-height:1.2}.brand strong{font-family:var(--serif);font-size:1.9rem;color:var(--green);font-weight:400}.brand small{font-size:.72rem;color:#5b665f;letter-spacing:.08em;margin-top:5px}.search{display:flex;border-bottom:2px solid var(--red);width:260px}.search input{border:0;background:transparent;padding:9px;width:100%;outline:none;font-size:.78rem}.search button{border:0;background:transparent;color:var(--red);font-size:1.2rem}.identity-badge{border-left:1px solid var(--line);padding-left:25px;display:flex;flex-direction:column;text-align:right;line-height:1.15;color:var(--green)}.identity-badge span{font-size:.7rem}.identity-badge strong{font-family:var(--serif);font-size:1.4rem;color:var(--saffron);font-weight:400}.identity-badge small{font-size:.6rem;margin-top:5px}.nav-bar{border-top:1px solid #edf0ee;border-bottom:3px solid var(--saffron);box-shadow:0 2px 6px rgba(20,50,35,.08)}.nav-wrap{height:58px;display:flex;align-items:stretch;justify-content:space-between}.site-nav{display:flex;align-items:stretch}.site-nav a{display:flex;align-items:center;padding:0 24px;font-weight:700;font-size:.86rem;border-right:1px solid #edf0ee;position:relative}.site-nav a:first-child{border-left:1px solid #edf0ee}.site-nav a.active,.site-nav a:hover{color:var(--red);background:#fbf7f2}.site-nav a.active:after{content:"";height:4px;background:var(--red);position:absolute;bottom:-3px;left:18px;right:18px}.nav-enquiry{display:flex;align-items:center;background:var(--green);color:white;padding:0 22px;font-size:.8rem;font-weight:700}.nav-toggle{display:none;border:0;background:transparent}.nav-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--green);margin:5px}
.hero{height:590px;position:relative;overflow:hidden;background:#e8dfca}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,31,22,.83) 0%,rgba(8,31,22,.48) 35%,transparent 61%)}.hero-content{position:absolute;inset:0;display:flex;justify-content:center;flex-direction:column;color:white}.hero-kicker{display:inline-block;font-size:.78rem;letter-spacing:.08em;color:#ffe3a3;font-weight:700;margin:0 0 14px}.hero h1{font-family:var(--serif);font-size:clamp(3.4rem,6vw,6rem);font-weight:400;line-height:1.06;margin:0;text-shadow:0 2px 3px rgba(0,0,0,.15)}.hero h1 span{color:#ffb14d}.hero-content>p:not(.hero-kicker){max-width:580px;font-size:1.1rem;margin:22px 0 30px;color:#f2f5f3}.hero-actions{display:flex;gap:12px}.button{padding:13px 23px;font-weight:700;font-size:.86rem;display:inline-flex;align-items:center;justify-content:center;border-radius:2px}.saffron{background:var(--saffron);color:white}.outline{color:white;border:1px solid rgba(255,255,255,.72)}.pale{background:#fff;color:var(--green)}.hero-dots{position:absolute;bottom:22px;left:50%;display:flex;gap:8px}.hero-dots i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.6)}.hero-dots .current{width:26px;border-radius:5px;background:var(--saffron)}
.notice{height:48px;background:#eee;color:#27322c;border-bottom:1px solid #d6dad7;font-size:.76rem}.notice .container{height:100%;display:flex;align-items:center}.notice strong{height:100%;display:flex;align-items:center;gap:7px;white-space:nowrap;color:white;background:var(--red);padding:0 20px;position:relative}.notice strong:after{content:"";position:absolute;right:-12px;border-top:24px solid transparent;border-bottom:24px solid transparent;border-left:12px solid var(--red)}.ticker{overflow:hidden;margin-left:28px;white-space:nowrap}.ticker p{margin:0;animation:ticker 24s linear infinite}@keyframes ticker{from{transform:translateX(25%)}to{transform:translateX(-100%)}}.quick-links{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 6px 15px rgba(20,50,35,.06)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}.quick-grid>a{min-height:105px;display:flex;align-items:center;gap:16px;padding:15px 30px;border-right:1px solid var(--line)}.quick-grid>a:first-child{border-left:1px solid var(--line)}.quick-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#f5eee1;color:var(--saffron);font-size:1.4rem}.quick-grid a>span:last-child{display:flex;flex-direction:column}.quick-grid strong{font-size:.94rem;color:var(--green)}.quick-grid small{font-size:.67rem;color:var(--muted)}
.section{padding:95px 0}.section-tag{color:var(--saffron);font-size:.72rem;font-weight:800;letter-spacing:.08em;margin:0 0 12px}.section-tag.light{color:#ffcb7d}.title-row{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:45px}.title-row h2,.cooperative h2,.center-title h2,.contact h2,.about-lead h2,.mission h2,.history h2{font-family:var(--serif);font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.2;font-weight:400;margin:0;color:var(--green)}.title-row>p{max-width:470px;color:var(--muted);margin:0}.produce{background:#faf9f5}.produce-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.produce-grid article{background:white;border:1px solid #e3e3dd;box-shadow:0 5px 15px rgba(15,52,37,.05);transition:.25s}.produce-grid article:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(15,52,37,.1)}.produce-visual{height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:white;position:relative;overflow:hidden}.produce-visual:before,.produce-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.25)}.produce-visual:before{width:170px;height:170px}.produce-visual:after{width:125px;height:125px}.produce-visual span,.produce-visual b{position:relative;z-index:1}.produce-visual span{font-size:.8rem}.produce-visual b{font-family:var(--serif);font-size:3.1rem;font-weight:400}.mustard{background:radial-gradient(circle at 70% 30%,#e5af2b,#a86510)}.wheat{background:radial-gradient(circle at 70% 30%,#d5b470,#856129)}.spices{background:radial-gradient(circle at 70% 30%,#d1643a,#7b261e)}.card-body{padding:26px 28px 30px}.status{font-size:.62rem;color:var(--red);background:#fbebe9;padding:5px 9px;font-weight:700}.card-body h3{font-family:var(--serif);font-size:1.65rem;color:var(--green);font-weight:400;margin:16px 0 6px}.card-body p{font-size:.83rem;color:var(--muted);min-height:72px}.card-body a{font-size:.77rem;color:var(--red);font-weight:800}.card-body a b{margin-left:8px}
.cooperative{background:var(--green);color:white;padding:90px 0;position:relative;overflow:hidden}.cooperative:after{content:"प";position:absolute;right:-30px;bottom:-180px;font-family:var(--serif);font-size:500px;color:rgba(255,255,255,.025)}.cooperative-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;position:relative;z-index:1}.cooperative h2,.contact h2,.history h2{color:white}.cooperative p:not(.section-tag){color:#d6e0db;max-width:600px;margin:20px 0 30px}.stats{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.2)}.stats>div{padding:30px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column}.stats>div:nth-child(even){border-right:0}.stats>div:nth-child(n+3){border-bottom:0}.stats strong{font-family:var(--serif);font-size:2.6rem;color:#ffbd61;font-weight:400}.stats span{font-size:.73rem;color:#dce5e0}.center-title{text-align:center;margin-bottom:55px}.center-title>p:last-child{color:var(--muted)}.process-line{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.process-line:before{content:"";position:absolute;height:2px;left:12%;right:12%;top:53px;background:#e0d5bf}.process-line>div{text-align:center;position:relative;padding:0 28px}.process-line i{position:absolute;top:0;right:30%;width:25px;height:25px;background:var(--saffron);color:white;border-radius:50%;font-style:normal;font-size:.65rem;display:grid;place-items:center;z-index:2}.process-symbol{width:105px;height:105px;border-radius:50%;display:grid;place-items:center;background:var(--cream);border:7px solid white;box-shadow:0 0 0 1px #e0d5bf;margin:auto;font-size:2.5rem;color:var(--green);position:relative}.process-line h3{font-family:var(--serif);font-size:1.3rem;color:var(--green);font-weight:400;margin:20px 0 5px}.process-line p{font-size:.76rem;color:var(--muted);margin:0}.contact{padding:80px 0;background:linear-gradient(110deg,var(--green2),var(--green));color:white}.contact-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:center}.contact p:not(.section-tag){max-width:620px;color:#d1ddd7}.contact-card{background:white;color:var(--ink);padding:30px}.contact-card span{font-size:.68rem;color:var(--muted)}.contact-card a{display:block;color:var(--red);font-size:1.12rem;font-weight:800;margin:5px 0 18px}.contact-card hr{border:0;border-top:1px solid var(--line)}.contact-card small{color:var(--muted);font-size:.66rem}
footer{background:#17251e;color:white}.footer-main{padding:55px 0;display:grid;grid-template-columns:1.2fr 1fr .6fr;gap:60px;align-items:start}.footer-brand .brand-seal{border-color:#d9c894;background:transparent;color:#fff}.footer-brand .brand-seal:after{border-color:#d9c894}.footer-brand strong{color:white}.footer-brand small{color:#b8c4bd}.footer-main>p{color:#aebbb4;font-size:.8rem;margin:0}.footer-main>div{display:flex;flex-direction:column;gap:7px;font-size:.76rem}.footer-main>div strong{color:#e5c87b;margin-bottom:5px}.footer-main>div a{color:#bdc8c2}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;font-size:.63rem;color:#87978e}.footer-bottom .container{display:flex;justify-content:space-between}
.page-banner{background:linear-gradient(90deg,rgba(9,46,32,.96),rgba(23,76,56,.8)),url('../media/pages/kisan-sahkarita-hero.png') center 58%/cover;padding:72px 0;color:white}  .page-banner p{font-size:.7rem;color:#d0dcd6;margin:0}  .page-banner h1{font-family:var(--serif);font-size:3.5rem;font-weight:400;margin:15px 0 0}  .page-banner span{color:#ffd18e}  .about-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px;align-items:center}  .about-mark{height:390px;background:#efe4c7;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;border:1px solid #ddca9b}  .about-mark:before,.about-mark:after{content:"";position:absolute;border:1px solid rgba(23,76,56,.18);border-radius:50%}  .about-mark:before{width:250px;height:250px}  .about-mark:after{width:310px;height:310px}  .about-mark span,.about-mark strong,.about-mark b{position:relative;z-index:1}  .about-mark span{font-size:.8rem;color:var(--saffron)}  .about-mark strong{font-family:var(--serif);font-size:4.6rem;color:var(--green);font-weight:400;line-height:1.1}  .about-mark b{font-size:.72rem;color:#76572d}  .about-lead h2{margin-bottom:22px}  .about-lead p:not(.section-tag){color:var(--muted)}  .mission{background:#f2eee3;padding:80px 0}  .mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#d9d4c8}  .mission article{background:#f2eee3;padding:45px}  .mission article>span{font-size:.7rem;font-weight:800;color:var(--saffron)}  .mission h2{font-size:2rem;margin:12px 0}  .mission p{color:var(--muted);font-size:.84rem}  .values-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}  .values-grid article{position:relative;padding:35px 28px;border-right:1px solid var(--line)}  .values-grid article:first-child{border-left:1px solid var(--line)}  .values-grid b{position:absolute;right:20px;top:18px;color:#b9c1bc;font-family:var(--serif);font-weight:400}  .values-grid>article>span{font-size:2rem;color:var(--saffron)}  .values-grid h3{font-family:var(--serif);font-size:1.4rem;color:var(--green);font-weight:400}  .values-grid p{font-size:.76rem;color:var(--muted)}  .history{background:var(--green);color:white;padding:85px 0}  .history-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}  .history ol{list-style:none;margin:0;padding:0;border-left:1px solid rgba(255,255,255,.25)}  .history li{padding:0 0 32px 38px;position:relative}  .history li:before{content:"";position:absolute;left:-7px;top:5px;width:12px;height:12px;border-radius:50%;background:var(--saffron);border:3px solid var(--green)}  .history li span{font-size:.63rem;color:#ffc36d}  .history li strong{display:block;font-family:var(--serif);font-size:1.3rem;font-weight:400}  .history li p{color:#c7d4cd;font-size:.78rem;margin:5px 0 0}
@media(max-width:900px){.identity-badge{display:none}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;flex-direction:column;z-index:20;box-shadow:0 10px 20px rgba(0,0,0,.1)}.site-nav.open{display:flex}.site-nav a{padding:15px 20px;border-bottom:1px solid var(--line)}.nav-wrap{position:relative}.nav-toggle{display:block}.nav-enquiry{margin-left:auto}.hero{height:530px}.hero>img{object-position:62% center}.quick-grid{grid-template-columns:1fr 1fr}.produce-grid{grid-template-columns:1fr}.produce-grid article{display:grid;grid-template-columns:.7fr 1.3fr}.cooperative-grid,.contact-grid,.about-grid,.history-grid{grid-template-columns:1fr}.process-line{grid-template-columns:1fr 1fr;gap:45px}.process-line:before{display:none}.values-grid{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-main>p{grid-column:1/-1}}
@media(max-width:600px){.container{width:min(100% - 28px,1200px)}.top-strip .container>span,.top-strip a{display:none}.top-strip .container{justify-content:flex-end}.identity-row{height:90px}.brand-seal{width:52px;height:52px}.brand strong{font-size:1.45rem}.search{display:none}.nav-wrap{height:52px}.hero{height:580px}.hero>img{object-position:68% center}.hero-shade{background:linear-gradient(90deg,rgba(8,31,22,.9),rgba(8,31,22,.47))}.hero-content{justify-content:flex-end;padding-bottom:70px}.hero h1{font-size:3.25rem}.hero-content>p:not(.hero-kicker){font-size:.9rem}.hero-actions{flex-direction:column;align-items:flex-start}.notice{height:44px}.notice strong{padding:0 10px}.quick-grid{grid-template-columns:1fr}.quick-grid>a{min-height:80px;border-bottom:1px solid var(--line)}.section{padding:65px 0}.title-row{flex-direction:column;align-items:flex-start;gap:20px}.produce-grid article{display:block}.cooperative-grid{gap:45px}.stats>div{padding:20px}.process-line{grid-template-columns:1fr}.contact-grid{gap:35px}.footer-main{grid-template-columns:1fr;gap:30px}.footer-main>p{grid-column:auto}.footer-bottom .container{flex-direction:column;gap:6px}.about-mark{height:310px}.mission-grid{grid-template-columns:1fr}.mission article{padding:30px}.values-grid{grid-template-columns:1fr}.values-grid article,.values-grid article:first-child{border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.page-banner h1{font-size:2.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker p{animation:none}.produce-grid article{transition:none}}
.brand-logo{width:72px;height:72px;object-fit:contain;flex:0 0 auto}.brand-seal{width:68px;height:68px;border:0;background:white url('../media/logo.png') center/contain no-repeat;color:transparent}.brand-seal i,.brand-seal b{display:none}.brand-seal:after{display:none}.footer-brand .brand-logo,.footer-brand .brand-seal{background-color:white;border-radius:50%;padding:3px}.language-switch{display:flex;height:100%;border-left:1px solid #ccd2ce}.language-switch button{padding:0 9px}.language-switch button.active{background:var(--green);color:white}.language-switch+button{border-left:1px solid #ccd2ce}@media(max-width:600px){.brand-logo,.brand-seal{width:56px;height:56px}.language-switch button{padding:0 7px}}
.search{display:none}.identity-row{justify-content:space-between}.nav-wrap{justify-content:flex-start}.nav-tools{display:flex;align-items:stretch;height:100%;margin-left:auto}.nav-tools>a{display:flex;align-items:center;padding:0 12px;border-left:1px solid #e1e5e2;font-size:.68rem;color:#536058}.nav-tools>button,.nav-tools .language-switch button{height:100%;min-width:32px;border:0;border-left:1px solid #e1e5e2;background:white;color:var(--green);cursor:pointer}.nav-tools .language-switch{border:0}.nav-tools .language-switch button.active{background:var(--green);color:white}.nav-enquiry{margin-left:auto}.nav-enquiry+.nav-tools{margin-left:0}@media(max-width:1050px){.site-nav a{padding:0 13px}.nav-tools>a{display:none}.nav-tools>button{display:none}.nav-tools .language-switch button{display:block}.nav-enquiry{padding:0 14px}}@media(max-width:600px){.nav-enquiry{display:none}.nav-tools{margin-left:auto}.nav-tools .language-switch button{padding:0 9px}.nav-wrap{height:52px}}
.top-strip{display:block}.nav-wrap{height:82px;align-items:center}.nav-wrap>.brand{margin-right:28px;flex:0 0 auto}.nav-wrap>.brand .brand-logo,.nav-wrap>.brand .brand-seal{width:60px;height:60px}.nav-wrap>.brand strong{font-size:1.5rem}.nav-wrap>.brand small{font-size:.6rem}.site-nav{height:100%}.nav-enquiry{height:58px}.top-strip .language-switch{height:100%}@media(max-width:1050px){.nav-wrap>.brand>span:last-child{display:none}.nav-wrap>.brand{margin-right:14px}.nav-wrap>.brand .brand-logo,.nav-wrap>.brand .brand-seal{width:52px;height:52px}}@media(max-width:600px){.nav-wrap{height:68px}.nav-wrap>.brand{margin-right:auto}.nav-wrap>.brand .brand-logo,.nav-wrap>.brand .brand-seal{width:50px;height:50px}.nav-toggle{order:2}.site-nav{top:100%;height:auto}.top-strip .language-switch button{display:block}}
.nav-wrap>.brand>span:last-child{display:flex!important}.nav-wrap>.brand strong{white-space:nowrap}@media(max-width:1050px){.nav-wrap>.brand>span:last-child{display:flex!important}.nav-wrap>.brand strong{font-size:1.12rem}.nav-wrap>.brand{margin-right:18px}}@media(max-width:600px){.nav-wrap>.brand>span:last-child{display:flex!important}.nav-wrap>.brand strong{font-size:.9rem;white-space:normal;line-height:1.15;max-width:145px}.nav-wrap>.brand{gap:8px;margin-right:auto}.nav-wrap>.brand .brand-logo,.nav-wrap>.brand .brand-seal{width:46px;height:46px}}
.nav-dropdown{height:100%;position:relative;display:flex;align-items:stretch}.dropdown-toggle{border:0;border-right:1px solid #edf0ee;background:white;padding:0 24px;color:var(--ink);font-weight:700;font-size:.86rem;cursor:pointer}.dropdown-toggle span{margin-left:5px;color:var(--saffron)}.nav-dropdown.active>.dropdown-toggle,.nav-dropdown:hover>.dropdown-toggle,.nav-dropdown:focus-within>.dropdown-toggle{color:var(--red);background:#fbf7f2}.dropdown-menu{position:absolute;top:100%;left:0;min-width:230px;background:white;border-top:3px solid var(--saffron);box-shadow:0 12px 25px rgba(15,52,37,.18);display:none;z-index:30}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu,.nav-dropdown.open .dropdown-menu{display:block}.dropdown-menu a{display:block!important;height:auto!important;padding:13px 18px!important;border:0!important;border-bottom:1px solid var(--line)!important;font-size:.8rem!important}.dropdown-menu a.active{color:var(--red);background:#fbf7f2}.info-page{background:#faf9f5}.info-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.info-number{font-family:var(--serif);font-size:8rem;line-height:1;color:#dfd4b9}.info-copy h2{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.16;color:var(--green);font-weight:400;margin:0 0 24px}.info-copy>p{color:var(--muted);font-size:1rem}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:55px}.principle-grid article{background:white;padding:38px}.principle-grid span{font-family:var(--serif);color:var(--saffron);font-size:1.4rem}.principle-grid h3{font-family:var(--serif);font-size:1.5rem;color:var(--green);font-weight:400;margin:18px 0 8px}.principle-grid p{color:var(--muted);font-size:.8rem}.member-note{margin-top:35px;padding:20px 24px;border-left:4px solid var(--saffron);background:var(--cream);color:var(--green);font-weight:700}@media(max-width:900px){.nav-dropdown{height:auto;display:block}.dropdown-toggle{width:100%;text-align:left;padding:15px 20px;border-bottom:1px solid var(--line)}.dropdown-menu{position:static;box-shadow:none;border-top:0;background:#f7f5ef}.nav-dropdown:hover .dropdown-menu:not(:focus-within){display:none}.nav-dropdown.open .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{display:block}.info-intro{grid-template-columns:1fr;gap:25px}.info-number{font-size:5rem}.principle-grid{grid-template-columns:1fr}}@media(max-width:600px){.dropdown-toggle{font-size:.84rem}}
