.c-progress-bar {
    height: 10px;
    background: $grey-middle;
}

    .c-progress-bar__value {
        background: $accent-a;
    }
