.bwalk-process-steps{--bwalk-process-steps-gap:24px;--bwalk-process-steps-badge-bg:#3035e3;--bwalk-process-steps-badge-color:#fff;--bwalk-process-steps-badge-size:80px;--bwalk-process-steps-title:#212139;--bwalk-process-steps-desc:#272727;--bwalk-process-steps-connector:#0600ff;box-sizing:border-box;width:100%}.bwalk-process-steps__list{display:flex;flex-direction:column;gap:var(--bwalk-process-steps-gap);list-style:none;margin:0;padding:0}.bwalk-process-steps__item{align-items:center;display:flex;flex:1 1 0;flex-direction:column;min-width:0}.bwalk-process-steps__badge-wrap{display:flex;justify-content:center;margin-bottom:1rem;position:relative;width:100%}.bwalk-process-steps__badge{align-items:center;background-color:var(--bwalk-process-steps-badge-bg);border-radius:50%;color:var(--bwalk-process-steps-badge-color);display:inline-flex;flex-shrink:0;font-family:var(--heading-font-family,inherit);font-size:calc(var(--bwalk-process-steps-badge-size)*.375);font-weight:700;height:var(--bwalk-process-steps-badge-size);justify-content:center;line-height:1;position:relative;width:var(--bwalk-process-steps-badge-size);z-index:1}.bwalk-process-steps__content{max-width:16rem;text-align:center;width:100%}.bwalk-process-steps--align-left .bwalk-process-steps__content{text-align:left}.bwalk-process-steps--align-right .bwalk-process-steps__content{text-align:right}.bwalk-process-steps__title{color:var(--bwalk-process-steps-title);font:var(--h4-font,inherit);margin:0 0 .5rem;text-transform:var(--h4-transform,none)}.bwalk-process-steps__desc{color:var(--bwalk-process-steps-desc);font-family:var(--body-font-family,inherit);font-size:.875rem;line-height:1.5}.bwalk-process-steps__desc>:first-child{margin-top:0}.bwalk-process-steps__desc>:last-child{margin-bottom:0}.bwalk-process-steps__connector{border:none;box-sizing:border-box;pointer-events:none;position:absolute;z-index:0}@media (min-width:768px){.bwalk-process-steps__list{align-items:flex-start;flex-direction:row}.bwalk-process-steps__connector{border-left:none;border-top:2px dashed var(--bwalk-process-steps-connector);height:0;left:calc(50% + var(--bwalk-process-steps-badge-size)/2);top:50%;transform:translateY(-50%);width:calc(100% - var(--bwalk-process-steps-badge-size) + var(--bwalk-process-steps-gap))}}