header {
	box-shadow: none;
}

header .container .header-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 100%;
	display: none;
}

section#content .content-header {
	background-color: #f8f7f5;
	margin-bottom: 0;
}

section#content .content-header .breadcrumb {
	display: none;
}

header .container .header-nav .header-menu .sf-menu > li > a {
	font-size: 16px;
	font-weight: 800;
}

section#content .content-header h2 {
	color: #ff4770;
	font-size: 28px;
}

legend {
	font-size: 20px;
	color: #ff4770;
	padding-bottom: 10px;
	font-weight: 800;
}

body {
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	line-height: 2.3;
	color: #022123;
}

section#copyright {
	display: none;
}

footer {
	display: none;
}


