.counter-container[data-astro-cid-wyqn46ee]{height:100%;position:relative;padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;transition:all .4s ease;overflow:hidden;min-height:180px}.counter-container--bordered[data-astro-cid-wyqn46ee]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgb(var(--counter-color)) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.counter-container--bordered[data-astro-cid-wyqn46ee]:hover:before{opacity:.05}.counter-container--bordered[data-astro-cid-wyqn46ee]:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(var(--counter-color),.15);border-color:rgb(var(--counter-color))}.counter-container--bordered[data-astro-cid-wyqn46ee]:focus-within{outline:3px solid rgb(var(--counter-color));outline-offset:4px}.counter-content[data-astro-cid-wyqn46ee]{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.counter[data-astro-cid-wyqn46ee]{font-size:clamp(3rem,5vw,4rem);font-weight:800;color:rgb(var(--counter-color));margin:0;line-height:1.1;display:flex;align-items:center;gap:.25rem;text-shadow:0 2px 10px rgba(var(--counter-color),.2);transition:all .4s ease}.counter-container[data-astro-cid-wyqn46ee]:hover .counter[data-astro-cid-wyqn46ee]{transform:scale(1.05);text-shadow:0 4px 20px rgba(var(--counter-color),.3)}.counter__prefix[data-astro-cid-wyqn46ee],.counter__suffix[data-astro-cid-wyqn46ee]{font-size:.6em;opacity:.8;font-weight:700}.counter__value[data-astro-cid-wyqn46ee]{display:inline-block}.counter-label[data-astro-cid-wyqn46ee]{font-size:clamp(1rem,1.5vw,1.5rem);font-weight:500;color:rgb(var(--color-text));margin:0;line-height:1.4;opacity:.9;text-align:center}.counter-decoration[data-astro-cid-wyqn46ee]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,rgb(var(--counter-color)) 12%,transparent 60%);opacity:.1;border-radius:50%;pointer-events:none;transition:all .4s ease}.counter-container[data-astro-cid-wyqn46ee]:hover .counter-decoration[data-astro-cid-wyqn46ee]{opacity:.15;transform:translate(-50%,-50%) scale(1.1)}.counter-container--sm[data-astro-cid-wyqn46ee]{padding:1.5rem;min-height:140px}.counter-container--sm[data-astro-cid-wyqn46ee] .counter[data-astro-cid-wyqn46ee]{font-size:clamp(2rem,4vw,3rem)}.counter-container--sm[data-astro-cid-wyqn46ee] .counter-label[data-astro-cid-wyqn46ee]{font-size:clamp(.85rem,1.2vw,1rem)}.counter-container--sm[data-astro-cid-wyqn46ee] .counter-decoration[data-astro-cid-wyqn46ee]{width:150px;height:150px}.counter-container--lg[data-astro-cid-wyqn46ee]{padding:3rem;min-height:220px}.counter-container--lg[data-astro-cid-wyqn46ee] .counter[data-astro-cid-wyqn46ee]{font-size:clamp(3rem,6vw,5rem)}.counter-container--lg[data-astro-cid-wyqn46ee] .counter-label[data-astro-cid-wyqn46ee]{font-size:clamp(1.1rem,1.8vw,1.5rem)}.counter-container--lg[data-astro-cid-wyqn46ee] .counter-decoration[data-astro-cid-wyqn46ee]{width:250px;height:250px}.counter-container--animated[data-astro-cid-wyqn46ee]{opacity:0;animation:fadeInScale .6s ease var(--delay) both}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: no-preference){.counter-container[data-astro-cid-wyqn46ee]{will-change:transform}}@media (prefers-reduced-motion: reduce){.counter-container--animated[data-astro-cid-wyqn46ee]{animation:fadeIn .4s ease var(--delay) both}.counter-container--bordered[data-astro-cid-wyqn46ee]:hover{transform:translateY(-5px)}.counter-container[data-astro-cid-wyqn46ee]:hover .counter[data-astro-cid-wyqn46ee]{transform:scale(1.02)}.counter-container[data-astro-cid-wyqn46ee]:hover .counter-decoration[data-astro-cid-wyqn46ee]{transform:translate(-50%,-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.counter-container[data-astro-cid-wyqn46ee]{padding:2rem;min-height:160px}.counter-decoration[data-astro-cid-wyqn46ee]{width:170px;height:170px}.counter-container--lg[data-astro-cid-wyqn46ee]{padding:2.5rem;min-height:200px}}@media (max-width: 575px){.counter-container[data-astro-cid-wyqn46ee]{padding:1.75rem;min-height:140px}.counter-decoration[data-astro-cid-wyqn46ee]{width:140px;height:140px}.counter-container--sm[data-astro-cid-wyqn46ee]{padding:1.25rem;min-height:120px}}.counters-container[data-astro-cid-yrez677a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 0}@media (max-width: 768px){.counters-container[data-astro-cid-yrez677a]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:1rem 0}}@media (max-width: 575px){.counters-container[data-astro-cid-yrez677a]{grid-template-columns:1fr;gap:1rem;padding:1rem 0}}.counters-container[data-astro-cid-yrez677a]:has(:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}.counters-container[data-astro-cid-yrez677a]:has(:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.counters-container[data-astro-cid-yrez677a]:has(:nth-child(4):last-child){grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.counters-container[data-astro-cid-yrez677a]:has(:nth-child(2):last-child),.counters-container[data-astro-cid-yrez677a]:has(:nth-child(3):last-child),.counters-container[data-astro-cid-yrez677a]:has(:nth-child(4):last-child){grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.counters-container[data-astro-cid-yrez677a]:has(:nth-child(2):last-child),.counters-container[data-astro-cid-yrez677a]:has(:nth-child(3):last-child),.counters-container[data-astro-cid-yrez677a]:has(:nth-child(4):last-child){grid-template-columns:1fr}}
