.cms-progress-wrapper{
	margin-bottom: 25px;
}
.cms-progress-bar{
	width: 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	@include transition(width 1s ease-in-out);
	white-space: nowrap;
}
// layout 1
.cms-progressbar-layout-1{
	.cms-progress-wrapper{
		padding-bottom: 3px;
		border-bottom: 2px solid #dcdee2;
	}
	.cms-progress-bar-number{
		height: 7px;
	}
}