@font-face {
	font-family: OpenSansLight;
	src: url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: OpenSansRegular;
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: OpenSansSemibold;
	src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: OpenSansBold;
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: IMFellEnglish;
	src: url('../fonts/IMFeENrm28P.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Montserrat;
	src: url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

#header ._logo {
	width: 235px;
	height: 34px;
}
.responsive_medium .logo_small {
	width: 220px;
	height: 30px;
}

.header_desktop_link_wrapper .material-icons-outlined {
	color: #000;
}

.footer_wrapper .label_footer_1 {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px;
}

.footer_wrapper .label_footer_1 b {
	flex-grow: 10;
	text-align: left;
}

.footer_wrapper .label_footer_1 a {
	flex-grow: 1;
}