.step-process{display:flex;align-items:center;justify-content:center;overflow:hidden}.step-process-item{position:relative}.step-process-item-number{padding:5px 22px;background-color:#f5f5f5;border:1px solid #6a6a6a;border-radius:8px;font-family:var(--font-montserrat);font-weight:700;color:#6a6a6a}.step-process-item-line{border-top:1px solid #6a6a6a;width:100px}.step-process-item-line-done{border-top-color:#f4590f}.step-process-item-text{position:absolute;left:50%;font-size:11px}.step-process-item-text div{display:block;position:relative;left:-50%;top:6px;width:140px;text-align:center;color:#6a6a6a}.step-process-item-active .step-process-item-number{border-color:#f4590f!important;background-color:#fff;color:#f4590f}.step-process-item-active .step-process-item-text div{color:#f4590f;font-family:var(--font-montserrat);font-weight:700}.step-process-item-done .step-process-item-number{border-color:#f4590f!important;background-color:#f4590f;color:#fff;font-family:var(--font-montserrat);font-weight:700}.step-process-item-done .step-process-item-text div{color:#f4590f;font-family:var(--font-montserrat);font-weight:300}@media(min-width:992px){.step-process{overflow:inherit}}