#biogen-footer {
	height: auto;
}
#biogen-footer footer {
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
	background: #1d3b59;
	padding: 48px;
	box-sizing: border-box;
	font-family: "Inter", serif;
	color: #fff;
}
#biogen-footer footer .f10 {
	width: 100%;
}
#biogen-footer footer a:hover {
	color: #0092cc !important;
}
#biogen-footer .tdn {
	text-decoration: none;
}
#biogen-footer .footer-data {
	width: 30%;
	display: flex;
	flex-direction: column;
}
#biogen-footer .footer-data p {
	display: block;
	font: 400 16px/20px "Inter", serif;
}
#biogen-footer .footer-data p:not(:last-of-type) {
	margin-bottom: 16px;
}
#biogen-footer .footer-data p a {
	color: #fff;
}
#biogen-footer .footer-logos {
	width: 40%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 0 56px 0;
}
#biogen-footer .footer-logos img {
	width: 55%;
	height: auto;
}
#biogen-footer .footer-helpdesk {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#biogen-footer .footer-helpdesk h3 {
	display: block;
	font: 500 32px/32px "Inter", serif;
	letter-spacing: 0.02em;
}
#biogen-footer .footer-helpdesk p {
	text-align: right;
	margin-top: 8px;
}
#biogen-footer .footer-helpdesk .iconed {
	display: flex;
	align-items: center;
	color: #fff;
	font: 700 26px/26px "Inter", serif;
}
#biogen-footer .footer-helpdesk .iconed .material-symbols-outlined {
	font-size: 36px;
	margin-right: 16px;
}
#biogen-footer .footer-helpdesk .iconed a {
	color: #fff;
}
#biogen-footer .footer-helpdesk p:not(.iconed) {
	font: 400 13px/19px "Inter", serif;
}
#biogen-footer .footer-menu {
	display: block;
//	margin-top: 32px;
}
#biogen-footer .footer-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
#biogen-footer .footer-menu ul li {
	margin: 0;
	padding: 0 8px;
}
#biogen-footer .footer-menu ul li:not(:last-of-type) {
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}
#biogen-footer .footer-menu ul li a {
	font: 400 16px/16px "Inter", serif;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 1280px) {
	#biogen-footer footer {
		flex-direction: column;
		padding: 32px;
	}
	#biogen-footer footer .f3 {
		width: 100%;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin: 32px 0;
	}
	#biogen-footer .footer-logos img {
		max-width: 300px;
	}
	#biogen-footer .footer-helpdesk p {
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	#biogen-footer .footer-menu ul{
		flex-direction: column;
		gap: 10px;
	}
}
/*# sourceMappingURL=footer.css.map */