.b-fund-progress{--fund-progress: 0%;--fund-progress-height: 10px;display:flex;flex-direction:column;gap:16px;padding-inline:2rem}hr:has(+:is(.b-fund-progress)){margin-block:4rem;opacity:.4}.b-fund-progress__headline p:last-child{margin-bottom:0}.b-fund-progress__bar-wrap{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;width:100%;max-width:490px;margin-inline:auto}.b-fund-progress__bar{position:relative;overflow:hidden;width:100%;height:var(--fund-progress-height);border:1px solid currentColor;border-radius:20px}.b-fund-progress__fill{display:block;width:0%;height:100%;border-radius:inherit;background-color:currentColor}.is-in-view .b-fund-progress__fill{animation:fund-progress-fill 2s ease .3s;animation-fill-mode:forwards}.b-fund-progress__values{display:flex;align-items:baseline;justify-content:space-between}.b-fund-progress__current{font-weight:600}.b-fund-progress__footer{margin:0}@keyframes fund-progress-fill{0%{width:0%}to{width:var(--fund-progress, 0%)}}
