.custom-stepper{justify-content:space-between;width:80%;border-radius:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;isolation:isolate;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);position:relative}@media(max-width:1024px){.custom-stepper{width:100%}}@media(max-width:767px){.custom-stepper{width:100%;border-radius:0!important}}@media(max-width:420px){.custom-stepper{padding:0;gap:0}}.custom-stepper__step{display:flex;width:100%;align-items:center;cursor:pointer;padding:16px 8px;justify-content:center;position:relative}.custom-stepper__step:nth-child(2){border-right:1px solid hsla(0,0%,100%,.08)}.custom-stepper__step:last-child{min-width:35%}@media(max-width:767px){.custom-stepper__step{min-height:64px}}@media(max-width:420px){.custom-stepper__step{gap:0;padding:10px 0}}.custom-stepper__step--active .custom-stepper__circle{background-color:hsla(0,0%,100%,.8980392157);color:#000;font-weight:700}.custom-stepper__step--active{background:hsla(0,0%,100%,.16)}.custom-stepper__step--active:first-child{border-top-left-radius:16px;border-bottom-left-radius:16px}@media(max-width:767px){.custom-stepper__step--active{border-radius:0!important}}.custom-stepper__step--active .custom-stepper__label{color:hsla(0,0%,100%,.8980392157);font-weight:400}.custom-stepper__step--active{clip-path:polygon(0 0,98% 0,100% 50%,98% 100%,0 100%)}@media(max-width:767px){.custom-stepper__step--active{clip-path:polygon(0 0,95% 0,100% 50%,95% 100%,0 100%)}}.custom-stepper__step--active:last-child{clip-path:polygon(0 0,100% 0,100% 50%,100% 100%,0 100%);border-top-right-radius:16px;border-bottom-right-radius:16px}.custom-stepper__step--active:after,.custom-stepper__step--active:before{display:none}.custom-stepper__step--completed{background:hsla(0,0%,100%,.08)}.custom-stepper__step--completed:before{background:hsla(0,0%,100%,.089);height:100%;width:2px;content:"";position:absolute;right:0;top:0;z-index:19}.custom-stepper__step--completed .custom-stepper__circle{background-color:hsla(0,0%,100%,.48);color:#000}@media(max-width:420px){.custom-stepper__step--completed .custom-stepper__circle{margin:0 6px}}.custom-stepper__step--completed .custom-stepper__label{color:hsla(0,0%,100%,.48)}.custom-stepper__step--upcoming .custom-stepper__circle{background-color:#666;color:#0a0c10}.custom-stepper__step--upcoming .custom-stepper__label{color:#666}.custom-stepper__step .custom-stepper__circle{margin-left:0}.custom-stepper__step:not(:last-child):after,.custom-stepper__step:not(:last-child):before{content:"";position:absolute}@media(max-width:420px){.custom-stepper__step:nth-child(2) .custom-stepper__label{max-width:40px}}.custom-stepper__circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:background-color .3s ease,color .3s ease;margin-right:8px;margin-left:3px}@media(max-width:420px){.custom-stepper__circle{height:auto;display:flex;width:24px;height:24px;flex-direction:column;justify-content:center;align-items:center;gap:0;flex-shrink:0;margin-right:3px}}.custom-stepper__label{transition:color .3s ease;font-weight:500;font-size:16px;line-height:160%;color:hsla(0,0%,100%,.48)}@media(max-width:767px){.custom-stepper__label{padding:0;font-size:12px;font-weight:300;line-height:160%;letter-spacing:1px}}@media(max-width:640px){.custom-stepper__label{font-size:10px}}@media(max-width:500px){.custom-stepper__label{max-width:75px;font-size:10px}}