<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.progressBar {
    max-width: 700px;
    margin: 0 auto;
    background-color: #e2e2e2;
    border-radius: 50px;
    padding: 6px;
}

.caption-text {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.myBar {
    height: 14px;
    width: 1%;
    background-color: var(--color-secondary);
    border-radius: 50px;
}

.module-1-1 {
    width: 7%;
}

.module-1-2 {
    width: 14%;
}

.module-2-1 {
    width: 20%;
}

.module-2-2 {
    width: 30%;
}

.module-3-1 {
    width: 40%;
}

.module-3-2 {
    width: 47%;
}

.module-3-3 {
    width: 54%;
}

.module-4-1 {
    width: 60%;
}

.module-4-2 {
    width: 70%;
}

.module-5-1 {
    width: 80%;
}

.cap-item {
    position: absolute;
    font-size: 16px;
    color: var(--color-grey-dark);
    opacity: 0.89;
}

.cap-item-hl {
    position: absolute;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: bold;
}

.item-1 {
    left: -4%;
}

.item-2 {
    left: 16%;
}

.item-3 {
    left: 36%;
}

.item-4 {
    left: 56%;
}

.item-5 {
    left: 76%;
}

.item-6 {
    right: -2%;
}</pre></body></html>