.page_main__sainO{min-height:100vh;padding:30px;display:flex;width:100%}.page_container__JxspM{width:100%;display:flex;flex-direction:column;gap:40px;align-items:center;max-width:1200px}.page_container__JxspM h2{text-align:left;width:100%}.page_currentSteps__1jPFO{display:flex;width:100%;align-items:center;justify-content:space-around;gap:10px}.page_currentSteps__1jPFO>span{flex:1 1;height:1px;background-color:var(--light-blue)}.page_currentSteps__1jPFO>div{border:1px solid var(--light-blue);width:25px;height:25px;display:grid;place-items:center;border-radius:50%;position:relative;overflow:visible;z-index:1}.page_currentSteps__1jPFO>div.page_active__1h_Mw:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px);height:calc(100% + 4px);border-radius:50%;border:2px solid var(--green-two);-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%);pointer-events:none;z-index:0}.page_currentSteps__1jPFO>div.page_active__1h_Mw{background-color:var(--green-one);color:var(--white)}.page_currentSteps__1jPFO>div.page_completed__sDtdB{background-color:var(--green-two);color:var(--white)}.page_currentSteps__1jPFO>span.page_completed__sDtdB{height:3px}