@keyframes pathway-stat-shine{0%{transform:translateX(-130%)}to{transform:translateX(130%)}}.pathway-stat{position:relative;overflow:hidden;background-color:#1e4633;transition:background-color .35s ease}.pathway-stat:after{content:"";pointer-events:none;position:absolute;inset:0;z-index:1;background:linear-gradient(45deg,transparent 28%,rgba(255,255,255,.22) 48%,transparent 68%);transform:translateX(-130%)}.pathway-stat>*{position:relative;z-index:2}.pathway-plan__media{transform:scale(1);transition:transform .8s cubic-bezier(.25,1,.5,1)}.pathway-plan__mask{background:linear-gradient(180deg,rgba(7,18,13,.04),rgba(7,18,13,.8) 80%);transition:opacity .45s ease}.pathway-plan__tag{box-shadow:0 0 0 transparent;transition:box-shadow .35s ease}@media (hover:hover) and (pointer:fine){.pathway-stat:hover{background-color:color-mix(in srgb,#1e4633 95%,white)}.pathway-stat:hover:after{animation:pathway-stat-shine .7s cubic-bezier(.22,1,.36,1) forwards}.pathway-plan:hover .pathway-plan__media{transform:scale(1.05)}.pathway-plan:hover .pathway-plan__mask{opacity:.4}.pathway-plan:hover .pathway-plan__tag{box-shadow:0 8px 24px rgba(0,0,0,.22)}}