.wr-ea-lgs{
	position: relative;
	width: 100%;
	--wr-ea-lgs-logo-color: #d02e76;
}

.wr-ea-lgs__item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wr-ea-lgs__link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	position: relative;
}

.wr-ea-lgs__logo{
	display: block;
	max-width: 100%;
	height: auto;
}

.wr-ea-lgs__logo-tint{
	display: block;
	width: 100%;
	height: 100%;
}

.wr-ea-lgs__logo-tint--mask{
	background: var(--wr-ea-lgs-logo-color);
	-webkit-mask-image: var(--wr-ea-lgs-logo-url);
	mask-image: var(--wr-ea-lgs-logo-url);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.wr-ea-lgs__logo-tint--blend{
	background-image:
		linear-gradient(var(--wr-ea-lgs-logo-color), var(--wr-ea-lgs-logo-color)),
		var(--wr-ea-lgs-logo-url);
	background-size: contain, contain;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-blend-mode: screen;
}
