.header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:0 2px 12px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:88px;position:relative}.header__brand{display:flex;align-items:center;flex-shrink:0;min-width:0}.header__logo{display:block;width:auto;height:72px;max-width:min(320px,42vw);object-fit:contain;object-position:left center}.header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header__burger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius);color:var(--gray-800)}.header__burger:hover{background:var(--gray-100)}.header__burger-icon{width:24px;height:24px}.header__nav{display:none}.header__nav-list{display:flex;flex-direction:column;gap:.25rem}.header__link{display:block;padding:.875rem 1rem;font-size:1rem;font-weight:500;color:var(--gray-800);border-radius:var(--radius)}.header__link:hover{color:var(--green-700)}.header__link--active{color:var(--orange);font-weight:600}.header__cta{padding:.625rem 1.375rem;font-size:.875rem;font-weight:600;white-space:nowrap;border-radius:999px;background:#00c853}.header__cta:hover{background:#00b84a}.header__cta--bar{display:inline-flex}@media (max-width: 1023px){.header__cta--bar{display:none}}.header__drawer-footer,.header__backdrop{display:none}@media (max-width: 1023px){.header__inner{justify-content:space-between;min-height:76px}.header__logo{height:58px;max-width:min(260px,58vw)}.header__brand--bar{display:flex;margin-right:auto;position:relative;z-index:1}.header__actions{position:relative;z-index:130}.header__burger{display:flex;position:relative;z-index:131}.header__nav{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:min(100%,320px);z-index:120;padding:1.25rem;padding-top:calc(76px + 1rem);background:var(--white);overflow-y:auto;transform:translate(100%);transition:transform .28s ease;visibility:hidden;box-shadow:-8px 0 32px #0000001f}.header__nav--open{transform:translate(0);visibility:visible}.header__drawer-footer{display:block;margin-top:auto;padding-top:1.5rem}.header__cta--drawer{display:flex;width:100%;justify-content:center}.header__nav-list{flex:1}.header__link--active{background:#f3702114}.header__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#00000073;border:none;cursor:pointer}}@media (min-width: 1024px){.header__inner{display:grid;grid-template-columns:auto 1fr auto;gap:1rem 1.5rem}.header__drawer-footer,.header__cta--drawer,.header__burger{display:none}.header__nav{display:flex;justify-content:center;position:static;padding:0;transform:none;visibility:visible;overflow:visible;width:auto;box-shadow:none}.header__nav-list{flex-direction:row;align-items:center;gap:0 1rem;flex-wrap:wrap;justify-content:center}.header__link{padding:.25rem 0;font-size:.8125rem;font-weight:500;white-space:nowrap;border-bottom:2px solid transparent;border-radius:0}.header__link:hover{color:var(--gray-800)}.header__link--active{color:var(--orange);border-bottom-color:var(--orange)}.header__cta--bar{display:inline-flex;padding-inline:1.5rem}}@media (min-width: 1200px){.header__nav-list{gap:0 1.375rem}.header__link{font-size:.875rem}.header__logo{height:76px;max-width:340px}}.about{background:var(--white)}.about-hero{position:relative;min-height:clamp(280px,40vw,400px);display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000007a}.about-hero__content{position:relative;z-index:1;max-width:40rem;padding:clamp(2.5rem,6vw,4rem) 1.25rem;color:var(--white);text-align:center}.about-hero__title{margin:0 0 .75rem;font-family:var(--font);font-size:clamp(2.25rem,5.5vw,3.25rem);font-weight:700;line-height:1.1}.about-hero__subtitle{margin:0;font-family:var(--font);font-size:clamp(1rem,2vw,1.125rem);line-height:1.5;opacity:.95}.about-intro{position:relative;z-index:1;padding:clamp(3rem,6vw,4.5rem) 0 clamp(2.5rem,5vw,3.5rem);overflow:visible}.about-intro__filigrame-wrap{position:absolute;right:0;top:clamp(1.5rem,4vw,2.5rem);width:min(18rem,42vw);pointer-events:none;z-index:0;line-height:0}.about-intro__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.88}.about-intro__inner{position:relative;z-index:1}.about-intro__title{margin:0 auto 1.75rem;max-width:22ch;font-family:var(--font);font-size:clamp(1.625rem,3.8vw,2.25rem);font-weight:700;line-height:1.2;color:var(--black);text-align:center}.about-intro__copy{max-width:58rem;margin:0 auto 2.75rem}.about-intro__text{margin:0 0 1rem;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.7;color:var(--gray-800);text-align:left}.about-intro__text:last-child{margin-bottom:0}.about-stats{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width: 768px){.about-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.about-stat{display:flex;align-items:center;gap:1.125rem;min-height:6.25rem;padding:1.25rem 1.5rem;border-radius:18px;color:var(--white)}.about-stat--green{background:#00ae52}.about-stat--orange{background:#f70}.about-stat--brown{background:#543417}.about-stat__icon-wrap{flex-shrink:0;width:4.25rem;height:4.25rem;display:flex;align-items:center;justify-content:center}.about-stat__icon{width:3.5rem;height:3.5rem;object-fit:contain}.about-stat__text{margin:0;font-family:var(--font);font-size:clamp(.875rem,1.5vw,1rem);line-height:1.35;font-weight:500}.about-stat__value{font-size:clamp(1.375rem,2.8vw,1.75rem);font-weight:700}.about-mission{padding:clamp(2rem,4vw,3rem) 0 clamp(2.5rem,5vw,4rem);background:var(--white)}.about-mission__title{margin:0 0 1.5rem;font-family:var(--font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--black);text-align:center}.about-mission__panel{background:#edf7f1;border-radius:24px;padding:clamp(2rem,4vw,3rem) clamp(1.25rem,3vw,2.5rem)}.about-mission__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.about-mission__item{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:center}@media (min-width: 768px){.about-mission__item--left{grid-template-columns:auto minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem);max-width:88%}.about-mission__item--right{grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,3vw,2.5rem);max-width:88%;margin-left:auto}.about-mission__item--right .about-mission__visual{order:2}.about-mission__item--right .about-mission__text{order:1;text-align:right}}.about-mission__visual{width:min(10.5rem,24vw);height:auto;display:block;justify-self:center}@media (min-width: 768px){.about-mission__item--left .about-mission__visual{justify-self:start}.about-mission__item--right .about-mission__visual{justify-self:end}}.about-mission__text{margin:0;max-width:42rem;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.65;color:var(--gray-800)}.about-mission__text strong{color:var(--black);font-weight:700}.about-values{padding:clamp(2.5rem,5vw,4rem) 0}.about-values__title{margin:0 0 clamp(1.75rem,3.5vw,2.5rem);font-family:var(--font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--black);text-align:center}.about-values__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}@media (min-width: 640px){.about-values__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (min-width: 1024px){.about-values__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.125rem}}.about-value{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;aspect-ratio:1 / 1;padding:1rem .625rem;border:1px solid #00ae52;background:#051205;color:var(--white);text-align:center}.about-value__icon-wrap{display:flex;align-items:center;justify-content:center;flex:1;min-height:0}.about-value__icon{width:clamp(2.25rem,4.5vw,3rem);height:clamp(2.25rem,4.5vw,3rem);object-fit:contain}.about-value__label{margin:0;font-family:var(--font);font-size:clamp(.8125rem,1.4vw,.9375rem);font-weight:500;line-height:1.25}.about-cta{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(3rem,6vw,5rem)}.about-cta__card{position:relative;min-height:clamp(220px,32vw,300px);border-radius:24px;overflow:hidden;color:var(--white)}.about-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center right;background-size:cover;background-repeat:no-repeat}.about-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000c7,#00000085 38%,#0000002e 62%,#0000 82%)}.about-cta__content{position:relative;z-index:1;max-width:36rem;padding:clamp(2rem,5vw,3rem) clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.about-cta__title{margin:0;font-family:var(--font);font-size:clamp(1.375rem,3vw,1.875rem);font-weight:700;line-height:1.25}.about-cta__text{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.6;opacity:.95;max-width:42ch}.about-cta__btn{margin-top:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-weight:600}@media (max-width: 767px){.about-intro__filigrame-wrap{width:min(12rem,42vw);top:1.25rem}.about-intro__title{max-width:none;padding-inline:.5rem}.about-mission__item--right .about-mission__text{text-align:left}.about-mission__item--left,.about-mission__item--right{max-width:none;margin-left:0}}@media (max-width: 639px){.about-cta__card{min-height:280px;border-radius:18px}.about-cta__content{padding:1.75rem 1.25rem;max-width:none}.about-cta__overlay{background:linear-gradient(180deg,#000000b8,#00000073 55%,#0003)}.about-cta__btn{width:100%;text-align:center}}.list-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem}.list-pagination__btn{min-width:2.25rem;height:2.25rem;padding:0 .75rem;border:1px solid var(--gray-200);border-radius:999px;background:var(--white);font-family:var(--font);font-size:.8125rem;font-weight:500;color:var(--gray-800);cursor:pointer}.list-pagination__btn--active{background:#00ae52;border-color:#00ae52;color:var(--white)}.list-pagination__ellipsis{padding:0 .25rem;color:var(--gray-600);font-size:.875rem}.carbon{position:relative;overflow:visible;background:var(--white);padding-bottom:clamp(2.5rem,5vw,4rem)}.carbon__inner{position:relative;z-index:1}.carbon__filigrame-wrap{position:absolute;right:0;top:clamp(5.5rem,14vw,7.5rem);width:min(16rem,38vw);pointer-events:none;z-index:0;line-height:0}.carbon__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.92}.carbon__back{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;margin-bottom:1.25rem;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--gray-600)}.carbon__back:hover{color:var(--green-700)}.carbon__back-icon{width:18px;height:18px}.carbon__content-head{position:relative;margin-bottom:1.75rem}.carbon__hero{position:relative;z-index:1;margin-bottom:1.75rem}.carbon__title{margin:0;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--black)}.carbon-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}@media (min-width: 900px){.carbon-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.carbon-stat{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:12px;padding:1.25rem;color:var(--white);min-height:6.5rem;overflow:hidden}.carbon-stat--green{background:#00a651}.carbon-stat--orange{background:#f7941d}.carbon-stat--brown{background:#4e3620}.carbon-stat--dark{background:#000}.carbon-stat__text{flex:1;min-width:0;text-align:left}.carbon-stat__label{margin:0 0 .35rem;font-family:var(--font);font-size:.8125rem;font-weight:500;line-height:1.35}.carbon-stat__value{margin:0;font-family:var(--font);font-size:clamp(1.75rem,3.2vw,2.25rem);font-weight:700;line-height:1}.carbon-stat__icon{flex-shrink:0;width:clamp(2.75rem,9vw,3.75rem);height:auto;object-fit:contain;pointer-events:none}.carbon-search{display:flex;align-items:center;gap:.75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:999px;padding:.75rem 1.125rem;margin-bottom:1rem}.carbon-search__icon{width:20px;height:20px;color:var(--gray-600);flex-shrink:0}.carbon-search__input{flex:1;min-width:0;border:0;background:transparent;font-family:var(--font);font-size:.9375rem;color:var(--black)}.carbon-search__input:focus{outline:none}.carbon-table-toolbar{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1rem}.carbon-table-toolbar__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--gray-800);cursor:pointer;transition:border-color .2s ease}.carbon-table-toolbar__btn:hover{border-color:#00ae52}.carbon-table-toolbar__icon{width:16px;height:16px}.carbon-table-wrap{overflow-x:auto;border:1px solid var(--gray-200);border-radius:12px}.carbon-table{width:100%;min-width:48rem;border-collapse:collapse;font-family:var(--font);font-size:.8125rem}.carbon-table th{padding:.875rem 1rem;text-align:left;font-weight:600;color:var(--gray-800);background:var(--gray-50);border-bottom:1px solid var(--gray-200);white-space:nowrap}.carbon-table__sort{margin-left:.25rem;color:var(--gray-400);font-size:.75rem}.carbon-table td{padding:.875rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-800)}.carbon-table tbody tr:last-child td{border-bottom:0}.carbon-table__bold{font-weight:700;color:var(--black)}.carbon-table__status{display:inline-block;padding:.2rem .625rem;border-radius:999px;font-size:.75rem;font-weight:600}.carbon-table__status--active{background:#00ae521f;color:#00ae52}.carbon-table__status--inactive{background:var(--gray-100);color:var(--gray-600)}.carbon-table__actions-col{width:2.5rem;text-align:center}.carbon-table__more{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:6px;background:transparent;color:var(--gray-600);cursor:pointer}.carbon-table__more:hover{background:var(--gray-100)}.carbon-table__more svg{width:18px;height:18px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.contact-map{position:relative;min-height:clamp(22rem,52vw,36rem);border-radius:14px;overflow:hidden;border:1px solid var(--gray-200);background:var(--gray-100);box-shadow:0 8px 24px #0000000f}.contact-map__canvas{display:block;width:100%;height:100%;min-height:clamp(22rem,52vw,36rem)}.contact-map__canvas .leaflet-container{width:100%;height:100%;min-height:clamp(22rem,52vw,36rem);font:inherit}.contact-map__link{position:absolute;z-index:500;right:.75rem;bottom:.75rem;padding:.375rem .75rem;border-radius:999px;background:#fffffff0;font-family:var(--font);font-size:.75rem;font-weight:600;color:var(--green-800);text-decoration:none;box-shadow:0 2px 8px #00000014}.contact-map__link:hover{background:var(--white)}.contact-map-label{background:#fffffff2;border:1px solid var(--gray-200);border-radius:6px;box-shadow:0 2px 8px #0000001a;color:var(--green-900, #14532d);font-family:var(--font);font-size:.78rem;font-weight:650;line-height:1.2;margin:0;padding:.3rem .5rem;white-space:nowrap}.contact-map-label:before{display:none}.contact{position:relative;overflow:visible;background:var(--white);padding:clamp(2.5rem,5vw,4rem) 0 clamp(3rem,6vw,5rem)}.contact__filigrame-wrap{position:absolute;right:0;top:clamp(1.5rem,4vw,2.5rem);width:min(18rem,42vw);pointer-events:none;z-index:0;line-height:0}.contact__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.88}.contact__layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 1024px){.contact__layout{grid-template-columns:minmax(0,1fr) minmax(18rem,.9fr);gap:clamp(1.5rem,3vw,2.5rem)}}.contact__main{max-width:40rem}.contact__aside{width:100%}@media (min-width: 1024px){.contact__aside{position:sticky;top:6rem}}.contact__header{margin-bottom:2rem}.contact__title{margin:0 0 1rem;font-family:var(--font);font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700;line-height:1.15;color:var(--black)}.contact__intro{margin:0;max-width:38rem;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.7;color:var(--gray-800)}.contact-form{display:flex;flex-direction:column;gap:1.125rem;margin-bottom:2.5rem}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{font-family:var(--font);font-size:.9375rem;font-weight:500;color:var(--black)}.contact-form__required{color:var(--orange)}.contact-form__input,.contact-form__select{width:100%;min-height:3rem;padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);font-family:var(--font);font-size:.9375rem;color:var(--gray-800);transition:border-color .2s ease}.contact-form__textarea{min-height:8rem;resize:vertical;line-height:1.5}.contact-form__feedback{margin:0;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;line-height:1.45}.contact-form__feedback--error{background:#dc262614;color:#991b1b}.contact-form__feedback--success{background:#00ae521a;color:#047857}.contact-form__submit:disabled{opacity:.7;cursor:wait}.contact-form__input:focus,.contact-form__select:focus{outline:none;border-color:var(--green-600)}.contact-form__select-wrap{position:relative;display:block}.contact-form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.75rem;cursor:pointer}.contact-form__select-icon{position:absolute;right:1rem;top:50%;width:1.125rem;height:1.125rem;color:var(--gray-600);transform:translateY(-50%) rotate(90deg);pointer-events:none}.contact-form__submit{width:100%;margin-top:.5rem;min-height:3.25rem;border:none;border-radius:8px;background:#00ae52;color:var(--white);font-family:var(--font);font-size:.9375rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:background .2s ease}.contact-form__submit:hover{background:#009648}.contact-details{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.contact-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}.contact-details__item{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;text-decoration:none;color:inherit}.contact-details__item:hover .contact-details__value{color:var(--green-800)}.contact-details__icon-wrap{display:flex;align-items:center;justify-content:flex-start;width:2.25rem;height:2.25rem;margin-bottom:.5rem;color:var(--black)}.contact-details__icon{width:2rem;height:2rem;flex-shrink:0}.contact-details__label{font-family:var(--font);font-size:.75rem;font-weight:700;letter-spacing:.04em;color:var(--black)}.contact-details__value{font-family:var(--font);font-size:.9375rem;font-weight:600;color:#00ae52;transition:color .2s ease}.contact-meta{margin-top:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.contact-meta__block{padding:1rem 1.1rem;border:1px solid var(--gray-200, #dde5e1);border-radius:.85rem;background:#f8faf9}.contact-meta__title{margin:0 0 .55rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-700, #2d3833);display:inline-flex;align-items:center;gap:.45rem}.contact-meta__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3rem;border-radius:999px;background:#00ae521f;color:#0f5c38;font-size:.7rem;font-weight:700}.contact-meta__text{margin:0;white-space:pre-wrap;line-height:1.55;color:var(--gray-800, #2d3833);font-size:.92rem}.contact-meta__sites{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.contact-meta__site{display:flex;flex-direction:column;gap:.25rem;padding:.75rem .8rem;border-radius:.65rem;background:#fff;border:1px solid var(--gray-200, #dde5e1)}.contact-meta__site-head{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.contact-meta__site-head strong{color:var(--gray-800, #2d3833);font-size:.95rem}.contact-meta__site-addr{font-size:.88rem;color:var(--gray-700, #5c6b64);line-height:1.4}.contact-meta__site-link{margin-top:.2rem;font-size:.82rem;font-weight:600;color:#1d6fa5;text-decoration:none}.contact-meta__site-link:hover{text-decoration:underline}.contact-meta__badge{display:inline-flex;align-self:flex-start;padding:.1rem .45rem;border-radius:999px;background:#00ae521f;color:#0f5c38;font-size:.68rem;font-style:normal;font-weight:700}@media (max-width: 767px){.contact__filigrame-wrap{width:min(12rem,42vw);top:1.25rem}}@media (max-width: 639px){.contact-form__submit{width:100%}}.eligibility{background:var(--white)}.eligibility-hero{position:relative;min-height:clamp(260px,38vw,380px);display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.eligibility-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.eligibility-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#00000073 42%,#0000001f 72%,#0000)}.eligibility-hero__content{position:relative;z-index:1;width:100%;max-width:36rem;margin:0 auto 0 0;margin-left:var(--page-gutter);padding:clamp(2.5rem,6vw,4rem) 1.25rem clamp(2.5rem,6vw,4rem) 0;color:var(--white)}.eligibility-hero__title{margin:0 0 .875rem;font-family:var(--font);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.eligibility-hero__lead{margin:0 0 1.5rem;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.65;opacity:.95}.eligibility-hero__cta{padding:.875rem 1.75rem;border-radius:8px;font-weight:600}.eligibility-participants{position:relative;padding:clamp(3rem,6vw,4.5rem) 0;overflow:visible}.eligibility-participants__filigrame-wrap{position:absolute;right:0;top:1.5rem;width:min(14rem,36vw);pointer-events:none;z-index:0;line-height:0}.eligibility-participants__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.9}.eligibility-participants__inner{position:relative;z-index:1}.eligibility-participants__header{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.eligibility-participants__title{margin:0 0 .75rem;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--black)}.eligibility-participants__subtitle{margin:0 auto;max-width:36ch;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);color:var(--gray-800)}.eligibility-participants__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 900px){.eligibility-participants__layout{grid-template-columns:minmax(300px,.42fr) 1fr;gap:1.25rem;align-items:stretch}}.eligibility-participants__tabs{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}.eligibility-participants__tab{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:14px;text-align:left;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--gray-800);background:var(--white);border:1px solid var(--gray-200);transition:background .2s,border-color .2s,color .2s}.eligibility-participants__tab:hover{border-color:#00c853}.eligibility-participants__tab--active{background:#00c853;color:var(--white);border-color:#00c853}.eligibility-participants__tab-icon-wrap{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#00c8531f;display:flex;align-items:center;justify-content:center}.eligibility-participants__tab--active .eligibility-participants__tab-icon-wrap{background:#fff3}.eligibility-participants__tab-icon{width:22px;height:22px;object-fit:contain}.eligibility-participants__tab-label{flex:1;line-height:1.35}.eligibility-participants__tab-chevron{width:18px;height:18px;flex-shrink:0;opacity:.45}.eligibility-participants__tab--active .eligibility-participants__tab-chevron{opacity:.9;color:var(--white)}.eligibility-participants__panel{background:#00c853;border-radius:18px;padding:clamp(1.75rem,4vw,2.5rem);color:var(--white);min-height:300px;display:flex;flex-direction:column;gap:1.25rem}.eligibility-participants__panel-head{display:flex;align-items:center;gap:1rem}.eligibility-participants__panel-icon-wrap{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:#0a3d28;display:flex;align-items:center;justify-content:center}.eligibility-participants__panel-icon{width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1)}.eligibility-participants__panel-title{margin:0;font-family:var(--font);font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700;line-height:1.2}.eligibility-participants__panel-text{margin:0;font-family:var(--font);font-size:.9375rem;line-height:1.7;opacity:.95;max-width:62ch}.eligibility-conditions{padding:clamp(2.5rem,5vw,4rem) 0}.eligibility-conditions__inner{display:grid;grid-template-columns:1fr;gap:1.75rem;align-items:start}@media (min-width: 900px){.eligibility-conditions__inner{grid-template-columns:minmax(260px,.9fr) 1.1fr;gap:2rem}}.eligibility-conditions__title{margin:0 0 .875rem;font-family:var(--font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--black)}.eligibility-conditions__lead{margin:0;font-family:var(--font);font-size:.9375rem;line-height:1.7;color:var(--gray-800)}.eligibility-conditions__grid{list-style:none;margin:0;padding:1.25rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;background:#eceff1;border-radius:16px}.eligibility-condition{background:var(--white);border-radius:12px;padding:1rem .875rem;min-height:108px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center}.eligibility-condition__icon-wrap{width:44px;height:44px;border-radius:50%;background:#00c85324;display:flex;align-items:center;justify-content:center;color:#00b050}.eligibility-condition__icon{width:22px;height:22px}.eligibility-condition__label{margin:0;font-family:var(--font);font-size:.8125rem;font-weight:600;line-height:1.35;color:var(--black)}.eligibility-process{padding:clamp(2.5rem,5vw,3.5rem) 0 clamp(3rem,6vw,4.5rem);background:#00c853;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:28px 28px}.eligibility-process__title{margin:0 0 1.5rem;font-family:var(--font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--white);text-align:center}.eligibility-process__track{background:#0a3d28;border-radius:18px;padding:clamp(1.5rem,3vw,2rem) clamp(1rem,2.5vw,1.75rem)}.eligibility-process__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 900px){.eligibility-process__steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}}.eligibility-process__step{color:var(--white);text-align:center}.eligibility-process__step-top{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;min-height:3rem}.eligibility-process__connector{position:absolute;right:calc(50% + 1.35rem);left:calc(-50% + 1.35rem);top:50%;height:0;border-top:2px dashed rgba(255,255,255,.45);transform:translateY(-50%)}.eligibility-process__badge{position:relative;z-index:1;width:2.75rem;height:2.75rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-size:1rem;font-weight:700}.eligibility-process__badge--orange{background:#f70;color:var(--white)}.eligibility-process__badge--white{background:var(--white);color:#0a3d28}.eligibility-process__badge--dark{background:#111;color:var(--white)}.eligibility-process__step-title{margin:0 0 .35rem;font-family:var(--font);font-size:.9375rem;font-weight:700}.eligibility-process__step-text{margin:0;font-family:var(--font);font-size:.75rem;line-height:1.5;opacity:.88}.eligibility-cta{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(3rem,6vw,5rem)}.eligibility-cta__card{position:relative;min-height:clamp(220px,32vw,300px);border-radius:24px;overflow:hidden;color:var(--white)}.eligibility-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center right;background-size:cover;background-repeat:no-repeat}.eligibility-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000c7,#00000085 38%,#0000002e 62%,#0000 82%)}.eligibility-cta__content{position:relative;z-index:1;max-width:36rem;padding:clamp(2rem,5vw,3rem) clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.eligibility-cta__title{margin:0;font-family:var(--font);font-size:clamp(1.375rem,3vw,1.875rem);font-weight:700;line-height:1.25}.eligibility-cta__text{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.6;opacity:.95;max-width:42ch}.eligibility-cta__btn{margin-top:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-weight:600}@media (max-width: 899px){.eligibility-participants__filigrame-wrap{width:min(11rem,40vw)}.eligibility-participants__filigrame{opacity:.55}.eligibility-participants__tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.eligibility-participants__tabs li{flex:0 0 auto;scroll-snap-align:start}.eligibility-participants__tab{width:auto;min-width:max(240px,70vw);max-width:320px}.eligibility-participants__tab-chevron{display:none}.eligibility-participants__panel{min-height:240px}.eligibility-conditions__grid{grid-template-columns:1fr}.eligibility-process__connector{display:none}.eligibility-hero__overlay{background:linear-gradient(180deg,#000000b8,#00000073 55%,#0003)}}@media (max-width: 639px){.eligibility-cta__card{min-height:280px;border-radius:18px}.eligibility-cta__content{padding:1.75rem 1.25rem;max-width:none}.eligibility-cta__overlay{background:linear-gradient(180deg,#000000b8,#00000073 55%,#0003)}.eligibility-cta__btn{width:100%;text-align:center}}.explorer{background:var(--white);padding-top:clamp(2rem,4vw,3rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.explorer__header{margin-bottom:clamp(1.5rem,3vw,2rem)}.explorer__title{margin:0 0 .5rem;font-family:var(--font);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.15;color:var(--black)}.explorer__subtitle{margin:0;font-family:var(--font);font-size:clamp(.875rem,1.6vw,1rem);font-weight:400;color:var(--gray-600)}.explorer__grid{display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width: 768px){.explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.explorer-card{position:relative;display:block;height:clamp(5.5rem,10vw,6.75rem);border-radius:12px;overflow:hidden;text-decoration:none;color:var(--white);transition:transform .2s ease,box-shadow .2s ease}@media (min-width: 768px){.explorer-card--wide{grid-column:1 / -1;height:clamp(5.25rem,8vw,6.5rem)}}.explorer-card:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000024}.explorer-card__stripe{position:absolute;left:0;top:0;bottom:0;z-index:3;width:16px}.explorer-card--orange .explorer-card__stripe{background:#f70}.explorer-card--brown .explorer-card__stripe{background:#543417}.explorer-card--green .explorer-card__stripe{background:#00c853}.explorer-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.explorer-card--wide .explorer-card__bg{background-position:72% 12%}.explorer-card__overlay{position:absolute;left:16px;top:0;bottom:0;z-index:1;width:min(52%,18rem);background:linear-gradient(90deg,#000000c7,#00000094 72%,#0000);pointer-events:none}.explorer-card__title{position:absolute;left:16px;top:0;bottom:0;z-index:2;width:min(48%,16rem);display:flex;align-items:center;justify-content:flex-start;margin:0;padding:0 1rem 0 1.125rem;font-family:var(--font);font-size:clamp(.9375rem,1.6vw,1.125rem);font-weight:700;line-height:1.25;text-align:left}@media (max-width: 767px){.explorer-card,.explorer-card--wide{height:5.25rem}.explorer-card__overlay{width:62%}.explorer-card__title{width:58%;padding-left:.875rem;font-size:.9375rem}}.membership{background:var(--white)}.membership-hero{position:relative;min-height:clamp(260px,38vw,380px);display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.membership-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.membership-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#00000073 42%,#0000001f 72%,#0000)}.membership-hero__content{position:relative;z-index:1;width:100%;max-width:36rem;margin:0 auto 0 0;margin-left:var(--page-gutter);padding:clamp(2.5rem,6vw,4rem) 1.25rem clamp(2.5rem,6vw,4rem) 0;color:var(--white)}.membership-hero__title{margin:0 0 .875rem;font-family:var(--font);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.membership-hero__lead{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.65;opacity:.95}.membership-form-section{padding:clamp(2rem,5vw,3rem) 0 clamp(3rem,6vw,4.5rem)}.membership-form{max-width:52rem;margin:0 auto;padding:clamp(1.5rem,4vw,2.25rem);background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 8px 32px #0000000f}.membership-form__title{margin:0 0 1.5rem;font-family:var(--font);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:var(--black)}.membership-form__logo-upload{display:flex;align-items:center;justify-content:center;width:100%;min-height:7rem;margin-bottom:1.5rem;padding:1.25rem;border:2px dashed var(--gray-300);border-radius:12px;background:var(--gray-50);font-family:var(--font);font-size:.875rem;color:var(--gray-600);cursor:pointer;transition:border-color .2s ease,background .2s ease}.membership-form__logo-upload:hover{border-color:#00ae52;background:#00ae520a}.membership-form__logo-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.membership-form__row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media (min-width: 640px){.membership-form__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.membership-form__field{display:flex;flex-direction:column;gap:.375rem}.membership-form__field--full{margin-bottom:1rem}.membership-form__label{font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--gray-800)}.membership-form__input,.membership-form__textarea{width:100%;padding:.75rem .875rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);font-family:var(--font);font-size:.875rem;color:var(--black)}.membership-form__input:focus,.membership-form__textarea:focus{outline:2px solid rgba(0,174,82,.35);border-color:#00ae52}.membership-form__textarea{resize:vertical;min-height:5rem}.membership-form__file{font-family:var(--font);font-size:.8125rem}.membership-form__file::file-selector-button{margin-right:.75rem;padding:.5rem 1rem;border:0;border-radius:6px;background:#00ae52;color:var(--white);font-family:var(--font);font-size:.8125rem;font-weight:600;cursor:pointer}.membership-form__section-title{margin:1.5rem 0 1rem;padding-top:.5rem;border-top:1px solid var(--gray-200);font-family:var(--font);font-size:1rem;font-weight:700;color:var(--black)}.membership-form__row--verify .membership-form__field--code{grid-column:1 / -1}@media (min-width: 640px){.membership-form__row--verify .membership-form__field--code{grid-column:auto}}.membership-form__code-wrap{display:flex;gap:.5rem;align-items:stretch}.membership-form__input--code{flex:1;min-width:0}.membership-form__send-code{flex-shrink:0;padding:.625rem .875rem;border-radius:8px;font-size:.75rem;font-weight:600;white-space:nowrap}.membership-form__consent{display:flex;align-items:flex-start;gap:.625rem;margin:1.5rem 0;font-family:var(--font);font-size:.8125rem;line-height:1.5;color:var(--gray-800);cursor:pointer}.membership-form__checkbox{flex-shrink:0;width:1rem;height:1rem;margin-top:.15rem;accent-color:#00ae52}.membership-form__actions{display:flex;justify-content:flex-end}.membership-form__submit{padding:.875rem 2rem;border-radius:8px;font-weight:600}.membership-form__fieldset{border:0;margin:0;padding:0;min-width:0}.membership-form__fieldset:disabled{opacity:.72}.membership-form__notice{margin:0 0 1rem;padding:.75rem 1rem;border-radius:8px;background:#f0fdf4;border:1px solid #bbf7d0;font-size:.9375rem;line-height:1.5}.membership-form__error{margin:0 0 1rem;padding:.75rem 1rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.9375rem}.membership-form__file-hint{display:block;margin-top:.35rem;font-size:.8125rem;color:var(--gray-600)}.membership-form__verified{display:block;margin-top:.35rem;font-size:.8125rem;font-weight:600;color:#15803d}.membership-form__verify-code{margin-top:.5rem;width:100%;padding:.5rem .75rem;border-radius:8px;font-size:.875rem}.membership-form__submit:disabled{opacity:.55;cursor:not-allowed}.membership-form--success p{margin:0;line-height:1.65;color:var(--gray-800)}.plaintes-hub{background:var(--white)}.plaintes-hub__hero{position:relative;min-height:clamp(260px,38vw,380px);display:flex;align-items:center;overflow:hidden}.plaintes-hub__hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.plaintes-hub__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#00000073 42%,#0000001f 72%,#0000)}.plaintes-hub__hero-content{position:relative;z-index:1;width:100%;max-width:40rem;margin-left:var(--page-gutter);padding:clamp(2.5rem,6vw,4rem) 1.25rem clamp(2.5rem,6vw,4rem) 0;color:var(--white)}.plaintes-hub__hero-title{margin:0 0 .875rem;font-family:var(--font);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.plaintes-hub__hero-lead{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.65;opacity:.95}.plaintes-hub__actions{padding:clamp(2rem,5vw,3.5rem) 0 clamp(3rem,6vw,4.5rem)}.plaintes-hub__header{max-width:42rem;margin-bottom:clamp(1.5rem,4vw,2.25rem)}.plaintes-hub__title{margin:0 0 .75rem;font-family:var(--font);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--black)}.plaintes-hub__lead{margin:0;font-family:var(--font);font-size:.9375rem;line-height:1.65;color:var(--gray-600)}.plaintes-hub__cards{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}@media (min-width: 768px){.plaintes-hub__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.plaintes-hub__card{display:flex;flex-direction:column;gap:.75rem;min-height:100%;padding:clamp(1.25rem,3vw,1.75rem);border:1px solid var(--gray-200);border-radius:16px;background:var(--white);box-shadow:0 8px 32px #0000000f;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.plaintes-hub__card:hover{border-color:#00ae52;box-shadow:0 12px 36px #00ae521f;transform:translateY(-2px)}.plaintes-hub__card--alt{background:linear-gradient(180deg,rgba(0,174,82,.04) 0%,var(--white) 100%)}.plaintes-hub__card-badge{align-self:flex-start;padding:.25rem .625rem;border-radius:999px;background:#00ae521f;font-family:var(--font);font-size:.75rem;font-weight:700;color:#007a3d;text-transform:uppercase;letter-spacing:.04em}.plaintes-hub__card-title{margin:0;font-family:var(--font);font-size:1.25rem;font-weight:700;color:var(--black)}.plaintes-hub__card-text{margin:0;flex:1;font-family:var(--font);font-size:.9375rem;line-height:1.65;color:var(--gray-600)}.plaintes-hub__card-cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.25rem;font-family:var(--font);font-size:.875rem;font-weight:700;color:#00ae52}.plaintes-hub__info{display:grid;grid-template-columns:1fr;gap:.75rem;margin:0;padding:1.25rem;list-style:none;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-50)}@media (min-width: 640px){.plaintes-hub__info{grid-template-columns:repeat(3,minmax(0,1fr))}}.plaintes-hub__info li{display:flex;flex-direction:column;gap:.25rem}.plaintes-hub__info-label{font-family:var(--font);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600)}.plaintes-hub__info-value{font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--black)}.plainte-chat{display:flex;flex-direction:column;min-height:380px;max-height:min(560px,calc(100vh - 14rem));border:1px solid var(--gray-200);border-radius:16px;background:var(--white);overflow:hidden;box-shadow:0 8px 32px #0000000f}.plainte-chat__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--gray-200);background:linear-gradient(180deg,rgba(0,174,82,.08) 0%,var(--white) 100%)}.plainte-chat__title{margin:0;font-family:var(--font);font-size:1rem;font-weight:700}.plainte-chat__subtitle{margin:.2rem 0 0;font-family:var(--font);font-size:.8rem;color:var(--gray-600)}.plainte-chat__refresh{flex-shrink:0;padding:.35rem .65rem;font-size:.8rem}.plainte-chat__thread{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:var(--gray-50)}.plainte-chat__empty{margin:auto;text-align:center;color:var(--gray-600);font-family:var(--font);font-size:.9rem}.plainte-chat__bubble-wrap{display:flex;justify-content:flex-start}.plainte-chat__bubble-wrap--mine{justify-content:flex-end}.plainte-chat__bubble{max-width:min(88%,340px);padding:.65rem .85rem;border-radius:12px;box-shadow:0 1px 2px #0f172a0f}.plainte-chat__bubble--plaignant{background:var(--white);border:1px solid var(--gray-200);border-bottom-right-radius:4px}.plainte-chat__bubble--conseil{background:#00ae521a;border:1px solid rgba(0,174,82,.25);border-bottom-left-radius:4px}.plainte-chat__author{display:block;font-family:var(--font);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#007a3d;margin-bottom:.25rem}.plainte-chat__bubble--plaignant .plainte-chat__author{color:#0369a1}.plainte-chat__bubble p{margin:0;font-family:var(--font);font-size:.9rem;line-height:1.5;white-space:pre-wrap}.plainte-chat__bubble time{display:block;margin-top:.35rem;font-size:.7rem;color:var(--gray-600)}.plainte-chat__closed{margin:0;padding:.65rem 1rem;background:#fef2f2;color:#b91c1c;font-family:var(--font);font-size:.85rem;border-top:1px solid #fecaca}.plainte-chat__composer{padding:.75rem 1rem 1rem;border-top:1px solid var(--gray-200);background:var(--white);display:flex;flex-direction:column;gap:.5rem}.plainte-chat__input{width:100%;resize:vertical;min-height:72px;padding:.75rem .875rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);font-family:var(--font);font-size:.875rem}.plainte-chat__input:focus{outline:2px solid rgba(0,174,82,.35);border-color:#00ae52}.plainte-chat--embedded{min-height:420px;max-height:min(640px,calc(100vh - 12rem));border:0;border-radius:0;box-shadow:none}.plainte-chat__toolbar{display:flex;justify-content:flex-end;padding:.75rem 1rem;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.plainte-chat__toolbar .plainte-chat__refresh{font-size:.8125rem}.plainte-chat__composer-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;align-items:center}.plainte-chat__file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.plainte-chat__attach,.plainte-chat__send{padding:.65rem 1rem;font-size:.8125rem;font-weight:600}.plainte-chat__pending{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.plainte-chat__pending li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .625rem;border-radius:6px;background:var(--gray-100);font-family:var(--font);font-size:.8125rem}.plainte-chat__pending-remove{border:0;background:none;font-size:1.125rem;line-height:1;color:var(--gray-600);cursor:pointer}.plainte-chat__file-error{margin:0;font-family:var(--font);font-size:.8125rem;color:#b91c1c}.plainte-chat__attachments{display:flex;flex-direction:column;gap:.35rem;margin-top:.35rem}.plainte-chat__attachment--image img{max-width:100%;border-radius:8px}.plainte-chat__attachment--file{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#007a3d;text-decoration:none}.plainte-chat__attachment-size{font-size:.75rem;color:var(--gray-600)}.plaintes-page .plaintes-form__nav{margin:0 0 1rem;font-family:var(--font);font-size:.875rem}.plaintes-page .plaintes-form__nav a{color:#00ae52;font-weight:600;text-decoration:none}.plaintes-page .plaintes-form__nav a:hover{text-decoration:underline}.plaintes-form__anonyme{margin-top:0;margin-bottom:1rem}.plaintes-form__hint{margin:0 0 1rem;padding:.875rem 1rem;border-radius:8px;border:1px solid rgba(0,174,82,.25);background:#00ae520f;font-family:var(--font);font-size:.875rem;line-height:1.55;color:var(--gray-800)}.plaintes-form__file-count{font-family:var(--font);font-size:.8125rem;color:var(--gray-600)}.plaintes-form__input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.04em}.plaintes-form__alert{margin:0 0 1rem;padding:.875rem 1rem;border-radius:8px;font-family:var(--font);font-size:.875rem;line-height:1.55}.plaintes-form__alert--error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.plaintes-form__alert--success{border:1px solid rgba(0,174,82,.3);background:#00ae5214;color:var(--gray-800)}.plaintes-form__alert-title{margin:0 0 .35rem;font-weight:700;color:#007a3d}.plaintes-form__alert-note{margin:.5rem 0;color:var(--gray-600)}.plaintes-form__ref{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1rem;color:var(--black)}.plaintes-form__alert-link{display:inline-block;margin-top:.35rem;color:#00ae52;font-weight:600;text-decoration:none}.plaintes-form__alert-link:hover{text-decoration:underline}.plaintes-form--suivi{margin-bottom:1.25rem}.plaintes-suivi-card{margin-top:0}.plaintes-suivi-card__head{margin-bottom:.5rem}.plaintes-suivi-card__ref{margin:0 0 .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;color:var(--gray-600)}.plaintes-suivi-card__statut{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-family:var(--font);font-size:.8125rem;font-weight:700;background:var(--gray-100);color:var(--gray-800)}.plaintes-suivi-card__statut--ouverte{background:#fff7ed;color:#c2410c}.plaintes-suivi-card__statut--en_cours{background:#eff6ff;color:#1d4ed8}.plaintes-suivi-card__statut--resolue{background:#00ae521f;color:#007a3d}.plaintes-suivi-card__statut--rejetee{background:#fef2f2;color:#b91c1c}.plaintes-suivi-card__dates{margin:.75rem 0 0;font-family:var(--font);font-size:.875rem;color:var(--gray-600)}.plaintes-suivi-card__section{margin-top:.25rem}.plaintes-suivi-card__section .membership-form__section-title{margin-top:1.25rem;margin-bottom:.75rem}.plaintes-suivi-card__text{margin:0;font-family:var(--font);font-size:.9375rem;line-height:1.65;color:var(--gray-800)}.plaintes-suivi-card__empty{margin:0;font-family:var(--font);font-size:.875rem;color:var(--gray-600)}.plaintes-suivi-card__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.875rem}.plaintes-suivi-card__list li{padding:.875rem 1rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50)}.plaintes-suivi-card__list time{display:block;margin-bottom:.35rem;font-family:var(--font);font-size:.75rem;color:var(--gray-600)}.plaintes-suivi-card__list p{margin:0;font-family:var(--font);font-size:.875rem;line-height:1.55;color:var(--gray-800)}.plaintes-suivi-card__list--timeline li{border-left:3px solid #00ae52}.membership-form select.membership-form__input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.membership-form__fieldset{margin:0;padding:0;border:0;min-width:0}.plainte-project-search{position:relative;margin-bottom:1rem}.plainte-project-search__selected{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-top:.5rem;padding:.625rem .875rem;border-radius:8px;border:1px solid rgba(0,174,82,.25);background:#00ae520f;font-family:var(--font);font-size:.8125rem;color:var(--gray-800)}.plainte-project-search__clear{padding:.35rem .75rem;border:1px solid var(--gray-300);border-radius:6px;background:var(--white);font-family:var(--font);font-size:.75rem;font-weight:600;color:var(--gray-700);cursor:pointer}.plainte-project-search__clear:hover:not(:disabled){border-color:#00ae52;color:#007a3d}.plainte-project-search__list{position:absolute;z-index:20;left:0;right:0;top:calc(100% - .25rem);margin:0;padding:.35rem 0;list-style:none;max-height:14rem;overflow-y:auto;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);box-shadow:0 8px 24px #0000001a}.plainte-project-search__option{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.625rem .875rem;border:0;background:transparent;font-family:var(--font);font-size:.875rem;text-align:left;color:var(--gray-800);cursor:pointer}.plainte-project-search__option:hover{background:#00ae5214}.plainte-project-search__option-name{font-weight:600}.plainte-project-search__option-code{font-size:.75rem;color:var(--gray-600)}.plainte-project-search__empty{padding:.625rem .875rem;font-family:var(--font);font-size:.8125rem;color:var(--gray-600)}.plaintes-form__raison-fieldset{margin:0 0 1rem;padding:1rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50)}.plaintes-form__raison-fieldset .membership-form__label{margin-bottom:.5rem;padding:0}.plaintes-form__raison-search{margin-bottom:.875rem}.plaintes-form__raison-empty{margin:0;font-family:var(--font);font-size:.8125rem;color:var(--gray-600)}.plaintes-form__raison-groups{display:flex;flex-direction:column;gap:1rem}.plaintes-form__raison-group-title{margin:0 0 .5rem;font-family:var(--font);font-size:.8125rem;font-weight:700;color:var(--gray-700);text-transform:uppercase;letter-spacing:.04em}.plaintes-form__raison-chips{display:flex;flex-wrap:wrap;gap:.5rem}.plaintes-form__raison-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border:1px solid var(--gray-300);border-radius:999px;background:var(--white);font-family:var(--font);font-size:.8125rem;color:var(--gray-800);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.plaintes-form__raison-chip:hover{border-color:#00ae52}.plaintes-form__raison-chip--active{border-color:#00ae52;background:#00ae521f;color:#007a3d;font-weight:600}.plaintes-form__raison-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.plaintes-page--suivi .plaintes-suivi-section{padding-top:clamp(1.5rem,4vw,2.5rem)}.plaintes-suivi-container{max-width:56rem}.plaintes-suivi-toolbar{max-width:36rem;margin:0 auto;padding:clamp(1.25rem,3vw,1.75rem);border:1px solid var(--gray-200);border-radius:16px;background:var(--white);box-shadow:0 8px 32px #0000000f}.plaintes-suivi-search{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.plaintes-suivi-search__field{flex:1 1 14rem;display:flex;flex-direction:column;gap:.375rem}.plaintes-suivi-search__btn{flex-shrink:0}.plaintes-suivi-auth{display:flex;flex-direction:column;gap:1rem}.plaintes-suivi-auth__ref{margin:0;font-family:var(--font);font-size:.875rem;color:var(--gray-700)}.plaintes-suivi-auth__ref strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--black)}.plaintes-suivi-auth__form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.plaintes-suivi-auth__form .membership-form__field{flex:1 1 12rem}.plaintes-suivi-auth__back{align-self:flex-start;padding:0;border:0;background:none;font-family:var(--font);font-size:.875rem;font-weight:600;color:#00ae52;cursor:pointer}.plaintes-suivi-auth__back:hover{text-decoration:underline}.plaintes-suivi-workspace{border:1px solid var(--gray-200);border-radius:16px;background:var(--white);box-shadow:0 8px 32px #0000000f;overflow:hidden}.plaintes-suivi-status{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--gray-200);background:linear-gradient(180deg,rgba(0,174,82,.06) 0%,var(--white) 100%)}.plaintes-suivi-status__main{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}.plaintes-suivi-status__identity{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem .875rem}.plaintes-suivi-status__ref{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.0625rem;font-weight:700;color:var(--black);letter-spacing:.03em}.plaintes-suivi-status__logout{padding:.45rem .875rem;font-size:.8125rem}.plaintes-suivi-status__dates{margin:.625rem 0 0;font-family:var(--font);font-size:.8125rem;color:var(--gray-600)}.plaintes-suivi-tabs{display:flex;gap:0;padding:0 1rem;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.plaintes-suivi-tabs__tab{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:-1px;padding:.875rem 1.125rem;border:0;border-bottom:2px solid transparent;background:transparent;font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:color .15s ease,border-color .15s ease}.plaintes-suivi-tabs__tab:hover{color:var(--gray-800)}.plaintes-suivi-tabs__tab--active{color:#007a3d;border-bottom-color:#00ae52;background:var(--white)}.plaintes-suivi-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:#00ae5226;font-size:.6875rem;font-weight:700;color:#007a3d}.plaintes-suivi-tabpanel{min-height:420px}.plaintes-suivi-tabpanel[hidden]{display:none}.plaintes-suivi-info{padding:1.25rem;display:flex;flex-direction:column;gap:1.5rem}.plaintes-suivi-info__section{padding-bottom:1.25rem;border-bottom:1px solid var(--gray-200)}.plaintes-suivi-info__section:last-child{padding-bottom:0;border-bottom:0}.plaintes-suivi-info__title{margin:0 0 .875rem;font-family:var(--font);font-size:.9375rem;font-weight:700;color:var(--black)}.plaintes-suivi-info__subtitle{margin:1rem 0 .625rem;font-family:var(--font);font-size:.8125rem;font-weight:700;color:var(--gray-700);text-transform:uppercase;letter-spacing:.04em}.plaintes-suivi-info__grid{display:grid;grid-template-columns:1fr;gap:.75rem 1.5rem;margin:0}@media (min-width: 640px){.plaintes-suivi-info__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.plaintes-suivi-info__row{display:flex;flex-direction:column;gap:.25rem;margin:0}.plaintes-suivi-info__row--full{grid-column:1 / -1}.plaintes-suivi-info__row dt{margin:0;font-family:var(--font);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600)}.plaintes-suivi-info__row dd{margin:0;font-family:var(--font);font-size:.9375rem;line-height:1.55;color:var(--gray-800)}.plaintes-suivi-info__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.plaintes-suivi-info__text{margin:0;font-family:var(--font);font-size:.9375rem;line-height:1.65;color:var(--gray-800);white-space:pre-wrap}.plaintes-suivi-info__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.plaintes-suivi-info__tags li{padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(0,174,82,.25);background:#00ae5214;font-family:var(--font);font-size:.8125rem;color:#007a3d}.plaintes-suivi-info__files{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.plaintes-suivi-info__files li{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.625rem .875rem;border:1px solid var(--gray-200);border-radius:8px;background:var(--gray-50);font-family:var(--font);font-size:.875rem}.plaintes-suivi-info__files a{color:#007a3d;font-weight:600;text-decoration:none}.plaintes-suivi-info__files a:hover{text-decoration:underline}.plaintes-suivi-info__file-size{font-size:.75rem;color:var(--gray-600)}.org-detail{position:relative;overflow:visible;background:var(--white);padding-bottom:clamp(2.5rem,5vw,4rem)}.org-detail__filigrame-wrap{position:absolute;right:0;top:clamp(4.5rem,11vw,6.5rem);width:min(16rem,38vw);pointer-events:none;z-index:0;line-height:0}.org-detail__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.92}.org-detail__inner{position:relative;z-index:1}.org-detail__back{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;margin-bottom:1.25rem;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--gray-600)}.org-detail__back:hover{color:var(--green-700)}.org-detail__back-icon{width:18px;height:18px}.org-detail__missing{margin:2rem 0;color:var(--gray-600)}.org-detail__head{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.org-detail__logo-wrap{flex-shrink:0;width:clamp(5rem,12vw,6.5rem);height:clamp(5rem,12vw,6.5rem);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#00ae52}.org-detail__logo{width:100%;height:100%;object-fit:contain;padding:.5rem;background:var(--white)}.org-detail__logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.org-detail__logo-icon{width:2.75rem;height:2.75rem;filter:brightness(0) invert(1)}.org-detail__title{margin:0 0 .25rem;font-family:var(--font);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--black)}.org-detail__domain{margin:0 0 .35rem;font-family:var(--font);font-size:.9375rem;color:var(--gray-600)}.org-detail__location{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-family:var(--font);font-size:.875rem;color:var(--gray-800)}.org-detail__location-icon{width:16px;height:16px;color:var(--orange)}.org-detail__body{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media (min-width: 900px){.org-detail__body{grid-template-columns:minmax(14rem,.42fr) minmax(0,1fr);gap:1.75rem}}.org-detail__sidebar{background:#00ae52;border-radius:14px;padding:1.5rem 1.25rem;color:var(--white)}.org-detail__contact{margin:0;display:flex;flex-direction:column;gap:1.25rem}.org-detail__contact dt{margin:0 0 .25rem;font-family:var(--font);font-size:.8125rem;font-weight:700}.org-detail__contact dd{margin:0;font-family:var(--font);font-size:.875rem;line-height:1.5;opacity:.95}.org-detail__projects-title{margin:0 0 1.25rem;font-family:var(--font);font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:700;color:var(--black)}.org-detail__project-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.org-detail .project-card{display:flex;gap:1rem;padding:.875rem;border:1px solid var(--gray-200);border-radius:12px;background:var(--white);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.org-detail .project-card:hover{border-color:#00ae52;box-shadow:0 4px 16px #0000000f}.org-detail .project-card__thumb{flex-shrink:0;width:7.5rem;height:7.5rem;border-radius:8px;object-fit:cover}.org-detail .project-card__body{flex:1;min-width:0}.org-detail .project-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.org-detail .project-card__title{margin:0;font-family:var(--font);font-size:.9375rem;font-weight:700;color:var(--black)}.org-detail .project-card__badge{flex-shrink:0;padding:.2rem .625rem;border-radius:999px;font-size:.6875rem;font-weight:600}.org-detail .project-card__badge--active{background:#00ae521f;color:#00ae52}.org-detail .project-card__badge--done{background:#dc35451a;color:#dc3545}.org-detail .project-card__meta{display:flex;align-items:center;gap:.35rem;margin:0 0 .2rem;font-family:var(--font);font-size:.8125rem;color:var(--gray-600)}.org-detail .project-card__meta-icon{width:14px;height:14px;color:var(--orange);flex-shrink:0}.org-detail .project-card__metrics{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;font-family:var(--font);font-size:.75rem;font-weight:600;color:#00ae52}@media (max-width: 639px){.org-detail .project-card{flex-direction:column}.org-detail .project-card__thumb{width:100%;height:8rem}}.org-detail__empty,.org-detail__missing{margin:1rem 0 0;color:#64748b}.organizations{position:relative;overflow:visible;background:var(--white);padding-bottom:clamp(2.5rem,5vw,4rem)}.organizations__filigrame-wrap{position:absolute;right:0;top:clamp(5.5rem,14vw,7.5rem);width:min(16rem,38vw);pointer-events:none;z-index:0;line-height:0}.organizations__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.92}.organizations__inner{position:relative;z-index:1}.organizations__back{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;margin-bottom:1.25rem;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--gray-600)}.organizations__back:hover{color:var(--green-700)}.organizations__back-icon{width:18px;height:18px}.organizations__header{margin-bottom:1.75rem}.organizations__title{margin:0 0 .5rem;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--black)}.organizations__intro{margin:0;font-family:var(--font);font-size:clamp(.875rem,1.6vw,1rem);color:var(--gray-600)}.organizations-toolbar{margin-bottom:1.5rem}.organizations-search{display:flex;align-items:center;gap:.75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:999px;padding:.75rem 1.125rem;margin-bottom:.875rem}.organizations-search__icon{width:20px;height:20px;color:var(--gray-600);flex-shrink:0}.organizations-search__input{flex:1;min-width:0;border:0;background:transparent;font-family:var(--font);font-size:.9375rem;color:var(--gray-800)}.organizations-search__input:focus{outline:none}.organizations-filters{display:flex;flex-wrap:wrap;gap:.625rem;align-items:flex-end}.organizations-filter{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1 1 120px}.organizations-filter__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.organizations-filter__select{width:100%;padding:.625rem 2rem .625rem .75rem;border:1px solid var(--gray-200);border-radius:8px;font-family:var(--font);font-size:.8125rem;color:var(--gray-800);background:var(--white);-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='12' viewBox='0 0 24 24' fill='none' stroke='%235c6b64' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}.organizations-filters__reset{flex-shrink:0;padding-inline:1.25rem}.organizations-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width: 640px){.organizations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 900px){.organizations-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.org-card{display:flex;align-items:center;gap:.875rem;min-height:5.5rem;padding:.875rem;border:1px solid var(--gray-200);border-radius:12px;background:var(--white);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.org-card:hover{border-color:#00ae52;box-shadow:0 4px 16px #0000000f}.org-card__logo-wrap{flex-shrink:0;width:4.5rem;height:4.5rem;border:1px solid var(--gray-200);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--white)}.org-card__logo{width:100%;height:100%;object-fit:contain;padding:.375rem}.org-card__logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#00ae52}.org-card__logo-icon{width:2rem;height:2rem;filter:brightness(0) invert(1)}.org-card__body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.org-card__name{font-family:var(--font);font-size:.9375rem;font-weight:700;color:var(--black)}.org-card__domain{font-family:var(--font);font-size:.8125rem;color:var(--gray-600)}.org-card__location{display:inline-flex;align-items:center;gap:.25rem;font-family:var(--font);font-size:.8125rem;color:var(--gray-800)}.org-card__location-icon{width:14px;height:14px;color:var(--orange);flex-shrink:0}@media (max-width: 639px){.organizations__filigrame-wrap{width:min(10rem,40vw);top:clamp(4.5rem,18vw,6rem)}}.organizations__error,.organizations__empty,.organizations__count{margin:.75rem 0 0;font-size:.9rem}.organizations__error{padding:.85rem 1rem;border-radius:.75rem;background:#fff7ed;color:#9a3412}.organizations__empty{color:#64748b}.organizations__count{color:#475569;font-weight:600}.project-impact{display:grid;gap:1rem}.project-impact--empty{min-height:12rem;display:grid;place-items:center;padding:1.5rem;border-radius:14px;background:#f3f6f4;color:var(--gray-600);font-family:var(--font);font-size:.95rem;text-align:center}.project-impact__grid{display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width: 900px){.project-impact__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.project-impact__card{display:grid;gap:1rem;padding:1.1rem 1.15rem;border:1px solid var(--gray-200);border-radius:14px;background:var(--white);box-shadow:0 6px 18px #0f172a0a}.project-impact__card--zones{margin-top:.15rem}.project-impact__card-head{display:grid;gap:.2rem}.project-impact__card-title{margin:0;font-family:var(--font);font-size:.95rem;font-weight:700;color:var(--black)}.project-impact__card-sub{margin:0;font-family:var(--font);font-size:.78rem;color:var(--gray-600)}.project-impact__bars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;align-items:end;min-height:12rem}.project-impact__bar-col{display:grid;grid-template-rows:auto 1fr auto;gap:.4rem;justify-items:center;min-height:11rem}.project-impact__bar-value{margin:0;font-family:var(--font);font-size:.78rem;font-weight:700;color:var(--gray-800);text-align:center}.project-impact__bar-track{width:100%;max-width:3.2rem;height:100%;min-height:7.5rem;border-radius:999px;background:#eef3f0;display:flex;align-items:flex-end;overflow:hidden}.project-impact__bar-fill{width:100%;border-radius:999px 999px 0 0;min-height:.5rem;transition:height .45s ease}.project-impact__bar-label{margin:0;font-family:var(--font);font-size:.72rem;font-weight:600;color:var(--gray-600);text-align:center;line-height:1.3}.project-impact__donut-wrap{display:grid;gap:.85rem;justify-items:center}.project-impact__donut{width:min(100%,10.5rem);height:auto}.project-impact__donut-center-value{fill:var(--black);font-size:1rem;font-weight:700;font-family:var(--font)}.project-impact__donut-center-label{fill:var(--gray-600);font-size:.55rem;font-weight:600;font-family:var(--font);text-transform:uppercase;letter-spacing:.04em}.project-impact__legend{list-style:none;margin:0;padding:0;width:100%;display:grid;gap:.45rem}.project-impact__legend li{display:grid;grid-template-columns:auto 1fr auto;gap:.45rem;align-items:center;font-family:var(--font);font-size:.78rem;color:var(--gray-700)}.project-impact__legend-swatch{width:.65rem;height:.65rem;border-radius:999px}.project-impact__legend-label{min-width:0}.project-impact__legend strong{font-size:.78rem;color:var(--black)}.project-impact__rings{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.project-impact__ring{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:center}.project-impact__ring-svg{width:3.6rem;height:3.6rem}.project-impact__ring-pct{fill:var(--black);font-size:.72rem;font-weight:700;font-family:var(--font)}.project-impact__ring-label{margin:0 0 .15rem;font-family:var(--font);font-size:.78rem;color:var(--gray-600)}.project-impact__ring-value{margin:0;font-family:var(--font);font-size:.95rem;font-weight:700;color:var(--black)}.project-impact__zone-bars{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.project-impact__zone-head{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;font-family:var(--font);font-size:.82rem;color:var(--gray-700)}.project-impact__zone-track{height:.55rem;border-radius:999px;background:#eef3f0;overflow:hidden}.project-impact__zone-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#00ae52,#4caf50)}.project-impact__flags{display:flex;flex-wrap:wrap;gap:.5rem}.project-impact__flag{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--gray-200);background:#f8faf9;font-family:var(--font);font-size:.75rem;font-weight:650;color:var(--gray-700)}.project-impact__flag--on{border-color:#00ae5259;background:#00ae521a;color:#0f5c38}.project-impact__empty-inline{margin:0;padding:1.5rem .5rem;text-align:center;font-family:var(--font);font-size:.85rem;color:var(--gray-600)}@media (max-width: 640px){.project-impact__bars{min-height:10rem}.project-impact__bar-col{min-height:9rem}}.project-detail{position:relative;overflow:visible;background:var(--white);padding-bottom:clamp(2.5rem,5vw,4rem)}.project-detail__filigrame-wrap{position:absolute;right:0;top:clamp(4.5rem,11vw,6.5rem);width:min(16rem,38vw);pointer-events:none;z-index:2;line-height:0}.project-detail__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.92}.project-detail__inner{position:relative;z-index:1}.project-detail__back{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;margin-bottom:1.25rem;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--gray-600)}.project-detail__back:hover{color:var(--green-700)}.project-detail__back-icon{width:18px;height:18px}.project-detail__missing{margin:2rem 0;font-family:var(--font);color:var(--gray-800)}.project-detail__banner-wrap{margin-bottom:1.5rem;border-radius:16px;overflow:hidden}.project-detail__banner{display:block;width:100%;height:clamp(180px,28vw,280px);object-fit:cover}.project-detail__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1rem}.project-detail__title{margin:0 0 .5rem;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--black)}.project-detail__location{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-family:var(--font);font-size:.9375rem;color:#f47b20}.project-detail__location-icon{width:18px;height:18px;flex-shrink:0;color:#f47b20;stroke:currentColor;fill:none}.project-detail__partner{margin:.25rem 0 0;font-family:var(--font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:#6b9e2e;text-transform:none}.project-detail__description{margin:0 0 1.75rem;max-width:52rem;font-family:var(--font);font-size:clamp(.875rem,1.6vw,1rem);line-height:1.7;color:var(--gray-800)}.project-detail__metrics{display:grid;grid-template-columns:1fr;gap:.875rem;margin-bottom:2rem}@media (min-width: 768px){.project-detail__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.project-detail-metric{display:flex;align-items:center;gap:.875rem;border-radius:14px;padding:.875rem 1rem;color:var(--white);min-height:88px}.project-detail-metric--orange{background:#f47b20}.project-detail-metric--green{background:#00b050}.project-detail-metric--brown{background:#6b4423}.project-detail-metric__icon-box{width:52px;height:52px;border-radius:12px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-detail-metric__icon{width:28px;height:28px;color:var(--white)}.project-detail-metric__icon-img{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1)}.project-detail-metric__label{margin:0;font-family:var(--font);font-size:.8125rem;font-weight:500;opacity:.95}.project-detail-metric__value{margin:.2rem 0 0;font-family:var(--font);font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;line-height:1.2}.project-detail__section{margin-bottom:2rem}.project-detail__section-title{margin:0 0 1rem;font-family:var(--font);font-size:clamp(1.125rem,2.2vw,1.375rem);font-weight:700;color:var(--black)}.project-detail__gallery{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}@media (min-width: 768px){.project-detail__gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}.project-detail__gallery-item{aspect-ratio:1.15;border-radius:12px;background:#eceff1;display:flex;align-items:center;justify-content:center;color:#b0bec5}.project-detail__gallery-item svg{width:42px;height:42px}.project-detail__sdgs{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.625rem}.project-detail__sdg{display:block;width:72px;height:72px;flex:0 0 auto;object-fit:cover;border-radius:2px}@media (min-width: 768px){.project-detail__sdg{width:80px;height:80px}}.project-detail__partners{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:center}@media (min-width: 768px){.project-detail__partners{grid-template-columns:repeat(4,minmax(0,1fr))}}.project-detail__partner-logo{width:100%;max-height:72px;object-fit:contain}@media (max-width: 639px){.project-detail__filigrame-wrap{width:min(10rem,40vw);top:clamp(4rem,16vw,5.5rem)}.project-detail__filigrame{opacity:.65}.project-detail__partner{width:100%}}.project-detail__code,.project-detail__period{margin:0 0 .35rem;color:#64748b;font-size:.85rem;font-weight:600}.project-detail__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.25rem;margin:0}.project-detail__facts dt{margin:0;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.project-detail__facts dd{margin:.2rem 0 0;font-weight:600;color:#1f2937}.project-detail__zones{margin:1rem 0 0;padding-left:1.1rem;color:#475569;font-size:.9rem}.project-detail__partners--text{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;margin:0;padding:0}.project-detail__partner-chip{padding:.45rem .75rem;border-radius:999px;background:#ecfdf5;color:#065f46;font-size:.85rem;font-weight:600}.project-detail__empty{margin:0;color:#64748b}.project-detail__partner{text-decoration:none;color:inherit}@media (max-width: 720px){.project-detail__facts{grid-template-columns:1fr}}.projects-map{position:relative;min-height:460px;border-radius:14px;overflow:hidden;border:1px solid var(--gray-200);background:#e9f3ec}.projects-map__canvas{display:block;width:100%;height:100%;min-height:460px}.projects-map__canvas .leaflet-container{width:100%;height:100%;min-height:460px;font:inherit;background:#e9f3ec}.projects-map__legend{position:absolute;left:.75rem;bottom:.75rem;z-index:500;max-width:min(100% - 1.5rem,17rem);background:#fffffff5;border-radius:10px;padding:.75rem .875rem;box-shadow:0 4px 16px #00000014;pointer-events:none}.projects-map__hint{margin:0 0 .5rem;font-family:var(--font);font-size:.6875rem;font-weight:600;color:var(--gray-800)}.projects-map__legend-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem;font-family:var(--font);font-size:.6875rem;color:var(--gray-800)}.projects-map__legend-list li{display:flex;align-items:center;gap:.5rem}.projects-map__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.projects-map__dot--green{background:#00c853}.projects-map__dot--orange{background:#f70}.projects-map__dot--brown{background:#543417}.projects-map__dot--grey{background:#9aa3a0}.projects-map-tooltip{font-family:var(--font);font-size:.75rem;font-weight:600;border-radius:6px;border:1px solid var(--gray-200);box-shadow:0 2px 8px #0000001a}.projects-map-count{background:transparent;border:none;box-shadow:none;color:#fff;font-family:var(--font);font-size:.75rem;font-weight:700;margin:0;padding:0}.projects-map-count:before{display:none}@media (max-width: 639px){.projects-map,.projects-map__canvas,.projects-map__canvas .leaflet-container{min-height:340px}}.projects{position:relative;overflow:visible;background:var(--white);padding-bottom:clamp(2.5rem,5vw,4rem)}.projects__inner{position:relative;z-index:1}.projects__back{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;margin-bottom:1.25rem;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--gray-600)}.projects__back:hover{color:var(--green-700)}.projects__back-icon{width:18px;height:18px}.projects__content-head{position:relative;margin-bottom:1.75rem}.projects__filigrame-wrap{position:absolute;right:0;top:clamp(5.5rem,14vw,7.5rem);width:min(16rem,38vw);pointer-events:none;z-index:0;line-height:0;overflow:visible}.projects__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.92}.projects__hero{position:relative;z-index:1;margin-bottom:1.75rem}.projects__title{margin:0 0 .75rem;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--black)}.projects__intro{margin:0;max-width:52rem;font-family:var(--font);font-size:clamp(.875rem,1.6vw,1rem);line-height:1.65;color:var(--gray-800)}.projects-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}@media (min-width: 900px){.projects-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.projects-stat{position:relative;border-radius:16px;padding:1.75rem 1rem 1.5rem;color:var(--white);text-align:center;min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.projects-stat--green{background:#00b050}.projects-stat--orange{background:#f47b20}.projects-stat--brown{background:#6b4423}.projects-stat--dark{background:#1a1a1a}.projects-stat__watermark{position:absolute;top:50%;left:50%;width:min(54%,112px);height:auto;transform:translate(-50%,-58%);opacity:.24;pointer-events:none;object-fit:contain}.projects-stat__watermark--pin{width:min(48%,100px);height:min(48%,100px);color:var(--white);stroke:currentColor;fill:none;stroke-width:1.6}.projects-stat--dark .projects-stat__watermark,.projects-stat--dark .projects-stat__watermark--pin{opacity:.34;filter:brightness(2)}.projects-stat__value{position:relative;z-index:1;margin:0;font-family:var(--font);font-size:clamp(1.875rem,3.2vw,2.5rem);font-weight:700;line-height:1}.projects-stat__label{position:relative;z-index:1;margin:.625rem 0 0;font-family:var(--font);font-size:.875rem;font-weight:500;line-height:1.35;max-width:14ch}.projects-toolbar{margin-bottom:1.25rem}.projects-search{display:flex;align-items:center;gap:.75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:999px;padding:.75rem 1.125rem;margin-bottom:.875rem}.projects-search__icon{width:20px;height:20px;color:var(--gray-600);flex-shrink:0}.projects-search__input{flex:1;min-width:0;border:0;background:transparent;font-family:var(--font);font-size:.9375rem;color:var(--gray-800)}.projects-search__input:focus{outline:none}.projects-filters{display:flex;flex-wrap:wrap;gap:.625rem;align-items:flex-end}.projects-filter{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1 1 120px}.projects-filter__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.projects-filter__select{width:100%;padding:.625rem 2rem .625rem .75rem;border:1px solid var(--gray-200);border-radius:8px;font-family:var(--font);font-size:.8125rem;color:var(--gray-800);background:var(--white);-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='12' viewBox='0 0 24 24' fill='none' stroke='%235c6b64' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}.projects-filters__reset{flex:0 0 auto;padding:.625rem 1.25rem;font-size:.8125rem;border-radius:999px;background:#00c853;white-space:nowrap}.projects-body{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 1024px){.projects-body{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.5rem;align-items:start}}.projects-list__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.875rem}.projects-list__count{margin:0;font-family:var(--font);font-size:.9375rem;font-weight:600;color:var(--black)}.projects-list__sort{display:flex;align-items:center;gap:.5rem;font-family:var(--font);font-size:.8125rem;color:var(--gray-600)}.projects-list__sort select{border:1px solid var(--gray-200);border-radius:8px;padding:.4rem 1.75rem .4rem .6rem;font-family:inherit;font-size:inherit;background:var(--white);-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='12' viewBox='0 0 24 24' fill='none' stroke='%235c6b64' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.projects-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.project-card{display:grid;grid-template-columns:108px 1fr;gap:.875rem;padding:.875rem;border:1px solid var(--gray-200);border-radius:12px;background:var(--white);color:inherit;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.project-card:hover{border-color:#00b05059;box-shadow:0 4px 16px #0000000f}.project-card__thumb{width:100%;height:88px;object-fit:cover;border-radius:8px}.project-card__body{min-width:0}.project-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.project-card__title{margin:0;font-family:var(--font);font-size:.9375rem;font-weight:700;line-height:1.3;color:var(--black)}.project-card__badge{flex-shrink:0;padding:.2rem .55rem;border-radius:999px;font-family:var(--font);font-size:.6875rem;font-weight:600}.project-card__badge--active{background:#00c85324;color:#008f3f}.project-card__badge--done{background:#d32f2f1f;color:#c62828}.project-card__meta{display:flex;align-items:center;gap:.35rem;margin:0 0 .2rem;font-family:var(--font);font-size:.75rem;color:var(--gray-600)}.project-card__meta-icon{width:14px;height:14px;flex-shrink:0}.project-card__metrics{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.5rem;font-family:var(--font);font-size:.6875rem;color:var(--gray-800)}@media (max-width: 639px){.projects__filigrame-wrap{width:min(10rem,40vw);top:clamp(4.5rem,18vw,6rem)}.projects__filigrame{opacity:.65}.projects__hero{margin-bottom:1.25rem}.projects-stat{min-height:148px;padding:1.35rem .75rem 1.15rem}.projects-stat__watermark{width:min(50%,92px)}.projects-stat__watermark--pin{width:min(44%,84px);height:min(44%,84px)}.project-card{grid-template-columns:88px 1fr}.project-card__thumb{height:76px}}.projects__error,.projects-list__empty{margin:.75rem 0 0;padding:.85rem 1rem;border-radius:.75rem;background:#fff7ed;color:#9a3412;font-size:.9rem}.projects-list__empty{background:#f8fafc;color:#64748b}.resources{background:var(--white)}.resources-hero{position:relative;min-height:clamp(260px,36vw,360px);display:flex;align-items:center;justify-content:center;overflow:hidden}.resources-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.resources-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000007a}.resources-hero__content{position:relative;z-index:1;max-width:40rem;padding:clamp(2.5rem,6vw,4rem) 1.25rem;color:var(--white);text-align:center}.resources-hero__title{margin:0 0 .75rem;font-family:var(--font);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.resources-hero__subtitle{margin:0;font-family:var(--font);font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6;opacity:.95}.resources-files{position:relative;overflow:hidden;padding:clamp(2.5rem,5vw,4rem) 0 clamp(2rem,4vw,3rem)}.resources-files__filigrame-wrap{position:absolute;right:0;top:1rem;width:min(16rem,40vw);pointer-events:none;line-height:0;opacity:.85}.resources-files__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1)}.resources-files__inner{position:relative;z-index:1}.resources-files__header{margin-bottom:clamp(1.25rem,3vw,1.75rem);max-width:42rem}.resources-files__title{margin:0 0 .5rem;display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--black)}.resources-files__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.6rem;padding:0 .45rem;border-radius:999px;background:#ecfdf3;color:#166534;font-size:.8rem;font-weight:700}.resources-files__subtitle{margin:0;font-family:var(--font);font-size:.95rem;line-height:1.6;color:var(--gray-800)}.resources-files__toolbar{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem;margin-bottom:1.25rem}@media (min-width: 720px){.resources-files__toolbar{grid-template-columns:minmax(0,1.4fr) minmax(12rem,.7fr);align-items:end}}.resources-files__search{position:relative;display:block}.resources-files__search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--gray-600);pointer-events:none}.resources-files__search input{width:100%;min-height:2.75rem;padding:.65rem .9rem .65rem 2.5rem;border:1px solid var(--gray-200);border-radius:10px;font-family:var(--font);font-size:.95rem;background:var(--white)}.resources-files__filter{display:grid;gap:.35rem}.resources-files__filter-label{font-family:var(--font);font-size:.8rem;font-weight:600;color:var(--gray-700)}.resources-files__filter select{min-height:2.75rem;padding:.55rem .75rem;border:1px solid var(--gray-200);border-radius:10px;font-family:var(--font);font-size:.95rem;background:var(--white)}.resources-files__status{margin:0 0 1rem;font-family:var(--font);font-size:.95rem;color:var(--gray-700)}.resources-files__grid{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width: 720px){.resources-files__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.resources-files__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.resources-file-card{height:100%;display:flex;flex-direction:column;gap:1rem;padding:1.15rem 1.2rem;border:1px solid var(--gray-200);border-radius:14px;background:var(--white)}.resources-file-card__type{display:inline-block;margin-bottom:.45rem;padding:.2rem .5rem;border-radius:999px;background:#ecfdf3;color:#166534;font-family:var(--font);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.resources-file-card__title{margin:0 0 .4rem;font-family:var(--font);font-size:1.05rem;font-weight:700;color:var(--black)}.resources-file-card__text,.resources-file-card__meta{margin:0;font-family:var(--font);font-size:.875rem;line-height:1.55;color:var(--gray-800)}.resources-file-card__meta{margin-top:.55rem;color:var(--gray-600);font-size:.8rem}.resources-file-card__download{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.7rem 1rem;border-radius:8px;text-decoration:none}.resources-file-card__download svg{width:1rem;height:1rem}.resources-files .list-pagination{margin-top:1.75rem;padding-top:.25rem}.resources-links{position:relative;overflow:hidden;padding:clamp(1.5rem,3vw,2.5rem) 0 clamp(2.5rem,5vw,4rem)}.resources-links__filigrame-wrap{position:absolute;right:0;top:1rem;width:min(16rem,40vw);pointer-events:none;line-height:0;opacity:.85}.resources-links__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1)}.resources-links__inner{position:relative;z-index:1}.resources-links__header{margin-bottom:clamp(1.5rem,3vw,2rem);max-width:40rem}.resources-links__title{margin:0 0 .5rem;font-family:var(--font);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--black)}.resources-links__subtitle{margin:0;font-family:var(--font);font-size:.95rem;line-height:1.6;color:var(--gray-800)}.resources-links__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.875rem}@media (min-width: 720px){.resources-links__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.resources-links__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.resources-link-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;height:100%;padding:1.15rem 1.2rem;border:1px solid var(--gray-200);border-radius:14px;background:var(--white);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.resources-link-card:hover{border-color:#16a34a;box-shadow:0 8px 20px #0f172a0f}.resources-link-card__title{margin:0 0 .4rem;font-family:var(--font);font-size:1.05rem;font-weight:700;color:var(--black)}.resources-link-card__text{margin:0;font-family:var(--font);font-size:.875rem;line-height:1.55;color:var(--gray-800)}.resources-link-card__action{flex-shrink:0;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;color:#16a34a}.resources-faq{background:var(--white);padding:0 0 clamp(3rem,6vw,5rem)}.resources-faq__title{margin:0 0 clamp(1.5rem,3vw,2.25rem);font-family:var(--font);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.15;color:var(--black)}.resources-faq__layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media (min-width: 900px){.resources-faq__layout{grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:2.5rem}}.resources-faq__list{display:flex;flex-direction:column;gap:.875rem}.resources-faq-item{background:var(--white);border-radius:14px;border:1px solid var(--gray-200)}.resources-faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.25rem;text-align:left;font-family:var(--font);font-size:.9375rem;font-weight:600;color:var(--black);background:transparent;border:0;cursor:pointer}.resources-faq-item__icon{width:18px;height:18px;flex-shrink:0;color:var(--black);stroke-width:2.25}.resources-faq-item__answer{margin:0;padding:0 1.25rem 1.25rem;font-family:var(--font);font-size:.875rem;font-weight:400;color:var(--gray-800);line-height:1.65}.resources-faq-contact{height:100%;background:var(--white);border-radius:14px;border:1px solid var(--gray-200);padding:clamp(1.75rem,4vw,2.5rem) 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.resources-faq-contact__icon-wrap{width:52px;height:52px;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;color:#f70}.resources-faq-contact__icon{width:48px;height:48px}.resources-faq-contact__title{margin:0 0 .875rem;font-family:var(--font);font-size:1.0625rem;font-weight:700;line-height:1.35;color:var(--black)}.resources-faq-contact__text{margin:0 0 1.75rem;font-family:var(--font);font-size:.875rem;font-weight:400;color:var(--gray-800);line-height:1.6;max-width:24ch}.resources-faq-contact__btn{width:100%;margin-top:auto;padding:.9rem 1.25rem;font-family:var(--font);font-size:.9375rem;font-weight:600;border-radius:8px;background:#f70}.resources-faq-contact__btn:hover{background:var(--orange-hover)}.cta-banner{background:var(--white);padding-bottom:clamp(3rem,6vw,5rem)}.cta-banner__card{position:relative;min-height:clamp(220px,32vw,300px);border-radius:24px;overflow:hidden;color:var(--white)}.cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center right;background-size:cover;background-repeat:no-repeat}.cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000c7,#00000085 38%,#0000002e 62%,#0000 82%)}.cta-banner__content{position:relative;z-index:1;max-width:36rem;padding:clamp(2rem,5vw,3rem) clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.cta-banner__title{margin:0;font-family:var(--font);font-size:clamp(1.375rem,3vw,1.875rem);font-weight:700;line-height:1.25}.cta-banner__text{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);font-weight:400;line-height:1.6;opacity:.95;max-width:42ch}.cta-banner__btn{margin-top:.5rem;padding:.875rem 1.75rem;font-family:var(--font);font-size:.9375rem;font-weight:600;border-radius:8px;background:#f70}.cta-banner__btn:hover{background:var(--orange-hover)}@media (max-width: 639px){.cta-banner__card{min-height:280px;border-radius:18px}.cta-banner__content{padding:1.75rem 1.25rem;max-width:none}.cta-banner__overlay{background:linear-gradient(180deg,#000000b8,#00000073 55%,#0003)}.cta-banner__btn{width:100%;text-align:center}}.faq{background:var(--white);padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(3rem,6vw,5rem)}.faq__title{margin:0 0 clamp(2rem,4vw,3rem);font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--black);text-align:center}.faq__layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media (min-width: 900px){.faq__layout{grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:2.5rem}}.faq__list{display:flex;flex-direction:column;gap:.875rem}.faq-item{background:var(--white);border-radius:14px;border:1px solid var(--gray-200)}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.25rem;text-align:left;font-family:var(--font);font-size:.9375rem;font-weight:600;color:var(--black);background:transparent;border:0;cursor:pointer}.faq-item__question{line-height:1.4}.faq-item__icon{width:18px;height:18px;flex-shrink:0;color:var(--black);stroke-width:2.25}.faq-item__answer{margin:0;padding:0 1.25rem 1.25rem;font-family:var(--font);font-size:.875rem;font-weight:400;color:var(--gray-800);line-height:1.65}.faq__anchor{position:relative;top:-80px;visibility:hidden;pointer-events:none;height:0}.faq-contact{height:100%;background:var(--white);border-radius:14px;border:1px solid var(--gray-200);padding:clamp(1.75rem,4vw,2.5rem) 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.faq-contact__icon-wrap{width:52px;height:52px;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;color:#f70}.faq-contact__icon{width:48px;height:48px}.faq-contact__title{margin:0 0 .875rem;font-family:var(--font);font-size:1.0625rem;font-weight:700;line-height:1.35;color:var(--black)}.faq-contact__text{margin:0 0 1.75rem;font-family:var(--font);font-size:.875rem;font-weight:400;color:var(--gray-800);line-height:1.6;max-width:24ch}.faq-contact__btn{width:100%;margin-top:auto;padding:.9rem 1.25rem;font-family:var(--font);font-size:.9375rem;font-weight:600;border-radius:8px;background:#f70}.faq-contact__btn:hover{background:var(--orange-hover)}@media (max-width: 639px){.faq-item__trigger{padding:1rem;font-size:.875rem;gap:.75rem}.faq-item__answer{padding:0 1rem 1rem;font-size:.8125rem}.faq-contact{padding:1.5rem 1.25rem}}.footer{position:relative;background:#4b3621;color:var(--white);overflow:hidden}.footer__filigrame-wrap{position:absolute;right:0;bottom:0;width:min(12rem,42vw);pointer-events:none;z-index:0;line-height:0}.footer__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.32;filter:sepia(.45) saturate(2) hue-rotate(-12deg) brightness(1.1)}.footer__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2.5rem;padding-top:clamp(3rem,6vw,4rem);padding-bottom:clamp(2rem,4vw,2.75rem)}@media (min-width: 900px){.footer__grid{grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(0,1fr));gap:2rem 2.5rem}}.footer__brand-link{display:inline-block;margin-bottom:1.25rem}.footer__logo{display:block;width:auto;max-width:168px;height:auto;max-height:72px;object-fit:contain}.footer__about{margin:0 0 1.75rem;font-family:var(--font);font-size:.875rem;font-weight:400;line-height:1.65;max-width:30ch;color:#ffffffeb}.footer__heading{margin:0 0 1rem;font-family:var(--font);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white)}.footer__heading--newsletter{max-width:16ch;line-height:1.45}.footer__social{display:flex;gap:.625rem;flex-wrap:wrap}.footer__social-link{width:40px;height:40px;border-radius:50%;background:var(--white);color:#4b3621;display:flex;align-items:center;justify-content:center;transition:transform .2s,opacity .2s}.footer__social-link:hover{transform:translateY(-1px);opacity:.92}.footer__links{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}.footer__links a{font-family:var(--font);font-size:.875rem;font-weight:400;color:#ffffffe6;transition:opacity .2s}.footer__links a:hover{opacity:1;color:var(--white)}.footer__newsletter{max-width:22rem}.footer__form{display:flex;align-items:center;gap:.75rem}.footer__input{flex:1;min-width:0;padding:.8rem 1.125rem;border:none;border-radius:999px;font-family:var(--font);font-size:.875rem;color:var(--gray-800);background:var(--white)}.footer__input::placeholder{color:#9aa3a0}.footer__submit{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--white);color:#4b3621;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:opacity .2s}.footer__submit:hover{opacity:.9}.footer__submit svg{width:20px;height:20px;stroke-width:2.5}.footer__bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);padding-block:1.25rem}.footer__copy{margin:0;font-family:var(--font);font-size:.75rem;font-weight:400;color:#ffffff73;text-align:center}@media (max-width: 899px){.footer__about,.footer__newsletter{max-width:none}.footer__filigrame-wrap{width:min(14rem,50vw)}}@media (max-width: 639px){.footer__grid{gap:2rem;padding-top:2.5rem}.footer__logo{max-width:148px;max-height:64px}.footer__copy{font-size:.6875rem;line-height:1.5}}.hero{position:relative;min-height:clamp(520px,82vh,720px);display:flex;align-items:center;justify-content:flex-start;color:var(--white);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#3d5c40;background-size:cover;background-position:center center;background-repeat:no-repeat}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(234.01deg,#0000 25.98%,#000000c4 77.51%)}.hero__content{position:relative;z-index:1;width:100%;max-width:58rem;margin:0 auto 0 0;margin-left:var(--page-gutter);padding-block:2.75rem 4rem;padding-right:1.25rem}.hero__title{margin:0;font-family:var(--font);font-weight:400;font-size:clamp(2rem,4.8vw,var(--hero-title-size));line-height:1;letter-spacing:0}.hero__title-line{display:block;color:var(--white)}.hero__title-accent{display:block;margin-top:.15em;color:var(--hero-green);font-weight:400}.hero__lead{margin:1.5rem 0 2.25rem;font-family:var(--font);font-weight:300;font-size:clamp(1.0625rem,2.2vw,var(--hero-lead-size));line-height:1;letter-spacing:0;color:var(--white);max-width:48rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero__btn-primary{background:#00c853;gap:.875rem;padding:.875rem .5rem .875rem 1.5rem;font-weight:500}.hero__btn-primary:hover{background:#00b84a}.hero__btn-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#111;color:var(--white);flex-shrink:0}.hero__btn-icon svg{width:14px;height:14px}.hero__btn-secondary{background:#4a301cc7;color:var(--white);border:1px solid rgba(255,255,255,.18);font-weight:500;padding-inline:1.5rem}.hero__btn-secondary:hover{background:#5c3c24e0}@media (max-width: 1023px){.hero__bg{background-position:62% center}}@media (min-width: 640px) and (max-width: 1023px){.hero__content{max-width:36.25rem}}@media (max-width: 639px){.hero{min-height:min(90vh,600px)}.hero__bg{background-position:70% center}.hero__scrim{background:linear-gradient(234.01deg,#0000 15%,#000000d1 85%)}.hero__content{max-width:none;margin-left:max(1rem,calc(var(--page-gutter) - .25rem));padding-right:1rem;padding-block:2rem 2.75rem}.hero__lead{margin-top:1.25rem;line-height:1.15}.hero__actions{flex-direction:column;align-items:stretch}.hero__btn-primary{justify-content:space-between}}.impact{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2.5rem,5vw,4rem);background:var(--white)}.impact__banner{display:flex;flex-direction:column;gap:2rem;background:#0d1f14;border-radius:20px;padding:clamp(1.75rem,4vw,2.5rem) clamp(1.5rem,4vw,2.75rem);color:var(--white)}@media (min-width: 900px){.impact__banner{flex-direction:row;align-items:center;gap:2.5rem}}.impact__title{margin:0;flex-shrink:0;font-family:var(--font);font-size:clamp(1.375rem,2.8vw,1.75rem);font-weight:700;line-height:1.2;color:var(--white);max-width:12ch}.impact__title-accent{color:#00d95f}.impact__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;margin:0;padding:0;list-style:none;flex:1}@media (min-width: 768px){.impact__list{grid-template-columns:repeat(4,1fr);gap:0}}.impact__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:0 .75rem}@media (min-width: 768px){.impact__item+.impact__item{border-left:1px solid rgba(255,255,255,.15)}}.impact__icon-ring{width:72px;height:72px;border-radius:50%;border:2px solid rgba(0,217,95,.35);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.impact__icon-wrap{width:52px;height:52px;border-radius:50%;background:#00c853;display:flex;align-items:center;justify-content:center}.impact__icon{width:26px;height:26px;object-fit:contain}.impact__label{margin:0;font-family:var(--font);font-size:.75rem;font-weight:400;line-height:1.35;color:#ffffffeb;max-width:14ch}.impact__value{margin:0;font-family:var(--font);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1;color:#00d95f}@media (max-width: 639px){.impact__banner{padding:1.5rem 1.25rem}.impact__title{max-width:none}.impact__icon-ring{width:64px;height:64px}.impact__icon-wrap{width:46px;height:46px}.impact__icon{width:22px;height:22px}}.panorama__anchor{position:relative;top:-80px;visibility:hidden;pointer-events:none;height:0}.panorama{position:relative;background:var(--white);padding-top:clamp(3.5rem,6vw,5.5rem);padding-bottom:4rem;overflow:hidden}.panorama__filigrame{position:absolute;left:0;top:clamp(2.75rem,5vw,4.25rem);width:min(13rem,34vw);height:auto;opacity:.9;pointer-events:none;z-index:0}.panorama__header{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media (min-width: 900px){.panorama__header{grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);gap:3rem;align-items:start}}.panorama__title-wrap{position:relative;min-height:9rem}.panorama__title{position:relative;z-index:1;margin:0;padding-top:1.5rem;max-width:11ch;font-family:var(--font);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.08;color:var(--black)}.panorama__intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.panorama__lead{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.6vw,1.0625rem);font-weight:400;line-height:1.65;color:var(--black)}.panorama__more{background:#00c853;gap:.875rem;padding:.875rem .5rem .875rem 1.5rem;font-weight:500}.panorama__more:hover{background:#00b84a}.panorama__btn-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#111;color:var(--white);flex-shrink:0}.panorama__btn-icon svg{width:14px;height:14px}.panorama__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.panorama-card{position:relative;border-radius:18px;padding:2rem 1.25rem 1.75rem;color:var(--white);min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;overflow:hidden}.panorama-card--green{background:#00b050}.panorama-card--orange{background:#f47b20}.panorama-card--brown{background:#6b4423}.panorama-card--dark{background:#1a1a1a}.panorama-card__watermark{position:absolute;top:50%;left:50%;width:min(52%,120px);height:auto;transform:translate(-50%,-62%);opacity:.22;pointer-events:none}.panorama-card--dark .panorama-card__watermark{opacity:.35;filter:brightness(2)}.panorama-card__value{position:relative;z-index:1;margin:0;font-family:var(--font);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1}.panorama-card__label{position:relative;z-index:1;margin:.625rem 0 0;font-family:var(--font);font-size:.9375rem;font-weight:500;line-height:1.35;max-width:14ch}@media (max-width: 899px){.panorama__grid{grid-template-columns:repeat(2,1fr)}.panorama__filigrame{width:min(9rem,42vw);top:clamp(2.25rem,4vw,3rem)}.panorama__title-wrap{min-height:auto;padding-bottom:.5rem}}@media (max-width: 639px){.panorama__header{gap:1.5rem}.panorama__intro{align-items:stretch}.panorama__more{justify-content:space-between}.panorama__grid{grid-template-columns:1fr}.panorama-card{min-height:180px}}.participants__anchor{position:relative;top:-80px;visibility:hidden;pointer-events:none;height:0}.participants{position:relative;background:var(--white);padding-bottom:clamp(3rem,6vw,5rem);overflow:visible}.participants__filigrame-wrap{position:absolute;right:0;top:0;width:min(14rem,36vw);pointer-events:none;z-index:0;line-height:0;overflow:visible}.participants__filigrame{width:100%;height:auto;display:block;transform:scaleX(-1) scaleY(-1);opacity:.9}.participants__inner{position:relative;z-index:1}.participants__header{text-align:center;margin-bottom:clamp(2rem,4vw,3rem);padding-inline:1rem}.participants__title{margin:0 0 .75rem;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--black)}.participants__subtitle{margin:0 auto;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);font-weight:400;color:var(--gray-800);max-width:36ch}.participants__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 900px){.participants__layout{grid-template-columns:minmax(300px,.42fr) 1fr;gap:1.25rem;align-items:stretch}}.participants__tabs{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}.participants__tab{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:14px;text-align:left;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--gray-800);background:var(--white);border:1px solid var(--gray-200);transition:background .2s,border-color .2s,color .2s}.participants__tab:hover{border-color:#00c853}.participants__tab--active{background:#00c853;color:var(--white);border-color:#00c853}.participants__tab-icon-wrap{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#00c8531f;display:flex;align-items:center;justify-content:center}.participants__tab--active .participants__tab-icon-wrap{background:#fff3}.participants__tab-icon{width:22px;height:22px;object-fit:contain}.participants__tab-label{flex:1;line-height:1.35}.participants__tab-chevron{width:18px;height:18px;flex-shrink:0;opacity:.45}.participants__tab--active .participants__tab-chevron{opacity:.9;color:var(--white)}.participants__panel{background:#00c853;border-radius:18px;padding:clamp(1.75rem,4vw,2.5rem);color:var(--white);min-height:300px;display:flex;flex-direction:column;gap:1.25rem}.participants__panel-head{display:flex;align-items:center;gap:1rem}.participants__panel-icon-wrap{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:#0a3d28;display:flex;align-items:center;justify-content:center}.participants__panel-icon{width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1)}.participants__panel-title{margin:0;font-family:var(--font);font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700;line-height:1.2}.participants__panel-text{margin:0;font-family:var(--font);font-size:.9375rem;font-weight:400;line-height:1.7;opacity:.95;max-width:62ch}@media (max-width: 899px){.participants__filigrame-wrap{width:min(11rem,40vw)}.participants__filigrame{opacity:.55}.participants__tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.participants__tabs li{flex:0 0 auto;scroll-snap-align:start}.participants__tab{width:auto;min-width:max(240px,70vw);max-width:320px}.participants__tab-chevron{display:none}.participants__panel{min-height:240px}.participants__panel-icon-wrap{width:52px;height:52px}.participants__panel-icon{width:26px;height:26px}}.partners{background:var(--white);padding-top:clamp(3rem,6vw,4.5rem);padding-bottom:clamp(2.5rem,5vw,3.5rem)}.partners__header{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.partners__title{margin:0 0 .75rem;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--black)}.partners__subtitle{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);font-weight:400;color:var(--gray-800)}.partners__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem);align-items:center;list-style:none;margin:0;padding:0}.partners__item{display:flex;align-items:center;justify-content:center;min-height:88px}.partners__logo{width:auto;max-width:100%;height:auto;object-fit:contain}.partners__logo--ci{max-height:76px}.partners__logo--minader{max-height:72px}.partners__logo--pnud{max-height:88px}.partners__logo--ccc{max-height:80px}@media (max-width: 1023px){.partners__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.partners__item{min-height:72px}.partners__logo--ci,.partners__logo--minader,.partners__logo--pnud,.partners__logo--ccc{max-height:64px}}@media (max-width: 479px){.partners__grid{grid-template-columns:1fr;gap:1.75rem}.partners__logo--minader{max-height:56px}}.socio{background:var(--white);padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(3rem,6vw,5rem)}.socio__header{text-align:center;max-width:52rem;margin:0 auto clamp(2.5rem,5vw,3.5rem);padding-inline:1rem}.socio__title{margin:0 0 1rem;font-family:var(--font);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;color:var(--black)}.socio__subtitle{margin:0;font-family:var(--font);font-size:clamp(.9375rem,1.8vw,1.0625rem);font-weight:400;line-height:1.65;color:var(--gray-800)}.socio__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.socio-card{border-radius:18px;padding:2rem 1.25rem 1.75rem;color:var(--white);min-height:320px;display:flex;flex-direction:column;align-items:center;text-align:center}.socio-card--green-dark{background:#032011}.socio-card--orange{background:#f70}.socio-card--green{background:#00ae52}.socio-card--brown{background:#543417}.socio-card__icon-wrap{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.socio-card__icon-wrap--green-dark{background:#00d95f}.socio-card__icon-wrap--orange,.socio-card__icon-wrap--green,.socio-card__icon-wrap--brown{background:var(--white)}.socio-card__icon{width:42px;height:42px;object-fit:contain}.socio-card__icon-wrap--green-dark .socio-card__icon{width:46px;height:46px}.socio-card__icon-wrap--orange .socio-card__icon{width:48px;height:48px}.socio-card__icon-wrap--green .socio-card__icon,.socio-card__icon-wrap--brown .socio-card__icon{width:34px;height:50px}.socio-card__title{margin:0 0 1.25rem;font-family:var(--font);font-size:1rem;font-weight:600;line-height:1.35}.socio-card__value{margin:0;font-family:var(--font);font-size:clamp(2.25rem,4vw,3rem);font-weight:700;line-height:1}.socio-card__rule{width:min(100%,9rem);height:1px;margin:1rem 0;border:0;background:#ffffff8c;flex-shrink:0}.socio-card__desc{margin:auto 0 0;font-family:var(--font);font-size:.8125rem;font-weight:400;line-height:1.5;opacity:.95;max-width:18ch}@media (max-width: 1023px){.socio__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.socio__header{margin-bottom:2rem}.socio__grid{grid-template-columns:1fr;gap:1rem}.socio-card{min-height:280px;padding:1.75rem 1.25rem 1.5rem}.socio-card__icon-wrap{width:72px;height:72px;margin-bottom:1rem}.socio-card__value{font-size:2.25rem}}:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, .5);--swal2-container-padding: .625em;--swal2-backdrop: rgba(0, 0, 0, .4);--swal2-backdrop-transition: background-color .15s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show .3s;--swal2-hide-animation: swal2-hide .15s forwards;--swal2-icon-zoom: 1;--swal2-title-padding: .8em 1em 0;--swal2-html-container-padding: 1em 1.6em .3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: .1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color .2s, box-shadow .2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-timer-progress-bar-background: rgba(0, 0, 0, .3);--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color .2s, box-shadow .2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color .2s, box-shadow .2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}@media (prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:auto}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:#0000;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:#0000!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px #0000;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:#0000;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:#0000;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:#0000;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:auto}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:translate3d(0,-50px,0) scale(.9);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-50px,0) scale(.9);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}:root{--green-900: #0a3d28;--green-800: #0f5c38;--green-700: #14804a;--green-600: #1a9d55;--green-500: #22b865;--orange: #f37021;--orange-hover: #d95f18;--brown: #6b4c35;--brown-dark: #2c1810;--brown-footer: #1f120c;--black: #111111;--gray-50: #f8faf9;--gray-100: #eef2f0;--gray-200: #dde5e1;--gray-600: #5c6b64;--gray-800: #2d3833;--white: #ffffff;--container: 1180px;--page-gutter: max(1rem, calc((100vw - min(100vw - 2rem, 1180px))/2) );--radius: 12px;--radius-lg: 20px;--shadow: 0 8px 32px rgba(0, 0, 0, .08);--font: "Archivo", system-ui, -apple-system, sans-serif;--hero-green: #00d95f;--hero-title-size: 60px;--hero-lead-size: 25px;--header-height: 76px}@media (min-width: 1024px){:root{--header-height: 88px}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:var(--font);color:var(--gray-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}main{padding-top:var(--header-height)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}@media (min-width: 640px){.container{width:min(100% - 2.5rem,var(--container))}}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--green-800);margin:0 0 .75rem;line-height:1.25}.section-lead{margin:0;color:var(--gray-600);max-width:52ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:.9375rem;transition:background .2s,color .2s,border-color .2s,transform .15s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--green-700);color:var(--white)}.btn-primary:hover{background:var(--green-800)}.btn-outline-light{border:2px solid rgba(255,255,255,.85);color:var(--white);background:transparent}.btn-outline-light:hover{background:#ffffff1f}.btn-orange{background:var(--orange);color:var(--white)}.btn-orange:hover{background:var(--orange-hover)}.btn-outline-green{border:2px solid var(--green-700);color:var(--green-700);background:transparent}.btn-outline-green:hover{background:var(--green-700);color:var(--white)}@media (max-width: 639px){.btn{width:100%;max-width:100%;padding-inline:1.25rem;font-size:.875rem}.header__cta,.cta-banner__btn{width:auto}.hero__actions .btn{width:100%}.section{padding-block:2.5rem}}
