.c-steps{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-inline:auto;max-width:80rem}.c-steps,.c-steps__step{display:-webkit-box;display:-ms-flexbox;display:flex}.c-steps__step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.c-steps__step:not(:last-child):after{background-color:#b7cfe8;content:"";height:2px;left:calc(50% + 24px);position:absolute;right:calc(-50% + 24px);top:24px;z-index:-1}.c-steps__step-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:2px solid #b7cfe8;border-radius:50%;height:48px;justify-content:center;min-width:48px}.c-steps__step-icon .c-icon use{stroke:#212121}[data-active=true] .c-steps__step-icon{background-color:#1366ad;border-color:#1366ad}[data-active=true] .c-steps__step-icon .c-icon use{stroke:#fff}.c-steps__step-label{text-align:center}