.bioec-credit-wrap {
	display: inline-block;
	position: relative
}

.bioec-credit-link, .bioec-credit-link:link, .bioec-credit-link:visited {
	color: #000!important;
	text-decoration: none
}

.bioec-credit-link:hover, .bioec-credit-link:focus {
	color: #000!important;
	text-decoration: underline
}

.bioec-footer-popover {
	position: fixed;
	left: 50%;
	bottom: 30px;
	z-index: 2147483000;
	box-sizing: border-box;
	width: 320px;
	max-width: calc(100vw - 32px);
	min-height: 128px;
	padding: 15px 10px;
	background: #061e41;
	color: #fff;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(0,0,0,.28);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(16px);
	transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
	font-family: Arial,sans-serif
}

.bioec-footer-popover.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0)
}

.bioec-footer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	padding: 10px 16px;
	min-width: 164px;
	min-height: 64px;
	background: #fff;
	border: 1px solid rgba(6,30,65,.08);
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(0,0,0,.2);
	text-decoration: none;
	overflow: hidden
}

.bioec-footer-logo img {
	display: block;
	width: 124px;
	max-height: 45px;
	height: auto;
	object-fit: contain
}

.bioec-footer-popover p {
	margin: 0 0 18px;
	color: #fff;
	font-size: 13px;
	line-height: 1.5
}

.bioec-footer-socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px
}

.bioec-footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	color: #fff!important;
	text-decoration: none!important;
	font-size: 13px;
	font-weight: 700;
	transition: background-color .2s ease,transform .2s ease
}

.bioec-footer-socials a:hover, .bioec-footer-socials a:focus {
	background: rgba(255,255,255,.16);
	color: #fff!important;
	transform: translateY(-1px)
}

@media(max-width:520px) {
	.bioec-footer-popover{
	bottom: 16px;
	min-height: auto;
	padding: 22px 16px
}

.bioec-credit-link {
	font-size: 12px
}}

@media(prefers-reduced-motion:reduce) {
	.bioec-footer-popover,.
	bioec-footer-socials
	a{
	transition: none
}}

.bioec-footer-socials a svg {
	width: 17px;
	height: 17px;
	display: block;
	fill: currentColor;
	pointer-events: none;
}
