.impact-stats{padding:64px 0;position:relative;overflow:hidden;scroll-margin-top:64px}.impact-stats .section-header{max-width:800px;position:relative;margin-bottom:48px}.impact-stats .section-header h2{font-size:32px;font-weight:600;color:#232933;margin-bottom:8px;font-family:"Inter",sans-serif}.impact-stats .section-header h2 mark{color:#232933;font-weight:800;background:linear-gradient(90deg, #D9FFE4 100%, transparent 0);background-repeat:no-repeat;background-size:0% 100%;transition:background-size 1s cubic-bezier(0.7, 0, 0.3, 1),color .4s cubic-bezier(0.7, 0, 0.3, 1) .28s;font-size:inherit;border-radius:4px;padding:.22em .4em;box-decoration-break:clone;-webkit-box-decoration-break:clone;display:inline;background-position:left;animation:none;line-height:140%}.impact-stats .section-header h2 mark.is-animated{animation:markHighlightBg 1s cubic-bezier(0.7, 0, 0.3, 1) forwards}@keyframes markHighlightBg{0%{background-size:0% 100%;color:#232933}60%{color:#232933}100%{background-size:100% 100%;color:#0e850e}}.impact-stats .section-header p.description{color:#232933;font-variant-numeric:lining-nums tabular-nums;font-family:"Inter",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.impact-stats .section-header p.description .green-color{color:#139908;font-weight:600}.impact-stats .impact-cards-grid{display:grid;gap:24px}.impact-stats .impact-cards-grid.top-grid{grid-template-columns:repeat(3, 1fr);margin-bottom:24px}.impact-stats .impact-cards-grid.bottom-grid{grid-template-columns:repeat(4, 1fr)}.impact-stats .impact-cards-grid.bottom-grid .card-content{padding:24px}.impact-stats .impact-card{background-color:#fafafa;border:1px solid #e3e6ea;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;height:100%;opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease}.impact-stats .impact-card.is-visible{opacity:1;transform:translateY(0)}.impact-stats .impact-card.img-top{flex-direction:column-reverse}.impact-stats .impact-card .card-content{display:flex;flex-direction:column;padding:32px}.impact-stats .impact-card .card-content.full{height:100%;min-height:360px;justify-content:space-between}@media screen and (max-width: 767px){.impact-stats .impact-card .card-content.full{min-height:300px}}.impact-stats .impact-card .card-image{width:100%;max-width:200px;height:auto;margin:0 auto;display:block}.impact-stats .impact-card.img-top .card-image{margin:24px auto 0;max-width:300px}.impact-stats .impact-card .card-title-wrapper{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px}.impact-stats .impact-card .card-title-wrapper .card-icon{animation:glow 3s ease-in-out infinite alternate;border:none;border-radius:999px}@keyframes glow{0%{transform:scale(1);box-shadow:0 0 4px rgba(76,175,80,.4),0 0 8px rgba(76,175,80,.2)}100%{transform:scale(1.2);box-shadow:0 0 8px rgba(76,175,80,.5),0 0 16px rgba(76,175,80,.3)}}.impact-stats .impact-card h3.card-title,.impact-stats .impact-card h3.card-number{color:#272b32;font-variant-numeric:lining-nums tabular-nums;font-family:"Inter",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:0}.impact-stats .impact-card .card-description{color:#272b32;font-variant-numeric:lining-nums tabular-nums;font-family:"Inter",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0;flex-grow:1}.impact-stats .impact-card .card-label{color:#fff;font-variant-numeric:lining-nums tabular-nums;font-family:"Inter",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.impact-stats .impact-card .card-stat{display:flex;flex-direction:column;align-items:flex-start}.impact-stats .impact-card .card-stat .icon-bottom{margin-bottom:16px}.impact-stats .impact-card .card-stat .numbers-title{display:flex;align-items:flex-start;gap:4px}.impact-stats .impact-card .card-number{color:#0b4334;font-variant-numeric:lining-nums tabular-nums;font-family:"Inter",sans-serif;font-size:48px;font-style:normal;font-weight:800;line-height:54px;letter-spacing:-0.48px;font-feature-settings:"tnum"}.impact-stats .impact-card .card-unit{font-size:16px}.impact-stats .impact-card.bg-dark-green,.impact-stats .impact-card.bg-blue,.impact-stats .impact-card.bg-brown,.impact-stats .impact-card.bg-dark-brown{color:#fff;border:none}.impact-stats .impact-card.bg-dark-green h3,.impact-stats .impact-card.bg-dark-green p,.impact-stats .impact-card.bg-dark-green span,.impact-stats .impact-card.bg-blue h3,.impact-stats .impact-card.bg-blue p,.impact-stats .impact-card.bg-blue span,.impact-stats .impact-card.bg-brown h3,.impact-stats .impact-card.bg-brown p,.impact-stats .impact-card.bg-brown span,.impact-stats .impact-card.bg-dark-brown h3,.impact-stats .impact-card.bg-dark-brown p,.impact-stats .impact-card.bg-dark-brown span{color:#fff}.impact-stats .impact-card.bg-dark-green{background-color:#0b4334}.impact-stats .impact-card.bg-blue{background-color:#314d92}.impact-stats .impact-card.bg-brown{background-color:#56564f}.impact-stats .impact-card.bg-dark-brown{background-color:#282a2a}.impact-stats .action{display:flex;align-items:center;gap:16px;margin-top:48px}@media screen and (max-width: 767px){.impact-stats .action{flex-direction:column}.impact-stats .action>a{width:100%}}.impact-stats .action .btn,.impact-stats .action a{border-radius:999px;justify-content:center}@media(max-width: 1024px){.impact-stats .impact-cards-grid.bottom-grid{grid-template-columns:repeat(2, 1fr)}.impact-stats .impact-cards-grid.top-grid{grid-template-columns:repeat(2, 1fr)}.impact-stats .impact-cards-grid.top-grid .impact-card:last-child{grid-column:1/-1;flex-direction:row;align-items:center;gap:32px}.impact-stats .impact-cards-grid.top-grid .impact-card:last-child .card-content{flex:1;padding:32px}.impact-stats .impact-cards-grid.top-grid .impact-card:last-child .card-image{flex:1;max-width:300px;margin:0;padding-right:32px}}@media(max-width: 767px){.impact-stats .impact-cards-grid.top-grid,.impact-stats .impact-cards-grid.bottom-grid{grid-template-columns:1fr}.impact-stats .impact-cards-grid.top-grid .impact-card:last-child{flex-direction:column}.impact-stats .impact-cards-grid.top-grid .impact-card:last-child .card-image{margin:0 auto;padding-right:0;max-width:200px;flex:auto}}/*# sourceMappingURL=impact-stats.min.css.map */