.stepbar{margin:0 auto;width:var(--container-width,80%)}.stepbar .stepbarwrap{margin:2em 0;position:relative}.stepbar .stepbarwrap .steptitle{align-items:center;display:inline-flex}.stepbar .stepbarwrap .steptitle .stepcircle{background-color:#fff;border:1px solid var(--accent-color,#ef7f42);border-radius:50%;content:"";display:inline-block;height:1em;width:1em}.stepbar .stepbarwrap .steptitle .stepnum{color:var(--accent-color,#ef7f42);font-size:.8em;padding-left:1em}.stepbar .stepbarwrap .steptxt{padding-left:2em}.stepbar .stepbarwrap .steptxt .steptxt-title{color:var(--text-color,#333);font-size:1.2em;font-weight:700;margin:.5em 0}.stepbar .stepbarwrap .steptxt .steptxt-txt{color:var(--text-color,#333);font-size:.9em}.stepbar .stepbarwrap .stepline{background-color:var(--accent-color,#ef7f42);height:calc(100% + 1em);left:.5em;position:absolute;top:1em;width:1px;z-index:-1}.stepbarwrap:last-of-type .stepline{display:none}@media screen and (max-width:960px){.stepbar{width:90%}}