.cms-rounded-clippath-wrap{
	filter: url('#cms-rounded-clippath');
}
.cms-rounded-clippath-shadow-1{
	filter: url('#cms-rounded-clippath') drop-shadow(0px 5px 83px rgba(13, 14, 67, 0.12));
}
.cms-rounded-clippath-wrap-small{
	filter: url('#cms-rounded-clippath-small');
}
.cms-rounded-clippath{
	visibility: hidden; 
	position: absolute;
}
// Hexagon
.cms-hexagon-clippath{
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.cms-hexagon2-clippath{
	clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}
.cms-hexagon3-clippath{
	clip-path: polygon(13% 0, 87% 0, 100% 50%, 87% 100%, 13% 100%, 0% 50%);
}
// Octagon
.cms-octagon-clippath{
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.cms-octagon-clippath-bg{
	@include transform(rotate(42deg));
}

// Overlaps Divider
.cms-overlaps-divider{
	display: flex;
	.cms-overlaps-divider1,
	.cms-overlaps-divider2{
		display: block;
		height: 26px;
	}
	.cms-overlaps-divider1{
		width:30px;
		background-color: $accent-color;
	}
	.cms-overlaps-divider2{
		width: 78px;
		background-color: $white;
	}
	.cms-overlaps-divider3{
		width: 48px;
		background-color: $primary-color;
	}
}