.progress-bar{background-color:var(--lightGrey);padding:20px 0 15px;position:relative;z-index:6}.progress-bar:before{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,transparent 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,.1),transparent);background:linear-gradient(180deg,rgba(0,0,0,.1) 0,transparent);content:"";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=0);height:10px;left:0;position:absolute;top:0;width:100%}.progress-bar__inner{position:relative;z-index:2}.progress-bar__list{list-style:none;margin:0;padding:0}.progress-bar__item{color:#07374e;font-size:.875rem;font-weight:700;position:relative}.progress-bar__item:before{content:""}@media (max-width:767px){.progress-bar__item{display:none;padding-left:35px}.progress-bar__item.active:not(.progress-bar__item.active.complete){display:block}.progress-bar__item:before{content:attr(data-step)"/4:";height:0;top:0;width:30px}}@media (min-width:768px){.progress-bar{padding:25px 0 20px}.progress-bar__list{align-items:center;display:flex}.progress-bar__item{font-size:.75rem;padding:0 0 30px;text-align:center;width:25%}.progress-bar__item:after,.progress-bar__item:before{position:absolute}.progress-bar__item:before{background-color:var(--midGrey);bottom:11px;height:2px;left:50%;top:auto;width:100%}.progress-bar__item:last-child:before{display:none}.progress-bar__item:after{background-color:var(--lightGrey);border:2px solid var(--navy);border-radius:100%;bottom:0;box-shadow:inset 0 0 0 1px transparent;content:"";height:24px;left:0;margin-inline:auto;right:0;transition:background var(--transitionSpeed),border var(--transitionSpeed),box-shadow var(--transitionSpeed);width:24px}.progress-bar__item.active:after{border-color:var(--orange);box-shadow:0 0 0 1px var(--orange) inset}.progress-bar__item.complete:after{background-color:var(--orange);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7l233.4-233.3c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-color:var(--orange)}.progress-bar__item.complete:before{background-color:var(--navy)}}