@font-face {
	font-family: "DINPro";
	src: url("./fonts/DINPro-Medium.woff") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}
.font-dinpro {
	font-family: DINPro, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif !important;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: transparent;
	padding: 2rem 1.5rem;
}
.navbar-brand {
	text-indent: -999rem;
	background-image: url("../img/logo-dark.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left center;
	height: 25px;
	width: 122px;
	margin: 0;
	padding: 0;
	display: block;
}
.navbar-toggler {
	display: none;
}
.container-fluid {
	max-width: 1440px;
	margin: 0 auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input[type='checkbox'], input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	margin: 0;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	color: #2563eb;
	background-color: #fff;
	border-color: #e5e7eb;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.25rem;
}
input[type='radio'] {
	border-radius: 5rem;
}
input[type='checkbox']:checked, input[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
input[type='checkbox']:hover, input[type='radio']:hover {
	border-color: #e2e3e5;
}
input[type='checkbox']:focus, input[type='radio']:focus {
	outline: none !important;
}
input[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
input[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
input[type='checkbox']:disabled, input[type='radio']:disabled {
	background-color: #f8f8f9;
}