.luxf-shape {
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	background-color: rgb(0, 40, 142);
	border-style: none;
	border-width: 0;
	border-color: transparent;
}

.luxf-shape.luxf-shape--border {
	border-style: solid;
}
